summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/__init__.py4
-rw-r--r--utils/authentication.py4
-rw-r--r--utils/cryptography.py5
3 files changed, 7 insertions, 6 deletions
diff --git a/utils/__init__.py b/utils/__init__.py
index 30d7152..32b601a 100644
--- a/utils/__init__.py
+++ b/utils/__init__.py
@@ -1,5 +1,5 @@
-
-# ============LICENSE_START==========================================
+
+# ============LICENSE_START==========================================
# org.onap.vvp/test-engine
# ===================================================================
# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
diff --git a/utils/authentication.py b/utils/authentication.py
index fbbbae9..db45d93 100644
--- a/utils/authentication.py
+++ b/utils/authentication.py
@@ -1,5 +1,5 @@
-
-# ============LICENSE_START==========================================
+
+# ============LICENSE_START==========================================
# org.onap.vvp/test-engine
# ===================================================================
# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
diff --git a/utils/cryptography.py b/utils/cryptography.py
index 2723c63..262c1e4 100644
--- a/utils/cryptography.py
+++ b/utils/cryptography.py
@@ -1,5 +1,5 @@
-
-# ============LICENSE_START==========================================
+
+# ============LICENSE_START==========================================
# org.onap.vvp/test-engine
# ===================================================================
# Copyright © 2017 AT&T Intellectual Property. All rights reserved.
@@ -44,6 +44,7 @@ from services.logging_service import LoggingServiceFactory
logger = LoggingServiceFactory.get_logger()
+
class CryptographyText(object):
@staticmethod