parent
a46929a02a
commit
3f7588948c
|
@ -3,7 +3,7 @@ import py
|
||||||
try:
|
try:
|
||||||
from filelog import session
|
from filelog import session
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# convenience, make these tests runnable where fielog lives under pypy
|
# convenience, make these tests runnable where filelog lives under pypy
|
||||||
from pypy.tool.pytest.filelog import session
|
from pypy.tool.pytest.filelog import session
|
||||||
|
|
||||||
import os, StringIO
|
import os, StringIO
|
||||||
|
|
Loading…
Reference in New Issue