cybertools/browser/blue/__init__.py
helmutm 2accd0db2d add Blueprint-based skin
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3935 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-08 07:04:50 +00:00

11 lines
174 B
Python

"""
$Id$
"""
from zope.publisher.interfaces.browser import IDefaultBrowserLayer
from zope.app.rotterdam import Rotterdam
class Blue(Rotterdam):
""" The Blue skin """