openube / opennero

Game platform for Artificial Intelligence research and education
Other
1 stars 0 forks source link

fix namespaces in mods #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I found it pretty difficult to understand some pieces of the NERO Python code 
due to all the "from ___ import *" statements (it gets even worse when they 
import each other), so I went through the code and established all the names in 
what I hope is their proper namespace. I've tested this change with all of the 
current modules, eliminating blue-screens whenever I've come across them (in 
the process I fixed a bug where sys wasn't imported in the Roomba mod).

Comments ?

Original issue reported on code.google.com by lmjohns3 on 31 Oct 2011 at 10:41

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 1 Nov 2011 at 4:10

GoogleCodeExporter commented 9 years ago
r1255 and r1256 apply these changes

Original comment by ikarpov on 1 Nov 2011 at 1:47