[gnome-builder] jhbuild: style changes for Builder
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] jhbuild: style changes for Builder
- Date: Wed, 14 Sep 2016 08:22:54 +0000 (UTC)
commit 2c3e2303c57d85b3fc7cf3187f68de6aa100ff74
Author: Christian Hergert <chergert redhat com>
Date: Tue Sep 13 23:06:19 2016 -0700
jhbuild: style changes for Builder
plugins/jhbuild/jhbuild_plugin.py | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/plugins/jhbuild/jhbuild_plugin.py b/plugins/jhbuild/jhbuild_plugin.py
index 776127a..df2aafc 100644
--- a/plugins/jhbuild/jhbuild_plugin.py
+++ b/plugins/jhbuild/jhbuild_plugin.py
@@ -17,17 +17,15 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+import gi
import os
-import gi
gi.require_version('Ide', '1.0')
-from gi.repository import (
- GLib,
- GObject,
- Gio,
- Ide,
-)
+from gi.repository import GLib
+from gi.repository import GObject
+from gi.repository import Gio
+from gi.repository import Ide
class JhbuildRuntime(Ide.Runtime):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]