Changeset 17169 for main/kofacustom.edocons/trunk
- Timestamp:
- 23 Nov 2022, 14:25:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/browser.py
r17106 r17169 186 186 if self.target is not None and not self.target.startswith('tsc'): 187 187 return False 188 return True 188 189 189 190 @property … … 216 217 if self.target is not None and not self.target.startswith('tsc'): 217 218 return False 219 return True 218 220 219 221 @property … … 272 274 grok.name('doc_1') 273 275 274 class OtherDocument 4(AdditionalFile):276 class OtherDocument2(AdditionalFile): 275 277 grok.name('doc_2')
Note: See TracChangeset for help on using the changeset viewer.