[Zodb-checkins] CVS: ZODB3/zdaemon - zdctl.py:1.9

Guido van Rossum guido@python.org
Fri, 13 Dec 2002 12:10:03 -0500


Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv13906

Modified Files:
	zdctl.py 
Log Message:
Add 'from __future__ import nested_scopes' so this will run under
Python 2.1.


=== ZODB3/zdaemon/zdctl.py 1.8 => 1.9 ===
--- ZODB3/zdaemon/zdctl.py:1.8	Tue Nov 26 16:46:35 2002
+++ ZODB3/zdaemon/zdctl.py	Fri Dec 13 12:10:02 2002
@@ -26,6 +26,8 @@
 Use the action "help" to find out about available actions.
 """
 
+from __future__ import nested_scopes
+
 # XXX Related code lives in lib/python/Controller/ZctlLib.py on the
 # 'chrism-install-branch' branch.
 # The code there knows more about Zope and about Windows, but doesn't