changeset 10560:9134725caf1d stable

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.
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Mon, 01 Mar 2010 14:15:55 +0100
parents b1339234080e
children 705386be4075
files hgext/convert/bzr.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 _