X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fpython-systemd%2Fjournal.py;h=9ef1ede229e8f9b695f252e97cbe726fe50d278a;hb=5afbe712db5cc68213a24c45396ffb43fab05e3e;hp=7d42525ab2d6da77f7c8fa87ae4651752e9fea43;hpb=b5edbff0356c0b161c46992d9e298866e54c448c;p=elogind.git diff --git a/src/python-systemd/journal.py b/src/python-systemd/journal.py index 7d42525ab..9ef1ede22 100644 --- a/src/python-systemd/journal.py +++ b/src/python-systemd/journal.py @@ -31,7 +31,7 @@ if _sys.version_info >= (3,3): from collections import ChainMap as _ChainMap from syslog import (LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO, LOG_DEBUG) -from ._journal import sendv, stream_fd +from ._journal import __version__, sendv, stream_fd from ._reader import (_Reader, NOP, APPEND, INVALIDATE, LOCAL_ONLY, RUNTIME_ONLY, SYSTEM_ONLY, _get_catalog) @@ -240,7 +240,7 @@ class Reader(_Reader): Entries will be processed with converters specified during Reader creation. - Equivilent to get_next(-skip). + Equivalent to get_next(-skip). """ return self.get_next(-skip)