cybertools/browser/liquid/__init__.py
helmutm c84daaf067 clean-up of cybertools.browser
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1136 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-03-24 13:21:20 +00:00

10 lines
No EOL
143 B
Python

"""
$Id$
"""
from zope.publisher.interfaces.browser import IBrowserRequest
class liquid(IBrowserRequest):
"""The `liquid` layer."""