Skip to content

Commit

Permalink
fix Python 3-related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirut Getbamrung committed Nov 27, 2020
1 parent 6c3d3cd commit 5e2a506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
try:
import select
from helper import APIHelper
from .helper import APIHelper
from sonic_py_common.logger import Logger
except ImportError as e:
raise ImportError(repr(e) + " - required module not found")
Expand Down

0 comments on commit 5e2a506

Please sign in to comment.