#682: Implement experimental instant mode

This commit is contained in:
Vladimir Iakovlev
2017-08-25 11:44:07 +02:00
parent f76d2061d1
commit 20e678a38a
10 changed files with 168 additions and 66 deletions
+4
View File
@@ -4,3 +4,7 @@ class EmptyCommand(Exception):
class NoRuleMatched(Exception):
"""Raised when no rule matched for some command."""
class ScriptNotInLog(Exception):
"""Script not found in log."""