Skip to content

Commit 1e95a5d

Browse files
authored
Add files via upload
1 parent 28cb87c commit 1e95a5d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyfoxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import zlib
2828
import base64
2929
import shutil
30-
import struct
3130
import socket
3231
import struct
3332
import hashlib
@@ -411,7 +410,6 @@ def decode_unicode_escape(value):
411410

412411
# Robust bitness detection
413412
# Works on Py2 & Py3, all platforms
414-
import struct, sys
415413
PyBitness = "64" if struct.calcsize("P") * 8 == 64 else ("64" if sys.maxsize > 2**32 else "32")
416414

417415
geturls_ua_pyfile_python = "Mozilla/5.0 (compatible; {proname}/{prover}; +{prourl})".format(

0 commit comments

Comments
 (0)