diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-11 15:20:48 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-11-11 15:20:48 -0500 |
commit | 800f3b13ed9c1ea52fbd6544dc902ebd7a721733 (patch) | |
tree | 08e80e47a427c49f3b0540c3c6b4d35aee7e707f /test/test_call.py | |
parent | 3bbeaef7d5576fcefd1ccec3661ce7e3fd454094 (diff) | |
download | external_python_mako-800f3b13ed9c1ea52fbd6544dc902ebd7a721733.tar.gz external_python_mako-800f3b13ed9c1ea52fbd6544dc902ebd7a721733.tar.bz2 external_python_mako-800f3b13ed9c1ea52fbd6544dc902ebd7a721733.zip |
2.4-3.3 pass in place
Diffstat (limited to 'test/test_call.py')
-rw-r--r-- | test/test_call.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_call.py b/test/test_call.py index e735a72..5071222 100644 --- a/test/test_call.py +++ b/test/test_call.py @@ -1,6 +1,6 @@ from mako.template import Template from mako import util -from .util import result_lines, flatten_result +from test.util import result_lines, flatten_result from test import TemplateTest, eq_ class CallTest(TemplateTest): |