Rev 2499: fix missing import in file:///home/mbp/bzr/Work/dirstate/

Martin Pool mbp at sourcefrog.net
Sat Mar 3 01:47:30 GMT 2007


------------------------------------------------------------
revno: 2499
revision-id: mbp at sourcefrog.net-20070303014729-27moafq7ozd00101
parent: mbp at sourcefrog.net-20070302075754-mc4x24a06swkc6f2
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: dirstate
timestamp: Sat 2007-03-03 12:47:29 +1100
message:
  fix missing import
modified:
  bzrlib/tests/workingtree_implementations/test_add.py test_add.py-20070226165239-4vo178spkrnhavc7-1
=== modified file 'bzrlib/tests/workingtree_implementations/test_add.py'
--- a/bzrlib/tests/workingtree_implementations/test_add.py	2007-03-02 07:57:54 +0000
+++ b/bzrlib/tests/workingtree_implementations/test_add.py	2007-03-03 01:47:29 +0000
@@ -22,6 +22,7 @@
     errors,
     inventory,
     osutils,
+    tests,
     )
 from bzrlib.workingtree_4 import WorkingTreeFormat4
 from bzrlib.tests.workingtree_implementations import TestCaseWithWorkingTree




More information about the bazaar-commits mailing list