def infosas(path):
    s = Schema()
    print("Loading schema from {}".format(path))
    s.load_schema_from_file(dconfig.dopen(path))
    s.dump(path)
    exit(0)