Commit ea8073e8 authored by Jason Madden's avatar Jason Madden

Simplified according to pylint.

parent b45460cc
......@@ -4,7 +4,7 @@ import gevent
import gevent.core
import subprocess
if sys.argv[1:] == []:
if not sys.argv[1:]:
os.environ['GEVENT_BACKEND'] = 'select'
# (not in Py2) pylint:disable=consider-using-with
popen = subprocess.Popen([sys.executable, __file__, '1'])
......
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