Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorWil Clouser <wclouser@mozilla.com>2010-02-22 07:57:38 (GMT)
committer Wil Clouser <wclouser@mozilla.com>2010-02-22 21:49:15 (GMT)
commite220a4b99981de9ff7df9227c8572d3ecf23d707 (patch)
tree0064a2bd282f35613f69f55b5af5f75ead959a51 /lib
parentc9d1aff4bc4b56432aade81207dde31dc1cae488 (diff)
Use the new activate() to pull in the AMO .mo files and use the new _() everywhere else
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/management/commands/extract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/management/commands/extract.py b/lib/l10n/management/commands/extract.py
index 7ddf11a..457d436 100644
--- a/lib/l10n/management/commands/extract.py
+++ b/lib/l10n/management/commands/extract.py
@@ -9,7 +9,7 @@ from django.core.management.base import BaseCommand
from jinja2 import ext
-from lib.l10n import strip_whitespace
+from l10n import strip_whitespace
DEFAULT_DOMAIN = 'messages'