diff options
author | Manel Caro <mcaro@iatec.biz> | 2021-11-06 16:20:13 +0100 |
---|---|---|
committer | Manel Caro <mcaro@iatec.biz> | 2021-11-06 16:20:13 +0100 |
commit | d5b273a3b58a250742049df4ca0ef0ba54f53d33 (patch) | |
tree | 1efb23519727130058401df090ab1b5f4cc8ba99 /test-cli/test/helpers | |
parent | f675a5e9da88c3f39410c164e610bb6d329cafbe (diff) | |
download | board-d5b273a3b58a250742049df4ca0ef0ba54f53d33.zip board-d5b273a3b58a250742049df4ca0ef0ba54f53d33.tar.gz board-d5b273a3b58a250742049df4ca0ef0ba54f53d33.tar.bz2 |
Change Comment about Postgres DB Object
Diffstat (limited to 'test-cli/test/helpers')
-rw-r--r-- | test-cli/test/helpers/psqldb.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-cli/test/helpers/psqldb.py b/test-cli/test/helpers/psqldb.py index e703c3a..0141414 100644 --- a/test-cli/test/helpers/psqldb.py +++ b/test-cli/test/helpers/psqldb.py @@ -1,8 +1,9 @@ import psycopg2 +import psycopg2.extras class PgSQLConnection(object): - """aaaaaaa""" + """Postgres Connection Object""" __conection_object = None __db_config = {'dbname': 'testsrv', 'host': '192.168.2.171', |