aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/bluetooth_paired_devices.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 11:33:33 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 12:01:43 +0200
commit947a9f7d10bc3c54939cfa72dab27b2e64034318 (patch)
tree052108b258f5179c457b762e2134bf9fff1dccfe /parrot_zik/bluetooth_paired_devices.py
parent55255db75378f39807371bb7e434cc943fd66f27 (diff)
downloadpyParrotZikTCP-947a9f7d10bc3c54939cfa72dab27b2e64034318.tar.xz
pyParrotZikTCP-947a9f7d10bc3c54939cfa72dab27b2e64034318.zip
Create packet.
Diffstat (limited to '')
-rw-r--r--parrot_zik/bluetooth_paired_devices.py (renamed from bluetooth_paired_devices.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth_paired_devices.py b/parrot_zik/bluetooth_paired_devices.py
index fead080..eb1ec09 100644
--- a/bluetooth_paired_devices.py
+++ b/parrot_zik/bluetooth_paired_devices.py
@@ -2,7 +2,7 @@ import sys
import re
import os
-from resource_manager import GenericResourceManager
+from parrot_zik.resource_manager import GenericResourceManager
if sys.platform == "darwin":
from binplist import binplist