Mercurial > libervia-backend
diff frontends/src/primitivus/notify.py @ 638:6821fc06a324
misc: a few "cosmetic" changes (PEP 8...)
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 05 Sep 2013 20:57:00 +0200 |
parents | 84a6e83157c2 |
children | 1fe00f0c9a91 |
line wrap: on
line diff
--- a/frontends/src/primitivus/notify.py Sun Sep 08 19:13:02 2013 +0200 +++ b/frontends/src/primitivus/notify.py Thu Sep 05 20:57:00 2013 +0200 @@ -43,7 +43,6 @@ except: self.freedesktop_int = None - def getFocus(self): if not self.display: return 0 @@ -73,4 +72,6 @@ hints = dbus.Dictionary(signature='sv') expire_timeout = -1 - self.freedesktop_int.Notify(app_name, replaces_id, app_icon, summary, body, actions, hints, expire_timeout) + self.freedesktop_int.Notify(app_name, replaces_id, app_icon, + summary, body, actions, + hints, expire_timeout)