Fix a PEP8 indentation issue

This commit is contained in:
Raoul Snyman 2016-11-09 22:58:07 +02:00
parent 4e4ed4305b
commit ad06ef5285

View File

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