hgext/convert/bzr.py
changeset 12063 516b000fbb7e
parent 11134 33010ff1fd6f
child 15461 6ba2fc0a87ab
--- a/hgext/convert/bzr.py	Fri Aug 27 13:32:38 2010 -0400
+++ b/hgext/convert/bzr.py	Fri Aug 27 13:32:40 2010 -0400
@@ -61,7 +61,7 @@
             try:
                 tree = dir.open_workingtree(recommend_upgrade=False)
                 branch = tree.branch
-            except (errors.NoWorkingTree, errors.NotLocalUrl), e:
+            except (errors.NoWorkingTree, errors.NotLocalUrl):
                 tree = None
                 branch = dir.open_branch()
             if (tree is not None and tree.bzrdir.root_transport.base !=