5tarl0rd

Current Path : /bin/
Upload File :
Current File : //bin/chardetect

#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'chardet==2.2.1','console_scripts','chardetect'
__requires__ = 'chardet==2.2.1'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('chardet==2.2.1', 'console_scripts', 'chardetect')()
    )

5tarL0rd By 5tarl0rd Being Anonymous