From d80c5568526ec4c7083957841bed628846f862ca Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Mon, 2 Dec 2013 14:17:13 -0800 Subject: [PATCH] Import consistency. --- pyad2/ad2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyad2/ad2.py b/pyad2/ad2.py index 4f6328b..8008f2e 100644 --- a/pyad2/ad2.py +++ b/pyad2/ad2.py @@ -6,6 +6,7 @@ Provides the full AD2 class and factory. import time import threading + from .event import event from .devices import USBDevice from .util import CommError, NoDeviceError