diff options
author | Barry Warsaw <barry@python.org> | 2012-01-24 16:43:05 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-01-24 16:43:05 +0000 |
commit | 5a8eb939ab4603a931457c5d4e8dfcdc323eaf89 (patch) | |
tree | 4ae09ed464cafe0d78f63cba7eeddaebe247e01b | |
parent | d1ccc12dd1dee34faae52c7b325048ea801599fd (diff) |
Install _compat.py
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0f410a5..a410650 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ EXTRA_DIST = \ nobase_python_PYTHON = \ dbus/bus.py \ dbus/connection.py \ + dbus/_compat.py \ dbus/_dbus.py \ dbus/_version.py \ dbus/decorators.py \ |