diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2013-03-23 15:11:56 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2013-03-23 15:11:56 +0400 |
commit | 299bb08bfe203dff0843b9ec9b9c565a63be1c4c (patch) | |
tree | e5f0bca221c111c131a03f0aefa58a6b45fdbc61 /run-tests.py | |
parent | 06d0e70438881497402d4798fd6e64aa92d6b532 (diff) | |
download | python-markdown-299bb08bfe203dff0843b9ec9b9c565a63be1c4c.tar.gz |
Remove some unused imports
Diffstat (limited to 'run-tests.py')
-rwxr-xr-x | run-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.py b/run-tests.py index 7756e4d..4f13eb5 100755 --- a/run-tests.py +++ b/run-tests.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import tests -import os, sys, getopt +import os, sys if len(sys.argv) > 1 and sys.argv[1] == "update": if len(sys.argv) > 2: |