[alacarte] MenuEditor: Remove unused imports



commit cf0e9ba1b72bae93eb70292c5df3e12fbe4f8889
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue May 1 18:04:05 2012 -0400

    MenuEditor: Remove unused imports

 Alacarte/MenuEditor.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Alacarte/MenuEditor.py b/Alacarte/MenuEditor.py
index 166dc3e..b4bc814 100644
--- a/Alacarte/MenuEditor.py
+++ b/Alacarte/MenuEditor.py
@@ -16,7 +16,7 @@
 #   License along with this library; if not, write to the Free Software
 #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-import os, sys, re, xml.dom.minidom, locale
+import os, xml.dom.minidom, locale
 from gi.repository import GMenu, GLib
 from Alacarte import util
 



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