summaryrefslogtreecommitdiff
path: root/lib/extensions.py
diff options
context:
space:
mode:
authorAshesh Vashi <ashesh.vashi@enterprisedb.com>2017-09-14 23:42:37 +0530
committerAshesh Vashi <ashesh.vashi@enterprisedb.com>2017-09-14 23:42:54 +0530
commit84d405894c4236c1d2bb54c673a71e4a8e78a2ec (patch)
tree91d08a2e94f7d86d93dba7e4cbc499e3ee6f9a68 /lib/extensions.py
parent6e0edf777930cb61b492d7cc0c1c2ce7753593ea (diff)
downloadpsycopg2-84d405894c4236c1d2bb54c673a71e4a8e78a2ec.tar.gz
Moving the encrypt_password method from the connection class to the
psycopgmodule, and exported it from psycopg2.extensions as per review comments.
Diffstat (limited to 'lib/extensions.py')
-rw-r--r--lib/extensions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions.py b/lib/extensions.py
index 91b8133..47155bb 100644
--- a/lib/extensions.py
+++ b/lib/extensions.py
@@ -63,7 +63,7 @@ from psycopg2._psycopg import ( # noqa
string_types, binary_types, new_type, new_array_type, register_type,
ISQLQuote, Notify, Diagnostics, Column,
QueryCanceledError, TransactionRollbackError,
- set_wait_callback, get_wait_callback, )
+ set_wait_callback, get_wait_callback, encrypt_password, )
"""Isolation level values."""