Merge pull request #26246 from apeschar/scrapy-fix

pythonPackages.scrapy: fix 1.4.0 update
This commit is contained in:
Frederik Rietdijk 2017-05-30 19:20:44 +02:00 committed by GitHub
commit 72cf5a1119

View file

@ -21,8 +21,3 @@ index 5941066..89f8edb 100644
def run(self, args, opts):
if len(args) not in (1, 2):
@@ -118,4 +117,3 @@ class Command(ScrapyCommand):
_templates_base_dir = self.settings['TEMPLATES_DIR'] or \
join(scrapy.__path__[0], 'templates')
return join(_templates_base_dir, 'project')
-