Skip to content

Commit 7f7480e

Browse files
author
LexiconCode
authored
Corrected import Caster v1.0.0
Corrected import `dfplus.additions import IntegerRefST` - >`merge.additions import IntegerRefST`
1 parent 176a77a commit 7f7480e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundles/Caster/python_voice_coding_plugin_caster_v1-0-0.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from castervoice.lib import settings
55
from castervoice.lib.actions import Key, Text
66
from castervoice.lib.context import AppContext
7-
from castervoice.lib.dfplus.additions import IntegerRefST
7+
from castervoice.lib.merge.additions import IntegerRefST
88
from castervoice.lib.merge.state.short import R
99
from castervoice.lib.ctrl.mgr.rule_details import RuleDetails
1010

@@ -199,4 +199,4 @@ class SublimeRulePlugin(MappingRule):
199199

200200

201201
def get_rule():
202-
return SublimeRulePlugin, RuleDetails(name="python voice coding plugin", executable="sublime_text", title="Sublime Text")
202+
return SublimeRulePlugin, RuleDetails(name="python voice coding plugin", executable="sublime_text", title="Sublime Text")

0 commit comments

Comments
 (0)