#!/bin/bash
#
# A wrapper to launch the password tool
#

python -m ovirt.node.tools.password "$@"
