Fix format test file

This commit is contained in:
Sophist
2013-06-11 16:19:22 +01:00
parent f095a0de57
commit 2c3cb1bf02

View File

@@ -26,12 +26,14 @@ settings = {
class FakeTagger(QtCore.QObject):
file_state_changed = QtCore.pyqtSignal(int)
tagger_stats_changed = QtCore.pyqtSignal()
def __init__(self):
QtCore.QObject.__init__(self)
QtCore.QObject.config = config
QtCore.QObject.log = log
self.tagger_stats_changed.connect(self.emit)
def emit(self, *args):
pass