import gettext since '_' is used
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Thu, 11 Oct 2007 16:26:14 +0200
changeset 5455 08d6e8754388
parent 5454 f2ca8d2c988f
child 5456 a58d415b272e
import gettext since '_' is used
mercurial/repo.py
--- a/mercurial/repo.py	Thu Oct 11 16:19:12 2007 +0200
+++ b/mercurial/repo.py	Thu Oct 11 16:26:14 2007 +0200
@@ -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