Fixed a typo in last commit.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-02-22 20:27:58 +00:00
parent 7573c4a9f7
commit 9b8c44c3ed
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ if xgettext_cmd:
match = re.search(r'(?P<major>\d+)\.(?P<minor>\d+)', output)
if match:
xversion = (int(match.group('major')), int(match.group('minor')))
if xversion > (0, 15):
if xversion >= (0, 15):
from extraction import *