From 901236765fb5cab2c2c8507b8fdf56fb947ac271 Mon Sep 17 00:00:00 2001 From: BuhtigithuB Date: Sun, 15 Mar 2015 20:21:52 -0400 Subject: [PATCH] forget to importe compare --- gluon/tests/test_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gluon/tests/test_utils.py b/gluon/tests/test_utils.py index f38fe2e8..ff40d28e 100644 --- a/gluon/tests/test_utils.py +++ b/gluon/tests/test_utils.py @@ -9,6 +9,7 @@ from fix_path import fix_sys_path fix_sys_path(__file__) from utils import md5_hash +from utils import compare class TestUtils(unittest.TestCase):