]> granicus.if.org Git - python/commitdiff
Removed exception renaming cruft in pickle.py.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 11 Jun 2008 23:28:22 +0000 (23:28 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Wed, 11 Jun 2008 23:28:22 +0000 (23:28 +0000)
Lib/pickle.py

index 8a8e62338208ebd0a347705c1f00cc7c19fa735a..8f1f9f0b7716b5f04f7810758bdeb2d7889e2b54 100644 (file)
@@ -1308,9 +1308,6 @@ try:
     from _pickle import *
 except ImportError:
     Pickler, Unpickler = _Pickler, _Unpickler
-    PickleError = _PickleError
-    PicklingError = _PicklingError
-    UnpicklingError = _UnpicklingError
 
 # Shorthands