Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. class Base:
  2.     def __init__(self):
  3.         def makeBlankNonBase():
  4.             return a NonBase
  5.         util.serializer.registerObjectClass(self.__class__.__name__, makeBlankNonBase)
  6. class NonBase(Base):
  7.     pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement