X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Fsol_package.py;h=8af52b99cd0142da69d14a936fb053c9214360a5;hb=09496abf441b0f3730f0288df161da1ca004be69;hp=e336cd5b7e6b66a30d4a9b38a0c5c2efbf04ef8c;hpb=98fc8f01d18d1a05c16fed7ccee355611a6e20ce;p=osm%2Fcommon.git diff --git a/osm_common/sol_package.py b/osm_common/sol_package.py index e336cd5..8af52b9 100644 --- a/osm_common/sol_package.py +++ b/osm_common/sol_package.py @@ -21,10 +21,10 @@ # For those usages not covered by the Apache License, Version 2.0 please # contact: fbravo@whitestack.com or agarcia@whitestack.com ## - +import hashlib import os + import yaml -import hashlib class SOLPackageException(Exception):