mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
close #233
This commit is contained in:
10
PythonHome/Scripts/chardetect-script.py
Normal file
10
PythonHome/Scripts/chardetect-script.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!d:\Personal\Github\Wox\PythonHome\python.exe
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'chardet==2.3.0','console_scripts','chardetect'
|
||||
__requires__ = 'chardet==2.3.0'
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(
|
||||
load_entry_point('chardet==2.3.0', 'console_scripts', 'chardetect')()
|
||||
)
|
||||
Reference in New Issue
Block a user