Hi all, Running 'python bin/sympy_time.py', I realised that importing sympy pulls in a lot of stuff that are irrelevant to an end user, like pdb, doctest or py.test. Fixing this simply requires removing the imports of runtests and pytest from sympy/utilities/__init.py and importing those modules explicitly where they are required.
More generally, I've often been annoyed by the fact that it's impossible to import only part of sympy and by the sheer amount of bloat in the sympy namespace (len(dir(sympy)) == 497), so I'd rather like that we start exercising some restraint in what we put in the "__init__.py"s. What do you think? Ronan -- 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.
