Skip to content

Commit 0741f2c

Browse files
committed
Fix adafruit#45 by fixing test import line.
1 parent 6ab69d6 commit 0741f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_DHT/Test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121
from . import common
22-
import .Test_Driver as driver
22+
from . import Test_Driver as driver
2323

2424
def read(sensor, pin):
2525
# Get a reading from C driver code.

0 commit comments

Comments
 (0)