|
|
@@ -65,6 +65,10 @@ class FSObject(object): |
|
|
|
def doUpdate(self): |
|
|
|
raise NotImplementedError |
|
|
|
|
|
|
|
def __repr__(self): |
|
|
|
return '<%s.%s: path: %s>' % (self.__class__.__module__, |
|
|
|
self.__class__.__name__, self.FSpath) |
|
|
|
|
|
|
|
class FSItem(FSObject, Item): |
|
|
|
def __init__(self, *args, **kwargs): |
|
|
|
FSObject.__init__(self, kwargs['path']) |
|
|
|