Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
bb31d0ac43b88dbb8b154f9653c5d58011a2e93d
/
.
/
compiler
/
py
/
src
/
generator.py
blob: 7e8a84a64334c4115a4ce06ee7278505806d915e [
file
] [
log
] [
blame
]
class
Generator
(
object
):
def
__call__
(
self
,
program
,
filename
,
gendir
,
debugp
=
None
):
raise
Exception
,
"Not implemented"