Systemd/src/python-systemd
Richard Marko 8ff8ee8373 systemd-python: convert keyword value to string
Allows using journal.send('msg', PRIORITY=journal.LOG_CRIT)

Before this commit this results in
TypeError: cannot concatenate 'str' and 'int' objects
and requires passing PRIORITY value as string to work.
2013-11-07 01:23:54 -05:00
..
docs systemd-python: also update the documentation 2013-07-18 00:05:09 -04:00
.gitignore python: build html docs using sphinx 2013-02-22 16:57:43 +01:00
__init__.py python: change license to LGPL 2.1 2012-09-13 04:06:11 +02:00
_daemon.c systemd-python: add support for sd_j_open_files 2013-07-17 23:41:10 -04:00
_journal.c systemd-python: add __version__ strings 2013-05-08 21:34:44 -04:00
_reader.c systemd-python: check for oom, give nicer error messages 2013-08-15 12:59:36 -04:00
daemon.py systemd-python: wrap sd_notify 2013-07-05 22:50:42 -04:00
id128.c systemd-python: add __version__ strings 2013-05-08 21:34:44 -04:00
journal.py systemd-python: convert keyword value to string 2013-11-07 01:23:54 -05:00
login.c systemd-python: check for oom, give nicer error messages 2013-08-15 12:59:36 -04:00
Makefile
pyutil.c systemd-python: add support for sd_j_open_files 2013-07-17 23:41:10 -04:00
pyutil.h systemd-python: add support for sd_j_open_files 2013-07-17 23:41:10 -04:00