~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lazy_import.py

  • Committer: Benji York
  • Date: 2011-08-19 18:19:31 UTC
  • mto: This revision was merged to the branch mainline in revision 6101.
  • Revision ID: benji@benjiyork.com-20110819181931-ltgm1rp1n27uh9e2
fix whitespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
1170
1170
                          ('import', self.root_name, []),
1171
1171
                         ], self.actions)
1172
1172
 
 
1173
 
1173
1174
class TestScopeReplacerReentrance(TestCase):
1174
1175
    """The ScopeReplacer should be reentrant.
1175
1176