#!/usr/bin/env python
import sys
import zarafa_presence

if __name__ == '__main__':
    sys.exit(zarafa_presence.main())
