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
# better to shutdown cleanly.
JOIN_TIME = 10
try:
True, False
except NameError:
True = 1
False = 0
class PackStop(Exception):
......
......@@ -16,7 +16,6 @@
# Berkeley storages
import os
import errno
import shutil
import sys
import unittest
......
......@@ -15,7 +15,6 @@
# Base class for unit tests at the ZODB layer
import os
import errno
from ZODB import DB
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