Server : LiteSpeed System : Linux in-mum-web1112.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u451330669 ( 451330669) PHP Version : 8.2.27 Disable Function : NONE Directory : /opt/alt/python27/bin/ |
#!/opt/alt/python27/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'postomaat==0.8.0','console_scripts','postomaat'
__requires__ = 'postomaat==0.8.0'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('postomaat==0.8.0', 'console_scripts', 'postomaat')()
)