diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-18 08:39:09 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-18 08:39:09 -0500 |
commit | 468bc8afce0eab35ca3d403708a27187f65e96ac (patch) | |
tree | fb9fb7e338a3b83632a44c085f7d04bc699c39ce | |
parent | 1815f5ce2e1a12c04e9521dfe798c28b5186e458 (diff) | |
download | mediagoblin-468bc8afce0eab35ca3d403708a27187f65e96ac.tar.lz mediagoblin-468bc8afce0eab35ca3d403708a27187f65e96ac.tar.xz mediagoblin-468bc8afce0eab35ca3d403708a27187f65e96ac.zip |
Need to import asint for users who specify ports via config file
-rw-r--r-- | mediagoblin/db/util.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |