changeset 14634:1679d73c9464

dagutil: fix missing import of i18n._
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Wed, 15 Jun 2011 17:04:06 -0300
parents cdda48c93676
children 217b7d83afc3
files mercurial/dagutil.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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):