summaryrefslogtreecommitdiff
path: root/Lib/pstats.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2011-11-04 08:29:17 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2011-11-04 08:29:17 +0100
commit54540ec917a47c39328e87b1f4ddf83adeca2f5c (patch)
treed4cef1dbff88af3933fd0cb4572d272e77a9b9e7 /Lib/pstats.py
parentc53ae589548e37c4bd86f03294a27667978a51f8 (diff)
downloadcpython-git-54540ec917a47c39328e87b1f4ddf83adeca2f5c.tar.gz
Remove redundant imports.
Diffstat (limited to 'Lib/pstats.py')
-rw-r--r--Lib/pstats.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pstats.py b/Lib/pstats.py
index 3f0add2c65..334d717e20 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: