migrating to packages
Bruno Desthuilliers
bruno.42.desthuilliers at wtf.websiteburo.oops.com
Fri Oct 5 06:10:59 EDT 2007
More information about the Python-list mailing list
Fri Oct 5 06:10:59 EDT 2007
- Previous message (by thread): migrating to packages
- Next message (by thread): migrating to packages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gerardo Herzig a écrit : > Carl Bank a écrit : >> >> Add these lines in __init__.py: >> >> from MYCLASSES.A import A >> from MYCLASSES.B import B >> >> > Ummm, that works indeed, but forces me to import all (more than A and B) > classes, rigth? Why so ?
- Previous message (by thread): migrating to packages
- Next message (by thread): migrating to packages
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list