themes: Remove some unused code.
[matthijs/projects/wipi.git] / plugin / theme / extinction.py
1 # -*- coding: iso-8859-1 -*-
2 """
3     MoinMoin - modern theme
4
5     @copyright: 2003-2005 Nir Soffer, Thomas Waldmann
6     @license: GNU GPL, see COPYING for details.
7 """
8
9 from site import SiteTheme
10
11 class Theme(SiteTheme):
12     name = "extinction"
13