Skip to content

Commit

Permalink
Remove CLR executors
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Sep 17, 2019
1 parent a6599bb commit 7757c8c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 310 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "java_sandbox"]
path = dmoj/executors/java_sandbox
url = https://github.com/DMOJ/java-sandbox-agent.git
[submodule "dmoj/executors/csbox"]
path = dmoj/executors/csbox
url = https://github.com/DMOJ/csbox.git
16 changes: 0 additions & 16 deletions dmoj/executors/CS.py

This file was deleted.

25 changes: 0 additions & 25 deletions dmoj/executors/FS.py

This file was deleted.

18 changes: 0 additions & 18 deletions dmoj/executors/VB.py

This file was deleted.

1 change: 0 additions & 1 deletion dmoj/executors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def load_executor(name):
except ImportError as e:
# Python 2 has no quotes, Python 3 has quotes :|
if str(e).replace("'", '') not in ('No module named _cptbox',
'No module named msvcrt',
'No module named termios'):
traceback.print_exc()

Expand Down
245 changes: 0 additions & 245 deletions dmoj/executors/clr_executor.py

This file was deleted.

1 change: 0 additions & 1 deletion dmoj/executors/csbox
Submodule csbox deleted from 5da0b1
Binary file removed dmoj/executors/csbox.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def unavailable(self, e):
packages=find_packages(),
package_data={
'dmoj.cptbox': ['syscalls/aliases.list', 'syscalls/*.tbl'],
'dmoj.executors': ['csbox.exe', 'java_sandbox.jar', '*.policy'],
'dmoj.executors': ['java_sandbox.jar', '*.policy'],
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 7757c8c

Please sign in to comment.