diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-07-01 18:03:12 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-07-01 18:03:12 +0100 |
commit | 1442655d3ce8b64abe57200f18bd8878a8b2c4a6 (patch) | |
tree | 2571ed219d69dc129161510f37858c1b681e71fc /tests/testconfig.py | |
parent | c29b5cd46a24fd81cff8b3affd9c78d18d53aa69 (diff) | |
parent | 4a450b63c418bf7e6e62f7b444fd2edd9db246da (diff) | |
download | psycopg2-1442655d3ce8b64abe57200f18bd8878a8b2c4a6.tar.gz |
Merge branch 'qstring-writable-encoding'
Diffstat (limited to 'tests/testconfig.py')
-rw-r--r-- | tests/testconfig.py | 2 |
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 - - |