fix typo
This commit is contained in:
@ -2,7 +2,7 @@ import threading
|
|||||||
import time
|
import time
|
||||||
import Event
|
import Event
|
||||||
from logger import Logger
|
from logger import Logger
|
||||||
import BaseHttpServer
|
import BaseHTTPServer
|
||||||
|
|
||||||
import Entry
|
import Entry
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ class LocalException(Exception):
|
|||||||
def __init__(self, msg):
|
def __init__(self, msg):
|
||||||
self.msg = msg
|
self.msg = msg
|
||||||
|
|
||||||
class HttpCmdHandler(BaseHttpServer.BaseHTTPRequestHandler):
|
class HttpCmdHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||||
server_version = "YadynCMDHTTP/1.0"
|
server_version = "YadynCMDHTTP/1.0"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Reference in New Issue
Block a user