Commit 98c10b54 authored by Denis Bilenko's avatar Denis Bilenko

remove unnecessary code

parent 4192ba8c
#!/usr/bin/python
from gevent import monkey; monkey.patch_all(dns=True)
from gevent import monkey; monkey.patch_all()
from gevent import wsgi2
import sys
import re
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment