~ubuntu-branches/ubuntu/utopic/dogtail/utopic

« back to all changes in this revision

Viewing changes to dogtail/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-12-21 13:33:47 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20061221133347-xo9jg11afp5plcka
Tags: upstream-0.6.1
Import upstream version 0.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
"""
7
7
 
8
8
__author__ = """Zack Cerza <zcerza@redhat.com>,
9
 
Ed Rousseau <rousseau@redhat.com>, 
 
9
Ed Rousseau <rousseau@redhat.com>,
10
10
David Malcolm <dmalcolm@redhat.com>"""
11
 
__version__ = "0.5.1"
 
11
__version__ = "0.6.1"
12
12
__copyright__ = "Copyright © 2005 Red Hat, Inc."
13
13
__license__ = "GPL"
14
14
 
15
 
__all__ = ("config", "predicate", "procedural", "tc", "tree", "utils")
16
 
 
 
15
__all__ = ("config", "predicate", "procedural", "tc", "tree", "utils", "errors")