1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 16:44:17 +00:00

Add import os for crawl.

This commit is contained in:
Denys Butenko 2014-03-20 12:36:05 +02:00
parent e64d6e3f3c
commit aa79abc5bd

View File

@ -1,3 +1,4 @@
import os
from scrapy.command import ScrapyCommand
from scrapy.utils.conf import arglist_to_dict
from scrapy.exceptions import UsageError