#!/usr/bin/env python

import sys
sys.path.append('/usr/share/pacrez/src')

import pacrez
#print dir(pacrez)
pacrez.run()

