From 1300714d1ce0c857bdf5b7da60848551a50e4a68 Mon Sep 17 00:00:00 2001 From: Wall Date: Sat, 28 Feb 2009 10:25:10 +0000 Subject: [PATCH] disabled 'line too long' pylint warning --- src/findit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/findit.py b/src/findit.py index 4b63bfa..efa86e4 100755 --- a/src/findit.py +++ b/src/findit.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*-coding: utf-8 -*- # vim: sw=4 ts=4 expandtab ai +# pylint: disable-msg=C0301 import gtk import gobject -- 1.7.9.5