Update python binding.

This commit is contained in:
Daiki Ueno
2011-08-23 10:20:31 +09:00
parent b7b4d68a9a
commit 65d1186317
7 changed files with 252 additions and 103 deletions

View File

@ -15,7 +15,10 @@
# along with this program. If not, see
# <http://www.gnu.org/licenses/>.
pkgpython_PYTHON = \
__init__.py \
eekboard.py \
pkgpython_PYTHON = \
__init__.py \
serializable.py \
symbol.py \
keysym.py \
client.py \
context.py