Update of /cvsroot/sqlobject/SQLObject/SQLObject
In directory sc8-pr-cvs1:/tmp/cvs-serv2752/SQLObject
Modified Files:
SQLObject.py __init__.py
Log Message:
Mostly whitespace and a fix for postgreSQLCreate
Index: SQLObject.py
===================================================================
RCS file: /cvsroot/sqlobject/SQLObject/SQLObject/SQLObject.py,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** SQLObject.py 7 Sep 2003 23:36:08 -0000 1.57
--- SQLObject.py 24 Sep 2003 12:18:15 -0000 1.58
***************
*** 1175,1179 ****
-
########################################
## Utility functions (for external consumption)
--- 1175,1178 ----
Index: __init__.py
===================================================================
RCS file: /cvsroot/sqlobject/SQLObject/SQLObject/__init__.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** __init__.py 26 May 2003 21:48:54 -0000 1.4
--- __init__.py 24 Sep 2003 12:18:15 -0000 1.5
***************
*** 5,6 ****
--- 5,7 ----
from Style import *
from Join import *
+ from include import Validator
|