[SQL-CVS] r620 - trunk/SQLObject/sqlobject
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2005-02-19 21:06:33
|
Author: ianb Date: 2005-02-19 21:06:27 +0000 (Sat, 19 Feb 2005) New Revision: 620 Modified: trunk/SQLObject/sqlobject/main.py Log: Removed a redundant attribute Modified: trunk/SQLObject/sqlobject/main.py =================================================================== --- trunk/SQLObject/sqlobject/main.py 2005-02-18 19:43:15 UTC (rev 619) +++ trunk/SQLObject/sqlobject/main.py 2005-02-19 21:06:27 UTC (rev 620) @@ -252,8 +252,6 @@ _fromDatabase = False - _style = None - _registry = None # Default is false, but we set it to true for the *instance* |