disabled 'line too long' pylint warning
authorWall <wall@gmail.com>
Sat, 28 Feb 2009 10:25:10 +0000 (10:25 +0000)
committerWall <wall@gmail.com>
Sat, 28 Feb 2009 10:25:10 +0000 (10:25 +0000)
src/findit.py

index 4b63bfa..efa86e4 100755 (executable)
@@ -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