9824: pylint error: missing variable names

was pull request #284
This commit is contained in:
romjerome 2016-12-21 12:08:15 +01:00
parent a1dff4457b
commit cb38e81a3d

View File

@ -410,6 +410,8 @@ class ODFDoc(BaseDoc, TextDoc, DrawDoc):
BaseDoc.__init__(self, styles, ftype)
self.media_list = []
self.init_called = False
self.index_title = None
self.toc_title = None
self.cntnt = None
self.cntnt1 = None
self.cntnt2 = None