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