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 --- libmount/python/libmount/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 libmount/python/libmount/__init__.py (limited to 'libmount/python') 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