src/tests/gui_pylintrc
changeset 1744 04532a16c1ac
parent 1722 e6721cb76674
child 1761 b2d8237ac690
--- a/src/tests/gui_pylintrc	Wed Feb 10 12:12:33 2010 +0000
+++ b/src/tests/gui_pylintrc	Wed Feb 10 13:57:55 2010 +0000
@@ -159,7 +159,7 @@
 
 # Maximum number of lines in a module
 # Increased from 1500 as the packagemanager is doing a lot of GUI initialisation that we can't logically put anywhere else.
-max-module-lines=6050
+max-module-lines=6100
 
 # String used as indentation unit. This is usually " " (4 spaces) or
 # "\t" (1 tab).