0321 from macmini
This commit is contained in:
6
3rdparty/plugins/com_github_adamws_kicad-git/__init__.py
vendored
Normal file
6
3rdparty/plugins/com_github_adamws_kicad-git/__init__.py
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import sys
|
||||
|
||||
if sys.argv[0] != "-m" and not sys.argv[0].endswith("pytest"):
|
||||
from .git_plugin_action import GitPluginAction
|
||||
|
||||
GitPluginAction().register()
|
Reference in New Issue
Block a user