Merge "vndk-def: Use EnvironmentError in Python 2"
am: 97fe9a48ba
Change-Id: I9f9397c4e433a01c187763974c692f6fa5b782f5
This commit is contained in:
@@ -70,7 +70,7 @@ else:
|
||||
for i, byte in enumerate(iterable):
|
||||
yield (i, ord(byte))
|
||||
|
||||
FileNotFoundError = OSError
|
||||
FileNotFoundError = EnvironmentError
|
||||
|
||||
try:
|
||||
from sys import intern
|
||||
|
||||
Reference in New Issue
Block a user