From bba30284e2cfa0b8f79cd7ac32b0efc0210d1c4d Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 29 Jun 2017 14:44:06 -0600 Subject: [PATCH] tests: add __init__.py Prior to this change, "python setup.py build" would not copy the tests to the build location ("build/"). Debian's Pybuild system expects to be able to run the tests from the "build/" directory. In other words, this change makes it easier to package remoto for Debian. --- remoto/tests/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 remoto/tests/__init__.py diff --git a/remoto/tests/__init__.py b/remoto/tests/__init__.py new file mode 100644 index 0000000..e69de29 -- 2.47.3