ansible_gentooimgr/gentooimgr/__init__.py

6 lines
166 B
Python

import os
HERE = os.path.abspath(os.path.dirname(__file__))
import logging
LOG = logging.getLogger('GI ')
logging.basicConfig(level=logging.INFO) # oArgs.loglevel) #