diff -r 2e19ab98118a -r b1bfd4d1d9c0 VirtualMailManager/account.py --- 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: