asmeurer wants someone to pull from asmeurer:sysfix:

While fixing [issue 
2135](http://code.google.com/p/sympy/issues/detail?id=2135), I noticed that 
`sys` was being imported into the global namespace because it was being 
imported in `utilities/__init__.py` to check the Python version (to see if it 
needs to import any/all for Python 2.4), and it wasn't being deleted.  The 
result was that `sys` is imported into the namespace with every `from sympy 
import *`.  

Here is a trivial fix.  

View Pull Request: https://github.com/sympy/sympy/pull/59

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patc...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to