eexecOp may be a global module or a submodule.

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@185 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2002-05-02 15:26:50 +00:00
parent d04a3bb4f9
commit 320b48a9bf

View File

@ -51,7 +51,7 @@ def deHexString(h):
def _test():
from fontTools.misc import eexecOp
import eexecOp
testStr = "\0\0asdadads asds\265"
print decrypt, decrypt(testStr, 12321)
print eexecOp.decrypt, eexecOp.decrypt(testStr, 12321)