[meld] Clean up imports and comments in gnomeglade module



commit db871d786d24552a43baa0fb67b4fea82a6478a0
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Thu Oct 14 07:51:43 2010 +1000

    Clean up imports and comments in gnomeglade module

 meld/ui/gnomeglade.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/meld/ui/gnomeglade.py b/meld/ui/gnomeglade.py
index 8f4b1e2..b638ef1 100644
--- a/meld/ui/gnomeglade.py
+++ b/meld/ui/gnomeglade.py
@@ -1,4 +1,5 @@
 ### Copyright (C) 2002-2008 Stephen Kennedy <stevek gnome org>
+### Copyright (C) 2010 Kai Willadsen <kai willadsen gmail com>
 
 ### This program is free software; you can redistribute it and/or modify
 ### it under the terms of the GNU General Public License as published by
@@ -14,11 +15,6 @@
 ### along with this program; if not, write to the Free Software
 ### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-"""Utility class for working with glade files.
-"""
-
-import sys
-
 import gtk
 import re
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]