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

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


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

diff --git a/tools/c-constants-gen.py b/tools/c-constants-gen.py
index f338257..341b434 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):
-- 
1.5.6.5




More information about the Telepathy-commits mailing list