summaryrefslogtreecommitdiff
path: root/test/backtest.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:53:53 -0500
commite2ae0674a21dda5d964658477e14d0c7832123a3 (patch)
tree6960c910681fa6852c5117e9273985a836af3097 /test/backtest.py
parente88c97629f1261d8ae4db178aad4c97413e5962e (diff)
downloadpython-coveragepy-e2ae0674a21dda5d964658477e14d0c7832123a3.tar.gz
Clean-ups
Diffstat (limited to 'test/backtest.py')
-rw-r--r--test/backtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/backtest.py b/test/backtest.py
index 63ee519..4460a78 100644
--- a/test/backtest.py
+++ b/test/backtest.py
@@ -4,7 +4,7 @@
# (Redefining built-in blah)
# The whole point of this file is to redefine built-ins, so shut up about it.
-import os, sys
+import os
# Py2k and 3k don't agree on how to run commands in a subprocess.
try: