#! /usr/bin/python3.6 -s

import sys

from xpra.gtk_common.auth_dialog import main
sys.exit(main())
