mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add chardet 3.0.4
This commit is contained in:
parent
ffcb1144b6
commit
1564cdf55e
41 changed files with 6721 additions and 0 deletions
9
lib/chardet/version.py
Normal file
9
lib/chardet/version.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
"""
|
||||
This module exists only to simplify retrieving the version number of chardet
|
||||
from within setup.py and from chardet subpackages.
|
||||
|
||||
:author: Dan Blanchard (dan.blanchard@gmail.com)
|
||||
"""
|
||||
|
||||
__version__ = "3.0.4"
|
||||
VERSION = __version__.split('.')
|
Loading…
Add table
Add a link
Reference in a new issue