Ejemplo n.º 1
0
 def stopConnection(self):
     Logger().trace("GphotoBracketShutter.stopConnection()")
     AbstractShutterPlugin.stopConnection(self)
     if self.__gphotoShell is not None:
         self.__gphotoShell.quit()
         self.__gphotoShell = None
Ejemplo n.º 2
0
 def stopConnection(self):
     Logger().trace("GphotoBracketShutter.stopConnection()")
     AbstractShutterPlugin.stopConnection(self)
     if self.__gphotoShell is not None:
         self.__gphotoShell.quit()
         self.__gphotoShell = None