fixed blank lines pep thingi

This commit is contained in:
Jaime van Kessel 2015-04-24 17:17:01 +02:00
parent b0f413bee2
commit 553a3ec94a

View file

@ -264,6 +264,7 @@ class PrinterApplication(QtApplication):
return log
outputDevicesChanged = pyqtSignal()
@pyqtProperty('QVariantMap', notify = outputDevicesChanged)
def outputDevices(self):
return self._output_devices
@ -309,6 +310,7 @@ class PrinterApplication(QtApplication):
self._output_devices[device]['function'](device)
writeToLocalFileRequested = pyqtSignal()
def _writeToLocalFile(self, device):
self.writeToLocalFileRequested.emit()