thegooglecodearchive / los-cocos

Automatically exported from code.google.com/p/los-cocos
0 stars 0 forks source link

director is not pythonically imported #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This works:

  from cocos.director import director
  director.init()

But I want to just import "cocos", not pollute my namespace, and the
following  does not work:

  import cocos
  cocos.director.director.init()

Original issue reported on code.google.com by facundob...@gmail.com on 21 Mar 2008 at 6:24

GoogleCodeExporter commented 9 years ago
Facundo said the bug is invalid.

Original comment by ricardoq...@gmail.com on 21 Mar 2008 at 9:45