#!/bin/bash

export PYTHONPATH='//lib/udev/'

python //lib/udev/power-to-wwid_py $@
python_script_retVal=$?

exit $python_script_retVal

