mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Python 3.10 (#1868)
* Add Py 3.10 #1866 * Add tests for Python 3.10 * update Babelfish
This commit is contained in:
parent
684cab5c8a
commit
686d239ce5
6 changed files with 16 additions and 387 deletions
|
@ -4,12 +4,6 @@
|
|||
# Use of this source code is governed by the 3-clause BSD license
|
||||
# that can be found in the LICENSE file.
|
||||
#
|
||||
__title__ = 'babelfish'
|
||||
__version__ = '0.5.5-dev'
|
||||
__author__ = 'Antoine Bertin'
|
||||
__license__ = 'BSD'
|
||||
__copyright__ = 'Copyright 2015 the BabelFish authors'
|
||||
|
||||
import sys
|
||||
|
||||
if sys.version_info[0] >= 3:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue