From: Zbigniew Jędrzejewski-Szmek Date: Wed, 20 Mar 2013 23:12:27 +0000 (-0400) Subject: systemd-python: split out realtime and monotonic into separate functions X-Git-Tag: v199~93 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=5e8ba1a4601bcff83e45d1f4f26081611c3c6f2a;hp=5e8ba1a4601bcff83e45d1f4f26081611c3c6f2a;p=elogind.git systemd-python: split out realtime and monotonic into separate functions This matches the C API more closely, and also enables the user to get just partial information, should she desire to do so. Functions names in error messages are modified to not include the class name, because Python uses just the function name into functions declared as METH_NOARGS, and error messages were inconsistent. ---