- Timestamp:
- 31 Aug 2012, 15:14:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_vocabularies.py
r9134 r9135 28 28 cert.end_level = 500 29 29 self.certificate = cert 30 31 def get(self, attr, default=None):32 try:33 return self.__getattribute__(attr)34 except AttributeError:35 return default36 30 37 31 class VocabularyTests(unittest.TestCase):
Note: See TracChangeset for help on using the changeset viewer.