Rev 188: Removed now unnecessary import. in http://bzr.daniel-watkins.co.uk/pqm/tag
Daniel Watkins
daniel at daniel-watkins.co.uk
Tue Jul 22 21:22:33 BST 2008
At http://bzr.daniel-watkins.co.uk/pqm/tag
------------------------------------------------------------
revno: 188
revision-id: daniel at daniel-watkins.co.uk-20080722202103-8qg93yrebfgvqmjk
parent: daniel at daniel-watkins.co.uk-20080722201932-u67lqyd63voihn2f
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: tag
timestamp: Tue 2008-07-22 21:21:03 +0100
message:
Removed now unnecessary import.
-------------- next part --------------
=== modified file 'pqm/tests/test_pqm.py'
--- a/pqm/tests/test_pqm.py 2008-07-22 20:19:32 +0000
+++ b/pqm/tests/test_pqm.py 2008-07-22 20:21:03 +0000
@@ -439,7 +439,6 @@
return TagCommand(script, handler, self.configp, 'foo', revision, tag)
def test_TagCommand_revno(self):
- from bzrlib.branch import Branch
command = self.get_tag_command('1', 'tag')
command.run()
self.assertEqual(self.tree.branch.tags.lookup_tag('tag'), self.rev_id)
More information about the bazaar-commits
mailing list