From 955d699cd9cde9e20fab2913a5ff043505a0a7ed Mon Sep 17 00:00:00 2001 From: James French Date: Fri, 13 Aug 2010 13:49:26 +0800 Subject: [PATCH] Removed erroneous sys import --- minutes-rss.py | 1 - 1 file changed, 1 deletion(-) diff --git a/minutes-rss.py b/minutes-rss.py index 2b31f23..f4d422a 100755 --- a/minutes-rss.py +++ b/minutes-rss.py @@ -7,7 +7,6 @@ import shlex import os import time from cgi import escape -import sys MINUTESURL = 'http://www.ucc.asn.au/infobase/minutes/' MINUTESPATH = '/services/http/infobase/minutes/' -- 2.20.1