Changeset 7831


Ignore:
Timestamp:
9 Mar 2012, 22:56:51 (13 years ago)
Author:
Henrik Bettermann
Message:

Roll back last two revisions. It didn't work.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/configure.zcml

    r7830 r7831  
    88  <grok:grok package="." />
    99  <i18n:registerTranslations directory="locales" />
    10   <utility
    11       component="waeup.kofa.utils.utils.KofaUtils"
    12       provides="waeup.kofa.interfaces.IKofaUtils"
    13       />
    1410  <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" />
    1511</configure>
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/utils.py

    r7829 r7831  
    3838    return True
    3939
    40 class KofaUtils:
     40class KofaUtils(grok.GlobalUtility):
    4141    """A collection of parameters and methods subject to customization.
    4242
    4343    """
    44     implements(IKofaUtils)
     44    grok.implements(IKofaUtils)
    4545    # This the only place where we define the portal language
    4646    # which is used for the translation of system messages
Note: See TracChangeset for help on using the changeset viewer.