# HG changeset patch # User Steve Borho # Date 2012-08-28 16:15:34 # Node ID b0aad9fb87f947e821f0381d461f1794e73833a7 # Parent 19e4861f973032b408160f4e72fb3ead2df5af96 obsolete: import modules within mercurial/ without "from mercurial" diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py --- a/mercurial/obsolete.py +++ b/mercurial/obsolete.py @@ -52,7 +52,7 @@ The header is followed by the markers. E 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.