Commit c42795b3 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove unused imports and definitions of True/False.

parent e4378ff8
...@@ -43,12 +43,6 @@ GBYTES = 1024 * 1024 * 1000 ...@@ -43,12 +43,6 @@ GBYTES = 1024 * 1024 * 1000
# better to shutdown cleanly. # better to shutdown cleanly.
JOIN_TIME = 10 JOIN_TIME = 10
try:
True, False
except NameError:
True = 1
False = 0
class PackStop(Exception): class PackStop(Exception):
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
# Berkeley storages # Berkeley storages
import os import os
import errno
import shutil import shutil
import sys import sys
import unittest import unittest
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
# Base class for unit tests at the ZODB layer # Base class for unit tests at the ZODB layer
import os import os
import errno
from ZODB import DB from ZODB import DB
from BDBStorage.tests.BerkeleyTestBase import BerkeleyTestBase from BDBStorage.tests.BerkeleyTestBase import BerkeleyTestBase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment