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