You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/11/04 00:29:24 UTC

svn commit: r1712440 - /comdev/reporter.apache.org/trunk/scripts/parsepmcs.py

Author: sebb
Date: Tue Nov  3 23:29:24 2015
New Revision: 1712440

URL: http://svn.apache.org/viewvc?rev=1712440&view=rev
Log:
Unused

Modified:
    comdev/reporter.apache.org/trunk/scripts/parsepmcs.py

Modified: comdev/reporter.apache.org/trunk/scripts/parsepmcs.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/parsepmcs.py?rev=1712440&r1=1712439&r2=1712440&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/parsepmcs.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/parsepmcs.py Tue Nov  3 23:29:24 2015
@@ -50,10 +50,10 @@ people = {}
 newgroups = []
 
 data = urllib.request.urlopen("http://people.apache.org/committer-index.html").read().decode('utf-8')
-x = 0
+
 stamp = time.time()
 for committer in re.findall(r"<tr>([\S\s]+?)</tr>", data, re.MULTILINE | re.UNICODE):
-    x += 1
+
 ##    print(committer)
     """
         <!-- sample with single home URL -->