[Blends-commit] r2989 - /blends/trunk/team_analysis_tools/author_stats_helper.py

tille at users.alioth.debian.org tille at users.alioth.debian.org
Tue Oct 25 07:25:29 UTC 2011


Author: tille
Date: Tue Oct 25 07:25:29 2011
New Revision: 2989

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2989
Log:
Add missing initialisation

Modified:
    blends/trunk/team_analysis_tools/author_stats_helper.py

Modified: blends/trunk/team_analysis_tools/author_stats_helper.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/team_analysis_tools/author_stats_helper.py?rev=2989&op=diff
==============================================================================
--- blends/trunk/team_analysis_tools/author_stats_helper.py (original)
+++ blends/trunk/team_analysis_tools/author_stats_helper.py Tue Oct 25 07:25:29 2011
@@ -56,6 +56,8 @@
         result.append(resultrow)
     return result
 
+crosstab_missing_re  = re.compile(".* crosstab.*")
+
 query = "SELECT replace(author,' ','_') AS author FROM author_names_of_list('%s', %i) AS (author text);" % (project, NMAX)
 # print query
 try:




More information about the Blends-commit mailing list