Comment 9 for bug 884008

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package usb-creator - 0.2.36

---------------
usb-creator (0.2.36) precise; urgency=low

  [ Colin Watson ]
  * Use Python 3-compatible print functions.
  * Use "except Exception as e" syntax rather than the old-style "except
    Exception, e".
  * Use "raise Exception(value)" syntax rather than the old-style "raise
    Exception, value".
  * Use absolute imports.

  [ Martin Pitt ]
  * usbcreator/frontends/gtk/frontend.py: We do not have any help for
    usb-creator, so hide the Help button. (LP: #884008)
 -- Martin Pitt <email address hidden> Sun, 11 Mar 2012 10:14:12 +0100