mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
lvmdbusd: Rename module to lvmdbusd
This commit is contained in:
parent
887e96ded7
commit
6af2ce6244
@ -15,7 +15,7 @@ srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = @top_builddir@
|
||||
|
||||
lvmdbusdir = $(python3dir)/lvmdbus
|
||||
lvmdbusdir = $(python3dir)/lvmdbusd
|
||||
|
||||
LVMDBUS_SRCDIR_FILES = \
|
||||
automatedproperties.py \
|
||||
@ -27,7 +27,7 @@ LVMDBUS_SRCDIR_FILES = \
|
||||
job.py \
|
||||
loader.py \
|
||||
lvmdb.py \
|
||||
lvmdbus.py \
|
||||
lvmdbusd.py \
|
||||
lvm_shell_proxy.py \
|
||||
lv.py \
|
||||
manager.py \
|
||||
|
@ -7,4 +7,4 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from .lvmdbus import main
|
||||
from .lvmdbusd import main
|
||||
|
@ -10,7 +10,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import sys
|
||||
import lvmdbus
|
||||
import lvmdbusd
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(lvmdbus.main())
|
||||
sys.exit(lvmdbusd.main())
|
||||
|
Loading…
Reference in New Issue
Block a user