aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/bluetooth_paired_devices.py
diff options
context:
space:
mode:
Diffstat (limited to 'parrot_zik/bluetooth_paired_devices.py')
-rw-r--r--parrot_zik/bluetooth_paired_devices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parrot_zik/bluetooth_paired_devices.py b/parrot_zik/bluetooth_paired_devices.py
index eb1ec09..726731c 100644
--- a/parrot_zik/bluetooth_paired_devices.py
+++ b/parrot_zik/bluetooth_paired_devices.py
@@ -2,7 +2,7 @@ import sys
import re
import os
-from parrot_zik.resource_manager import GenericResourceManager
+from .resource_manager import GenericResourceManager
if sys.platform == "darwin":
from binplist import binplist