From c9da8e26e6a22def6128c2204d696da173bd9bd6 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 21 Nov 2010 16:45:02 +0100 Subject: [PATCH] Fixed crash caused by outdated hsgui. Also, fixed app_test, which was also outdated. --- core/tests/app_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/app_test.py b/core/tests/app_test.py index 115195fd..592af340 100644 --- a/core/tests/app_test.py +++ b/core/tests/app_test.py @@ -28,7 +28,7 @@ from ..scanner import ScanType class DupeGuru(DupeGuruBase): def __init__(self): - DupeGuruBase.__init__(self, data, '/tmp', appid=4) + DupeGuruBase.__init__(self, data, '/tmp') def _start_job(self, jobid, func, *args): func(nulljob, *args)