fixed test__event.py: removed old imports of Job
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
from __future__ import with_statement
|
||||
import unittest
|
||||
import sys
|
||||
from eventlet.coros import event, Job, JobGroup
|
||||
from eventlet.coros import event
|
||||
from eventlet.api import spawn, sleep, GreenletExit, exc_after, timeout
|
||||
|
||||
DELAY= 0.01
|
||||
|
Reference in New Issue
Block a user