From 29ac21c98b9733ab9cb967cc5ae51aa9b23bed19 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 24 May 2013 21:44:02 +0200 Subject: added production / devel mode to webui --- tests/helper/Stubs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/helper') diff --git a/tests/helper/Stubs.py b/tests/helper/Stubs.py index f0e8d0614..4c7c178ed 100644 --- a/tests/helper/Stubs.py +++ b/tests/helper/Stubs.py @@ -18,7 +18,7 @@ from module.threads.BaseThread import BaseThread from module.config.ConfigParser import ConfigParser from module.network.RequestFactory import RequestFactory from module.PluginManager import PluginManager -from module.common.JsEngine import JsEngine +from module.utils.JsEngine import JsEngine from logging import log, DEBUG, INFO, WARN, ERROR -- cgit v1.2.3