PEP8 runtests

fix_request_path_info
Diederik van der Boor 2018-01-31 22:56:05 +01:00
parent d4cf32b5b6
commit 723c78065c
1 changed files with 18 additions and 17 deletions

View File

@ -8,6 +8,7 @@ import django
from django.conf import settings from django.conf import settings
from django.core.management import execute_from_command_line from django.core.management import execute_from_command_line
# python -Wd, or run via coverage: # python -Wd, or run via coverage:
warnings.simplefilter('always', DeprecationWarning) warnings.simplefilter('always', DeprecationWarning)