[eog-plugins] pythonconsole: Drop unneeded semicolon
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] pythonconsole: Drop unneeded semicolon
- Date: Mon, 19 Mar 2012 20:27:33 +0000 (UTC)
commit dce786d5132ba2c6ce9cb66f6b96469f30af5946
Author: Felix Riemann <friemann gnome org>
Date: Mon Mar 19 21:25:14 2012 +0100
pythonconsole: Drop unneeded semicolon
This slipped in in commit 45452bb6.
plugins/pythonconsole/config.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/plugins/pythonconsole/config.py b/plugins/pythonconsole/config.py
index 823cb34..16a2f92 100644
--- a/plugins/pythonconsole/config.py
+++ b/plugins/pythonconsole/config.py
@@ -8,7 +8,7 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
-#
+#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@@ -29,6 +29,7 @@ from gi.repository import Gio, Gtk, Gdk
__all__ = ('PythonConsoleConfigWidget')
+
class PythonConsoleConfigWidget(object):
CONSOLE_KEY_BASE = 'org.gnome.eog.plugins.pythonconsole'
@@ -41,7 +42,7 @@ class PythonConsoleConfigWidget(object):
self._ui_path = os.path.join(datadir, 'config.ui')
self._settings = Gio.Settings.new(self.CONSOLE_KEY_BASE)
self._ui = Gtk.Builder()
- self._ui.set_translation_domain('eog-plugins');
+ self._ui.set_translation_domain('eog-plugins')
def configure_widget(self):
self._ui.add_objects_from_file(self._ui_path, ["grid"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]