D-Bus testing: allow 'import testdbus'

Turn the 'test' directory into a Python package (by adding
__init__.py) and adding 'testdbus' as symlink (because 'import
test-dbus' is invalid due to the hyphen).

The entire test-dbus.py could have been renamed, but that would entail
changes elsewhere (nightly testing) and make following the history in
the repository harder.
This commit is contained in:
Patrick Ohly 2012-09-19 11:44:08 +02:00
parent 6bcc99e376
commit 8f27cc95c0
2 changed files with 1 additions and 0 deletions

0
test/__init__.py Normal file
View File

1
test/testdbus.py Symbolic link
View File

@ -0,0 +1 @@
test-dbus.py