Removed a single s character sitting alone on line 178 of ExportPkg.py. Cleanup and updates to stylesheet.

svn: r12530
This commit is contained in:
Rob G. Healey
2009-05-15 20:07:39 +00:00
parent 21e96b0616
commit 9b4efeb283
2 changed files with 1 additions and 3 deletions

View File

@ -175,7 +175,6 @@ class PackageWriter:
buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
gtk.STOCK_OK, gtk.RESPONSE_OK)
)
s
response = fs_top.run()
if response == gtk.RESPONSE_OK:
fs_ok_clicked(fs_top)