~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-30 06:47:17 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230064717-n5re5t6we5w8o17z
Replace canonical.database usage everywhere, and format-imports.

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.