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:
jvr 2002-05-03 08:59:22 +00:00
parent e82b4d5658
commit 48e4b6254e

View File

@ -11,7 +11,7 @@ except ImportError:
print " http://sourceforge.net/projects/numpy/"
try:
import xml.parsers.xmlproc
import xml.parsers.expat
except ImportError:
print "*** Warning: FontTools needs PyXML, see:"
print " http://sourceforge.net/projects/pyxml/"