aboutsummaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
authordoc HD <doc.divxm@gmail.com>2017-11-10 11:00:51 +0300
committerdoc HD <doc.divxm@gmail.com>2017-11-10 11:00:51 +0300
commit35ac70577e7b816ad08ea727fd9b79f5eb9d0c7a (patch)
tree2ce4fecfbd169797af2c8bcd6e115d3823f7e738 /tests.py
parent914d146f98f9d46adfaa85ad97d8191e2aed86e4 (diff)
parentb782f222d5ad3c1250acb12260f2ddaa0935ca46 (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
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests.py b/tests.py
index 707111a..74b325e 100755
--- a/tests.py
+++ b/tests.py
@@ -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