You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/05/27 13:58:02 UTC

[30/50] [abbrv] allura git commit: [#7868] ticket:760 Add missing import

[#7868] ticket:760 Add missing import


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

Branch: refs/heads/ib/7868
Commit: c3f073aea2823382de905f59b0054d442bb10459
Parents: 05f00bc
Author: Igor Bondarenko <je...@gmail.com>
Authored: Sat May 9 10:05:23 2015 +0000
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon May 25 15:53:40 2015 +0000

----------------------------------------------------------------------
 Allura/allura/controllers/project.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/c3f073ae/Allura/allura/controllers/project.py
----------------------------------------------------------------------
diff --git a/Allura/allura/controllers/project.py b/Allura/allura/controllers/project.py
index 2816f83..ebf1e65 100644
--- a/Allura/allura/controllers/project.py
+++ b/Allura/allura/controllers/project.py
@@ -22,7 +22,7 @@ from urllib import unquote
 from hashlib import sha1
 
 from bson import ObjectId
-from tg import expose, flash, redirect, validate, request, config
+from tg import expose, flash, redirect, validate, request, config, session
 from tg.decorators import with_trailing_slash, without_trailing_slash
 from pylons import tmpl_context as c, app_globals as g
 from paste.deploy.converters import asbool