[Python-checkins] r59977 - peps/trunk/pep2rss.py
andrew.kuchling
python-checkins at python.org
Tue Jan 15 15:00:17 CET 2008
Author: andrew.kuchling
Date: Tue Jan 15 15:00:16 2008
New Revision: 59977
Modified:
peps/trunk/pep2rss.py
Log:
Remove unused import
Modified: peps/trunk/pep2rss.py
==============================================================================
--- peps/trunk/pep2rss.py (original)
+++ peps/trunk/pep2rss.py Tue Jan 15 15:00:16 2008
@@ -5,7 +5,6 @@
import os, glob, time, datetime, stat, re, sys
import codecs
-from subprocess import Popen, PIPE
import PyRSS2Gen as rssgen
RSS_PATH = os.path.join(sys.argv[1], 'peps.rss')
More information about the Python-checkins
mailing list