added py2exe support (yes, that was basically all there was to it...)

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@278 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2002-07-11 18:19:46 +00:00
parent 9da0f12dec
commit 366823498c

View File

@ -4,6 +4,11 @@ import os, sys
from distutils.core import setup, Extension
from distutils.command.build_ext import build_ext
try:
# load py2exe distutils extension, if available
import py2exe
except ImportError
pass
try:
import Numeric