diff test_MySQLdb_capabilities.py @ 4:b5a377255eea MySQLdb

Merge changes from MySQLdb-1.2 branch (448-455)
author adustman
date Tue, 24 Oct 2006 19:52:31 +0000
parents df195ac92df6
children b70cce9bd065
line wrap: on
line diff
--- a/test_MySQLdb_capabilities.py	Sun Apr 09 04:06:40 2006 +0000
+++ b/test_MySQLdb_capabilities.py	Tue Oct 24 19:52:31 2006 +0000
@@ -49,7 +49,7 @@
         self.check_data_integrity(
             ('col1 SET(%s)' % ','.join(["'%s'" % t for t in things]),),
             generator)
-
+        
     def test_stored_procedures(self):
         db = self.connection
         c = self.cursor