Skip to content

Commit

Permalink
add Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen-sc committed Nov 23, 2020
1 parent 72f2b9f commit a895069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android/build_incremental_dexmanifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

import hashlib
import os
import Queue
from Queue import Queue
import shutil
import sys
import tempfile
Expand Down

0 comments on commit a895069

Please sign in to comment.