~kvilhaugsvik/qbzr/qshelve_all

« back to all changes in this revision

Viewing changes to lib/test.py

  • Committer: Alexander Belchenko
  • Date: 2008-06-18 12:59:27 UTC
  • Revision ID: bialix@ukr.net-20080618125927-doud5j84j9yt7tha
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):