diff options
| author | Xavier Ordoquy | 2012-11-21 19:36:35 +0100 |
|---|---|---|
| committer | Xavier Ordoquy | 2012-11-21 19:36:35 +0100 |
| commit | ab3c47297481b7a4ff66027618f9c05bf02a2204 (patch) | |
| tree | 69ab8cc400cb8cb10dbc186c2436cc1fc3e21086 /rest_framework/runtests/runtests.py | |
| parent | 17234a5a3fe4b5db33b79e13d6779889c25c1089 (diff) | |
| download | django-rest-framework-ab3c47297481b7a4ff66027618f9c05bf02a2204.tar.bz2 | |
compatible print statements.
Diffstat (limited to 'rest_framework/runtests/runtests.py')
| -rwxr-xr-x | rest_framework/runtests/runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/runtests/runtests.py b/rest_framework/runtests/runtests.py index 1bd0a5fc..138c725b 100755 --- a/rest_framework/runtests/runtests.py +++ b/rest_framework/runtests/runtests.py @@ -30,7 +30,7 @@ def main(): elif len(sys.argv) == 1: test_case = '' else: - print usage() + print(usage()) sys.exit(1) failures = test_runner.run_tests(['tests' + test_case]) |
