fix tests
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
import tornado.ioloop
|
import tornado.ioloop
|
||||||
import tornado.web
|
import tornado.web
|
||||||
import urllib
|
import urllib
|
||||||
|
|
||||||
|
|
||||||
class MainHandler(tornado.web.RequestHandler):
|
class MainHandler(tornado.web.RequestHandler):
|
||||||
def get(self):
|
def get(self):
|
||||||
with open('/tmp/shadowsocks-coverage', 'rb') as f:
|
with open('/tmp/shadowsocks-coverage', 'rb') as f:
|
||||||
|
Reference in New Issue
Block a user