import expat instead of xmlproc, as that's what we're using now
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@187 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
e82b4d5658
commit
48e4b6254e
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ except ImportError:
|
|||||||
print " http://sourceforge.net/projects/numpy/"
|
print " http://sourceforge.net/projects/numpy/"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import xml.parsers.xmlproc
|
import xml.parsers.expat
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "*** Warning: FontTools needs PyXML, see:"
|
print "*** Warning: FontTools needs PyXML, see:"
|
||||||
print " http://sourceforge.net/projects/pyxml/"
|
print " http://sourceforge.net/projects/pyxml/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user