#!/usr/bin/env python

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

import pacrez_daemon
pacrez_daemon.run()

