On Thu, Jul 9, 2009 at 12:23 AM, Aaron S. Meurer<[email protected]> wrote: > > As long as you are changing import statements, you might as well > change ntheorey/__init__.py so that it doesn't do from module import > *. This will fix issue 1454. I thought that that wasn't allowed > anymore in Python 3.0, but maybe I read it wrong.
Please go ahead and do it. As to from something import *, that is still allowed in python3. Ondrej --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy" group. 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/sympy?hl=en -~----------~----~----~----~------~----~------~--~---
