adapt to shifted plugin names

This commit is contained in:
holger krekel
2010-10-11 01:15:31 +02:00
parent 025f1d577e
commit d83af5fdcd
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import sys, os
import execnet
import xdist.remote
from pytest.plugin import pytest_runner as runner # XXX load dynamically
from pytest.plugin import runner # XXX load dynamically
class NodeManager(object):
def __init__(self, config, specs=None):