summaryrefslogtreecommitdiff
path: root/testapp/tests/test_bash_evaluation.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/tests/test_bash_evaluation.py')
-rw-r--r--testapp/tests/test_bash_evaluation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/tests/test_bash_evaluation.py b/testapp/tests/test_bash_evaluation.py
index 924c560..4f7e4b6 100644
--- a/testapp/tests/test_bash_evaluation.py
+++ b/testapp/tests/test_bash_evaluation.py
@@ -1,7 +1,7 @@
import unittest
import os
-from testapp.yaksh_app.bash_code_evaluator import BashCodeEvaluator
-from testapp.yaksh_app.settings import SERVER_TIMEOUT
+from testapp.yaksh.bash_code_evaluator import BashCodeEvaluator
+from testapp.yaksh.settings import SERVER_TIMEOUT
class BashEvaluationTestCases(unittest.TestCase):
def setUp(self):