dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

Bug: Coding slipup, Python API, "simplejson" imported twice in the robot.py module #876

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In robot.py, "simplejson" is imported twice. 

Line 31: import simplejson
Line 35: import simplejson

Is there a reason for this, or is it just a slipup?

Original issue reported on code.google.com by nat.abbo...@gmail.com on 12 Oct 2010 at 7:56