summaryrefslogtreecommitdiff
path: root/tests/testconfig.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-07-01 18:03:12 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-07-01 18:03:12 +0100
commit1442655d3ce8b64abe57200f18bd8878a8b2c4a6 (patch)
tree2571ed219d69dc129161510f37858c1b681e71fc /tests/testconfig.py
parentc29b5cd46a24fd81cff8b3affd9c78d18d53aa69 (diff)
parent4a450b63c418bf7e6e62f7b444fd2edd9db246da (diff)
downloadpsycopg2-1442655d3ce8b64abe57200f18bd8878a8b2c4a6.tar.gz
Merge branch 'qstring-writable-encoding'
Diffstat (limited to 'tests/testconfig.py')
-rw-r--r--tests/testconfig.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testconfig.py b/tests/testconfig.py
index 0f995fb..72c533e 100644
--- a/tests/testconfig.py
+++ b/tests/testconfig.py
@@ -34,5 +34,3 @@ if dbuser is not None:
dsn += ' user=%s' % dbuser
if dbpass is not None:
dsn += ' password=%s' % dbpass
-
-