Initial commit
This commit is contained in:
11
py_import_wizard.sublime-snippet
Normal file
11
py_import_wizard.sublime-snippet
Normal file
@@ -0,0 +1,11 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
from trytond.wizard import (Wizard, Button, StateAction, StateTransition,
|
||||
StateView)
|
||||
]]></content>
|
||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||
<tabTrigger>tryton_import_wizard</tabTrigger>
|
||||
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||||
<scope>source.python</scope>
|
||||
<description>Tryton: wizard classes import</description>
|
||||
</snippet>
|
||||
Reference in New Issue
Block a user