Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 379769d

Browse files
JimacoMS3jebrando
authored andcommitted
azure.iot.hub.protocol.models -> azure.iot.hub.models per release 2.01 (#21)
* azure.iot.hub.protocol.models -> azure.iot.hub.models * updated readme file to include python versions later than 3.5.x
1 parent 810dd54 commit 379769d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ azure-iot-samples-python provides a set of easy-to-understand, continuously-test
1414

1515
## Prerequisites
1616

17-
- Python 2.7.x or 3.5.x on your development machine. You can download Python for multiple platforms from [Python.org](https://www.python.org/downloads/). You can verify the current version of Python on your development machine using 'python --version' or 'python3 --version'
17+
- Python 2.7.x or 3.5.x (or later) on your development machine. You can download Python for multiple platforms from [Python.org](https://www.python.org/downloads/). You can verify the current version of Python on your development machine using 'python --version' or 'python3 --version'
1818

1919
## Resources
2020

iot-hub/Quickstarts/back-end-application/BackEndApplication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# pylint: disable=E0611
99

1010
from azure.iot.hub import IoTHubRegistryManager
11-
from azure.iot.hub.protocol.models import CloudToDeviceMethod, CloudToDeviceMethodResult
11+
from azure.iot.hub.models import CloudToDeviceMethod, CloudToDeviceMethodResult
1212

1313
from builtins import input
1414

0 commit comments

Comments
 (0)