changeset 195:f5952780267a trunk

Fix missing import in unit test added in [244].
author cmlenz
date Thu, 24 Aug 2006 19:06:23 +0000
parents c0535b218466
children eb0ba1060564
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