Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: appengine/third_party/python-adb/adb/filesync_protocol.py

Issue 1306633002: Overhaul Android support and make Swarming bot use python-adb (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Packaged libusb1 as a relative package to fix import paths Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/third_party/python-adb/adb/filesync_protocol.py
diff --git a/appengine/third_party/python-adb/adb/filesync_protocol.py b/appengine/third_party/python-adb/adb/filesync_protocol.py
index 3bd7f7776f2ad67bbe5c548d56999f5f47cb3ec7..1a9092fbbe4d0855a5636bf31a957d275a177128 100644
--- a/appengine/third_party/python-adb/adb/filesync_protocol.py
+++ b/appengine/third_party/python-adb/adb/filesync_protocol.py
@@ -22,7 +22,7 @@ import stat
import struct
import time
-import libusb1
+from python_libusb1 import libusb1
import adb_protocol
import usb_exceptions
« no previous file with comments | « appengine/third_party/python-adb/adb/common.py ('k') | appengine/third_party/python-libusb1/README.swarming » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698