summaryrefslogtreecommitdiff
path: root/testapp
diff options
context:
space:
mode:
Diffstat (limited to 'testapp')
-rwxr-xr-xtestapp/exam/code_server.py (renamed from testapp/code_server.py)0
-rw-r--r--testapp/exam/output/README.txt (renamed from testapp/output/README.txt)0
-rw-r--r--testapp/exam/views.py2
3 files changed, 1 insertions, 1 deletions
diff --git a/testapp/code_server.py b/testapp/exam/code_server.py
index 792197d..792197d 100755
--- a/testapp/code_server.py
+++ b/testapp/exam/code_server.py
diff --git a/testapp/output/README.txt b/testapp/exam/output/README.txt
index 3163ed4..3163ed4 100644
--- a/testapp/output/README.txt
+++ b/testapp/exam/output/README.txt
diff --git a/testapp/exam/views.py b/testapp/exam/views.py
index 38beb0d..7c9af6c 100644
--- a/testapp/exam/views.py
+++ b/testapp/exam/views.py
@@ -23,7 +23,7 @@ from exam.xmlrpc_clients import code_server
from settings import URL_ROOT
# The directory where user data can be saved.
-OUTPUT_DIR = abspath(join(dirname(__file__), pardir, 'output'))
+OUTPUT_DIR = abspath(join(dirname(__file__), 'output'))
def my_redirect(url):