diff options
author | prathamesh | 2013-07-03 16:49:29 +0530 |
---|---|---|
committer | prathamesh | 2013-07-03 16:49:29 +0530 |
commit | b522a1ba1c1edff7648c6c7d69fa2867a08b4100 (patch) | |
tree | 26df2b155c4db789dabd53f309057ac0aaca5f04 /testapp/exam/xmlrpc_clients.py | |
parent | 781842c523ccf11b85e0be06e884b2cd585f3cb9 (diff) | |
download | online_test-b522a1ba1c1edff7648c6c7d69fa2867a08b4100.tar.gz online_test-b522a1ba1c1edff7648c6c7d69fa2867a08b4100.tar.bz2 online_test-b522a1ba1c1edff7648c6c7d69fa2867a08b4100.zip |
merged java
Diffstat (limited to 'testapp/exam/xmlrpc_clients.py')
-rw-r--r-- | testapp/exam/xmlrpc_clients.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/xmlrpc_clients.py b/testapp/exam/xmlrpc_clients.py index b846212..cc21e62 100644 --- a/testapp/exam/xmlrpc_clients.py +++ b/testapp/exam/xmlrpc_clients.py @@ -25,6 +25,7 @@ class CodeServerProxy(object): "bash": 'run_bash_code', "C": "run_c_code", "C++": "run_cplus_code", + "java": "run_java_code", } def run_code(self, answer, test_code, user_dir, language): |