Skip to content

Commit a9af515

Browse files
authored
Add files via upload
1 parent e3c398d commit a9af515

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pycatfile.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
@@ -412,7 +411,6 @@ def decode_unicode_escape(value):
412411

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

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

0 commit comments

Comments
 (0)