]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
pylibmount: add __init__.py
authorOndrej Oprala <ooprala@redhat.com>
Mon, 19 Aug 2013 13:06:37 +0000 (15:06 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 19 Aug 2013 13:06:37 +0000 (15:06 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
.gitignore
libmount/python/libmount/__init__.py [new file with mode: 0644]

index deda9a53ae8bea23d66a0af2d583c04ef3e73ea1..0c28f7b22fba18347c07235a31a3904d33a410ec 100644 (file)
@@ -12,6 +12,7 @@
 *.gcda
 *.gcno
 *.gcov
+*.pyc
 Makefile
 aclocal.m4
 autom4te.cache
diff --git a/libmount/python/libmount/__init__.py b/libmount/python/libmount/__init__.py
new file mode 100644 (file)
index 0000000..243c639
--- /dev/null
@@ -0,0 +1,2 @@
+from pylibmount import *
+