blob: 7ea243baa8feb67b20496b1c085df336a5c0d1d5 [file] [log] [blame]
#!/usr/bin/env python3
# Copyright (C) 2015-2016 Red Hat, Inc. All rights reserved.
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU General Public License v.2.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import sys
import lvmdbusd
if __name__ == '__main__':
sys.exit(lvmdbusd.main())