diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-05 22:15:54 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-05 22:50:42 -0400 |
commit | 925d98b3441881bad3a459cb5f7f3785bab40b5c (patch) | |
tree | 5cc8b4a7df76420279b0f67358f904abcb117c62 /src/python-systemd/daemon.py | |
parent | 26306aed13e73b6edbc4b3fd7b97e421e152b56b (diff) |
systemd-python: wrap sd_notify
_listen_fds() is modified to accept unset_environment arg as keyword,
to match new notify().
Diffstat (limited to 'src/python-systemd/daemon.py')
-rw-r--r-- | src/python-systemd/daemon.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python-systemd/daemon.py b/src/python-systemd/daemon.py index e2829d1671..1c386bb6fc 100644 --- a/src/python-systemd/daemon.py +++ b/src/python-systemd/daemon.py @@ -1,5 +1,6 @@ from ._daemon import (__version__, booted, + notify, _listen_fds, _is_fifo, _is_socket, |