node_hierarchy/hieraException.py
Simon Wüllhorst c6a167dde5 Updated node_hierarchy configuration
- Added json file for target configuration
- Added arguments handling for commandline
- Added some error handlings
- Several other minor changes
2016-03-29 00:30:02 +02:00

7 lines
93 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -
#Imports:
class HieraException(Exception):
pass