Author: darcy
Date: Tue Oct  4 08:59:59 2011
New Revision: 437

Log:
Host needs to be a string if concatenated with strings.

Modified:
   trunk/module/TEST_PyGreSQL_dbapi20.py

Modified: trunk/module/TEST_PyGreSQL_dbapi20.py
==============================================================================
--- trunk/module/TEST_PyGreSQL_dbapi20.py       Tue Oct  4 08:51:28 2011        
(r436)
+++ trunk/module/TEST_PyGreSQL_dbapi20.py       Tue Oct  4 08:59:59 2011        
(r437)
@@ -9,7 +9,7 @@
 # If LOCAL_PyGreSQL.py exists we will get our information from that.
 # Otherwise we use the defaults.
 dbname = 'dbapi20_test'
-dbhost = None
+dbhost = ''
 dbport = 5432
 try:
     from LOCAL_PyGreSQL import *
_______________________________________________
PyGreSQL mailing list
PyGreSQL@vex.net
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to