1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

lbmdbusd: Support in-tree testing.

This commit is contained in:
Alasdair G Kergon 2016-02-18 13:26:08 +00:00
parent ef5583a209
commit 1a141e8623
5 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ LVMDBUS_SRCDIR_FILES = \
job.py \ job.py \
loader.py \ loader.py \
lvmdb.py \ lvmdb.py \
lvmdbusd.py \ main.py \
lvm_shell_proxy.py \ lvm_shell_proxy.py \
lv.py \ lv.py \
manager.py \ manager.py \

View File

@ -7,4 +7,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
from .lvmdbusd import main from .main import main

0
daemons/lvmdbusd/lvm_shell_proxy.py Normal file → Executable file
View File

0
daemons/lvmdbusd/lvmdb.py Normal file → Executable file
View File