
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3935 fd906abe-77d9-0310-91a1-e0d9ade77398
11 lines
174 B
Python
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 """
|
|
|