prayagverma / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

gdata.contentforshopping.data.Group has no name #625

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. gdata.contentforshopping.data.Group(name='foo')

What is the expected output? What do you see instead?
Expected <sc:group name="foo">
Actually is: <sc:group>

Please add name='name' in class Group

Original issue reported on code.google.com by n...@kogan.com.au on 12 Jul 2012 at 5:33

GoogleCodeExporter commented 9 years ago
https://developers.google.com/shopping-content/developers-guide-python#generic 
for an example

Original comment by n...@kogan.com.au on 12 Jul 2012 at 5:37

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/gdata-python-client/source/detail?r=3b021605570f6ab46ec
d306e0c0d15e74b8cfa15

Original comment by dhermes@google.com on 13 Jul 2012 at 1:22