Replacing import * to avoid jython issues
Created originally on Bitbucket by francisoud (Benjamin Francisoud)
Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.
- replacing all import* (wildcard) by the full list of class Fix for https://bitbucket.org/openpyxl/openpyxl/issues/943/
- typo error in from when replacing wildcards Fix for https://bitbucket.org/openpyxl/openpyxl/issues/943/
- leaving the wildcard on chart/shapes.py because: 1/ jython doesn't complaint on this one ?! 2/ removing the wildcard makes me import many other stuff to avoid errors (for example from openpyxl.xml.constants import DRAWING_NS)