summaryrefslogtreecommitdiffstats
path: root/Lib/dbm/ndbm.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/dbm/ndbm.py')
-rw-r--r--Lib/dbm/ndbm.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/dbm/ndbm.py b/Lib/dbm/ndbm.py
deleted file mode 100644
index 23056a2..0000000
--- a/Lib/dbm/ndbm.py
+++ /dev/null
@@ -1,3 +0,0 @@
-"""Provide the _dbm module as a dbm submodule."""
-
-from _dbm import *