[Checkins] SVN: hurry.resource/trunk/src/hurry/resource/interfaces.py This is also public.

Martijn Faassen faassen at infrae.com
Wed Sep 24 15:30:51 EDT 2008


Log message for revision 91449:
  This is also public.
  

Changed:
  U   hurry.resource/trunk/src/hurry/resource/interfaces.py

-=-
Modified: hurry.resource/trunk/src/hurry/resource/interfaces.py
===================================================================
--- hurry.resource/trunk/src/hurry/resource/interfaces.py	2008-09-24 19:07:34 UTC (rev 91448)
+++ hurry.resource/trunk/src/hurry/resource/interfaces.py	2008-09-24 19:30:50 UTC (rev 91449)
@@ -18,9 +18,11 @@
     library = Attribute("The resource library this resource is in")
     relpath = Attribute("The relative path of the resource "
                         "within the resource library")
+    depends = Attribute("A list of ResourceInclusions that this "
+                        "resource depends on")
     rollups = Attribute("A list of potential rollup ResourceInclusions "
                         "that this resource is part of")
-
+    
     def ext():
         """Get the filesystem extension of this resource.
 



More information about the Checkins mailing list