Skip to content

Commit

Permalink
refs #29, dictation-toolbox#385: no hybrid rules
Browse files Browse the repository at this point in the history
  • Loading branch information
synkarius committed Oct 14, 2019
1 parent 730c941 commit 661c90c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions castervoice/asynch/hmc_rules/hmc_launch_rule.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from dragonfly import Function
from dragonfly import Function, MappingRule

from castervoice.asynch.hmc import h_launch
from castervoice.lib import settings
from castervoice.lib.ctrl.mgr.rule_details import RuleDetails
from castervoice.lib.merge.mergerule import MergeRule
from castervoice.lib.merge.state.actions import AsynchronousAction
from castervoice.lib.merge.state.short import R, S, L

Expand All @@ -24,7 +23,7 @@ def settings_window():
blocking=False).execute()


class HMCLaunchRule(MergeRule):
class HMCLaunchRule(MappingRule):
mapping = {
"launch settings window":
R(Function(settings_window)),
Expand Down

0 comments on commit 661c90c

Please sign in to comment.