VirtualMailManager/account.py
branchv0.7.x
changeset 694 b1bfd4d1d9c0
parent 691 932cd76bf879
child 711 2a75058fc064
--- 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: