Example #1
0
 def do_GET(self):
     print 'get!'
     BaseHTTPRequestHandler.do_GET(self)
Example #2
0
 def do_GET(self):
     BaseHTTPRequestHandler.do_GET(self)
     print "LOOLZ"