]> git.ipfire.org Git - thirdparty/kmod.git/blob - libkmod/python/kmod/__init__.py
python: .update-copyright.conf: update to pipe separators.
[thirdparty/kmod.git] / libkmod / python / kmod / __init__.py
1 # Copyright (C) 2012 Red Hat, Inc. All rights reserved.
2 # 2012 W. Trevor King
3 #
4 # This copyrighted material is made available to anyone wishing to use,
5 # modify, copy, or redistribute it subject to the terms and conditions
6 # of the GNU Lesser General Public License v.2.1.
7 #
8 # You should have received a copy of the GNU Lesser General Public License
9 # along with this program; if not, write to the Free Software Foundation,
10 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
11 #
12 # Author: Andy Grover <agrover redhat com>
13
14 "Libkmod -- Python interface to kmod API."
15
16 from .version import __version__
17 from .kmod import Kmod