- Timestamp:
- 31 Mar 2015, 17:03:08 (10 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r12751 r12836 1014 1014 an empty ``<DATA_DICT>`` is returned. 1015 1015 1016 If ``<DATA_DICT>` is non-empty, there were no errors.1016 If ``<DATA_DICT>`` is non-empty, there were no errors. 1017 1017 """ 1018 1018 -
main/waeup.kofa/trunk/src/waeup/kofa/smtp.py
r11778 r12836 141 141 You can pass unicode objects or simple strings as text. 142 142 143 .. warn::If the input is a simple string, this string is expected144 143 If the input is a simple string, this string is expected 144 to be encoded 'utf-8'! 145 145 146 146 Returns a MIMEText object. -
main/waeup.kofa/trunk/src/waeup/kofa/students/vocabularies.py
r9778 r12836 166 166 - the value cannot be found in catalog or 167 167 - the value can be found as part of some item but the bound item 168 168 is the context object itself. 169 169 """ 170 170 implements(ISource) -
main/waeup.kofa/trunk/src/waeup/kofa/utils/logger.py
r9988 r12836 92 92 BACKUP_COUNT = -1 93 93 94 #: Default logging level (`logging.INFO ')94 #: Default logging level (`logging.INFO`) 95 95 LEVEL = logging.INFO 96 96
Note: See TracChangeset for help on using the changeset viewer.