VirtualMailManager/transport.py
branchv0.7.x
changeset 694 b1bfd4d1d9c0
parent 676 2bc11dada296
child 711 2a75058fc064
equal deleted inserted replaced
693:2e19ab98118a 694:b1bfd4d1d9c0
    21 
    21 
    22         Either tid or transport must be specified. When both arguments
    22         Either tid or transport must be specified. When both arguments
    23         are given, tid will be used.
    23         are given, tid will be used.
    24 
    24 
    25         Keyword arguments:
    25         Keyword arguments:
    26         dbh -- a pyPgSQL.PgSQL.connection
    26         dbh -- a psycopg2._psycopg.connection
    27         tid -- the id of a transport (int)
    27         tid -- the id of a transport (int)
    28         transport -- the value of the transport (str)
    28         transport -- the value of the transport (str)
    29 
    29 
    30         """
    30         """
    31         self._dbh = dbh
    31         self._dbh = dbh