Skip to content

Commit

Permalink
Add syscalls.pyi and make generate_linux.py update it (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 authored May 11, 2020
1 parent 679a476 commit b32ac81
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 1 deletion.
1 change: 0 additions & 1 deletion dmoj/cptbox/isolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from dmoj.cptbox.tracer import MaxLengthExceeded
from dmoj.cptbox.handlers import ACCESS_EACCES, ACCESS_ENOENT, ACCESS_EPERM, ALLOW

# noinspection PyUnresolvedReferences
from dmoj.cptbox.syscalls import *
from dmoj.utils.unicode import utf8text

Expand Down
Loading

0 comments on commit b32ac81

Please sign in to comment.