fixed typo in previous commit

This commit is contained in:
Pablo Hoffman 2012-05-16 09:16:46 -03:00
parent b53bc66c76
commit 30b6c77ce5
1 changed files with 1 additions and 1 deletions

View File

@ -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: