[Checkins] SVN: grok/branches/jw-philipp-using-ndir-directives/src/grok/util.py Removed BBB imports of helper functions. They're mostly going away anyway

Philipp von Weitershausen philikon at philikon.de
Sun May 4 08:31:57 EDT 2008


Log message for revision 86350:
  Removed BBB imports of helper functions. They're mostly going away anyway

Changed:
  U   grok/branches/jw-philipp-using-ndir-directives/src/grok/util.py

-=-
Modified: grok/branches/jw-philipp-using-ndir-directives/src/grok/util.py
===================================================================
--- grok/branches/jw-philipp-using-ndir-directives/src/grok/util.py	2008-05-04 12:31:33 UTC (rev 86349)
+++ grok/branches/jw-philipp-using-ndir-directives/src/grok/util.py	2008-05-04 12:31:57 UTC (rev 86350)
@@ -29,12 +29,6 @@
 from martian.error import GrokError
 from martian.util import class_annotation, methods_from_class
 
-# BBB backwards-compatibility imports (in case somebody wrote custom
-# grokkers that use these utility functions)
-from grokcore.component.util import check_adapts
-from grokcore.component.util import sort_components
-from grokcore.component.util import determine_module_component
-
 def get_name_classname(factory):
     name = grok.name.get(factory)
     if not name:



More information about the Checkins mailing list