~ubuntu-branches/ubuntu/wily/gnome-orca/wily-proposed

« back to all changes in this revision

Viewing changes to src/orca/scripts/toolkits/GAIL.py

  • Committer: Package Import Robot
  • Author(s): Mario Lang, Emilio Pozuelo Monfort, Mario Lang
  • Date: 2014-03-26 09:02:03 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20140326090203-hklufxw4me5mq70b
Tags: 3.12.0-1
[ Emilio Pozuelo Monfort ]
* debian/control.in:
  + Depend on gsettings-desktop-schemas, needed for the a11y gsettings
    keys. Closes: #741211.

[ Mario Lang ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Orca
2
 
#
3
 
# Copyright 2005-2008 Sun Microsystems Inc.
4
 
#
5
 
# This library is free software; you can redistribute it and/or
6
 
# modify it under the terms of the GNU Lesser General Public
7
 
# License as published by the Free Software Foundation; either
8
 
# version 2.1 of the License, or (at your option) any later version.
9
 
#
10
 
# This library is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13
 
# Lesser General Public License for more details.
14
 
#
15
 
# You should have received a copy of the GNU Lesser General Public
16
 
# License along with this library; if not, write to the
17
 
# Free Software Foundation, Inc., Franklin Street, Fifth Floor,
18
 
# Boston MA  02110-1301 USA.
19
 
 
20
 
"""Custom script for GAIL toolkit applications"""
21
 
 
22
 
__id__        = "$Id$"
23
 
__version__   = "$Revision$"
24
 
__date__      = "$Date$"
25
 
__copyright__ = "Copyright (c) 2005-2008 Sun Microsystems Inc."
26
 
__license__   = "LGPL"
27
 
 
28
 
import orca.scripts.default as default
29
 
 
30
 
class Script(default.Script):
31
 
    pass