[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
This commit is contained in:
parent
0e4737ec24
commit
630b1fc09b
|
@ -38,6 +38,3 @@ if xgettext_cmd:
|
|||
if xversion >= (0, 15):
|
||||
from extraction import *
|
||||
del p
|
||||
|
||||
if find_command('msgfmt'):
|
||||
from compilation import *
|
||||
|
|
Loading…
Reference in New Issue