#!/usr/env python
from flimp.importer import execute

if __name__ == '__main__':
    try:
        execute()
    except Exception, ex:
        print "Oops! Something went wrong:\n\n%s\n\nCheck the flimp.log file!" % ex
