# -*- coding: UTF-8 -*- """ GUI test tool and automation framework that uses Accessibility (a11y) technologies to communicate with desktop applications. Authors: Zack Cerza , Ed Rousseau , David Malcolm , Vita Humpa """ __author__ = """Zack Cerza , Ed Rousseau , David Malcolm , Vita Humpa """ __version__ = "0.8.2" __copyright__ = "Copyright © 2005-2012 Red Hat, Inc." __license__ = "GPL" import gi.repository __all__ = ("config", "predicate", "procedural", "tc", "tree", "utils", "errors")