projects
/
matthijs
/
projects
/
wipi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
config: Update the Evolution Events board group name in the ACL.
[matthijs/projects/wipi.git]
/
plugin
/
theme
/
extinction.py
1
# -*- coding: iso-8859-1 -*-
2
"""
3
MoinMoin - Extinction website theme.
4
5
@copyright: 2009+ Matthijs Kooijman
6
@license: GNU GPL, see COPYING for details.
7
"""
8
9
from site import SiteTheme
10
11
class Theme(SiteTheme):
12
name = "extinction"
13