Imports initiaux
darcs-hash:20060414194001-d1718-ceecbd9d441a17318a957ec7b4686f85a4aa47b5.gz
This commit is contained in:
parent
1c6255c1d7
commit
8f2f2247d7
18 changed files with 5116 additions and 0 deletions
25
wiki/theme/matrix.py
Normal file
25
wiki/theme/matrix.py
Normal file
|
@ -0,0 +1,25 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
MoinMoin technical theme
|
||||
|
||||
@copyright: (c) 2003-2004 by Nir Soffer
|
||||
@license: GNU GPL, see COPYING for details.
|
||||
"""
|
||||
|
||||
from MoinMoin.theme import modern
|
||||
|
||||
|
||||
class Theme(modern.Theme):
|
||||
|
||||
name = "matrix"
|
||||
|
||||
|
||||
def execute(request):
|
||||
""" Generate and return a theme object
|
||||
|
||||
@param request: the request object
|
||||
@rtype: Theme instance
|
||||
@return: Theme object
|
||||
"""
|
||||
return Theme(request)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue