Skip to content

Commit fd56663

Browse files
authored
Merge pull request #3 from LexiconCode/patch-1
Corrected import Caster v1.0.0
2 parents 176a77a + 7f7480e commit fd56663

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)