Changeset 7822 for main/waeup.custom/trunk/src/waeup/custom/browser
- Timestamp:
- 9 Mar 2012, 07:26:31 (13 years ago)
- 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 17 17 ## 18 18 import grok 19 from waeup. sirp.browser.pages import (19 from waeup.kofa.browser.pages import ( 20 20 SessionConfigurationAddFormPage, SessionConfigurationManageFormPage) 21 21 from waeup.custom.interfaces import ( -
main/waeup.custom/trunk/src/waeup/custom/browser/resources.py
r7419 r7822 17 17 ## 18 18 import grok 19 from waeup. sirp.browser.resources import (19 from waeup.kofa.browser.resources import ( 20 20 Library, ResourceInclusion, waeup_base_css, 21 21 ) -
main/waeup.custom/trunk/src/waeup/custom/browser/tests.py
r7569 r7822 20 20 from zope.testbrowser.testing import Browser 21 21 from zope.component.hooks import setSite, clearSite 22 from waeup. sirp.testing import FunctionalTestCase22 from waeup.kofa.testing import FunctionalTestCase 23 23 from waeup.custom.testing import FunctionalLayer 24 from waeup. sirp.app import University24 from waeup.kofa.app import University 25 25 26 26 class CustomPackageBrowserTests(FunctionalTestCase): -
main/waeup.custom/trunk/src/waeup/custom/browser/theming.py
r7695 r7822 17 17 ## 18 18 import grok 19 from waeup. sirp.browser.interfaces import ITheme19 from waeup.kofa.browser.interfaces import ITheme 20 20 from waeup.custom.browser.resources import custom_theme_1 21 21 … … 23 23 24 24 class CustomTheme1(grok.GlobalUtility): 25 """A custom theme based on the SIRPbase theme.25 """A custom theme based on the Kofa base theme. 26 26 """ 27 27 grok.implements(ITheme)
Note: See TracChangeset for help on using the changeset viewer.