summaryrefslogtreecommitdiff
path: root/tools/glib-interfaces-gen.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-19 11:11:10 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-19 11:11:10 +0000
commitc5cbd6d2ea2b650a4133d9cdad901bd07b46a00b (patch)
tree1ca9cf7bbf75cb21779a73eea3ceba6d1d097f6a /tools/glib-interfaces-gen.py
parent23a2da37dec8e8ba4c430e1d80ef3afb79e8240e (diff)
downloadtelepathy-glib-c5cbd6d2ea2b650a4133d9cdad901bd07b46a00b.tar.gz
glib-interfaces-gen.py: remove unnecessary import
Diffstat (limited to 'tools/glib-interfaces-gen.py')
-rw-r--r--tools/glib-interfaces-gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/glib-interfaces-gen.py b/tools/glib-interfaces-gen.py
index 3e9b045ab..47d17b529 100644
--- a/tools/glib-interfaces-gen.py
+++ b/tools/glib-interfaces-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):