mercurial/obsolete.py
branchstable
changeset 17405 b0aad9fb87f9
parent 17304 0368fc55d572
child 17424 e7cfe3587ea4
--- a/mercurial/obsolete.py	Mon Aug 27 09:57:58 2012 -0400
+++ b/mercurial/obsolete.py	Tue Aug 28 11:15:34 2012 -0500
@@ -52,7 +52,7 @@
   cannot contain '\0'.
 """
 import struct
-from mercurial import util, base85
+import util, base85
 from i18n import _
 
 # the obsolete feature is not mature enought to be enabled by default.