diff options
Diffstat (limited to 'odl-pipeline/lib/tripleo_introspector/tripleo_introspector.py')
-rwxr-xr-x | odl-pipeline/lib/tripleo_introspector/tripleo_introspector.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/odl-pipeline/lib/tripleo_introspector/tripleo_introspector.py b/odl-pipeline/lib/tripleo_introspector/tripleo_introspector.py index dd378ed..aa6ebbb 100755 --- a/odl-pipeline/lib/tripleo_introspector/tripleo_introspector.py +++ b/odl-pipeline/lib/tripleo_introspector/tripleo_introspector.py @@ -1,3 +1,12 @@ +# +# Copyright (c) 2017 All rights reserved +# This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# import os import re @@ -102,6 +111,7 @@ class TripleOIntrospector(Service): class TripleOInspectorException(Exception): + def __init__(self, value): self.value = value |