# HG changeset patch # User Steve Borho # Date 1346170534 18000 # Node ID b0aad9fb87f947e821f0381d461f1794e73833a7 # Parent 19e4861f973032b408160f4e72fb3ead2df5af96 obsolete: import modules within mercurial/ without "from mercurial" diff -r 19e4861f9730 -r b0aad9fb87f9 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.