Ticket #1674: matt.diff
| File matt.diff, 0.5 kB (added by mw44118, 7 months ago) |
|---|
-
testutil.py
old new 180 180 181 181 def tearDown(self): 182 182 database.rollback_all() 183 for item in self._get_soClasses():183 for item in reversed(self._get_soClasses()): 184 184 if isinstance(item, types.TypeType) and issubclass(item, 185 185 sqlobject.SQLObject) and item != sqlobject.SQLObject \ 186 186 and item != InheritableSQLObject: