mirror of https://github.com/scrapy/scrapy.git
added missing import
This commit is contained in:
parent
8f013bf227
commit
1dd996f0b6
|
|
@ -4,6 +4,8 @@ A Stats collector for persisting stats to Amazon SimpleDB.
|
|||
Requires the boto library: http://code.google.com/p/boto/
|
||||
"""
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
from boto import connect_sdb
|
||||
from twisted.internet import threads
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue