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
commit4355fa45cd548c5f5b33396405b718062aefe818 (patch)
treee4b9f672e0b039fa1374ac1f1c4e330295ed4f8f /test/backtest.py
parente3eb59636512b3d4ad8603948450fbc62dca2205 (diff)
downloadpython-coveragepy-git-4355fa45cd548c5f5b33396405b718062aefe818.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 63ee5194..4460a78d 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: