This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# execute in the folder you want the server to run | |
# starts at port 80 | |
import os | |
import urlparse | |
import SimpleHTTPServer | |
import SocketServer |