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/browser
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/browser/pages.py

    r7419 r7822  
    1717##
    1818import grok
    19 from waeup.sirp.browser.pages import (
     19from waeup.kofa.browser.pages import (
    2020    SessionConfigurationAddFormPage, SessionConfigurationManageFormPage)
    2121from waeup.custom.interfaces import (
  • main/waeup.custom/trunk/src/waeup/custom/browser/resources.py

    r7419 r7822  
    1717##
    1818import grok
    19 from waeup.sirp.browser.resources import (
     19from waeup.kofa.browser.resources import (
    2020    Library, ResourceInclusion, waeup_base_css,
    2121    )
  • main/waeup.custom/trunk/src/waeup/custom/browser/tests.py

    r7569 r7822  
    2020from zope.testbrowser.testing import Browser
    2121from zope.component.hooks import setSite, clearSite
    22 from waeup.sirp.testing import FunctionalTestCase
     22from waeup.kofa.testing import FunctionalTestCase
    2323from waeup.custom.testing import FunctionalLayer
    24 from waeup.sirp.app import University
     24from waeup.kofa.app import University
    2525
    2626class CustomPackageBrowserTests(FunctionalTestCase):
  • main/waeup.custom/trunk/src/waeup/custom/browser/theming.py

    r7695 r7822  
    1717##
    1818import grok
    19 from waeup.sirp.browser.interfaces import ITheme
     19from waeup.kofa.browser.interfaces import ITheme
    2020from waeup.custom.browser.resources import custom_theme_1
    2121
     
    2323
    2424class CustomTheme1(grok.GlobalUtility):
    25     """A custom theme based on the SIRP base theme.
     25    """A custom theme based on the Kofa base theme.
    2626    """
    2727    grok.implements(ITheme)
Note: See TracChangeset for help on using the changeset viewer.