Ignore:
Timestamp:
13 Nov 2014, 16:54:17 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove tools.

rename institution company.

Remove some apis from docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/src/waeup/ikoba/utils/logger.py

    r11952 r11954  
    6767
    6868The datacenter and its storage are created automatically when you
    69 create a :class:`waeup.ikoba.app.Institution`. This also means that
     69create a :class:`waeup.ikoba.app.Company`. This also means that
    7070logging with the `Logger` mix-in will work only inside so-called sites
    71 (`Institution` instances put into ZODB are such `sites`).
     71(`Company` instances put into ZODB are such `sites`).
    7272
    7373Other components in this module help to make everything work.
     
    386386    return
    387387
    388 from waeup.ikoba.interfaces import IInstitution
    389 @grok.subscribe(IInstitution, grok.IObjectRemovedEvent)
     388from waeup.ikoba.interfaces import ICompany
     389@grok.subscribe(ICompany, grok.IObjectRemovedEvent)
    390390def handle_site_removed(obj, event):
    391391    collector = queryUtility(ILoggerCollector)
Note: See TracChangeset for help on using the changeset viewer.