fix tests
This commit is contained in:
parent
1d0c8b1800
commit
b785d95f66
1 changed files with 18 additions and 18 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue