Comment #18 on issue 1757 by asmeurer: Tools to check and correct indentation http://code.google.com/p/sympy/issues/detail?id=1757
That's what I was thinking at first for __init__.py files, but back in issue 1454, we were adding all manner of variables into the namespace because __init__.py in ntheory had from import * statements instead of explicit imports. So we don't even want them there. Anyway, if I remove __init__.py from the blacklist, the test still passes, so I say we remove it and keep it out. Removing the other three cause the test to fail. There is also a comment that says that we need to fix mpmath and plotting. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- You received this message because you are subscribed to the Google Groups "sympy-issues" 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-issues?hl=en.
