Rename module name to wifimgr

- Rename networkconfig.py to wifimgr.py 
- Update import module with new file name.
pull/7/head
Tayfun ULU 2017-12-18 08:37:30 +03:00 zatwierdzone przez GitHub
rodzic 7f3df05fdf
commit 1c37e9cf06
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
import networkconfig
import wifimgr
wlan = networkconfig.get_connection()
wlan = wifimgr.get_connection()
if wlan is None:
print("Could not initialize the network connection.")
while True: