diff mysqlpy.py @ 149:3b1e25cc0e38

html output now valid xhtml 1.0 strict
author catherine@dellzilla
date Fri, 26 Sep 2008 10:33:37 -0400
parents 24b5daa7ebe1
children 802d8df993da
line wrap: on
line diff
--- a/mysqlpy.py	Thu Sep 25 16:37:16 2008 -0400
+++ b/mysqlpy.py	Fri Sep 26 10:33:37 2008 -0400
@@ -1,5 +1,5 @@
 #!/usr/bin/python
-# MySqlPy V1.4.8
+# MySqlPy V1.4.9
 # Author: Luca.Canali@cern.ch
 # 
 #
@@ -13,9 +13,9 @@
 
 class mysqlpy(sqlpyPlus):
     '''
-MySqlPy V1.4.8 - 'sqlplus in python'
+MySqlPy V1.4.9 - 'sqlplus in python'
 Author: Luca.Canali@cern.ch
-Rev: 1.4.8, 04-Sep-08
+Rev: 1.4.9, 26-Sep-08
 
 Companion of SqlPython, a python module that reproduces Oracle's command line within python
 and sqlpyPlus. Major contributions by Catherine Devlin, http://catherinedevlin.blogspot.com