On Tue, Aug 21, 2012 at 3:05 PM, Iustin Pop <[email protected]> wrote: > > Since these will be needed for Haskell's implementation of query2. > > Signed-off-by: Iustin Pop <[email protected]> > --- > autotools/convert-constants | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/autotools/convert-constants b/autotools/convert-constants > index dbf0b13..d3d8a5f 100755 > --- a/autotools/convert-constants > +++ b/autotools/convert-constants > @@ -28,6 +28,7 @@ import types > from ganeti import compat > from ganeti import constants > from ganeti import luxi > +from ganeti import qlang > > #: Constant name regex > CONSTANT_RE = re.compile("^[A-Z][A-Z0-9_-]+$") > @@ -227,6 +228,7 @@ def Convert(module, prefix): > def main(): > print Convert(constants, "") > print Convert(luxi, "luxi") > + print Convert(qlang, "qlang") > > > if __name__ == "__main__": > -- > 1.7.7.3 >
LGTM
