~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/test_register.py

Get rid of relative imports in Launchpad plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from bzrlib.tests import TestCase, TestSkipped
23
23
 
24
24
# local import
25
 
from lp_registration import (
 
25
from bzrlib.plugins.launchpad.lp_registration import (
26
26
        BaseRequest,
27
27
        BranchBugLinkRequest,
28
28
        BranchRegistrationRequest,