changeset 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 547511535aaa
files markup/tests/eval.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/markup/tests/eval.py
+++ b/markup/tests/eval.py
@@ -15,7 +15,7 @@
 import sys
 import unittest
 
-from markup.eval import Expression
+from markup.eval import Expression, Undefined
 
 
 class ExpressionTestCase(unittest.TestCase):
Copyright (C) 2012-2017 Edgewall Software