[svn r58113] typo

--HG--
branch : trunk
This commit is contained in:
pedronis 2008-09-13 16:48:56 +02:00
parent a46929a02a
commit 3f7588948c
1 changed files with 1 additions and 1 deletions

View File

@ -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