mirror of https://github.com/scrapy/scrapy.git
corrected import path in scrapy-admin.py
This commit is contained in:
parent
4b910881da
commit
ec8f934a8e
|
|
@ -7,7 +7,7 @@ from optparse import OptionParser
|
|||
import re
|
||||
|
||||
import scrapy
|
||||
from scrapy.utils.misc import render_templatefile, string_camelcase
|
||||
from scrapy.utils.template import render_templatefile, string_camelcase
|
||||
from scrapy.utils.python import ignore_patterns, copytree
|
||||
|
||||
usage = """
|
||||
|
|
|
|||
Loading…
Reference in New Issue