diff options
Diffstat (limited to 'parts/django/tests/regressiontests/localflavor/tests.py')
-rw-r--r-- | parts/django/tests/regressiontests/localflavor/tests.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/parts/django/tests/regressiontests/localflavor/tests.py b/parts/django/tests/regressiontests/localflavor/tests.py deleted file mode 100644 index 6968236..0000000 --- a/parts/django/tests/regressiontests/localflavor/tests.py +++ /dev/null @@ -1,5 +0,0 @@ -import unittest -from django.test import TestCase - -# just import your tests here -from us.tests import * |