Fix wrong indentation

This commit is contained in:
Tomas Groth 2015-04-27 19:07:14 +01:00
parent 23ddd918d1
commit e21729c14f
1 changed files with 1 additions and 4 deletions

View File

@ -83,9 +83,6 @@ class PowerpointController(PresentationController):
log.debug('start_process')
if not self.process:
self.process = Dispatch('PowerPoint.Application')
#self.process.Visible = True
# ppWindowMinimized = 2
#self.process.WindowState = 2
def kill(self):
"""