• Pedro Giffuni's avatar
    i119384 - Python: replace deprecated compiler module with ast · fb612e2c
    Pedro Giffuni yazdı
    The "compiler" module is deprecated on Python 2.6 and was
    removed on 3.x so it's a good time to replace it. The
    ast module was introduced in Python 2.5 so this will cause
    trouble if using very old versions of system python.
    
    While here run the python reindent tool on the adjacent
    files.
    
    Author:	hanya 
    fb612e2c
mailmerge.py 18.7 KB