#!/usr/local/bin/python2.7

import sys
import wbemcli

sys.exit(wbemcli._main())
