From bf9653667a39e32973466a202fdf9edcf881075a Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 19 Jun 2018 23:46:53 +0200 Subject: python: installation of binding via make install setup.py is used to build and install the python binding. Call to setup.py are done in Makefile to proceed to build and installation. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- py/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 py/__init__.py (limited to 'py/__init__.py') diff --git a/py/__init__.py b/py/__init__.py new file mode 100644 index 00000000..7567f095 --- /dev/null +++ b/py/__init__.py @@ -0,0 +1 @@ +from .nftables import * -- cgit v1.2.3