From 51a691c9c0878ae1c61ea2bf428132d3ec086cb6 Mon Sep 17 00:00:00 2001 From: Georg Bauer Date: Tue, 11 Oct 2005 09:23:53 +0000 Subject: [PATCH] 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 --- django/utils/translation.py | 1 + 1 file changed, 1 insertion(+) 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: