summaryrefslogtreecommitdiffstatshomepage
path: root/tools/pydfu.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pydfu.py')
-rwxr-xr-xtools/pydfu.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/pydfu.py b/tools/pydfu.py
index ea658d300b..f2d845a70b 100755
--- a/tools/pydfu.py
+++ b/tools/pydfu.py
@@ -84,7 +84,6 @@ if "length" in getargspec(usb.util.get_string).args:
def get_string(dev, index):
return usb.util.get_string(dev, 255, index)
-
else:
# PyUSB 1.0.0.b2 dropped the length argument
def get_string(dev, index):