Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit bc96c02

Browse files
committed
Package with distutils.core
Moved source for module "adb" to directory "adb". Added adb/__init__.py Updated and ran adb_test.py and fastboot_test.py. Added setup.py to build and install module.
1 parent bcc09c8 commit bc96c02

13 files changed

Lines changed: 62 additions & 7 deletions

adb/__init__.py

Whitespace-only changes.

adb.py renamed to adb/adb_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class AdbCommands(object):
6868
def ConnectDevice(
6969
cls, port_path=None, serial=None, default_timeout_ms=None, **kwargs):
7070
"""Convenience function to get an adb device from usb path or serial.
71-
71+
7272
Args:
7373
port_path: The filename of usb port to use.
7474
serial: The serial number of the device to use.

adb_debug.py renamed to adb/adb_debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import gflags
2323

24-
import adb
24+
import adb_commands
2525
import common_cli
2626

2727
gflags.ADOPT_module_key_flags(common_cli)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)