Fix a PEP8 indentation issue

This commit is contained in:
Raoul Snyman 2016-11-09 22:36:48 +02:00
parent 487ff4e8d3
commit 4e4ed4305b

View File

@ -393,7 +393,7 @@ class PresentationController(object):
log.info('PresentationController loaded')
def __init__(self, plugin=None, name='PresentationController', document_class=PresentationDocument,
display_name=None):
display_name=None):
"""
This is the constructor for the presentationcontroller object. This provides an easy way for descendent plugins