88
88
sys.path[:] = [p for p in sys.path if os.path.abspath(p) != BUILD_DIR]
90
90
# Turn on psycopg debugging wrapper
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.