mirror of https://github.com/scrapy/scrapy.git
fixed typo in previous commit
This commit is contained in:
parent
b53bc66c76
commit
30b6c77ce5
|
|
@ -22,7 +22,7 @@ class Command(ScrapyCommand):
|
|||
def run(self, args, opts):
|
||||
if opts.verbose:
|
||||
try:
|
||||
import lxml.etree2
|
||||
import lxml.etree
|
||||
except ImportError:
|
||||
lxml_version = libxml2_version = "(lxml not available)"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue