diff options
author | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-12-13 15:36:23 +0600 |
---|---|---|
committer | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-12-13 15:36:23 +0600 |
commit | 29f7644f85980f77315ecbccc8c60842acda9b1c (patch) | |
tree | 78c3f0ccf7dbae61029ffb175a0b67d331c28829 | |
parent | 8c9d567850bcaef24df3ee8a01266bd708f283ec (diff) | |
download | pyParrotZikTCP-29f7644f85980f77315ecbccc8c60842acda9b1c.tar.xz pyParrotZikTCP-29f7644f85980f77315ecbccc8c60842acda9b1c.zip |
Fixed missing os import
-rw-r--r-- | BluetoothPairedDevices.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BluetoothPairedDevices.py b/BluetoothPairedDevices.py index d167068..da6ecae 100644 --- a/BluetoothPairedDevices.py +++ b/BluetoothPairedDevices.py @@ -2,6 +2,7 @@ import sys import re +import os def ParrotZikMac(): |