summaryrefslogtreecommitdiff
path: root/dbus_bindings/float.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't set deprecated tp_print to NULL on Python 3Simon McVittie2019-07-151-0/+4
| | | | | | | This has apparently never actually done anything in the Python 3 series. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Rename source directories for C code to silence an ImportWarningSimon McVittie2017-11-051-0/+156
Python warns that it is not importing these directories because they contain no __init__.py. Signed-off-by: Simon McVittie <smcv@collabora.com>