[svn r57439] account for changed location

--HG--
branch : trunk
This commit is contained in:
hpk 2008-08-18 18:57:13 +02:00
parent 4115e975d1
commit fc3721259f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ prepended."""
import sys, os
sys.path.insert(0, os.path.dirname(__file__))
from _findpy import py
from py.__.misc.terminal_helper import ansi_print, terminal_width
from py.__.io.terminalwriter import ansi_print, terminal_width
import re
curdir = py.path.local()