Removed test (that prevented the NewsFeed backend to work)

This commit is contained in:
Clément Schreiner 2010-10-13 23:14:21 +02:00
commit 6472fdbc3f

View file

@ -1,6 +1,6 @@
import datetime
import feedparser
from weboob.backends.dlfp.tools import url2id
class Entry:
def __init__(self, entry, url2id=None):