Commit 55d60aa7 authored by Ralf Schmitt's avatar Ralf Schmitt

pep8 clean gevent/__init__.py

parent 8a51a308
......@@ -51,7 +51,8 @@ run = wait # XXX to be deleted (soon)
def __dependencies_for_freezing():
from gevent import core, resolver_thread, resolver_ares, socket,\
threadpool, thread, threading, select, subprocess
import pprint, traceback, signal
import pprint
import traceback
import signal
del __dependencies_for_freezing
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