cgi.py: add missing impots
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user