diff --git a/README.md b/README.md index 85427eb..04b9d6e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # KUKSA Python SDK ![kuksa.val Logo](./docs/pictures/logo.png) - **Note: The KUKSA project is currently in the process of moving the KUKSA Python SDK (kuksa-client)** **from the [kuksa.val](https://github.com/eclipse/kuksa.val/tree/master/kuksa-client) repository** **to this repository. This repository is still in *draft* status!** diff --git a/kuksa-client/kuksa_client/__init__.py b/kuksa-client/kuksa_client/__init__.py index 5a5ee90..5b9bba9 100644 --- a/kuksa-client/kuksa_client/__init__.py +++ b/kuksa-client/kuksa_client/__init__.py @@ -31,6 +31,7 @@ class KuksaClientThread(threading.Thread): # Constructor + # Dummy comment just for testing def __init__(self, config): super().__init__()