move down py/impl/XYZ to py/_XYZ

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-01-13 17:15:54 +01:00
parent 5c27076d32
commit 9da1ba40ed
132 changed files with 229 additions and 231 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ def test_bytes_io():
assert s == tobytes("hello")
def test_dontreadfrominput():
from py.impl.io.capture import DontReadFromInput
from py._io.capture import DontReadFromInput
f = DontReadFromInput()
assert not f.isatty()
py.test.raises(IOError, f.read)
+1 -1
View File
@@ -1,6 +1,6 @@
import py
import os, sys
from py.impl.io import terminalwriter
from py._io import terminalwriter
def test_terminal_width_COLUMNS(monkeypatch):
""" Dummy test for get_terminal_width