#! /usr/bin/env python

import sys
from janginfo_organizer import tig_rename

if __name__ == '__main__':
    sys.exit(tig_rename.main())
