diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:47:15 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-07 00:47:15 +0800 |
commit | f154530d5eb65cbe2f1af899e0b30d7b665f7575 (patch) | |
tree | d430eb39a13185985876f778bf627bb788db2d3b /python/update-binding.sh | |
parent | 04632e685717adae2f35e8e2daf5345d035c5320 (diff) | |
download | gsoc2013-empathy-f154530d5eb65cbe2f1af899e0b30d7b665f7575.tar gsoc2013-empathy-f154530d5eb65cbe2f1af899e0b30d7b665f7575.tar.gz gsoc2013-empathy-f154530d5eb65cbe2f1af899e0b30d7b665f7575.tar.bz2 gsoc2013-empathy-f154530d5eb65cbe2f1af899e0b30d7b665f7575.tar.lz gsoc2013-empathy-f154530d5eb65cbe2f1af899e0b30d7b665f7575.tar.xz gsoc2013-empathy-f154530d5eb65cbe2f1af899e0b30d7b665f7575.tar.zst gsoc2013-empathy-f154530d5eb65cbe2f1af899e0b30d7b665f7575.zip |
Update python bindings.
svn path=/trunk/; revision=2049
Diffstat (limited to 'python/update-binding.sh')
-rwxr-xr-x | python/update-binding.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/update-binding.sh b/python/update-binding.sh index 685f63471..3d19d9b28 100755 --- a/python/update-binding.sh +++ b/python/update-binding.sh @@ -5,6 +5,7 @@ cd ../libempathy python /usr/share/pygobject/2.0/codegen/h2def.py \ -m empathy \ + empathy-account-manager.h \ empathy-chatroom.h \ empathy-chatroom-manager.h \ empathy-contact.h \ |