diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:53:53 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 17:53:53 -0500 |
commit | e2ae0674a21dda5d964658477e14d0c7832123a3 (patch) | |
tree | 6960c910681fa6852c5117e9273985a836af3097 /test/backtest.py | |
parent | e88c97629f1261d8ae4db178aad4c97413e5962e (diff) | |
download | python-coveragepy-e2ae0674a21dda5d964658477e14d0c7832123a3.tar.gz |
Clean-ups
Diffstat (limited to 'test/backtest.py')
-rw-r--r-- | test/backtest.py | 2 |
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: |