On Sun, Jul 6, 2008 at 07:55, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > On Sun, Jul 6, 2008 at 2:19 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >> >> On Sun, Jul 6, 2008 at 07:13, Ondrej Certik <[EMAIL PROTECTED]> wrote: >>> diff --git a/sympy/simplify/__init__.py b/sympy/simplify/__init__.py >>> --- a/sympy/simplify/__init__.py >>> +++ b/sympy/simplify/__init__.py >>> @@ -10,3 +10,5 @@ from rewrite import cancel, trim, apart >>> from rewrite import cancel, trim, apart >>> >>> from sqrtdenest import sqrtdenest >>> + >>> +from cse import cse >> >> I'd rename the module, in this case. It makes it difficult to import >> the module from the sympy.simplify package. This is necessary if >> someone needs to change the default optimization list at runtime. > > That's right. How about this patch:
Works for me. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
