Add ElementPath to the list of package ignored by demand import stable
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 01 Mar 2010 14:15:55 +0100
branchstable
changeset 10560 9134725caf1d
parent 10559 b1339234080e
child 10561 705386be4075
Add ElementPath to the list of package ignored by demand import The bzrlib try to import the ElementPath module but had a fallback in case the import fails. Lazy import of this module leads to later failure. The bzrlib is used by the convert extension.
hgext/convert/bzr.py
--- a/hgext/convert/bzr.py	Mon Mar 01 15:41:21 2010 -0500
+++ b/hgext/convert/bzr.py	Mon Mar 01 14:15:55 2010 +0100
@@ -14,6 +14,7 @@
 demandimport.ignore.extend([
         'bzrlib.transactions',
         'bzrlib.urlutils',
+        'ElementPath',
     ])
 
 from mercurial.i18n import _