Unverified Commit 9f7c099f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Move package into "kodo" namespace

parent c9ed1336
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
"""
Async control of WPA-Supplicant from a Python process

#  Copyright 2019-2021, 2024  Dom Sekotill <dom.sekotill@kodo.org.uk>
#  Copyright 2019-2026  Dom Sekotill <dom.sekotill@kodo.org.uk>
#
#  Licensed under the Apache License, Version 2.0 (the "License");
#  you may not use this file except in compliance with the License.
@@ -14,4 +11,7 @@ Async control of WPA-Supplicant from a Python process
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#  See the License for the specific language governing permissions and
#  limitations under the License.

"""
Async control of WPA-Supplicant from a Python process
"""
Loading