/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_version_info.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-20 15:11:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2028.
  • Revision ID: john@arbash-meinel.com-20060920151119-88a7090d0c17bbb3
RemoveĀ unusedĀ imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import os
21
21
import sys
22
22
 
23
 
from bzrlib.tests import TestCase, TestCaseWithTransport
 
23
from bzrlib.tests import TestCaseWithTransport
24
24
 
25
25
 
26
26
class TestVersionInfo(TestCaseWithTransport):