From 0f049147f49af2c470757c532d6a6a410b83487d Mon Sep 17 00:00:00 2001 From: Samuele Pedroni Date: Tue, 12 May 2009 15:59:55 +0200 Subject: [PATCH] test through the now public entry point --HG-- branch : trunk --- py/code/testing/test_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/code/testing/test_source.py b/py/code/testing/test_source.py index 9d360b243..641b26fd4 100644 --- a/py/code/testing/test_source.py +++ b/py/code/testing/test_source.py @@ -357,7 +357,7 @@ def test_findsource___source__(): def test_getfslineno(): - from py.__.code.source import getfslineno + from py.code import getfslineno def f(x): pass