[SQL-CVS] SQLObject/SQLObject __init__.py,1.2,1.3
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-04-21 22:50:13
|
Update of /cvsroot/sqlobject/SQLObject/SQLObject In directory sc8-pr-cvs1:/tmp/cvs-serv5193/SQLObject Modified Files: __init__.py Log Message: Added Style import Index: __init__.py =================================================================== RCS file: /cvsroot/sqlobject/SQLObject/SQLObject/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 14 Mar 2003 03:52:01 -0000 1.2 --- __init__.py 21 Apr 2003 22:50:09 -0000 1.3 *************** *** 3,4 **** --- 3,5 ---- from SQLBuilder import AND, OR, NOT, IN, LIKE, CONTAINSSTRING, const, func from DBConnection import * + from Style import * |