diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-10-17 15:41:00 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-10-17 15:41:00 +0000 |
| commit | 630b1fc09b6a1e521b64bc7f8792fd0807d22c07 (patch) | |
| tree | 1d2e1bb0a3ea78f08ad8d7e4c5ab9eacd08af980 | |
| parent | 0e4737ec240f144dc072d17e99b12143d872e577 (diff) | |
[1.2.X] Removed stray code introduced in r14126 that broke the test suite.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | tests/regressiontests/makemessages/tests.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/regressiontests/makemessages/tests.py b/tests/regressiontests/makemessages/tests.py index c3be2178e4..5798e671b0 100644 --- a/tests/regressiontests/makemessages/tests.py +++ b/tests/regressiontests/makemessages/tests.py @@ -38,6 +38,3 @@ if xgettext_cmd: if xversion >= (0, 15): from extraction import * del p - -if find_command('msgfmt'): - from compilation import * |
