mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
5 lines
190 B
Python
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')
|