cybertools/browser/loops/__init__.py
helmutm 9202dd7bca added loops skin; + some minor changes
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1183 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-04-29 10:11:16 +00:00

9 lines
139 B
Python

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