Rev 5081: Cleanup imports in bzrlib/tests/per_tree/test_revision_tree.py. in file:///home/vila/src/bzr/bugs/533547-dsrt-kind/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Mar 10 09:26:52 GMT 2010
At file:///home/vila/src/bzr/bugs/533547-dsrt-kind/
------------------------------------------------------------
revno: 5081
revision-id: v.ladeuil+lp at free.fr-20100310092651-wdvr73lat1m41m5n
parent: pqm at pqm.ubuntu.com-20100310063827-8flct2zz07y0oywf
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 533547-dsrt-kind
timestamp: Wed 2010-03-10 10:26:51 +0100
message:
Cleanup imports in bzrlib/tests/per_tree/test_revision_tree.py.
-------------- next part --------------
=== modified file 'bzrlib/tests/per_tree/test_revision_tree.py'
--- a/bzrlib/tests/per_tree/test_revision_tree.py 2009-07-10 07:14:02 +0000
+++ b/bzrlib/tests/per_tree/test_revision_tree.py 2010-03-10 09:26:51 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2006 Canonical Ltd
+# Copyright (C) 2006, 2007, 2009, 2010 Canonical Ltd
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,11 +16,14 @@
"""Tests for Tree.revision_tree."""
-from bzrlib import errors
-from bzrlib.tests.per_tree import TestCaseWithTree
-
-
-class TestRevisionTree(TestCaseWithTree):
+from bzrlib import (
+ errors,
+ tests,
+ )
+from bzrlib.tests import per_tree
+
+
+class TestRevisionTree(per_tree.TestCaseWithTree):
def create_tree_no_parents_no_content(self):
tree = self.make_branch_and_tree('.')
More information about the bazaar-commits
mailing list