Zbigniew Jędrzejewski-Szmek
|
ab3a162c01
|
systemd-python: small cleanups
- separate methods with two empty lines for clarity
- avoid malloc(0) by specyfing private data size as -1
- add method name in error messages
|
2013-03-19 21:50:43 -04:00 |
|
Zbigniew Jędrzejewski-Szmek
|
927e96326c
|
python: add systemd.id128 module
uuid.UUIDs are utilized to hold UUID values.
|
2013-02-22 16:57:43 +01:00 |
|
Zbigniew Jędrzejewski-Szmek
|
c94f4b8b53
|
systemd-python: fix nesting of #ifs and #pragmas
|
2012-11-13 02:23:02 +01:00 |
|
Lennart Poettering
|
ff89a42a86
|
python: make gcc shut up
|
2012-09-13 19:34:09 +02:00 |
|
Lennart Poettering
|
c4164442de
|
python: fix error handling, and allocate argument array on the stack
|
2012-09-13 04:25:59 +02:00 |
|
Lennart Poettering
|
0aee68ad02
|
python: reindent to follow coding style
|
2012-09-13 04:16:10 +02:00 |
|
Lennart Poettering
|
6b91ae13f2
|
python: change license to LGPL 2.1
The original license has been MIT for this code, but David Strauss (its
original author) agreed to relicense it to LGPL 2.1 for inclusion in
systemd.
|
2012-09-13 04:06:11 +02:00 |
|
Lennart Poettering
|
8d7e170a52
|
python: integrate David Strauss' python-systemd package
|
2012-09-13 04:01:18 +02:00 |
|