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/08/19 20:00:20 UTC

[02/17] git commit: [#6464] Changed tool_label on GC code importer

[#6464] Changed tool_label on GC code importer

Signed-off-by: Cory Johns <cj...@slashdotmedia.com>


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

Branch: refs/heads/cj/6464
Commit: df25d7515a88b46d753dcb6dde81fbf2aa6bbf5a
Parents: 45b6ac9
Author: Cory Johns <cj...@slashdotmedia.com>
Authored: Wed Aug 7 01:14:26 2013 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon Aug 19 18:00:08 2013 +0000

----------------------------------------------------------------------
 ForgeImporters/forgeimporters/google/code.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/df25d751/ForgeImporters/forgeimporters/google/code.py
----------------------------------------------------------------------
diff --git a/ForgeImporters/forgeimporters/google/code.py b/ForgeImporters/forgeimporters/google/code.py
index 2f8d19f..11dd7a6 100644
--- a/ForgeImporters/forgeimporters/google/code.py
+++ b/ForgeImporters/forgeimporters/google/code.py
@@ -105,7 +105,7 @@ class GoogleRepoImporter(ToolImporter):
         """ Import a Google Code repo into a new SVN, Git, or Hg Allura tool.
 
         """
-        extractor = GoogleCodeProjectExtractor(project, project_name, 'source_browse')
+        extractor = GoogleCodeProjectExtractor(project_name, 'source_browse')
         repo_type = extractor.get_repo_type()
         repo_url = get_repo_url(project_name, repo_type)
         app = project.install_app(