diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-25 12:48:45 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-03-25 12:48:45 +0100 |
| commit | 2e8e58d4fee338969da3ffb7bf0071626f7e03ae (patch) | |
| tree | a52fdc4abce64c715d9b01caf6faccb72aaa4db3 | |
| parent | 955b320565faa072f284cf4156020ce5811979ad (diff) | |
Add missing import
| -rw-r--r-- | selenium_eduvpn.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selenium_eduvpn.py b/selenium_eduvpn.py index 2a6d042..4c16d80 100644 --- a/selenium_eduvpn.py +++ b/selenium_eduvpn.py @@ -1,3 +1,4 @@ +import os import sys from selenium import webdriver from selenium.webdriver.common.keys import Keys |
