summaryrefslogtreecommitdiffstats
path: root/Lib/dumbdbm.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/dumbdbm.py')
-rw-r--r--Lib/dumbdbm.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/dumbdbm.py b/Lib/dumbdbm.py
index 16a0d83..45a2f36 100644
--- a/Lib/dumbdbm.py
+++ b/Lib/dumbdbm.py
@@ -24,8 +24,6 @@ is read when the database is opened, and some updates rewrite the whole index)
_os = __import__('os')
import __builtin__
-__all__ = ["open"]
-
_open = __builtin__.open
_BLOCKSIZE = 512