cybertools/browser/loops/__init__.py
helmutm e78ecc2a3f more on i18n and German translations
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1767 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-05-24 12:55:36 +00:00

13 lines
304 B
Python

"""
$Id$
"""
from zope.publisher.interfaces.browser import IBrowserRequest
from zope.publisher.interfaces.browser import IDefaultBrowserLayer
from zope.app.rotterdam import Rotterdam
from cybertools.browser.liquid import Liquid
#class Loops(Liquid):
class Loops(Rotterdam):
""" The Loops skin """