diff options
author | ankitjavalkar | 2015-06-15 18:23:29 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-08-03 15:22:07 +0530 |
commit | 516284689fa9daa9b4487e4c5683997111df6049 (patch) | |
tree | b4a6a87fc356fa5f6c08d1712174bc05773cc5a0 /testapp/exam/language_registry.py | |
parent | 0225aad1492600ed53504b0986fd13da24c28ae9 (diff) | |
download | online_test-516284689fa9daa9b4487e4c5683997111df6049.tar.gz online_test-516284689fa9daa9b4487e4c5683997111df6049.tar.bz2 online_test-516284689fa9daa9b4487e4c5683997111df6049.zip |
Modify installer script and cleanup;
- Add __init__.py
- Add templates dir to MANIFEST
- Add persistent store for project details
- Modify initial_data.json
- Fix imports
Conflicts:
testapp/templates/demo_settings.py
Diffstat (limited to 'testapp/exam/language_registry.py')
-rw-r--r-- | testapp/exam/language_registry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/language_registry.py b/testapp/exam/language_registry.py index 76a23d7..63f07ef 100644 --- a/testapp/exam/language_registry.py +++ b/testapp/exam/language_registry.py @@ -1,4 +1,4 @@ -from settings import code_evaluators +from testapp.exam.settings import code_evaluators import importlib registry = None |