dagutil: fix missing import of i18n._
authorWagner Bruna <wbruna@softwareexpress.com.br>
Wed, 15 Jun 2011 17:04:06 -0300
changeset 14634 1679d73c9464
parent 14633 cdda48c93676
child 14635 217b7d83afc3
dagutil: fix missing import of i18n._
mercurial/dagutil.py
--- a/mercurial/dagutil.py	Thu Jun 16 19:34:42 2011 +0200
+++ b/mercurial/dagutil.py	Wed Jun 15 17:04:06 2011 -0300
@@ -7,6 +7,7 @@
 # GNU General Public License version 2 or any later version.
 
 from node import nullrev
+from i18n import _
 
 
 class basedag(object):