[jhbuild] systeminstall: fix some weird indentation
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] systeminstall: fix some weird indentation
- Date: Tue, 6 Dec 2016 23:52:35 +0000 (UTC)
commit 8e7be836a0ae04701d9803c36e2b6e9c36dbfdbf
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Dec 6 17:52:07 2016 -0600
systeminstall: fix some weird indentation
jhbuild/utils/systeminstall.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jhbuild/utils/systeminstall.py b/jhbuild/utils/systeminstall.py
index 85a82ec..bb54762 100644
--- a/jhbuild/utils/systeminstall.py
+++ b/jhbuild/utils/systeminstall.py
@@ -260,8 +260,8 @@ class PKSystemInstall(SystemInstall):
self._sysbus = dbus.SystemBus()
if self._pkdbus is None:
self._pkdbus = dbus.Interface(self._sysbus.get_object('org.freedesktop.PackageKit',
- '/org/freedesktop/PackageKit'),
- 'org.freedesktop.PackageKit')
+ '/org/freedesktop/PackageKit'),
+ 'org.freedesktop.PackageKit')
properties = dbus.Interface(self._pkdbus, 'org.freedesktop.DBus.Properties')
txn_path = self._pkdbus.CreateTransaction()
txn = self._sysbus.get_object('org.freedesktop.PackageKit', txn_path)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]