#!/usr/bin/python2.7

if __name__ == '__main__':
    import drizzlepac.resetbits
    drizzlepac.resetbits.main()
