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/03 12:38:22 UTC

svn commit: r1712259 - /comdev/reporter.apache.org/trunk/scripts/readjira.py

Author: sebb
Date: Tue Nov  3 11:38:21 2015
New Revision: 1712259

URL: http://svn.apache.org/viewvc?rev=1712259&view=rev
Log:
Drat - PyEdit keeps adding unwanted imports

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

Modified: comdev/reporter.apache.org/trunk/scripts/readjira.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/readjira.py?rev=1712259&r1=1712258&r2=1712259&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/readjira.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/readjira.py Tue Nov  3 11:38:21 2015
@@ -15,7 +15,6 @@
 """
 
 import re, os, json, base64, time
-from idlelib.IOBinding import encoding
 try:
     from urllib.request import urlopen, Request
     py3 = True