adapt to new import locations

This commit is contained in:
holger krekel
2010-11-13 11:12:19 +01:00
parent 8272a669a4
commit a0652e9d99
9 changed files with 20 additions and 14 deletions

View File

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