diff PreferencesDialog.py @ 233:e34c53a3e407

fixes from eric's style check
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 25 Sep 2014 17:26:34 +0200
parents f0b5bdce1189
children 3ce39af93e77
line wrap: on
line diff
--- a/PreferencesDialog.py	Thu Sep 25 17:10:40 2014 +0200
+++ b/PreferencesDialog.py	Thu Sep 25 17:26:34 2014 +0200
@@ -82,7 +82,7 @@
 
     def accept(self):
         self.storeProxySettings()
-        self.preferences.commit();
+        self.preferences.commit()
         super(PreferencesDialog, self).accept()
 
     def reject(self):