diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2005-10-11 09:23:53 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2005-10-11 09:23:53 +0000 |
| commit | 51a691c9c0878ae1c61ea2bf428132d3ec086cb6 (patch) | |
| tree | 254d20b1bbd8038293aacf65a03894d08fc8c2c5 /django/utils | |
| parent | c0eb10e4fbf1c762a69f7f9d1267e3fd16c55546 (diff) | |
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
Diffstat (limited to 'django/utils')
| -rw-r--r-- | django/utils/translation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/utils/translation.py b/django/utils/translation.py index aafb5305e4..e3cb275399 100644 --- a/django/utils/translation.py +++ b/django/utils/translation.py @@ -1,6 +1,7 @@ "translation helper functions" import os +import sys import gettext as gettext_module try: |
