ara-plugins/ara/plugins/__init__.py
David Moreau Simard 04936f2fe0
Add helper command to determine plugins location
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
2018-12-20 17:50:53 -05:00

4 lines
65 B
Python

import os
LOCATION = os.path.abspath(os.path.dirname(__file__))