]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Applying flake8 rules to lib/cr_vmware_tpl/app.py
authorFrank Brehm <frank.brehm@pixelpark.com>
Tue, 24 Apr 2018 12:52:07 +0000 (14:52 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Tue, 24 Apr 2018 12:52:07 +0000 (14:52 +0200)
lib/cr_vmware_tpl/app.py

index 7adf0f3933744d8d5b4f1910f35f4db1379bbdc2..6a23f14e62f56a2c3a23092caf028a2d0eb9bde5 100644 (file)
@@ -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):
         """