Skip to content

Commit

Permalink
more zeo removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Oct 14, 2012
1 parent 410e76d commit 6c81969
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -130,7 +130,6 @@ def alltests():
import logging
import pkg_resources
import unittest
import ZEO.ClientStorage

class NullHandler(logging.Handler):
level = 50
Expand All @@ -146,7 +145,6 @@ def emit(self, record):
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]),
Expand Down

0 comments on commit 6c81969

Please sign in to comment.