diff options
Diffstat (limited to 'Lib/shelve.py')
-rw-r--r-- | Lib/shelve.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/shelve.py b/Lib/shelve.py index 1f78fc17fd..fb41c844e4 100644 --- a/Lib/shelve.py +++ b/Lib/shelve.py @@ -69,7 +69,6 @@ except ImportError: from StringIO import StringIO import UserDict -import warnings __all__ = ["Shelf","BsdDbShelf","DbfilenameShelf","open"] |