summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/django-exam-0.1.tar.gzbin93760 -> 93771 bytes
-rw-r--r--setup.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/dist/django-exam-0.1.tar.gz b/dist/django-exam-0.1.tar.gz
index 99b8baf..3818c6a 100644
--- a/dist/django-exam-0.1.tar.gz
+++ b/dist/django-exam-0.1.tar.gz
Binary files differ
diff --git a/setup.py b/setup.py
index 1abfdc7..9b0ca91 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
license='BSD License',
entry_points = {
'console_scripts': [
- 'code_server = exam.code_server:main',
+ 'code_server = testapp.exam.code_server:main',
],
},
description='A django app to conduct online test.',