[Checkins] SVN: grok/trunk/src/grok/scan.py scanning for modules it not ZIP safe currently.

Philipp von Weitershausen philikon at philikon.de
Tue Oct 17 12:43:31 EDT 2006


Log message for revision 70757:
  scanning for modules it not ZIP safe currently.
  

Changed:
  U   grok/trunk/src/grok/scan.py

-=-
Modified: grok/trunk/src/grok/scan.py
===================================================================
--- grok/trunk/src/grok/scan.py	2006-10-17 16:36:38 UTC (rev 70756)
+++ grok/trunk/src/grok/scan.py	2006-10-17 16:43:30 UTC (rev 70757)
@@ -19,6 +19,7 @@
 from glob import glob
 from zope.dottedname.resolve import resolve
 
+#TODO: not ZIP-safe
 def modules(dotted_name, module_path):
     yield dotted_name
 



More information about the Checkins mailing list