~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to test.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-07-30 16:07:08 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%launchpad--devel--0--patch-11
added symlinks
Patches applied:

 * steve.alexander@canonical.com/launchpad--devel--0--patch-11
   added various symlinks, and some test config

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import sys, os
21
21
 
22
22
here = os.path.dirname(os.path.realpath(__file__))
23
 
sys.path.append(os.path.join(here, 'src'))
 
23
sys.path.append(os.path.join(here, 'lib'))
24
24
 
25
25
import zope.app.tests.test
26
26