Diff for /MPIWGWeb/Attic/updatePersonalWWW.py between versions 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2007/04/19 12:18:50 version 1.1.2.3, 2007/04/26 17:02:09
Line 211  class xml_handler: Line 211  class xml_handler:
   
 def checkImport(dsn,resultSet):  def checkImport(dsn,resultSet):
     #now connect to the database      #now connect to the database
       logging.info("dsn: %s"%dsn)
     dbCon = psycopg.connect(dsn)      dbCon = psycopg.connect(dsn)
     db = dbCon.cursor()      db = dbCon.cursor()
           

Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>