From 468bc8afce0eab35ca3d403708a27187f65e96ac Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 18 May 2011 08:39:09 -0500 Subject: [PATCH] Need to import asint for users who specify ports via config file --- mediagoblin/db/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mediagoblin/db/util.py b/mediagoblin/db/util.py index 4828e3d7..f70a5826 100644 --- a/mediagoblin/db/util.py +++ b/mediagoblin/db/util.py @@ -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