[svn r57439] account for changed location
--HG-- branch : trunk
This commit is contained in:
parent
4115e975d1
commit
fc3721259f
|
@ -10,7 +10,7 @@ prepended."""
|
||||||
import sys, os
|
import sys, os
|
||||||
sys.path.insert(0, os.path.dirname(__file__))
|
sys.path.insert(0, os.path.dirname(__file__))
|
||||||
from _findpy import py
|
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
|
import re
|
||||||
|
|
||||||
curdir = py.path.local()
|
curdir = py.path.local()
|
||||||
|
|
Loading…
Reference in New Issue