[Zope3-checkins] SVN: Zope3/trunk/bin/scriptzope Need to do
	startup() to make sure zope.app.debug is in our path
    Zachery Bir 
    zbir at urbanape.com
       
    Wed Dec  7 13:01:59 EST 2005
    
    
  
Log message for revision 40630:
  Need to do startup() to make sure zope.app.debug is in our path
  
Changed:
  U   Zope3/trunk/bin/scriptzope
-=-
Modified: Zope3/trunk/bin/scriptzope
===================================================================
--- Zope3/trunk/bin/scriptzope	2005-12-07 18:01:02 UTC (rev 40629)
+++ Zope3/trunk/bin/scriptzope	2005-12-07 18:01:59 UTC (rev 40630)
@@ -51,9 +51,10 @@
 
 
 if __name__ == '__main__':
+    db = startup()
+
     from zope.app.debug import Debugger
 
-    db = startup()
     root = Debugger.fromDatabase(db).root()
     del startup, db, Debugger
 
    
    
More information about the Zope3-Checkins
mailing list