Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/progresslistener.py
diff options
context:
space:
mode:
Diffstat (limited to 'progresslistener.py')
-rw-r--r--progresslistener.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/progresslistener.py b/progresslistener.py
index fb08b13..fe9bd5c 100644
--- a/progresslistener.py
+++ b/progresslistener.py
@@ -17,9 +17,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import gobject
-import xpcom
-from xpcom.components import interfaces
-
class ProgressListener(gobject.GObject):
_com_interfaces_ = interfaces.nsIWebProgressListener