mirror of https://git.48k.eu/ogclient
(Clean-Up) Rename HTTPParser file to restRequest
parent
86eb703964
commit
e39fe2fc52
|
@ -16,7 +16,7 @@ import sys
|
|||
import os
|
||||
import signal
|
||||
|
||||
from src.HTTPParser import *
|
||||
from src.restRequest import *
|
||||
|
||||
if platform.system() == 'Linux':
|
||||
from src.linux import ogOperations
|
||||
|
|
Loading…
Reference in New Issue