Changes between Version 5 and Version 6 of CMTInWaf


Ignore:
Timestamp:
Mar 2, 2012, 11:27:18 AM (12 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Christian Arnault/emailAddress=arnault@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMTInWaf

    v5 v6  
    2525
    2626{{{
     27import cmt
    2728
    28 import sys
    29 import os
    30 
    31 import cmt
     29top, out = cmt.init ()
    3230
    3331def options (ctx):
    3432  cmt.options (ctx)
    35   pass
    3633
    3734def configure (ctx):
    38   top, out = cmt.init (ctx)
    3935  cmt.configure (ctx)
    4036