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