fix typo
This commit is contained in:
@ -6,7 +6,7 @@ from SimpleXMLRPCServer import SimpleXMLRPCServer
|
|||||||
|
|
||||||
import Entry
|
import Entry
|
||||||
|
|
||||||
class LocalExcepion(Exception):
|
class LocalException(Exception):
|
||||||
def __init__(self, msg):
|
def __init__(self, msg):
|
||||||
self.msg = msg
|
self.msg = msg
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user