mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
compatible print statements.
This commit is contained in:
parent
17234a5a3f
commit
ab3c472974
|
@ -30,7 +30,7 @@ def main():
|
||||||
elif len(sys.argv) == 1:
|
elif len(sys.argv) == 1:
|
||||||
test_case = ''
|
test_case = ''
|
||||||
else:
|
else:
|
||||||
print usage()
|
print(usage())
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
failures = test_runner.run_tests(['tests' + test_case])
|
failures = test_runner.run_tests(['tests' + test_case])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user