cleaning some code (from MR #9)

This commit is contained in:
Carl Chenet 2017-08-01 16:57:08 +02:00
parent 3aef77acac
commit 65242b02cf
3 changed files with 8 additions and 28 deletions

View file

@ -17,15 +17,9 @@
'''Filter an entry of the RSS feeds'''
# standard library imports
from configparser import SafeConfigParser, NoOptionError, NoSectionError
import os
import os.path
import sys
# 3rd party library imports
import feedparser
class FilterEntry(object):
class FilterEntry:
'''FilterEntry class'''
def __init__(self, elements, entry, options, byrsspatterns, rssobject, feedname):
'''Constructor of the FilterEntry class'''