| OLD | NEW |
| 1 Name: Python ADB + Fastboot implementation | 1 Name: Python ADB + Fastboot implementation |
| 2 Short Name: python-adb | 2 Short Name: python-adb |
| 3 URL: https://github.com/luci/python-adb | 3 URL: https://github.com/luci/python-adb |
| 4 Revision: e655eaab1590513ec109650465a3c4ccc0e2909b | 4 Revision: 6e66b11329b1d55d98eab9f9242e31e6b5b9a5ae |
| 5 License: Apache License, Version 2.0 | 5 License: Apache License, Version 2.0 |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 This repository contains a pure-python implementation of the ADB and Fastboot | 8 This repository contains a pure-python implementation of the ADB and Fastboot |
| 9 protocols, using libusb1 for USB communications. | 9 protocols, using libusb1 for USB communications. |
| 10 | 10 |
| 11 | 11 |
| 12 Local Modifications: | 12 Local Modifications: |
| 13 - Removed tests. | 13 - Removed tests. |
| OLD | NEW |