Drop unnecessary imports.
authorNeal H. Walfield <neal@walfield.org>
Thu, 20 Oct 2011 19:52:23 +0000 (21:52 +0200)
committerNeal H. Walfield <neal@walfield.org>
Thu, 20 Oct 2011 19:52:23 +0000 (21:52 +0200)
src/FeedingIt.py

index 48faf04..b143b0b 100644 (file)
@@ -25,7 +25,6 @@ __description__ = 'A simple RSS Reader for Maemo 5'
 # ============================================================================
 
 import gtk
-from pango import FontDescription
 import pango
 import hildon
 #import gtkhtml2
@@ -40,7 +39,6 @@ from os import mkdir, remove, stat, environ
 import gobject
 from aboutdialog import HeAboutDialog
 from portrait import FremantleRotation
-from threading import Thread, activeCount
 from feedingitdbus import ServerObject
 from config import Config
 from cgi import escape