mirror of
https://github.com/os-mnemo/pan-globalprotect-okta
synced 2026-07-31 15:54:36 +02:00
Bugfix: use unicode literals also on python2, this avoids errors with formatstring.format(...)
(see: https://stackoverflow.com/questions/3235386/python-using-format-on-a-unicode-escaped-string)
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
|||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
"""
|
"""
|
||||||
from __future__ import print_function
|
from __future__ import print_function, unicode_literals
|
||||||
import io, os, sys, re, json, base64, getpass, subprocess, shlex, signal
|
import io, os, sys, re, json, base64, getpass, subprocess, shlex, signal
|
||||||
from lxml import etree
|
from lxml import etree
|
||||||
import requests
|
import requests
|
||||||
|
|||||||
Reference in New Issue
Block a user