You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2013/03/22 16:38:45 UTC

git commit: [#5980] Fixed missing import

Updated Branches:
  refs/heads/master eac918d15 -> e4e12c8cf


[#5980] Fixed missing import


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/e4e12c8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/e4e12c8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/e4e12c8c

Branch: refs/heads/master
Commit: e4e12c8cf170b4f654cbc7d5e31284ee5d6f5bd2
Parents: eac918d
Author: Cory Johns <jo...@geek.net>
Authored: Fri Mar 22 15:37:50 2013 +0000
Committer: Cory Johns <jo...@geek.net>
Committed: Fri Mar 22 15:38:34 2013 +0000

----------------------------------------------------------------------
 Allura/allura/app.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/e4e12c8c/Allura/allura/app.py
----------------------------------------------------------------------
diff --git a/Allura/allura/app.py b/Allura/allura/app.py
index 9965aa2..813089e 100644
--- a/Allura/allura/app.py
+++ b/Allura/allura/app.py
@@ -5,7 +5,7 @@ from cStringIO import StringIO
 from tg import expose, redirect, flash
 from tg.decorators import without_trailing_slash
 from pylons import request, app_globals as g, tmpl_context as c
-from paste.deploy.converters import asbool
+from paste.deploy.converters import asbool, asint
 from bson import ObjectId
 
 from ming.orm import session, state