diff options
Diffstat (limited to 'Lib/hotshot')
-rw-r--r-- | Lib/hotshot/log.py | 1 | ||||
-rw-r--r-- | Lib/hotshot/stones.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Lib/hotshot/log.py b/Lib/hotshot/log.py index 7d6d91d..99d0729 100644 --- a/Lib/hotshot/log.py +++ b/Lib/hotshot/log.py @@ -2,7 +2,6 @@ import _hotshot import os.path import parser import symbol -import sys from _hotshot import \ WHAT_ENTER, \ diff --git a/Lib/hotshot/stones.py b/Lib/hotshot/stones.py index cd4c51d..fb88d58 100644 --- a/Lib/hotshot/stones.py +++ b/Lib/hotshot/stones.py @@ -1,7 +1,6 @@ import errno import hotshot import hotshot.stats -import os import sys import test.pystone |