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:
parent
ef5583a209
commit
1a141e8623
@ -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 \
|
||||||
|
@ -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
0
daemons/lvmdbusd/lvm_shell_proxy.py
Normal file → Executable file
0
daemons/lvmdbusd/lvmdb.py
Normal file → Executable file
0
daemons/lvmdbusd/lvmdb.py
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user