On Saturday, May 5, 2012 8:32:03 PM UTC+8, Emil wrote: > > I would also appreciate some clarification on this issue. I've written > a module which is not currently intended to be part of Sage (although > perhaps could be at some point). > > In my .py files I have not imported from sage.all, but I've imported > the things I need, in the same way that the Sage source files do. I > thought that was the "right thing to do". > > So, should my module always import from sage.all ? What if I ensure > that all my imports occur in the right order? > > Emil
Perhaps it may be the right order today but not so a year later. But if you import sage.all then you don't need to worry about all that. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
