diff options
author | Steven Hiscocks <steven@hiscocks.me.uk> | 2013-02-17 11:53:09 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-22 16:57:44 +0100 |
commit | b835982344834085a47254f0cd8cc437b7678719 (patch) | |
tree | c3c1cb03af5f3c844fa06587deb9585cb43008d8 /src/python-systemd/_reader.c | |
parent | 301ae164b7478ee1f153ddd529093dcf0e61933d (diff) |
systemd-python: tidy up import names in journal
Diffstat (limited to 'src/python-systemd/_reader.c')
-rw-r--r-- | src/python-systemd/_reader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python-systemd/_reader.c b/src/python-systemd/_reader.c index c16cbdcd76..481da245e9 100644 --- a/src/python-systemd/_reader.c +++ b/src/python-systemd/_reader.c @@ -642,7 +642,7 @@ static PyMethodDef Journal_methods[] = { static PyTypeObject JournalType = { PyVarObject_HEAD_INIT(NULL, 0) - "_reader.Journal", /*tp_name*/ + "_reader._Journal", /*tp_name*/ sizeof(Journal), /*tp_basicsize*/ 0, /*tp_itemsize*/ (destructor)Journal_dealloc, /*tp_dealloc*/ |