Changeset 12839 for main/waeup.ikoba
- Timestamp:
- 31 Mar 2015, 17:55:45 (10 years ago)
- Location:
- main/waeup.ikoba/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/docs/source/bugs.rst
r11949 r12839 2 2 3 3 Reporting Bugs in `waeup.ikoba` 4 ****************************** 4 ******************************* 5 5 6 6 The developers would like to know of any deficiencies you find in -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/vocabularies.py
r12809 r12839 85 85 - the value cannot be found in catalog or 86 86 - the value can be found as part of some item but the bound item 87 87 is the context object itself. 88 88 """ 89 89 implements(ISource) -
main/waeup.ikoba/trunk/src/waeup/ikoba/interfaces.py
r12663 r12839 858 858 an empty ``<DATA_DICT>`` is returned. 859 859 860 If ``<DATA_DICT>` is non-empty, there were no errors.860 If ``<DATA_DICT>`` is non-empty, there were no errors. 861 861 """ 862 862 -
main/waeup.ikoba/trunk/src/waeup/ikoba/payments/payment.py
r12808 r12839 116 116 Returns a list of formatted values. Last item is total sum. 117 117 XXX: we do not really respect currency. If different items 118 118 have different currencies, we are choked. 119 119 """ 120 120 result = [] -
main/waeup.ikoba/trunk/src/waeup/ikoba/smtp.py
r11949 r12839 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.ikoba/trunk/src/waeup/ikoba/utils/logger.py
r11954 r12839 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.