google-code-export / gdata-python-client

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

Syntax error in gdata/contentforshopping/client.py, line 197 #493

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

    from gdata.contentforshopping.client import ContentForShoppingClient

What is the expected output? What do you see instead?
Expected output is a successful import.
I see a syntax error:

    >>> from gdata.contentforshopping.client import ContentForShoppingClient
              Traceback (most recent call last):
              File "<stdin>", line 1, in <module>
              File "lib/python2.6/site-packages/gdata/contentforshopping/client.py", line 197
              use_projection=False)
                 ^
              SyntaxError: invalid syntax

What version of the product are you using?
Tip

Original issue reported on code.google.com by chahrour.hassan on 3 Feb 2011 at 2:12

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/4058053 fix is here

Original comment by afs...@google.com on 3 Feb 2011 at 2:34

GoogleCodeExporter commented 9 years ago
Applied in [946:929503530d27]

Original comment by afs...@google.com on 3 Feb 2011 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by joe.gregorio@gmail.com on 7 Mar 2011 at 4:28