nothing real

This commit is contained in:
Wolfgang Hottgenroth 2009-03-02 13:40:18 +01:00
parent 2fc7ce2149
commit 68a2e49516

View File

@ -2,6 +2,7 @@ import md5
from logger import Logger
import Entry
class AdminFuncException(Exception):
def __init__(self, msg):
Logger.log("Exception in AdminFuncs: %s" % msg)