[python-bindings] Export OpCode from core.py.

llvm-svn: 190468
This commit is contained in:
Michael Gottesman 2013-09-11 00:41:07 +00:00
parent 28ff44ab37
commit d99f387f5e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from ctypes import c_uint
__all__ = [
"lib",
"OpCode",
"MemoryBuffer",
"Module",
"Context",