
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3936 fd906abe-77d9-0310-91a1-e0d9ade77398
14 lines
240 B
Python
14 lines
240 B
Python
"""
|
|
$Id$
|
|
"""
|
|
|
|
from cybertools.browser.liquid import Liquid
|
|
from cybertools.browser.blue import Blue
|
|
|
|
|
|
class Loopz(Liquid):
|
|
""" The Loopz (neutral enduser) skin """
|
|
|
|
class Lobo(Blue):
|
|
""" The Lobo (neutral blueprint-based) skin """
|
|
|