seafile_ynh/sources/seafile-server-3.1.1/seahub/thirdpart/chardetect.py
Elie 0f063400be Add sources
Former-commit-id: 2e47976ec5
2014-08-06 22:42:37 -04:00

5 lines
190 B
Python

#!/usr/bin/python2.6
# EASY-INSTALL-SCRIPT: 'chardet==2.1.1','chardetect.py'
__requires__ = 'chardet==2.1.1'
import pkg_resources
pkg_resources.run_script('chardet==2.1.1', 'chardetect.py')