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.
Aaron Meurer On Jul 9, 2009, at 12:01 AM, Ondrej Certik wrote: > > My latest update is in the "py3-5" branch in my repo at github. > > sympy imports and some tests run (in the core), but lots of still > fails. Fortunately it's usually pretty easy to debug it using pdb and > just commit lots of little fixes. Once we fix everything, we'll try to > backport most of the changes to 2.x. > > 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 -~----------~----~----~----~------~----~------~--~---
