diff options
author | Georg Brandl <georg@python.org> | 2010-07-28 18:46:12 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-28 18:46:12 +0200 |
commit | 563c27d2d7e9e1e7092a0c273621ae08b54bb283 (patch) | |
tree | 5c073a00876a81bded3f1e06aa78e09b5895ef37 /sphinx/locale | |
parent | a2509af2998f41d31881b393110bb189b9afb36a (diff) | |
download | sphinx-563c27d2d7e9e1e7092a0c273621ae08b54bb283.tar.gz |
Nit.
Diffstat (limited to 'sphinx/locale')
-rw-r--r-- | sphinx/locale/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/locale/__init__.py b/sphinx/locale/__init__.py index 8df5f006..02958457 100644 --- a/sphinx/locale/__init__.py +++ b/sphinx/locale/__init__.py @@ -8,6 +8,7 @@ :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ + import sys import gettext import UserString |