fixed PY-11610 Django johnny-cache breaks django_test_manage.py

This commit is contained in:
Ekaterina Tuzova
2013-12-18 17:40:54 +04:00
parent a1a68a8f67
commit ea2df3886e
+2 -2
View File
@@ -4,13 +4,13 @@ from tcunittest import TeamcityTestRunner
from tcmessages import TeamcityServiceMessages
from pycharm_run_utils import adjust_django_sys_path
adjust_django_sys_path()
from django.conf import settings
if hasattr(settings, "TEST_RUNNER") and "NoseTestSuiteRunner" in settings.TEST_RUNNER:
from nose_utils import TeamcityNoseRunner
adjust_django_sys_path()
from django.test.testcases import TestCase
from django import VERSION
try: