~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to runlaunchpad.py

  • Committer: jml at canonical
  • Date: 2007-04-05 05:31:56 UTC
  • mto: This revision was merged to the branch mainline in revision 4095.
  • Revision ID: jml@canonical.com-20070405053156-ereog02smsywu3w1
'make run' only runs webserver & librarian. 'make run_all' runs everything.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from configs import generate_overrides
30
30
 
31
31
 
32
 
basepath = filter(None, sys.path)
33
 
 
34
32
def set_up_sys_path(program):
 
33
    basepath = filter(None, sys.path)
35
34
    src = 'lib'
36
35
    here = os.path.dirname(os.path.abspath(program))
37
36
    srcdir = os.path.join(here, src)