Need to import asint for users who specify ports via config file

This commit is contained in:
Christopher Allan Webber 2011-05-18 08:39:09 -05:00
parent 1815f5ce2e
commit 468bc8afce

View File

@ -16,6 +16,8 @@
import mongokit
from paste.deploy.converters import asint
# Imports that other modules might use
from pymongo import DESCENDING
from mongokit import ObjectId