diff options
author | 2011-11-04 08:29:17 +0100 | |
---|---|---|
committer | 2011-11-04 08:29:17 +0100 | |
commit | 54540ec917a47c39328e87b1f4ddf83adeca2f5c (patch) | |
tree | d4cef1dbff88af3933fd0cb4572d272e77a9b9e7 /Lib/pstats.py | |
parent | Drop unused import in unittest package. (diff) | |
download | cpython-54540ec917a47c39328e87b1f4ddf83adeca2f5c.tar.gz cpython-54540ec917a47c39328e87b1f4ddf83adeca2f5c.tar.bz2 cpython-54540ec917a47c39328e87b1f4ddf83adeca2f5c.zip |
Remove redundant imports.
Diffstat (limited to 'Lib/pstats.py')
-rw-r--r-- | Lib/pstats.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pstats.py b/Lib/pstats.py index 3f0add2c65e..334d717e205 100644 --- a/Lib/pstats.py +++ b/Lib/pstats.py @@ -674,7 +674,6 @@ if __name__ == '__main__': return stop return None - import sys if len(sys.argv) > 1: initprofile = sys.argv[1] else: |