added missing import

This commit is contained in:
Pablo Hoffman 2009-08-31 11:17:28 -03:00
parent 8f013bf227
commit 1dd996f0b6
1 changed files with 2 additions and 0 deletions

View File

@ -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