| Issue 11: | Reduce import from all pymt files | |
| 1 person starred this issue and may be notified of changes. | Back to list |
By default, we always import * from external library or pymt lib. Get ride of these ! Import only what is needed to run app.
Feb 17, 2009
Project Member
#1
xelap...@gmail.com
Labels:
-Type-Defect Type-Enhancement
Mar 2, 2009
After looking on python doc, import support relative path. Maybe we can use it too ?
Mar 2, 2009
And use __all__ keyword for all module, to import only what we want ! (and prevent to dump all pyglet gl into app, and documentation... |