From 42bf60c3042f96e5ae0aa3c1afe524630c606498 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 5 Jun 2011 14:39:14 +0000 Subject: [PATCH] add gtk stuff to blacklist --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 3fa9a16..c9bc743 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ PYCHECKER_WHITELIST = \ morituri/*/*.py PYCHECKER_BLACKLIST = \ + morituri/common/taskgtk.py \ morituri/extern/asyncsub.py \ morituri/extern/log/log.py