Changeset 7822 for main/waeup.custom/trunk/src/waeup/custom/utils
- Timestamp:
- 9 Mar 2012, 07:26:31 (13 years ago)
- Location:
- main/waeup.custom/trunk/src/waeup/custom/utils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/utils/tests.py
r7586 r7822 16 16 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 17 ## 18 from waeup. sirp.testing import FunctionalTestCase18 from waeup.kofa.testing import FunctionalTestCase 19 19 from waeup.custom.testing import FunctionalLayer 20 20 -
main/waeup.custom/trunk/src/waeup/custom/utils/utils.py
r7695 r7822 16 16 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 17 ## 18 """Customize general helper utilities for SIRP.18 """Customize general helper utilities for Kofa. 19 19 """ 20 20 import os 21 from waeup. sirp.utils.utils import SIRPUtils21 from waeup.kofa.utils.utils import KofaUtils 22 22 23 23 24 class SIRPUtils(SIRPUtils):24 class KofaUtils(KofaUtils): 25 25 """A collection of methods subject to customization. 26 26 """
Note: See TracChangeset for help on using the changeset viewer.