From fc3721259f375d7a71695991e4d4961418d8ef64 Mon Sep 17 00:00:00 2001 From: hpk Date: Mon, 18 Aug 2008 18:57:13 +0200 Subject: [PATCH] [svn r57439] account for changed location --HG-- branch : trunk --- py/bin/py.lookup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/bin/py.lookup b/py/bin/py.lookup index ddff9e7ab..7c1ac790a 100755 --- a/py/bin/py.lookup +++ b/py/bin/py.lookup @@ -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()