From 03d40b81352f1f9de985f2cf598ac6c18be13b69 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Wed, 16 Nov 2016 10:54:23 +0100 Subject: Move installer adapters to the new modules directory JIRA: RELENG-149 JIRA: RELENG-161 Now that we have a modules directory in place, let's move all the shared python code to this location. We need to create a setup.py to install these modules in the system so that we don't have to modify the pythonpath. Change-Id: I7e608ce6e1e6b3d111405bc789cdb2ff7fcb49c3 Signed-off-by: jose.lausuch --- modules/opnfv/installer_adapters/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 modules/opnfv/installer_adapters/__init__.py (limited to 'modules/opnfv/installer_adapters/__init__.py') diff --git a/modules/opnfv/installer_adapters/__init__.py b/modules/opnfv/installer_adapters/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit 1.2.3-korg