Bump versions -- v2.2.1

This commit is contained in:
Jim Miller
2015-04-15 16:36:59 -05:00
parent 2e1bb8139a
commit 9cf75c4774
+2 -2
View File
@@ -133,13 +133,13 @@ def main(argv=None, parser=None, passed_defaultsini=None, passed_personalini=Non
if options.infile:
urls=[]
with open(options.infile,"r") as infile:
print "File exists and is readable"
#print "File exists and is readable"
#fileurls = [line.strip() for line in infile]
for url in infile:
url = url[:url.find('#')].strip()
if len(url) > 0:
print "URL: (%s)"%url
#print "URL: (%s)"%url
urls.append(url)
else:
urls = args