summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-25 12:48:45 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-25 12:48:45 +0100
commit2e8e58d4fee338969da3ffb7bf0071626f7e03ae (patch)
treea52fdc4abce64c715d9b01caf6faccb72aaa4db3
parent955b320565faa072f284cf4156020ce5811979ad (diff)
Add missing import
-rw-r--r--selenium_eduvpn.py1
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