~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/codehosting/tests/test_lpserve.py

  • Committer: Aaron Bentley
  • Date: 2008-01-21 05:44:15 UTC
  • mto: This revision was merged to the branch mainline in revision 5586.
  • Revision ID: aaron@canonical.com-20080121054415-zjklfqnpbqe25v81
Quicksave

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
import bzrlib
16
16
from bzrlib.commands import get_cmd_object
17
 
from bzrlib.plugin import set_plugins_path
 
17
from bzrlib.plugins import lpserve
18
18
from bzrlib.smart import medium
19
19
from bzrlib.tests import TestCaseInTempDir
20
20
from bzrlib.transport import get_transport, remote
24
24
 
25
25
from canonical.tests.test_twisted import TwistedTestCase
26
26
 
27
 
from canonical.codehosting import plugins, get_bzr_plugins_path
 
27
from canonical.codehosting import plugins
28
28
from canonical.codehosting.tests.helpers import deferToThread
29
29
from canonical.config import config
30
30
from canonical.codehosting.tests.servers import Authserver
31
31
 
32
32
from canonical.testing import TwistedLayer
33
 
os.environ['BZR_PLUGIN_PATH'] = get_bzr_plugins_path()
34
 
set_plugins_path()
35
 
from bzrlib.plugins import lpserve
36
33
 
37
34
 
38
35
ROCKETFUEL_ROOT = os.path.dirname(