[Pkg-bazaar-commits] ./bzr/unstable r786: - fix missing import

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:21:02 UTC 2009


------------------------------------------------------------
revno: 786
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Mon 2005-06-27 11:22:28 +1000
message:
  - fix missing import
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-06-24 11:12:11 +0000
+++ b/bzrlib/commands.py	2005-06-27 01:22:28 +0000
@@ -1239,6 +1239,8 @@
     """
     takes_args = ['file+']
     def run(self, file_list):
+        from bzrlib.branch import find_branch
+        
         if not file_list:
             file_list = ['.']
             



More information about the Pkg-bazaar-commits mailing list