cybertools/browser/liquid/__init__.py
helmutm b4dd7ccddd make skin definitionsconforming to Zope 3.3, i.e. get rid of some deprecation messages
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1592 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-02-21 20:14:13 +00:00

16 lines
311 B
Python

"""
$Id$
"""
from zope.publisher.interfaces.browser import IBrowserRequest
from zope.publisher.interfaces.browser import IDefaultBrowserLayer
from zope.app.rotterdam import Rotterdam
class liquid(IBrowserRequest):
"""The `liquid` layer."""
class Liquid(liquid, Rotterdam):
""" The Liquid skin """