# Third party modules
# Own modules
-from .errors import FunctionNotImplementedError, PpAppError
+from .errors import PpAppError
from .common import terminal_can_colors
from .common import caller_search_path
from .handler import ExpectedHandlerError, CrTplHandler
-__version__ = '0.4.2'
+__version__ = '0.4.3'
LOG = logging.getLogger(__name__)
help="Execute rortation of existing templates only, don't create a new one."
)
-
# -------------------------------------------------------------------------
def _perform_arg_parser(self):
"""