orca r4483 - trunk



Author: wwalker
Date: Sat Jan 31 15:35:44 2009
New Revision: 4483
URL: http://svn.gnome.org/viewvc/orca?rev=4483&view=rev

Log:
Add C_ to good names.


Modified:
   trunk/pylintrc

Modified: trunk/pylintrc
==============================================================================
--- trunk/pylintrc	(original)
+++ trunk/pylintrc	Sat Jan 31 15:35:44 2009
@@ -173,7 +173,7 @@
 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
 
 # Good variable names which should always be accepted, separated by a comma
-good-names=i,j,k,ex,Run,_,Q_
+good-names=i,j,k,ex,Run,_,Q_,C_
 
 # Bad variable names which should always be refused, separated by a comma
 bad-names=foo,bar,baz,toto,tutu,tata



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]