~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to runlaunchpad.py

  • Committer: James Henstridge
  • Date: 2006-10-30 05:40:38 UTC
  • mto: (3691.86.270 launchpad)
  • mto: This revision was merged to the branch mainline in revision 3746.
  • Revision ID: james.henstridge@canonical.com-20061030054038-a7a07493cf6b98a4
change variable name

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        os.path.dirname(__file__), 'lib', 'canonical',
44
44
        'config', 'schema.xml'))
45
45
 
46
 
twistdpath = os.path.abspath(os.path.join(
 
46
twistd_script = os.path.abspath(os.path.join(
47
47
    os.path.dirname(__file__), 'sourcecode', 'twisted', 'bin', 'twistd'))
48
48
 
49
49
def start_librarian():
68
68
 
69
69
    args = [
70
70
        sys.executable,
71
 
        twistdpath,
 
71
        twistd_script,
72
72
        "--no_save",
73
73
        "--nodaemon",
74
74
        "--python", tacfile,
121
121
 
122
122
    args = [
123
123
        sys.executable,
124
 
        twistdpath,
 
124
        twistd_script,
125
125
        "--no_save",
126
126
        "--nodaemon",
127
127
        "--python", tacfile,