Rearranged imports

This commit is contained in:
Sebastian Lohff 2012-03-18 01:42:03 +01:00
parent 48318d9132
commit c186d5f695
1 changed files with 4 additions and 4 deletions

View File

@ -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"