make py lib a self-contained directory again
- move and merge _py/ bits back to py/ - fixes all around --HG-- branch : trunk
This commit is contained in:
2
testing/pytest/dist/test_txnode.py
vendored
2
testing/pytest/dist/test_txnode.py
vendored
@@ -1,7 +1,7 @@
|
||||
|
||||
import py
|
||||
import execnet
|
||||
from _py.test.dist.txnode import TXNode
|
||||
from py.impl.test.dist.txnode import TXNode
|
||||
queue = py.builtin._tryimport("queue", "Queue")
|
||||
Queue = queue.Queue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user