summaryrefslogtreecommitdiff
path: root/testapp/exam/code_evaluator.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/exam/code_evaluator.py')
-rw-r--r--testapp/exam/code_evaluator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/code_evaluator.py b/testapp/exam/code_evaluator.py
index 2a57257..381b2e8 100644
--- a/testapp/exam/code_evaluator.py
+++ b/testapp/exam/code_evaluator.py
@@ -10,7 +10,7 @@ import subprocess
import re
import json
# Local imports.
-from settings import SERVER_PORTS, SERVER_TIMEOUT, SERVER_POOL_PORT
+from settings import SERVER_TIMEOUT
MY_DIR = abspath(dirname(__file__))