
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1183 fd906abe-77d9-0310-91a1-e0d9ade77398
9 lines
139 B
Python
9 lines
139 B
Python
"""
|
|
$Id$
|
|
"""
|
|
|
|
from zope.publisher.interfaces.browser import IBrowserRequest
|
|
|
|
class liquid(IBrowserRequest):
|
|
"""The `liquid` layer."""
|
|
|