diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-03-23 13:01:02 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-03-23 13:01:02 -0700 |
commit | 2f3442b41ae99dd79cd90179054d3d4ad13bc5f7 (patch) | |
tree | d2b4e8c5c0042213bd916c66ab7f06f1b642e84f /run-tests.py | |
parent | 06d0e70438881497402d4798fd6e64aa92d6b532 (diff) | |
parent | c10dfac9909282b54a48be6261f76ba11d9da6d0 (diff) | |
download | markdown-2f3442b41ae99dd79cd90179054d3d4ad13bc5f7.tar.gz markdown-2f3442b41ae99dd79cd90179054d3d4ad13bc5f7.tar.bz2 markdown-2f3442b41ae99dd79cd90179054d3d4ad13bc5f7.zip |
Merge pull request #207 from mitya57/cleanup
Some minor code cleanups
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: |