Skip to content

Commit

Permalink
fix: EmulateTerminalMixin is deprecated,
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Mar 23, 2020
1 parent 40d1be3 commit 281c442
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dmoj/executors/CYT.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
from .base_executor import CompiledExecutor
from dmoj.executors.mixins import EmulateTerminalMixin
from dmoj.executors.compiled_executor import CompiledExecutor


class Executor(EmulateTerminalMixin, CompiledExecutor):
class Executor(CompiledExecutor):
ext = '.cr'
name = 'CYT'
command = 'crystal'
Expand Down

0 comments on commit 281c442

Please sign in to comment.