cleaning some code (from MR #9)
This commit is contained in:
parent
3aef77acac
commit
65242b02cf
3 changed files with 8 additions and 28 deletions
|
@ -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'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue