HEX
Server: LiteSpeed
System: Linux sng116.arandomserver.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: cvsuperagro (13450)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //opt/alt/python27/bin/pasteurize
#!/opt/alt/python27/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'future==0.17.0','console_scripts','pasteurize'
__requires__ = 'future==0.17.0'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('future==0.17.0', 'console_scripts', 'pasteurize')()
    )