cgi.py: add missing impots
This commit is contained in:
parent
e968b2ea7f
commit
dcd3e4a675
@ -1,6 +1,7 @@
|
|||||||
import sys
|
import sys
|
||||||
import os.path
|
import os.path
|
||||||
import re
|
import re
|
||||||
|
import lxml.etree
|
||||||
|
|
||||||
import cgitb
|
import cgitb
|
||||||
|
|
||||||
@ -14,7 +15,7 @@ except ImportError:
|
|||||||
from . import crawler
|
from . import crawler
|
||||||
from . import readabilite
|
from . import readabilite
|
||||||
from .morss import FeedFetch, FeedGather, FeedFormat
|
from .morss import FeedFetch, FeedGather, FeedFormat
|
||||||
from .morss import Options, log, DELAY, MorssException
|
from .morss import Options, log, TIMEOUT, DELAY, MorssException
|
||||||
|
|
||||||
from . import cred
|
from . import cred
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user