add logging import to datastore

This commit is contained in:
Todd Willey 2010-07-15 00:28:30 -04:00
parent fbf23a4f5f
commit 2b09635a38
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ MAKE Sure that ReDIS is running, and your flags are set properly,
before trying to run this.
"""
import logging
from nova import vendor
import redis