Changeset 8020 for main/waeup.uniben/trunk/src/waeup/uniben/utils
- Timestamp:
- 2 Apr 2012, 11:05:40 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/utils/tests.py
r7822 r8020 17 17 ## 18 18 from waeup.kofa.testing import FunctionalTestCase 19 from waeup. custom.testing import FunctionalLayer19 from waeup.uniben.testing import FunctionalLayer 20 20 21 21 -
main/waeup.uniben/trunk/src/waeup/uniben/utils/utils.py
r7926 r8020 21 21 from waeup.kofa.utils.utils import KofaUtils 22 22 from waeup.kofa.accesscodes import create_accesscode 23 from waeup. custom.interfaces import MessageFactory as _23 from waeup.uniben.interfaces import MessageFactory as _ 24 24 25 25 def actions_after_payment(student, payment, view):
Note: See TracChangeset for help on using the changeset viewer.