Warning, /acts/Python/Plugins/python/plugin.py.in is written in an unsupported language. File is not indexed.
0001 import warnings
0002
0003 try :
0004 from .ActsPluginsPythonBindings@PLUGIN_NAME@ import *
0005
0006 from acts._adapter import _patch_config
0007 from acts import ActsPluginsPythonBindings@PLUGIN_NAME@
0008
0009 _patch_config(ActsPluginsPythonBindings@PLUGIN_NAME@)
0010
0011 except ImportError:
0012 warnings.warn("@PLUGIN_NAME@ plugin not available. Try building with @PLUGIN_BUILD_FLAG@=ON.")
0013 raise