~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/devscripts/ec2test/tests/remote_daemonization_test.py

  • Committer: William Grant
  • Date: 2012-01-01 03:03:28 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101030328-xtkp6ob1q8h40sxw
Format the non-contrib bits of lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
import sys
11
11
import traceback
12
12
 
13
 
from devscripts.ec2test.remote import EC2Runner, WebTestLogger
 
13
from devscripts.ec2test.remote import (
 
14
    EC2Runner,
 
15
    WebTestLogger,
 
16
    )
14
17
from devscripts.ec2test.tests.test_remote import TestRequest
15
18
 
 
19
 
16
20
PID_FILENAME = os.path.abspath(sys.argv[1])
17
21
DIRECTORY = os.path.abspath(sys.argv[2])
18
22
LOG_FILENAME = os.path.abspath(sys.argv[3])