small adaptations to py.impl move (should eventually not be neccessary to do such things)

This commit is contained in:
holger krekel
2010-01-13 17:25:13 +01:00
parent 6b75e0a740
commit 2efd4d9336
7 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import py
from py.impl.test.session import Session
from py.impl.test import outcome
from py._test.session import Session
from py._test import outcome
from xdist.nodemanage import NodeManager
queue = py.builtin._tryimport('queue', 'Queue')