Make feedparser handle the new elements in Atom 1.0 (patch from Decklin
Foster).
+Remove some unnecessary imports found by pyflakes.
+
- rawdog 2.4
Provide guid in item templates (suggested by Rick van Rein).
# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA, or see http://www.gnu.org/.
-import os, os.path, imp
+import os, imp
class Box:
"""Utility class that holds a mutable value. Useful for passing
STATE_VERSION = 2
import feedparser, feedfinder, plugins
from persister import Persistable, Persister
-import os, time, sha, getopt, sys, re, urlparse, cgi, socket, urllib2, calendar
+import os, time, sha, getopt, sys, re, cgi, socket, urllib2, calendar
import string
from StringIO import StringIO
# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA, or see http://www.gnu.org/.
-import sys, os, time, difflib
+import os, time, difflib
import cPickle as pickle
-import feedparser
-from rawdog import Rawdog, Article
+from rawdog import Rawdog
from persister import Persister
def format_time(secs):