~attente/ubuntu/saucy/ibus-anthy/move-typelib

« back to all changes in this revision

Viewing changes to engine/thumb.py

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2010-01-24 16:17:50 UTC
  • mfrom: (1.1.6 upstream) (2.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124161750-375hsq4iy9j75gkl
* New upstream release.
  - fix convert_to_half do same as convert_to_half_katakana (LP: #475031) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
 
2
# vim:set et sts=4 sw=4:
 
3
#
 
4
# ibus-anthy - The Anthy engine for IBus
 
5
#
 
6
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
 
7
# Copyright (c) 2009 Hideaki ABE <abe.sendai@gmail.com>
 
8
# Copyright (c) 2007-2010 Red Hat, Inc.
 
9
#
 
10
# This program is free software; you can redistribute it and/or modify
 
11
# it under the terms of the GNU General Public License as published by
 
12
# the Free Software Foundation; either version 2, or (at your option)
 
13
# any later version.
 
14
#
 
15
# This program is distributed in the hope that it will be useful,
 
16
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
# GNU General Public License for more details.
 
19
#
 
20
# You should have received a copy of the GNU General Public License
 
21
# along with this program; if not, write to the Free Software
 
22
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
2
23
 
3
24
import gtk
4
25
import gobject