| 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: 2ac614444bcc994e7727fcc3501ed5d0060c76b9 | 4 Revision: 72674a1d640130b13da6d52c23c4e090e979d270 |
| 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 |