comparison markup/tests/eval.py @ 195:a180441acbff

Fix missing import in unit test added in [244].
author cmlenz
date Thu, 24 Aug 2006 19:06:23 +0000
parents eb5c8200f49b
children d7c0a7d65783
comparison
equal deleted inserted replaced
194:eb5c8200f49b 195:a180441acbff
13 13
14 import doctest 14 import doctest
15 import sys 15 import sys
16 import unittest 16 import unittest
17 17
18 from markup.eval import Expression 18 from markup.eval import Expression, Undefined
19 19
20 20
21 class ExpressionTestCase(unittest.TestCase): 21 class ExpressionTestCase(unittest.TestCase):
22 22
23 def test_name_lookup(self): 23 def test_name_lookup(self):
Copyright (C) 2012-2017 Edgewall Software