1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

i18n: fixed an import error (I really shouldn't make last-minute-changes)

git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@831 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Georg Bauer 2005-10-11 09:23:53 +00:00
parent c0eb10e4fb
commit 51a691c9c0

View File

@ -1,6 +1,7 @@
"translation helper functions" "translation helper functions"
import os import os
import sys
import gettext as gettext_module import gettext as gettext_module
try: try: