Changeset 12378 for main/waeup.ikoba/trunk/src/waeup/ikoba/utils
- Timestamp:
- 3 Jan 2015, 13:41:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/utils/utils.py
r12339 r12378 28 28 from waeup.ikoba.smtp import send_mail as send_mail_internally 29 29 from waeup.ikoba.utils.helpers import get_sorted_preferred 30 from waeup.ikoba.payments.currencies import ISO_4217_CURRENCIES 30 31 31 32 … … 95 96 'ig': (6, u'Igbo'), 96 97 } 98 99 # CURRENCIES must be equal to or an excerpt of ISO_4217_CURRENCIES 100 CURRENCIES = ISO_4217_CURRENCIES 97 101 98 102 #: A function to return
Note: See TracChangeset for help on using the changeset viewer.