]> Frank Brehm's Git Trees - pixelpark/puppet-tools.git/commitdiff
Adding test for base app class
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 6 Feb 2023 09:17:18 +0000 (10:17 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 6 Feb 2023 09:17:18 +0000 (10:17 +0100)
lib/dpx_puppettools/app/__init__.py

index a4eb4bd7d5cb1134c2b72953aeea2e1941749240..09e54e03a223f1355583ec11aaa5c4a4405ecdb3 100644 (file)
@@ -28,7 +28,7 @@ LOG = logging.getLogger(__name__)
 _ = XLATOR.gettext
 ngettext = XLATOR.ngettext
 
-__version__ = '0.1.0'
+__version__ = '0.1.1'
 
 
 # =============================================================================
@@ -38,7 +38,7 @@ class DPXPuppetAppError(FbAppError):
 
 
 # =============================================================================
-class AbortAppError(DPXAppError):
+class AbortAppError(DPXPuppetAppError):
     """Special exception class interrupting the application."""
     pass