summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManel Caro <mcaro@iatec.biz>2021-11-06 16:20:13 +0100
committerManel Caro <mcaro@iatec.biz>2021-11-06 16:20:13 +0100
commitd5b273a3b58a250742049df4ca0ef0ba54f53d33 (patch)
tree1efb23519727130058401df090ab1b5f4cc8ba99
parentf675a5e9da88c3f39410c164e610bb6d329cafbe (diff)
downloadboard-d5b273a3b58a250742049df4ca0ef0ba54f53d33.zip
board-d5b273a3b58a250742049df4ca0ef0ba54f53d33.tar.gz
board-d5b273a3b58a250742049df4ca0ef0ba54f53d33.tar.bz2
Change Comment about Postgres DB Object
-rw-r--r--test-cli/test/helpers/psqldb.py3
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',