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/06/30 16:36:11 UTC

svn commit: r1688461 - /comdev/reporter.apache.org/data/parsepmcs.py

Author: sebb
Date: Tue Jun 30 14:36:11 2015
New Revision: 1688461

URL: http://svn.apache.org/r1688461
Log:
One import per line

Modified:
    comdev/reporter.apache.org/data/parsepmcs.py

Modified: comdev/reporter.apache.org/data/parsepmcs.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/data/parsepmcs.py?rev=1688461&r1=1688460&r2=1688461&view=diff
==============================================================================
--- comdev/reporter.apache.org/data/parsepmcs.py (original)
+++ comdev/reporter.apache.org/data/parsepmcs.py Tue Jun 30 14:36:11 2015
@@ -1,4 +1,5 @@
-import re, urllib.request
+import re
+import urllib.request
 import csv
 import json
 import os