updated Queue and ConfigParser to use 2/3 compatible imports
This commit is contained in:
parent
b58d32c156
commit
864c7b69a1
6 changed files with 9 additions and 7 deletions
|
@ -3,8 +3,8 @@ import logging
|
|||
import os
|
||||
import tempfile
|
||||
import time
|
||||
from Queue import Queue, Empty
|
||||
from builtins import int
|
||||
from queue import Queue, Empty
|
||||
|
||||
import grpc
|
||||
from concurrent import futures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue