From 630b1fc09b6a1e521b64bc7f8792fd0807d22c07 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 17 Oct 2010 15:41:00 +0000 Subject: [PATCH] [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 --- tests/regressiontests/makemessages/tests.py | 3 --- 1 file changed, 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 *