From: Frank Brehm Date: Tue, 24 Apr 2018 12:52:07 +0000 (+0200) Subject: Applying flake8 rules to lib/cr_vmware_tpl/app.py X-Git-Tag: 0.1.1~7^2~5 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=2a44affbc4ee429f01bad3bc63486024c4de495d;p=pixelpark%2Fcreate-vmware-tpl.git Applying flake8 rules to lib/cr_vmware_tpl/app.py --- diff --git a/lib/cr_vmware_tpl/app.py b/lib/cr_vmware_tpl/app.py index 7adf0f3..6a23f14 100644 --- a/lib/cr_vmware_tpl/app.py +++ b/lib/cr_vmware_tpl/app.py @@ -21,7 +21,7 @@ import getpass # 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 @@ -34,7 +34,7 @@ from .config import CrTplConfiguration from .handler import ExpectedHandlerError, CrTplHandler -__version__ = '0.4.2' +__version__ = '0.4.3' LOG = logging.getLogger(__name__) @@ -652,7 +652,6 @@ class CrTplApplication(PpBaseObject): help="Execute rortation of existing templates only, don't create a new one." ) - # ------------------------------------------------------------------------- def _perform_arg_parser(self): """