sep-019: remove TODO section (settled down with class method)

This commit is contained in:
Pablo Hoffman 2013-03-08 09:57:12 -02:00
parent a44757179b
commit b560f4d1c1
1 changed files with 0 additions and 5 deletions

View File

@ -144,8 +144,3 @@ Proposed (new) startup process
crawler.crawl(arg='value')
spider = self.spidercls.from_crawler(self, arg='value')
# starts crawling spider
TODO
====
- should ``custom_settings`` be a static method instead of a class method?