Skip to content

Commit

Permalink
renamed time limited
Browse files Browse the repository at this point in the history
  • Loading branch information
rtmigo committed Mar 7, 2021
1 parent 35eb92b commit ba774a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion svet/bash_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from timeit import default_timer as timer

from .sigtimeout import TimeLimited
from .time_limited import TimeLimited


class TestRunAsBash(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion svet/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@



from svet.sigtimeout import TimeLimited
from svet.time_limited import TimeLimited


########
Expand Down
File renamed without changes.

0 comments on commit ba774a3

Please sign in to comment.