From 9a18681ba62d1a297809c243607a7b3763131c36 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Mon, 16 Jul 2018 17:29:50 -0700 Subject: [WIP] Refactor and simplify python builds * pypodman namespaced in site-packages * version numbers pulled from requirements.txt * add python-podman spec file to install eggs Signed-off-by: Jhon Honce Closes: #1106 Approved by: rhatdan --- contrib/python/pypodman/lib/__init__.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 contrib/python/pypodman/lib/__init__.py (limited to 'contrib/python/pypodman/lib/__init__.py') diff --git a/contrib/python/pypodman/lib/__init__.py b/contrib/python/pypodman/lib/__init__.py deleted file mode 100644 index 5a8303668..000000000 --- a/contrib/python/pypodman/lib/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ -"""Remote podman client support library.""" -from .action_base import AbstractActionBase -from .config import PodmanArgumentParser -from .report import Report, ReportColumn - -__all__ = [ - 'AbstractActionBase', - 'PodmanArgumentParser', - 'Report', - 'ReportColumn', -] -- cgit v1.2.3-54-g00ecf