Changeset 8444 for main/waeup.aaue/trunk/src/waeup/aaue/utils
- Timestamp:
- 14 May 2012, 10:04:25 (13 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/utils/tests.py
r8020 r8444 17 17 ## 18 18 from waeup.kofa.testing import FunctionalTestCase 19 from waeup. uniben.testing import FunctionalLayer19 from waeup.aaue.testing import FunctionalLayer 20 20 21 21 -
main/waeup.aaue/trunk/src/waeup/aaue/utils/utils.py
r8386 r8444 21 21 import pytz 22 22 from waeup.kofa.utils.utils import KofaUtils, sorted_phone_prefixes 23 from waeup. uniben.interfaces import MessageFactory as _23 from waeup.aaue.interfaces import MessageFactory as _ 24 24 25 25 INT_PHONE_PREFIXES = [
Note: See TracChangeset for help on using the changeset viewer.