[Pkg-bazaar-commits] ./bzr-gtk/unstable r611: Fix import.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:44:26 UTC 2009


------------------------------------------------------------
revno: 611
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Tue 2008-10-14 20:50:26 +0200
message:
  Fix import.
modified:
  setup.py
-------------- next part --------------
=== modified file 'setup.py'
--- a/setup.py	2008-10-14 18:46:43 +0000
+++ b/setup.py	2008-10-14 18:50:26 +0000
@@ -64,6 +64,7 @@
 
 
 def is_versioned(cmd):
+    from bzrlib.errors import NotBranchError
     try:
         from bzrlib.branch import Branch
         Branch.open(".")



More information about the Pkg-bazaar-commits mailing list