[Zodb-checkins] SVN: ZODB/trunk/setup.py more zeo removal
jim
cvs-admin at zope.org
Sun Oct 14 21:01:38 UTC 2012
Log message for revision 128012:
more zeo removal
Changed:
U ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2012-10-14 20:51:18 UTC (rev 128011)
+++ ZODB/trunk/setup.py 2012-10-14 21:01:34 UTC (rev 128012)
@@ -130,7 +130,6 @@
import logging
import pkg_resources
import unittest
- import ZEO.ClientStorage
class NullHandler(logging.Handler):
level = 50
@@ -146,7 +145,6 @@
for dirpath, dirnames, filenames in os.walk(base):
if os.path.basename(dirpath) == 'tests':
for filename in filenames:
- if filename != 'testZEO.py': continue
if filename.endswith('.py') and filename.startswith('test'):
mod = __import__(
_modname(dirpath, base, os.path.splitext(filename)[0]),
More information about the Zodb-checkins
mailing list