blob: 76c250645651e9c45ab5da6de0fe7033f09059d8 [file] [log] [blame]
Just41ca6402000-01-12 19:13:29 +00001eexecOp is imported by the fontTools.misc.eexec module, and the latter
2provides a (slow) Python implementation in case eexecOp isn't there.
3It is designed to be a shared library, to be placed in
4 FontTools/Lib/fontTools/misc/
jvrdf9c0292001-08-09 19:06:39 +00005but it should also work as a (possibly statically linked) top level module.
Just41ca6402000-01-12 19:13:29 +00006
jvrdf9c0292001-08-09 19:06:39 +00007It is built automatically when you run
Just41ca6402000-01-12 19:13:29 +00008
jvrdf9c0292001-08-09 19:06:39 +00009 python setup.py build
10or
11 python setup.py install
12
13in the top level FontTools directory.
Just41ca6402000-01-12 19:13:29 +000014
15Just