diff options
Diffstat (limited to 'Lib/test/test_pickle.py')
-rw-r--r-- | Lib/test/test_pickle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_pickle.py b/Lib/test/test_pickle.py index 3c81fdd..85a6daa 100644 --- a/Lib/test/test_pickle.py +++ b/Lib/test/test_pickle.py @@ -137,7 +137,7 @@ def dotest(pickle): pass else: print "accepted insecure string: %s" % repr(buf) - + import pickle dotest(pickle) |