obsolete: import modules within mercurial/ without "from mercurial" stable
authorSteve Borho <steve@borho.org>
Tue, 28 Aug 2012 11:15:34 -0500
branchstable
changeset 17405 b0aad9fb87f9
parent 17394 19e4861f9730
child 17406 fc14953e8e34
child 17409 1fc45b9a1300
child 17414 4fdc1f1b9152
child 17420 d79df9fd5374
obsolete: import modules within mercurial/ without "from mercurial"
mercurial/obsolete.py
--- 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.