You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2016/01/27 22:39:23 UTC

[21/29] allura git commit: [#8054] remove a docstring Google Code reference

[#8054] remove a docstring Google Code reference


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

Branch: refs/heads/hs/8046
Commit: eabfc16b1a5f5d728c16da2b054f80f4d23c3b8a
Parents: d4dda57
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Jan 27 13:34:47 2016 -0500
Committer: Heith Seewald <he...@gmail.com>
Committed: Wed Jan 27 13:42:50 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/allura/blob/eabfc16b/ForgeImporters/forgeimporters/base.py
----------------------------------------------------------------------
diff --git a/ForgeImporters/forgeimporters/base.py b/ForgeImporters/forgeimporters/base.py
index 25399ea..32be2bd 100644
--- a/ForgeImporters/forgeimporters/base.py
+++ b/ForgeImporters/forgeimporters/base.py
@@ -420,7 +420,7 @@ class ToolImporter(object):
        `source` value of the :class:`ProjectImporter` for this importer to
        be discovered during full-project imports.  E.g.::
 
-            source = 'Google Code'
+            source = 'GitHub'
 
     .. py:attribute:: controller