From c0049d1d8cc65199819bba63534077f19a514434 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Sat, 2 Nov 2013 11:26:35 -0500 Subject: [PATCH] Merged JValleroy's test updates. The *user_store* tests can find the user_store module, and now the tests fail for completely different reasons! --- tests/user_store_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/user_store_test.py b/tests/user_store_test.py index e6a3e8433..abad5f0e0 100644 --- a/tests/user_store_test.py +++ b/tests/user_store_test.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- mode: python; mode: auto-fill; fill-column: 80 -*- -import user_store +import modules.user_store from logger import Logger import cfg import unittest @@ -83,4 +83,4 @@ class UserStore(unittest.TestCase): return user if __name__ == "__main__": - unittest.main() \ No newline at end of file + unittest.main()