Ignore:
Timestamp:
8 Mar 2012, 19:00:51 (13 years ago)
Author:
uli
Message:

Rename all non-locales stuff from sirp to kofa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/userscontainer.py

    r7653 r7811  
    1616## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    1717##
    18 """Users container for the SIRP portal.
     18"""Users container for the KOFA portal.
    1919"""
    2020import grok
    2121from zope.event import notify
    22 from waeup.sirp.authentication import Account
    23 from waeup.sirp.interfaces import IUsersContainer
    24 from waeup.sirp.utils.logger import Logger
     22from waeup.kofa.authentication import Account
     23from waeup.kofa.interfaces import IUsersContainer
     24from waeup.kofa.utils.logger import Logger
    2525
    2626class UsersContainer(grok.Container, Logger):
Note: See TracChangeset for help on using the changeset viewer.