#!/usr/bin/python

from tacix.gtk.Dialog import Dialog

dialog = Dialog()
dialog.ask_shadow_permission()

