Rev 3153: Remove dead imports. in http://people.ubuntu.com/~robertc/baz2.0/inventory.journalled
Robert Collins
robertc at robertcollins.net
Thu Jan 3 01:21:50 GMT 2008
At http://people.ubuntu.com/~robertc/baz2.0/inventory.journalled
------------------------------------------------------------
revno: 3153
revision-id:robertc at robertcollins.net-20080103012146-1hy9jrj8zgld3raf
parent: pqm at pqm.ubuntu.com-20080102154906-hqiq6x2eammznjtg
committer: Robert Collins <robertc at robertcollins.net>
branch nick: inventory.journalled
timestamp: Thu 2008-01-03 12:21:46 +1100
message:
Remove dead imports.
modified:
bzrlib/tests/inventory_implementations/__init__.py __init__.py-20070821044532-olbadbokgv3qv1yd-1
=== modified file 'bzrlib/tests/inventory_implementations/__init__.py'
--- a/bzrlib/tests/inventory_implementations/__init__.py 2007-09-03 04:45:38 +0000
+++ b/bzrlib/tests/inventory_implementations/__init__.py 2008-01-03 01:21:46 +0000
@@ -16,24 +16,7 @@
"""Tests for different inventory implementations"""
-# NOTE: Don't import Inventory here, to make sure that we don't accidentally
-# hardcode that when we should be using self.make_inventory
-
-from bzrlib import (
- errors,
- )
-
-from bzrlib.inventory import (
- InventoryDirectory,
- InventoryEntry,
- InventoryFile,
- InventoryLink,
- ROOT_ID,
- TreeReference,
- )
-
from bzrlib.tests import (
- TestCase,
multiply_tests_from_modules,
)
More information about the bazaar-commits
mailing list