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/07 03:12:15 UTC

[6/8] git commit: [#6461] remove gdata dep since it'll be replaced soon anyway

[#6461] remove gdata dep since it'll be replaced soon anyway


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

Branch: refs/heads/cj/6464
Commit: fb06265590066cd8748ae1355ec12db2b113c7dc
Parents: 9cc5c8f
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue Aug 6 21:41:24 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Tue Aug 6 21:49:17 2013 +0000

----------------------------------------------------------------------
 ForgeImporters/forgeimporters/google/tracker.py | 2 +-
 requirements-common.txt                         | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/fb062655/ForgeImporters/forgeimporters/google/tracker.py
----------------------------------------------------------------------
diff --git a/ForgeImporters/forgeimporters/google/tracker.py b/ForgeImporters/forgeimporters/google/tracker.py
index 602690e..4bc602c 100644
--- a/ForgeImporters/forgeimporters/google/tracker.py
+++ b/ForgeImporters/forgeimporters/google/tracker.py
@@ -19,7 +19,7 @@ from collections import defaultdict
 from datetime import datetime
 
 from pylons import tmpl_context as c
-import gdata
+#import gdata
 from ming.orm import session
 
 from allura.lib import helpers as h

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/fb062655/requirements-common.txt
----------------------------------------------------------------------
diff --git a/requirements-common.txt b/requirements-common.txt
index e7b7ef1..5e261a0 100644
--- a/requirements-common.txt
+++ b/requirements-common.txt
@@ -50,7 +50,6 @@ TurboGears2==2.1.5
 WebOb==1.0.8
 # part of the stdlib, but with a version number.  see http://guide.python-distribute.org/pip.html#listing-installed-packages
 wsgiref==0.1.2
-gdata==2.0.18
 
 # tg2 deps (not used directly)
 Babel==0.9.6