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

@@ -119,7 +119,7 @@ def init_slave_session(channel, args, option_dict):
sys.path[:] = newpaths
#fullwidth, hasmarkup = channel.receive()
from pytest.plugin.config import Config
from _pytest.config import Config
config = Config()
config.option.__dict__.update(option_dict)
config._preparse(args)