This commit is contained in:
Wolfgang Hottgenroth 2008-03-20 10:40:38 +01:00
parent 07e1d2d8f9
commit 48776e5cc7

View File

@ -6,7 +6,7 @@ from SimpleXMLRPCServer import SimpleXMLRPCServer
import Entry
class LocalExcepion(Exception):
class LocalException(Exception):
def __init__(self, msg):
self.msg = msg