aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/preload/__init__.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-12-03 15:18:03 -0600
committerLovett, Trevor (tl2972) <tl2972@att.com>2019-12-04 14:03:02 -0600
commit079622e0b69ec1e5c50af08c8312937609929233 (patch)
tree617cad5ce13fa7f258cb054d5c0cf1cf37eb028c /ice_validator/preload/__init__.py
parent74436fb509d03ea56feb50afa083c9c393fd95c5 (diff)
[VVP] Support pluggable data sources for preload data
Change-Id: Ia7fcfa25203a93eac93381f472e3ba1e6c11235f Issue-ID: VVP-339 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/preload/__init__.py')
-rw-r--r--ice_validator/preload/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ice_validator/preload/__init__.py b/ice_validator/preload/__init__.py
index 70f9ecb..ec6ad7b 100644
--- a/ice_validator/preload/__init__.py
+++ b/ice_validator/preload/__init__.py
@@ -34,3 +34,7 @@
# limitations under the License.
#
# ============LICENSE_END============================================
+
+from preload.environment import EnvironmentFileDataSource
+
+__all__ = ["EnvironmentFileDataSource"]