[alacarte] MainWindow: Clean up imports
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [alacarte] MainWindow: Clean up imports
- Date: Tue, 5 Jun 2012 18:19:23 +0000 (UTC)
commit e3cff4f862687f027da20f42467c3f90d5d7f816
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Jun 5 14:17:14 2012 -0400
MainWindow: Clean up imports
Alacarte/MainWindow.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Alacarte/MainWindow.py b/Alacarte/MainWindow.py
index d1bea1f..69e6518 100644
--- a/Alacarte/MainWindow.py
+++ b/Alacarte/MainWindow.py
@@ -18,10 +18,10 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from gi.repository import Gtk, GObject, Gio, GdkPixbuf, Gdk, GMenu, GLib
-import cgi, os
+import cgi
+import os
import gettext
import subprocess
-import urllib
from Alacarte import config
gettext.bindtextdomain(config.GETTEXT_PACKAGE, config.localedir)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]