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 2016/02/07 02:58:39 UTC

svn commit: r1728912 - /comdev/reporter.apache.org/trunk/site/getjson.py

Author: sebb
Date: Sun Feb  7 01:58:39 2016
New Revision: 1728912

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

Modified:
    comdev/reporter.apache.org/trunk/site/getjson.py

Modified: comdev/reporter.apache.org/trunk/site/getjson.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/getjson.py?rev=1728912&r1=1728911&r2=1728912&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/getjson.py (original)
+++ comdev/reporter.apache.org/trunk/site/getjson.py Sun Feb  7 01:58:39 2016
@@ -28,7 +28,7 @@
 
 import os, sys, re, json, subprocess, time
 import base64, urllib2, cgi
-from symbol import except_clause
+
 sys.path.append("../scripts") # module is in sibling directory
 import committee_info