aboutsummaryrefslogtreecommitdiffstats
path: root/policyhandler/customize/customizer_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'policyhandler/customize/customizer_base.py')
-rw-r--r--policyhandler/customize/customizer_base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/policyhandler/customize/customizer_base.py b/policyhandler/customize/customizer_base.py
index 97e1550..c98a9eb 100644
--- a/policyhandler/customize/customizer_base.py
+++ b/policyhandler/customize/customizer_base.py
@@ -35,7 +35,8 @@ class CustomizerBase(object):
policy-hanlder is using the instance of the child Customizer class to get the overriden methods
- the methods defined in this class are the placeholders and are expected to be overriden by the Customizer class
+ the methods defined in this class are the placeholders and are expected
+ to be overriden by the Customizer class
"""
def __init__(self):