Skip to content

Commit

Permalink
[chassisd][thermalctld] Import os module, now needed for env var chec…
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored Nov 15, 2020
1 parent 9cab7ef commit 2dd3b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sonic-chassisd/scripts/chassisd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"""

try:
import os
import signal
import sys
import threading
Expand Down
1 change: 1 addition & 0 deletions sonic-thermalctld/scripts/thermalctld
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"""

try:
import os
import signal
import threading
import time
Expand Down

0 comments on commit 2dd3b95

Please sign in to comment.