--- a/VirtualMailManager/account.py Sat Feb 09 17:24:12 2013 +0000
+++ b/VirtualMailManager/account.py Sun Feb 10 17:33:38 2013 +0000
@@ -43,7 +43,7 @@
Arguments:
- `dbh` : pyPgSQL.PgSQL.Connection
+ `dbh` : psycopg2._psycopg.connection
A database connection for the database access.
`address` : VirtualMailManager.EmailAddress.EmailAddress
The e-mail address of the (new) Account.
@@ -459,7 +459,7 @@
`uid` : int
The Account unique ID.
- `dbh` : pyPgSQL.PgSQL.Connection
+ `dbh` : psycopg2._psycopg.connection
a database connection for the database access.
"""
try: