Split schedulers into their own submodule.

This commit is contained in:
Carlos Jenkins
2017-07-18 15:09:02 -06:00
parent 7f2ca0aecb
commit 8356cfa39d
8 changed files with 472 additions and 449 deletions

View File

@@ -0,0 +1,2 @@
from xdist.scheduler.each import EachScheduling # noqa
from xdist.scheduler.load import LoadScheduling # noqa