From f5568068a34e23208fb5b2a33dd806f10aab9806 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Wed, 19 Aug 2015 16:51:39 +0530 Subject: Change app name to yaksh --- testapp/tests/test_scilab_evaluation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testapp/tests/test_scilab_evaluation.py') diff --git a/testapp/tests/test_scilab_evaluation.py b/testapp/tests/test_scilab_evaluation.py index 4c3704d..346060a 100644 --- a/testapp/tests/test_scilab_evaluation.py +++ b/testapp/tests/test_scilab_evaluation.py @@ -1,7 +1,7 @@ import unittest import os -from testapp.exam.scilab_code_evaluator import ScilabCodeEvaluator -from testapp.exam.settings import SERVER_TIMEOUT +from testapp.yaksh_app.scilab_code_evaluator import ScilabCodeEvaluator +from testapp.yaksh_app.settings import SERVER_TIMEOUT class ScilabEvaluationTestCases(unittest.TestCase): def setUp(self): -- cgit