pure module loading issues with stable tip

Steve Borho steve at borho.org
Thu Aug 23 18:43:54 CDT 2012


Hello,

obsolete.py is importing the base85 module with a "from" statement:
from mercurial import util, base85

If one is using the pure Python extensions by adding mercurial/pure to
sys.path, this import statement breaks.

It can be trivially fixed but I wasn't sure if using the pure modules
this way was intended to be a supported feature.

-- 
Steve Borho


More information about the Mercurial-devel mailing list