asolfre / appengine-rest-server

Automatically exported from code.google.com/p/appengine-rest-server
Other
0 stars 0 forks source link

GET Broken: Syntax error introduced in r121 #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to return any JSON response

In line line 367 of /trunk/src/main/python/rest/__init__.py

 xml_node.disp_meta_ = LIST_EL_NAME return xml_node

should read

 xml_node.disp_meta_ = LIST_EL_NAME 
 return xml_node

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by wuftymer...@gmail.com on 17 Jan 2013 at 10:44

GoogleCodeExporter commented 9 years ago
odd, unsure how that happened.

Original comment by jahlborn@gmail.com on 17 Jan 2013 at 11:21