From e1a0a5c36b8281f265180158e09036c637cb06ad Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Mon, 29 Aug 2011 20:45:54 +0000 Subject: Remove more unused imports Signed-off-by: Gonzalo Odiard --- diff --git a/browser.py b/browser.py index e93bac5..96e6fb1 100644 --- a/browser.py +++ b/browser.py @@ -18,8 +18,6 @@ import os import time -import logging -from gettext import gettext as _ import gobject import gtk @@ -30,8 +28,6 @@ from xpcom import components from xpcom.components import interfaces from hulahop.webview import WebView -from sugar.datastore import datastore -from sugar import profile from sugar import env from sugar.activity import activity from sugar.graphics import style diff --git a/downloadmanager.py b/downloadmanager.py index 5d223e6..0fd6537 100644 --- a/downloadmanager.py +++ b/downloadmanager.py @@ -20,8 +20,6 @@ import logging from gettext import gettext as _ import time import tempfile -import urlparse -import urllib import gtk import hulahop diff --git a/edittoolbar.py b/edittoolbar.py index f238647..f0cdb1a 100644 --- a/edittoolbar.py +++ b/edittoolbar.py @@ -18,7 +18,6 @@ import gtk from gettext import gettext as _ -from xpcom import components from xpcom.components import interfaces from sugar.activity import activity diff --git a/filepicker.py b/filepicker.py index 5cfc889..27bf383 100644 --- a/filepicker.py +++ b/filepicker.py @@ -18,7 +18,6 @@ import logging import os import tempfile import shutil -import re import gtk import hulahop diff --git a/promptservice.py b/promptservice.py index 8cdcff9..31ba0da 100644 --- a/promptservice.py +++ b/promptservice.py @@ -16,10 +16,7 @@ import logging -import xpcom -from xpcom import components from xpcom.components import interfaces -from xpcom.server.factory import Factory class PromptService: diff --git a/securitydialogs.py b/securitydialogs.py index dbfd749..f3d20fb 100644 --- a/securitydialogs.py +++ b/securitydialogs.py @@ -16,10 +16,7 @@ import logging -import xpcom -from xpcom import components from xpcom.components import interfaces -from xpcom.server.factory import Factory class SecurityDialogs: -- cgit v0.9.1