Commit af9f3f3b by Carl Meyer Committed by Alex Gaynor

pep8 double-line-space

parent 39487e77
...@@ -16,7 +16,8 @@ if not settings.configured: ...@@ -16,7 +16,8 @@ if not settings.configured:
) )
from django.test.simple import run_tests from django.test.simple import run_tests
def runtests(*test_args): def runtests(*test_args):
if not test_args: if not test_args:
test_args = ['tests'] test_args = ['tests']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment