Closed nojocodex closed 3 years ago
Installing dbus-objects from PyPI installs a top-level module tests.
dbus-objects
tests
To reproduce:
$ python -m tests python: No module named tests $ pip install dbus-objects [ snip ] $ python [ snip ] >>> import tests >>> dir(tests) ['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'f', 'os', 'path', 'sys'] >>>
Installing
dbus-objects
from PyPI installs a top-level moduletests
.To reproduce: