summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>2014-03-19 12:34:32 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-03-19 14:04:38 +0200
commit294326c0999fb5a86c4c9f6a520c58edcb97489f (patch)
tree0fa950742ec46a94685c660eb08150c39b49dd17 /test
parentb6b29c9aaef0bb5fa45c335c60f0e910c63feca8 (diff)
downloadbluez-294326c0999fb5a86c4c9f6a520c58edcb97489f.tar.gz
test: Add missing import in cyclingspeed
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-cyclingspeed1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-cyclingspeed b/test/test-cyclingspeed
index d49041f6b..4b8d841b1 100755
--- a/test/test-cyclingspeed
+++ b/test/test-cyclingspeed
@@ -15,6 +15,7 @@ try:
from gi.repository import GObject
except ImportError:
import gobject as GObject
+import bluezutils
BUS_NAME = 'org.bluez'
CYCLINGSPEED_MANAGER_INTERFACE = 'org.bluez.CyclingSpeedManager1'