link fixed

minor issues fixed
This commit is contained in:
lars 2007-01-04 22:11:36 +00:00
parent bf77b60770
commit 6e58c8f274
7 changed files with 14 additions and 10 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python
import os, re
import os, re, sys
try:
import feedparser
except ImportError: