From 3246f4b98cdf5d9ca3e84cffd27951ee7586812a Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Mon, 19 Aug 2013 15:06:37 +0200 Subject: pylibmount: add __init__.py Signed-off-by: Karel Zak Signed-off-by: Ondrej Oprala --- .gitignore | 1 + libmount/python/libmount/__init__.py | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 libmount/python/libmount/__init__.py diff --git a/.gitignore b/.gitignore index deda9a53a..0c28f7b22 100644 --- a/.gitignore +++ b/.gitignore @@ -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 index 000000000..243c639bf --- /dev/null +++ b/libmount/python/libmount/__init__.py @@ -0,0 +1,2 @@ +from pylibmount import * + -- cgit v1.2.3-55-g7522