degal/filesystem.py
changeset 139 d3167c40e7b9
parent 118 60b126ff0b74
child 141 9387da0dc183
equal deleted inserted replaced
138:130fb8a8dbb9 139:d3167c40e7b9
   395         Each node must either be the parent or the child of the following node.
   395         Each node must either be the parent or the child of the following node.
   396 
   396 
   397         The first and last nodes may be Files, but all other objects must be Directories.
   397         The first and last nodes may be Files, but all other objects must be Directories.
   398 
   398 
   399         XXX: better to keep Paths symbolic/relative?
   399         XXX: better to keep Paths symbolic/relative?
       
   400         XXX: welcome to Circular Reference Hell, a place has been reserved for you
   400     """
   401     """
   401 
   402 
   402     def __init__ (self, *nodes) :
   403     def __init__ (self, *nodes) :
   403         """
   404         """
   404             Initialize with the given node path.
   405             Initialize with the given node path.