summaryrefslogtreecommitdiff
path: root/tools/c-constants-gen.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-19 11:09:33 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-19 11:09:33 +0000
commitecec9d39f42cf95d284dfb51a9e100a8318db2d7 (patch)
tree3233e476b38121b2c9b36db546411fe7b3f4fb2c /tools/c-constants-gen.py
parent655a666984cf7fe287df7a23d01135648eaa4cdd (diff)
downloadtelepathy-glib-ecec9d39f42cf95d284dfb51a9e100a8318db2d7.tar.gz
c-constants-gen.py: remove unnecessary import
Diffstat (limited to 'tools/c-constants-gen.py')
-rw-r--r--tools/c-constants-gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/c-constants-gen.py b/tools/c-constants-gen.py
index f338257aa..341b4344c 100644
--- a/tools/c-constants-gen.py
+++ b/tools/c-constants-gen.py
@@ -3,7 +3,7 @@
from sys import argv, stdout, stderr
import xml.dom.minidom
-from libglibcodegen import NS_TP, camelcase_to_upper, get_docstring, \
+from libglibcodegen import NS_TP, get_docstring, \
get_descendant_text, get_by_path
class Generator(object):