Loading wgcli.py +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ import sys from srcc.utils.workgroup import SUWorkgroupManager, SUWorkgroupAPIError if sys.version_info[0] < 3: raise Exception("Must be using Python 3") WG_CERT = 'certs/xstream.stanford.edu.cert' WG_CERT_KEY = 'certs/xstream.key' Loading Loading
wgcli.py +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ import sys from srcc.utils.workgroup import SUWorkgroupManager, SUWorkgroupAPIError if sys.version_info[0] < 3: raise Exception("Must be using Python 3") WG_CERT = 'certs/xstream.stanford.edu.cert' WG_CERT_KEY = 'certs/xstream.key' Loading