Files
CTF/HTB/challenges/reversing/Spooky License/angr/lib/python3.10/site-packages/distutils-precedence.pth
Simon 82b0759f1e init htb
old htb folders
2023-08-29 21:53:22 +02:00

2 lines
151 B
Plaintext

import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim();