[ADD]Added Upstream Patch for hw_scanner module.

This commit is contained in:
Riddhi Kansara 2018-07-10 13:36:16 +05:30
parent f6612b79db
commit 268fefd28b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
import logging
import time
from os import listdir
from os.path import join
from os.path import join, isdir
try:
from queue import Queue, Empty
except ImportError: