summaryrefslogtreecommitdiff
path: root/tools/libglibcodegen.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-05-27 16:31:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-05-27 16:31:46 +0100
commita07484c1ce84fc63613cf70cde722dbafd396d74 (patch)
tree9e898f308619e7083e1446ec130a7a435fc84c49 /tools/libglibcodegen.py
parentadba144b7fd16b83b28a3faae3b93b3984c54a2b (diff)
downloadtelepathy-glib-a07484c1ce84fc63613cf70cde722dbafd396d74.tar.gz
Remove camelcase_to_lower, camelcase_to_upper
In the face of ambiguity, refuse the temptation to guess. -Tim Peters, /The Python Way/ (see `python -c "import this"`)
Diffstat (limited to 'tools/libglibcodegen.py')
-rw-r--r--tools/libglibcodegen.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/libglibcodegen.py b/tools/libglibcodegen.py
index 129c179e7..0cf52a829 100644
--- a/tools/libglibcodegen.py
+++ b/tools/libglibcodegen.py
@@ -23,8 +23,6 @@ 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, \