summaryrefslogtreecommitdiff
path: root/nxt-python-fantom/nxt/usbsock.py
diff options
context:
space:
mode:
Diffstat (limited to 'nxt-python-fantom/nxt/usbsock.py')
-rw-r--r--nxt-python-fantom/nxt/usbsock.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nxt-python-fantom/nxt/usbsock.py b/nxt-python-fantom/nxt/usbsock.py
index 78c21ab..0375869 100644
--- a/nxt-python-fantom/nxt/usbsock.py
+++ b/nxt-python-fantom/nxt/usbsock.py
@@ -13,9 +13,9 @@
# GNU General Public License for more details.
try:
- import pyusbglue as usb
+ import fantomglue as usb
except ImportError:
- import pyfantom as usb
+ import pyusbglue as usb
from nxt.brick import Brick