~bzr/ubuntu/karmic/qbzr/bzr-ppa

« back to all changes in this revision

Viewing changes to lib/test.py

move most of python modules to subpackage 'lib'

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
from bzrlib.tests import TestCase
22
22
 
23
 
from bzrlib.plugins.qbzr import util
 
23
from bzrlib.plugins.qbzr.lib import util
24
24
 
25
25
 
26
26
class TestUtilFuncs(TestCase):