[Zope3-checkins] CVS: ZODB3/ZEO - DebugServer.py:1.1.18.2
StorageServer.py:1.98.4.7 start.py:1.60.16.1
Tim Peters
tim.one at comcast.net
Fri May 21 12:14:34 EDT 2004
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv6767/ZEO
Modified Files:
Tag: Zope-2_7-branch
DebugServer.py StorageServer.py start.py
Log Message:
The __future__ has arrived for nested scopes in ZODB 3.2.
=== ZODB3/ZEO/DebugServer.py 1.1.18.1 => 1.1.18.2 ===
--- ZODB3/ZEO/DebugServer.py:1.1.18.1 Mon Sep 15 17:26:53 2003
+++ ZODB3/ZEO/DebugServer.py Fri May 21 12:14:01 2004
@@ -13,8 +13,6 @@
##############################################################################
"""A debugging version of the server that records network activity."""
-from __future__ import nested_scopes
-
import struct
import time
=== ZODB3/ZEO/StorageServer.py 1.98.4.6 => 1.98.4.7 ===
--- ZODB3/ZEO/StorageServer.py:1.98.4.6 Fri Jan 9 15:54:48 2004
+++ ZODB3/ZEO/StorageServer.py Fri May 21 12:14:01 2004
@@ -20,8 +20,6 @@
exported for invocation by the server.
"""
-from __future__ import nested_scopes
-
import asyncore
import cPickle
import os
=== ZODB3/ZEO/start.py 1.60 => 1.60.16.1 ===
--- ZODB3/ZEO/start.py:1.60 Mon Jan 20 13:05:50 2003
+++ ZODB3/ZEO/start.py Fri May 21 12:14:01 2004
@@ -13,8 +13,6 @@
##############################################################################
"""Start the ZEO storage server."""
-from __future__ import nested_scopes
-
import sys, os, getopt
import types
import errno
More information about the Zope3-Checkins
mailing list