diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-12-07 18:30:45 +0000 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-12-07 18:51:05 +0000 |
commit | 8e0268e4d6e9244468be8af36863d5060f842e78 (patch) | |
tree | 4798e46a022cd93bd7d3ca6817c897171c96596c /tools/libglibcodegen.py | |
parent | 3792e0103cb035ecdbce9aa170cb3007a4824662 (diff) |
Update code-gten tools from telepathy-glib 0.9.2
Diffstat (limited to 'tools/libglibcodegen.py')
-rw-r--r-- | tools/libglibcodegen.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/libglibcodegen.py b/tools/libglibcodegen.py index 129c179e7..6a9d21485 100644 --- a/tools/libglibcodegen.py +++ b/tools/libglibcodegen.py @@ -23,14 +23,13 @@ please make any changes there. from libtpcodegen import NS_TP, \ Signature, \ - camelcase_to_lower, \ - camelcase_to_upper, \ cmp_by_name, \ escape_as_identifier, \ get_by_path, \ get_descendant_text, \ get_docstring, \ - xml_escape + xml_escape, \ + get_deprecated def dbus_gutils_wincaps_to_uscore(s): """Bug-for-bug compatible Python port of _dbus_gutils_wincaps_to_uscore |