~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to test.py

  • Committer: Bjorn Tillenius
  • Date: 2006-04-28 16:25:49 UTC
  • mto: This revision was merged to the branch mainline in revision 3515.
  • Revision ID: bjorn.tillenius@canonical.com-20060428162549-6f9dd19d7170bdd8
clarify a comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
from canonical.config import config
49
49
config.setDefaultSection('testrunner')
50
50
 
51
 
# Remove this directory from path:
 
51
# Remove this module's directory from path, so that zope.testbrowser
 
52
# can import pystone from test:
52
53
sys.path[:] = [p for p in sys.path if os.path.abspath(p) != here]
53
54
 
54
55