[Zodb-checkins] CVS: ZODB3/ZEO - start.py:1.61
StorageServer.py:1.102 DebugServer.py:1.3
Jeremy Hylton
cvs-admin at zope.org
Mon Nov 3 13:57:06 EST 2003
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv10897/ZEO
Modified Files:
start.py StorageServer.py DebugServer.py
Log Message:
Remove future statements. The future is now.
=== ZODB3/ZEO/start.py 1.60 => 1.61 ===
--- ZODB3/ZEO/start.py:1.60 Mon Jan 20 13:05:50 2003
+++ ZODB3/ZEO/start.py Mon Nov 3 13:56:31 2003
@@ -13,8 +13,6 @@
##############################################################################
"""Start the ZEO storage server."""
-from __future__ import nested_scopes
-
import sys, os, getopt
import types
import errno
=== ZODB3/ZEO/StorageServer.py 1.101 => 1.102 ===
--- ZODB3/ZEO/StorageServer.py:1.101 Thu Oct 2 18:14:02 2003
+++ ZODB3/ZEO/StorageServer.py Mon Nov 3 13:56:31 2003
@@ -20,8 +20,6 @@
exported for invocation by the server.
"""
-from __future__ import nested_scopes
-
import asyncore
import cPickle
import os
=== ZODB3/ZEO/DebugServer.py 1.2 => 1.3 ===
--- ZODB3/ZEO/DebugServer.py:1.2 Thu Oct 2 14:17:22 2003
+++ ZODB3/ZEO/DebugServer.py Mon Nov 3 13:56:31 2003
@@ -13,8 +13,6 @@
##############################################################################
"""A debugging version of the server that records network activity."""
-from __future__ import nested_scopes
-
import struct
import time
More information about the Zodb-checkins
mailing list