diff options
| author | Brett Cannon <bcannon@gmail.com> | 2006-12-13 23:02:38 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2006-12-13 23:02:38 (GMT) |
| commit | c745df8519b3dce95bb3ce7587c4c311f8184290 (patch) | |
| tree | ff5ce30977748e340838e23117b3b3484128e2ad /Lib/test/test_exceptions.py | |
| parent | 905820ccba901b2b76ae8e27b63d0e242b3b7553 (diff) | |
| download | cpython-c745df8519b3dce95bb3ce7587c4c311f8184290.zip cpython-c745df8519b3dce95bb3ce7587c4c311f8184290.tar.gz cpython-c745df8519b3dce95bb3ce7587c4c311f8184290.tar.bz2 | |
Remove unneeded imports of 'warnings'.
Diffstat (limited to 'Lib/test/test_exceptions.py')
| -rw-r--r-- | Lib/test/test_exceptions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index 79fcee3..b0e872b 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -3,7 +3,6 @@ import os import sys import unittest -import warnings import pickle, cPickle from test.test_support import TESTFN, unlink, run_unittest |
