def remove_user(self): reply = message.information(self, 'Remove User?', remove_user_message, message.Ok, message.Cancel) return reply == message.Ok