Skip to content

Commit 89dd297

Browse files
committed
Merge pull request google#2 from cambridgehackers/distutils
Package with distutils.core
2 parents bcc09c8 + 924e42c commit 89dd297

14 files changed

Lines changed: 67 additions & 7 deletions

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fahrzin Hemmati <fahhem@gmail.com>
2+
Alex Lusco <alusco@google.com>
3+
Simon Ye <sye737+github@gmail.com>
4+
Jamey Hicks <jamey.hicks@gmail.com>

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.

0 commit comments

Comments
 (0)