ara/ara/setup/path.py
David Moreau Simard 06dbe6a43e
Port ara.setup helper modules from 0.x to 1.0
0.x has helper modules to easily find the path where things are located.
These weren't originally in 1.0 mostly because ara-plugins was split
into another project.

We can add those back in for convenience now.

Change-Id: I8272fd6f43b08f71e0bce3626dbcee3ca1fc85ac
2019-04-01 18:35:34 -04:00

24 lines
805 B
Python

# Copyright (c) 2019 Red Hat, Inc.
#
# This file is part of ARA Records Ansible.
#
# ARA is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ARA is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with ARA. If not, see <http://www.gnu.org/licenses/>.
from __future__ import print_function
from . import path
if __name__ == "__main__":
print(path)