This commit is contained in:
Wolfgang Hottgenroth
2008-03-20 12:09:03 +01:00
parent 28e0d15955
commit 58e83c2a71

View File

@ -11,6 +11,7 @@ import Entry
class LocalException(Exception):
def __init__(self, msg):
Logger.log("Exception in HttpCmdReceiver: %s" % msg)
self.msg = msg
class HttpCmdHandler(BaseHTTPServer.BaseHTTPRequestHandler):