
This is the equivalent of the 0.x "python -m ara.setup.callback_plugins" and "python -m ara.setup.action_plugins". This allows users to run "python -m ara.plugins" in order to determine the location of the plugins. Change-Id: I8fddf3507916ae58c83af5e8400e7f7af83ba98c
4 lines
65 B
Python
4 lines
65 B
Python
import os
|
|
|
|
LOCATION = os.path.abspath(os.path.dirname(__file__))
|