Example #1
0
File: file.py Project: dbaty/Petrel
 def __init__(self):
     BaseContent.__init__(self)
     self.blob = Blob()
Example #2
0
 def __init__(self, *args, **kwargs):
     BaseContent.__init__(self)
     BaseFolder.__init__(self, *args, **kwargs)