[Checkins] SVN: grokcore.component/trunk/src/grokcore/component/__init__.py Corrected the import to include the new 'order' directive

Souheil CHELFOUH souheil at chelfouh.com
Mon Nov 1 11:56:10 EDT 2010


Log message for revision 118060:
  Corrected the import to include the new 'order' directive
  

Changed:
  U   grokcore.component/trunk/src/grokcore/component/__init__.py

-=-
Modified: grokcore.component/trunk/src/grokcore/component/__init__.py
===================================================================
--- grokcore.component/trunk/src/grokcore/component/__init__.py	2010-11-01 15:55:11 UTC (rev 118059)
+++ grokcore.component/trunk/src/grokcore/component/__init__.py	2010-11-01 15:56:10 UTC (rev 118060)
@@ -26,7 +26,7 @@
 
 from grokcore.component.directive import (
     context, description, direct, name, order, path, provides, title,
-    global_utility, global_adapter)
+    global_utility, global_adapter, order)
 
 from grokcore.component.decorators import (
     subscribe, adapter, implementer, provider)



More information about the checkins mailing list