cgi.py: add missing impots

master
pictuga 2020-08-23 18:31:05 +02:00
parent e968b2ea7f
commit dcd3e4a675
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import sys
import os.path
import re
import lxml.etree
import cgitb
@ -14,7 +15,7 @@ except ImportError:
from . import crawler
from . import readabilite
from .morss import FeedFetch, FeedGather, FeedFormat
from .morss import Options, log, DELAY, MorssException
from .morss import Options, log, TIMEOUT, DELAY, MorssException
from . import cred