[Telepathy-commits] [telepathy-glib/master] glib-interfaces-gen.py: remove unnecessary import

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Jan 19 03:11:10 PST 2009


---
 tools/glib-interfaces-gen.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/glib-interfaces-gen.py b/tools/glib-interfaces-gen.py
index 3e9b045..47d17b5 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):
-- 
1.5.6.5




More information about the Telepathy-commits mailing list