[Checkins] SVN: grok/trunk/src/grok/_grok.py don't forget to set the bootstrap flag

Philipp von Weitershausen philikon at philikon.de
Thu Oct 19 04:31:05 EDT 2006


Log message for revision 70801:
  don't forget to set the bootstrap flag
  

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

-=-
Modified: grok/trunk/src/grok/_grok.py
===================================================================
--- grok/trunk/src/grok/_grok.py	2006-10-19 08:27:12 UTC (rev 70800)
+++ grok/trunk/src/grok/_grok.py	2006-10-19 08:31:03 UTC (rev 70801)
@@ -61,6 +61,7 @@
     global _bootstrapped
     if not _bootstrapped:
         bootstrap()
+        _boostrapped = True
 
     module_info = scan.module_info_from_dotted_name(dotted_name)
     grok_tree(module_info)



More information about the Checkins mailing list