Actually try to fix pylint spamming.

This commit is contained in:
Cole Robinson 2009-09-16 16:00:47 -04:00
parent 0e59e69428
commit 31509207c2

View File

@ -24,6 +24,7 @@ EXCEPTHOOK="no '__excepthook__' member"
CONNECT_VAR="no 'connect' member"
DISCONNECT_VAR="no 'disconnect' member"
UNABLE_IMPORT="Unable to import 'gtk.gdk.*|Unable to import 'sparkline"
MAX_RECURSION="maximum recursion depth"
# os._exit is needed for forked processes.
OS_EXIT="protected member _exit of a client class"