~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to buildout-templates/bin/test.in

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:16:50 UTC
  • mfrom: (14606.3.7 apocaremains)
  • Revision ID: launchpad@pqm.canonical.com-20111231001650-pjeyhfjhm6mg3yp8
[r=wgrant][no-qa] Merge canonical.database into lp.services.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
sys.path[:] = [p for p in sys.path if os.path.abspath(p) != BUILD_DIR]
89
89
 
90
90
# Turn on psycopg debugging wrapper
91
 
#import canonical.database.debug
92
 
#canonical.database.debug.install()
 
91
#import lp.services.database.debug
 
92
#lp.services.database.debug.install()
93
93
 
94
94
# Unset the http_proxy environment variable, because we're going to make
95
95
# requests to localhost and we don't wand this to be proxied.