forked from seba/servefile
Rearranged imports
This commit is contained in:
parent
48318d9132
commit
c186d5f695
|
@ -5,13 +5,13 @@
|
||||||
# v0.3
|
# v0.3
|
||||||
|
|
||||||
import BaseHTTPServer
|
import BaseHTTPServer
|
||||||
import sys
|
import commands
|
||||||
import os
|
|
||||||
import urllib
|
import urllib
|
||||||
from stat import ST_SIZE
|
import os
|
||||||
import SocketServer
|
import SocketServer
|
||||||
import socket
|
import socket
|
||||||
import commands
|
from stat import ST_SIZE
|
||||||
|
import sys
|
||||||
|
|
||||||
class FileHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
class FileHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||||
fileName = "Undefined"
|
fileName = "Undefined"
|
||||||
|
|
Loading…
Reference in New Issue