Skip to content

Commit dc69e5b

Browse files
committed
Project Restructuring
1 parent 62357fa commit dc69e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/example_basic_pub.py renamed to examples/example_basic_pub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
-------------------------------------------------------------------------------
2727
"""
2828

29-
from easy_mqtt import mqtt_client
29+
from src.easy_mqtt import mqtt_client
3030
from time import sleep
3131

3232
client_id = 'test_client_1'

Examples/example_basic_sub.py renamed to examples/example_basic_sub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
-------------------------------------------------------------------------------
2727
"""
2828

29-
from easy_mqtt import mqtt_client
29+
from src.easy_mqtt import mqtt_client
3030
from time import sleep
3131

3232
client_id = 'test_client_2'

0 commit comments

Comments
 (0)