Drop an avoidable incompatibility with python 2.4. Closes LP #589200
This commit is contained in:
parent
b893248b12
commit
3018ebee21
|
@ -147,7 +147,6 @@ class PrefsEditor:
|
|||
self.set_values()
|
||||
except Exception, e:
|
||||
err('Unable to set values: %s' % e)
|
||||
finally:
|
||||
self.config.uninhibit_save()
|
||||
|
||||
def on_closebutton_clicked(self, _button):
|
||||
|
|
Loading…
Reference in New Issue