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/02/05 22:12:15 UTC

[2/2] git commit: [#4691] Fixed old-style import of tmpl_context causing failing test

Updated Branches:
  refs/heads/master bb34f6a3c -> 29ef62b73


[#4691] Fixed old-style import of tmpl_context causing failing test


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

Branch: refs/heads/master
Commit: 29ef62b73942bdcaeadb3a4c4b012b29de5a7d7a
Parents: 508aca2
Author: Cory Johns <jo...@geek.net>
Authored: Tue Feb 5 21:07:38 2013 +0000
Committer: Cory Johns <jo...@geek.net>
Committed: Tue Feb 5 21:11:54 2013 +0000

----------------------------------------------------------------------
 ForgeGit/forgegit/model/git_repo.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/29ef62b7/ForgeGit/forgegit/model/git_repo.py
----------------------------------------------------------------------
diff --git a/ForgeGit/forgegit/model/git_repo.py b/ForgeGit/forgegit/model/git_repo.py
index 1e8e3d7..3b20706 100644
--- a/ForgeGit/forgegit/model/git_repo.py
+++ b/ForgeGit/forgegit/model/git_repo.py
@@ -13,7 +13,7 @@ import tg
 import git
 import gitdb
 from pylons import app_globals as g
-from pylons import c
+from pylons import tmpl_context as c
 from pymongo.errors import DuplicateKeyError
 
 from ming.base import Object