aboutsummaryrefslogtreecommitdiffstats
path: root/build/lib/dogtail/__init__.py
blob: 76a4a13fcb581a0457e84886dcb5d6333f4b73bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: UTF-8 -*-
"""
GUI test tool and automation framework that uses Accessibility (a11y) technologies to communicate with desktop applications.

Authors: Zack Cerza <zcerza@redhat.com>, Ed Rousseau <rousseau@redhat.com>, David Malcolm <dmalcolm@redhat.com>, Vita Humpa <vhumpa@redhat.com>
"""

__author__ = """Zack Cerza <zcerza@redhat.com>,
Ed Rousseau <rousseau@redhat.com>,
David Malcolm <dmalcolm@redhat.com>,
Vita Humpa <vhumpa@redhat.com>"""
__version__ = "0.9.0"
__copyright__ = "Copyright © 2005-2014 Red Hat, Inc."
__license__ = "GPL"
__all__ = ("config", "predicate",
           "procedural", "tc", "tree", "utils", "errors")