typo & pep8 fixes

svn: r12950
This commit is contained in:
Raphael Ackermann
2009-08-10 21:23:38 +00:00
parent 5ac76d658b
commit 01e89f17f2
2 changed files with 27 additions and 28 deletions

View File

@@ -22,7 +22,7 @@
# $Id$ # $Id$
"Find unused objects and remove with the user's permission" "Find unused objects and remove with the user's permission."
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
@@ -47,7 +47,6 @@ log = logging.getLogger(".RemoveUnused")
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
import gtk import gtk
import gobject import gobject
from gen.lib import StyledText
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #