Skip to content

Commit a3590b2

Browse files
committed
Removed Google Base Data API support
1 parent 266acc2 commit a3590b2

14 files changed

Lines changed: 0 additions & 5025 deletions

MANIFEST

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ src/gdata/apps/migration/__init__.py
4343
src/gdata/apps/migration/service.py
4444
src/gdata/apps/organization/__init__.py
4545
src/gdata/apps/organization/service.py
46-
src/gdata/base/__init__.py
47-
src/gdata/base/service.py
4846
src/gdata/blogger/__init__.py
4947
src/gdata/blogger/client.py
5048
src/gdata/blogger/data.py
@@ -179,10 +177,6 @@ src/gdata/tlslite/TLSConnection.py
179177
src/gdata/tlslite/Session.py
180178
src/gdata/tlslite/SharedKeyDB.py
181179
src/gdata/tlslite/X509CertChain.py
182-
samples/base/baseItemTypesQueryExample.py
183-
samples/base/baseAttributesQueryExample.py
184-
samples/base/baseQueryExample.py
185-
samples/base/dryRunInsert.py
186180
samples/blogger/BloggerExample.py
187181
samples/blogger/BloggerExampleV1.py
188182
samples/blogger/app/app.yaml
@@ -259,7 +253,6 @@ tests/atom_tests/url_test.py
259253
tests/gdata_tests/__init__.py
260254
tests/gdata_tests/apps_test.py
261255
tests/gdata_tests/auth_test.py
262-
tests/gdata_tests/base_test.py
263256
tests/gdata_tests/blogger_test.py
264257
tests/gdata_tests/books_test.py
265258
tests/gdata_tests/calendar_test.py
@@ -287,8 +280,6 @@ tests/gdata_tests/apps/migration/__init__.py
287280
tests/gdata_tests/apps/migration/service_test.py
288281
tests/gdata_tests/apps/organization/__init__.py
289282
tests/gdata_tests/apps/organization/service_test.py
290-
tests/gdata_tests/base/__init__.py
291-
tests/gdata_tests/base/service_test.py
292283
tests/gdata_tests/blogger/__init__.py
293284
tests/gdata_tests/blogger/data_test.py
294285
tests/gdata_tests/blogger/live_client_test.py
@@ -344,8 +335,6 @@ pydocs/gdata.apps.migration.html
344335
pydocs/gdata.apps.migration.service.html
345336
pydocs/gdata.apps.service.html
346337
pydocs/gdata.auth.html
347-
pydocs/gdata.base.html
348-
pydocs/gdata.base.service.html
349338
pydocs/gdata.blogger.html
350339
pydocs/gdata.blogger.client.html
351340
pydocs/gdata.blogger.data.html
@@ -496,7 +485,6 @@ src/gdata/apps/emailsettings/data.py
496485
src/gdata/apps_property.py
497486
tests/gdata_tests/apps/emailsettings/data_test.py
498487
tests/gdata_tests/apps/emailsettings/live_client_test.py
499-
tests/gdata_tests/base/data_test.py
500488
tests/gdata_tests/oauth/__init__.py
501489
tests/gdata_tests/oauth/data_test.py
502490
samples/contentforshopping/add_batch_products.py

pydocs/gdata.base.html

Lines changed: 0 additions & 2100 deletions
This file was deleted.

pydocs/gdata.base.service.html

Lines changed: 0 additions & 1047 deletions
This file was deleted.

samples/base/baseAttributesQueryExample.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

samples/base/baseItemTypesQueryExample.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

samples/base/baseQueryExample.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

samples/base/dryRunInsert.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
'gdata.apps.migration',
8282
'gdata.apps.multidomain',
8383
'gdata.apps.organization',
84-
'gdata.base',
8584
'gdata.blogger',
8685
'gdata.books',
8786
'gdata.calendar',

0 commit comments

Comments
 (0)