File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111111 'weaver' : ( # Health H9 Sandbox
112112 'https://www.google.com/h9/feeds/' ,),
113113 'wise' : ( # Spreadsheets Data API
114- 'https://spreadsheets.google.com/feeds/' ),
114+ 'https://spreadsheets.google.com/feeds/' , ),
115115 'sitemaps' : ( # Google Webmaster Tools API
116116 'https://www.google.com/webmasters/tools/feeds/' ,),
117117 'youtube' : ( # YouTube API
Original file line number Diff line number Diff line change @@ -649,10 +649,10 @@ def test_single_service(self):
649649
650650 def test_multiple_services (self ):
651651 self .assertEqual (
652- gdata .gauth .find_scopes_for_services (('jotspot' , 'wise' )),
653- ['http://sites.google.com/feeds/' , 'https ://sites.google.com/feeds/' ,
654- 'https://spreadsheets .google.com/feeds/' ,
655- 'http ://spreadsheets.google.com/feeds/' ])
652+ set ( gdata .gauth .find_scopes_for_services (('jotspot' , 'wise' ) )),
653+ set ( ['http://sites.google.com/feeds/' ,
654+ 'https://sites .google.com/feeds/' ,
655+ 'https ://spreadsheets.google.com/feeds/' ]) )
656656
657657
658658def suite ():
Original file line number Diff line number Diff line change 2424
2525import unittest
2626import gdata .spreadsheets .client
27- import gdata .spreadsheets .text_db
2827import gdata .gauth
2928import gdata .client
3029import atom .http_core
You can’t perform that action at this time.
0 commit comments