diff --git a/tools/android/build_incremental_dexmanifest.py b/tools/android/build_incremental_dexmanifest.py index 5953863092ff75..4c6ae1f9c3070e 100644 --- a/tools/android/build_incremental_dexmanifest.py +++ b/tools/android/build_incremental_dexmanifest.py @@ -32,7 +32,7 @@ import hashlib import os -import Queue +from Queue import Queue import shutil import sys import tempfile