diff --git a/morss/feeds.py b/morss/feeds.py index 5c0736a..906db4d 100644 --- a/morss/feeds.py +++ b/morss/feeds.py @@ -15,12 +15,11 @@ # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see . -import os.path -import sys - import csv import json +import os.path import re +import sys from copy import deepcopy from datetime import datetime from fnmatch import fnmatch