~cjwatson/launchpad-buildd/log-build-url

« back to all changes in this revision

Viewing changes to lpbuildd/tests/harness.py

[r=wgrant] Normalise Python packaging.  We now install our modules on the normal
system path, using pybuild.  setup.py now installs buildd-slave.tac in
the lpbuildd package rather than data_files in order not to pollute the
top level of a virtualenv.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        return os.path.abspath(os.path.join(
132
132
            os.path.dirname(__file__),
133
133
            os.path.pardir,
134
 
            os.path.pardir,
135
134
            'buildd-slave.tac'
136
135
            ))
137
136