Consolidated i18n commands test with the rest of the i18n tests.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Ramiro Morales 2010-10-10 22:19:01 +00:00
parent 20fa9ddb71
commit b79daef867
11 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ from django.utils.importlib import import_module
from forms import I18nForm, SelectDateForm, SelectDateWidget, CompanyForm
from models import Company, TestModel
from commands.tests import *
class TranslationTests(TestCase):