summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiscriptlet.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/deploy/src/scriptlets/pkiscriptlet.py')
-rw-r--r--base/deploy/src/scriptlets/pkiscriptlet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/src/scriptlets/pkiscriptlet.py b/base/deploy/src/scriptlets/pkiscriptlet.py
index 6f29e2c8b..767b3c609 100644
--- a/base/deploy/src/scriptlets/pkiscriptlet.py
+++ b/base/deploy/src/scriptlets/pkiscriptlet.py
@@ -23,7 +23,7 @@
import abc
-# PKI Deployment Classes
+# PKI Deployment Abstract Base PKI Scriptlet
class AbstractBasePkiScriptlet(object):
__metaclass__ = abc.ABCMeta