summaryrefslogtreecommitdiff
path: root/dbus/types.py
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-09-02 14:48:33 +0100
committerSimon McVittie <smcv@debian.org>2019-09-02 14:48:33 +0100
commit597d360f74ea54b33c218fbbe17c64c0297c7076 (patch)
tree10f2b25c46857524df6471c6144c6766181442e4 /dbus/types.py
parentfbf7b875d784851f4f3f234f0e4ce8e05d3a515d (diff)
parente6c02a03a5c2ef5df5893d7517ed3e109e860cd6 (diff)
New upstream version 1.2.10
Diffstat (limited to 'dbus/types.py')
-rw-r--r--dbus/types.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/types.py b/dbus/types.py
index c33acff..d0b9683 100644
--- a/dbus/types.py
+++ b/dbus/types.py
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
__all__ = ['ObjectPath', 'ByteArray', 'Signature', 'Byte', 'Boolean',
'Int16', 'UInt16', 'Int32', 'UInt32', 'Int64', 'UInt64',
'Double', 'String', 'Array', 'Struct', 'Dictionary',