pythonPackages.scrapy: fix 1.4.0 update

This commit is contained in:
Albert Peschar 2017-05-30 18:28:41 +02:00
parent 1318120484
commit 77edba1fc4

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')
-