@@ -21,6 +21,10 @@ src/gdata/alt/__init__.py
2121src/gdata/alt/appengine.py
2222src/gdata/apps/__init__.py
2323src/gdata/apps/service.py
24+ src/gdata/apps/emailsettings/__init__.py
25+ src/gdata/apps/emailsettings/service.py
26+ src/gdata/apps/migration/__init__.py
27+ src/gdata/apps/migration/service.py
2428src/gdata/base/__init__.py
2529src/gdata/base/service.py
2630src/gdata/blogger/__init__.py
@@ -41,6 +45,8 @@ src/gdata/photos/service.py
4145src/gdata/spreadsheet/__init__.py
4246src/gdata/spreadsheet/service.py
4347src/gdata/spreadsheet/text_db.py
48+ src/gdata/webmastertools/__init__.py
49+ src/gdata/webmastertools/service.py
4450src/gdata/youtube/__init__.py
4551src/gdata/youtube/service.py
4652samples/base/baseQueryExample.py
@@ -51,6 +57,9 @@ samples/contacts/contacts_example.py
5157samples/docs/docs_example.py
5258samples/mashups/birthdaySample.py
5359samples/spreadsheets/spreadsheetExample.py
60+ samples/webmastertools/AddDeleteExampleDotCom.py
61+ samples/webmastertools/SitemapsFeedSummary.py
62+ samples/webmastertools/SitesFeedSummary.py
5463tests/__init__.py
5564tests/atom_test.py
5665tests/gdata_test.py
@@ -83,6 +92,10 @@ tests/gdata_tests/spreadsheet_test.py
8392tests/gdata_tests/youtube_test.py
8493tests/gdata_tests/apps/__init__.py
8594tests/gdata_tests/apps/service_test.py
95+ tests/gdata_tests/apps/emailsettings/__init__.py
96+ tests/gdata_tests/apps/emailsettings/service_test.py
97+ tests/gdata_tests/apps/migration/__init__.py
98+ tests/gdata_tests/apps/migration/service_test.py
8699tests/gdata_tests/base/__init__.py
87100tests/gdata_tests/base/service_test.py
88101tests/gdata_tests/blogger/__init__.py
0 commit comments