[Zodb-checkins] CVS: ZODB3/zdaemon - zdctl.py:1.46
Jeremy Hylton
cvs-admin at zope.org
Mon Nov 3 13:57:00 EST 2003
Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv10897/zdaemon
Modified Files:
zdctl.py
Log Message:
Remove future statements. The future is now.
=== ZODB3/zdaemon/zdctl.py 1.45 => 1.46 ===
--- ZODB3/zdaemon/zdctl.py:1.45 Fri Oct 24 17:29:44 2003
+++ ZODB3/zdaemon/zdctl.py Mon Nov 3 13:56:29 2003
@@ -40,8 +40,6 @@
action "help" to find out about available actions.
"""
-from __future__ import nested_scopes
-
import os
import re
import cmd
More information about the Zodb-checkins
mailing list