Remove dispatcher as it is not a dependency, for now, and as such breaks the continuous integration (yes, again.).

This commit is contained in:
Romain Dorgueil
2017-10-22 18:11:11 +02:00
parent 01a652cd05
commit f18889830b

View File

@ -6,7 +6,6 @@ from bonobo.constants import BEGIN, END
from bonobo.strategies.base import Strategy
from bonobo.structs.bags import Bag
from bonobo.util.errors import print_error
from whistle import EventDispatcher
class ExecutorStrategy(Strategy):