ProPeler
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cpanel-ccs
/
.develop
/
virtualenv
/
bin
/
Filename :
calendarserver_icalendar_validate
back
Copy
#!/opt/cpanel-ccs/.develop/virtualenv/bin/python # EASY-INSTALL-ENTRY-SCRIPT: 'CalendarServer','console_scripts','calendarserver_icalendar_validate' __requires__ = 'CalendarServer' 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('CalendarServer', 'console_scripts', 'calendarserver_icalendar_validate')() )