changeset 5455:08d6e8754388

import gettext since '_' is used
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Thu, 11 Oct 2007 16:26:14 +0200
parents f2ca8d2c988f
children a58d415b272e
files mercurial/repo.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/repo.py
+++ b/mercurial/repo.py
@@ -6,6 +6,8 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
+from i18n import _
+
 class RepoError(Exception):
     pass