Move connections to server
This commit is contained in:
parent
2a27b69c5e
commit
a78d3b0f23
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import cgi
|
||||
from connections import Request, Response
|
||||
from server.connections import Request, Response
|
||||
import mimetypes
|
||||
import handler
|
||||
import uuid
|
||||
|
|
Loading…
Reference in a new issue