From 39a7a773a653176e294382bc6301275fd57aff6b Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 23 Apr 2018 13:32:41 -0500 Subject: varlink images implement varlink image functions for working with libpod with the exception of a couple due to incompletions on the libpod side of things (build). also, created a first pass at a libpodpy package which will stand as a client to working with libpod's varlink methods using python. Signed-off-by: baude Closes: #669 Approved by: baude --- contrib/libpodpy/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 contrib/libpodpy/__init__.py (limited to 'contrib/libpodpy/__init__.py') diff --git a/contrib/libpodpy/__init__.py b/contrib/libpodpy/__init__.py new file mode 100644 index 000000000..8c2caf670 --- /dev/null +++ b/contrib/libpodpy/__init__.py @@ -0,0 +1,4 @@ + + +#__version__ = version +__title__ = 'libpod' \ No newline at end of file -- cgit v1.2.3-54-g00ecf