#!/usr/bin/env python

import runpy
import sys

runpy.run_module("lbinstall.LbRpmTarCompare", run_name="__main__", alter_sys=True)
