~ubuntu-branches/ubuntu/vivid/dogtail/vivid-proposed

« back to all changes in this revision

Viewing changes to dogtail/apps/wrappers/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Jose Carlos Garcia Sogo
  • Date: 2006-12-16 10:57:30 UTC
  • mfrom: (1.2.1 upstream) (3.1.1 edgy)
  • Revision ID: james.westby@ubuntu.com-20061216105730-utt6mcidfssawo7j
Tags: 0.6.1-3
pyhton-at-spi has to be added as dependency (Closes: #402752)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- coding: UTF-8 -*-
2
 
"""
3
 
Wrappers to ease writing scripts for specific applications
4
 
 
5
 
Author: David Malcolm <dmalcolm@redhat.com>
6
 
"""
7
 
 
8
 
__author__ = "David Malcolm <dmalcolm@redhat.com>"
9
 
__version__ = "0.5.0"
10
 
__copyright__ = "Copyright © 2005 Red Hat, Inc."
11
 
__license__ = "GPL"
12