Return-Path: X-Original-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA7A8E896 for ; Tue, 5 Mar 2013 22:42:12 +0000 (UTC) Received: (qmail 56819 invoked by uid 500); 5 Mar 2013 22:42:12 -0000 Delivered-To: apmail-incubator-allura-commits-archive@incubator.apache.org Received: (qmail 56772 invoked by uid 500); 5 Mar 2013 22:42:12 -0000 Mailing-List: contact allura-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-commits@incubator.apache.org Received: (qmail 56105 invoked by uid 99); 5 Mar 2013 22:42:11 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 22:42:11 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B4709830456; Tue, 5 Mar 2013 22:42:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tvansteenburgh@apache.org To: allura-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [20/50] [abbrv] git commit: [5453] added missing import Message-Id: <20130305224211.B4709830456@tyr.zones.apache.org> Date: Tue, 5 Mar 2013 22:42:11 +0000 (UTC) [5453] added 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/4cc4646f Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/4cc4646f Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/4cc4646f Branch: refs/heads/si/5453 Commit: 4cc4646f2672d0db8c651375846ba504ef106642 Parents: 198e926 Author: Stefano Invernizzi Authored: Wed Dec 12 22:32:29 2012 +0100 Committer: Tim Van Steenburgh Committed: Tue Mar 5 21:39:29 2013 +0000 ---------------------------------------------------------------------- Allura/allura/model/repo_refresh.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/4cc4646f/Allura/allura/model/repo_refresh.py ---------------------------------------------------------------------- diff --git a/Allura/allura/model/repo_refresh.py b/Allura/allura/model/repo_refresh.py index 5e4f21f..1993f57 100644 --- a/Allura/allura/model/repo_refresh.py +++ b/Allura/allura/model/repo_refresh.py @@ -19,6 +19,7 @@ from allura.model.repo import CommitDoc, TreeDoc, TreesDoc, DiffInfoDoc from allura.model.repo import LastCommitDoc, CommitRunDoc from allura.model.repo import Commit, Tree, LastCommit, ModelCache from allura.model.index import ArtifactReferenceDoc, ShortlinkDoc +from allura.model.auth import User log = logging.getLogger(__name__)