diff options
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 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: |