fix tests

This commit is contained in:
clowwindy 2014-12-24 17:06:15 +08:00
parent 1d0c8b1800
commit b785d95f66

View file

@ -1,10 +1,10 @@
#!/usr/bin/env python
if __name__ == '__main__':
import tornado.ioloop
import tornado.web
import urllib
class MainHandler(tornado.web.RequestHandler):
def get(self):
with open('/tmp/shadowsocks-coverage', 'rb') as f: