Ignore:
Timestamp:
9 Mar 2012, 07:26:31 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename sirp to kofa.

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  
    1616## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    1717##
    18 from waeup.sirp.testing import FunctionalTestCase
     18from waeup.kofa.testing import FunctionalTestCase
    1919from waeup.custom.testing import FunctionalLayer
    2020
  • main/waeup.custom/trunk/src/waeup/custom/utils/utils.py

    r7695 r7822  
    1616## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    1717##
    18 """Customize general helper utilities for SIRP.
     18"""Customize general helper utilities for Kofa.
    1919"""
    2020import os
    21 from waeup.sirp.utils.utils import SIRPUtils
     21from waeup.kofa.utils.utils import KofaUtils
    2222
    2323
    24 class SIRPUtils(SIRPUtils):
     24class KofaUtils(KofaUtils):
    2525    """A collection of methods subject to customization.
    2626    """
Note: See TracChangeset for help on using the changeset viewer.