#!/usr/bin/env python

if __name__ == '__main__':
    from stsci.tools import convertlog
    convertlog.main()
