diff options
| author | doc HD <doc.divxm@gmail.com> | 2017-11-10 11:00:51 +0300 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2017-11-10 11:00:51 +0300 |
| commit | 35ac70577e7b816ad08ea727fd9b79f5eb9d0c7a (patch) | |
| tree | 2ce4fecfbd169797af2c8bcd6e115d3823f7e738 | |
| parent | 914d146f98f9d46adfaa85ad97d8191e2aed86e4 (diff) | |
| parent | b782f222d5ad3c1250acb12260f2ddaa0935ca46 (diff) | |
Merge tag 'android-8.0.0_r30' into HEADo8.0
Android 8.0.0 release 30
Conflicts:
checkstyle.py
tests.py
Change-Id: I28a2b0cac61df1bfa8d861bb651b1f7ebcb795ae
| -rwxr-xr-x | tests.py | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -18,10 +18,7 @@ """Tests the Checkstyle script used to run style checks on Java files.""" -try: - from StringIO import StringIO -except ImportError: - from io import StringIO +from StringIO import StringIO import unittest import checkstyle |
