diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-04 00:04:07 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-08-04 00:04:07 -0400 |
commit | 10ca8d3a5b4e7b20a7b9be34c832ab1edb9bb6d7 (patch) | |
tree | ba01429aecc910841d6dfa1b67f75046cd2e8346 /test/test_runtime.py | |
parent | 82d4954148bd3459a2f6fe0fdacc9118b649d316 (diff) | |
download | external_python_mako-10ca8d3a5b4e7b20a7b9be34c832ab1edb9bb6d7.tar.gz external_python_mako-10ca8d3a5b4e7b20a7b9be34c832ab1edb9bb6d7.tar.bz2 external_python_mako-10ca8d3a5b4e7b20a7b9be34c832ab1edb9bb6d7.zip |
- fix #190 for py2.4rel_0_9_0
- other 2.4 ism
Diffstat (limited to 'test/test_runtime.py')
-rw-r--r-- | test/test_runtime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_runtime.py b/test/test_runtime.py index af7dbee..80b97ce 100644 --- a/test/test_runtime.py +++ b/test/test_runtime.py @@ -2,7 +2,7 @@ """ from mako import runtime import unittest -from . import eq_ +from test import eq_ class ContextTest(unittest.TestCase): def test_locals_kwargs(self): |