Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
| File matt.diff,
535 bytes
(added by mw44118, 4 years ago) |
|
diff showing my fix
|
-
|
|
|
|
| 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: |
Download in other formats: