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

Commit

Permalink
azure.iot.hub.protocol.models -> azure.iot.hub.models per release 2.01 (
Browse files Browse the repository at this point in the history
#21)

* azure.iot.hub.protocol.models -> azure.iot.hub.models

* updated readme file to include python versions later than 3.5.x
  • Loading branch information
JimacoMS3 authored and jebrando committed Jan 18, 2020
1 parent 810dd54 commit 379769d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ azure-iot-samples-python provides a set of easy-to-understand, continuously-test

## Prerequisites

- 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'
- 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'

## Resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# pylint: disable=E0611

from azure.iot.hub import IoTHubRegistryManager
from azure.iot.hub.protocol.models import CloudToDeviceMethod, CloudToDeviceMethodResult
from azure.iot.hub.models import CloudToDeviceMethod, CloudToDeviceMethodResult

from builtins import input

Expand Down

0 comments on commit 379769d

Please sign in to comment.