Skip to content

Commit

Permalink
Add os import
Browse files Browse the repository at this point in the history
  • Loading branch information
robbederks committed Dec 13, 2019
1 parent 042562d commit a648cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/automated/wifi_helpers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
FNULL = open(os.devnull, 'w')
def _connect_wifi(dongle_id, pw, insecure_okay=False):
ssid = "panda-" + dongle_id
Expand Down

0 comments on commit a648cca

Please sign in to comment.