mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
refactoring
This commit is contained in:
parent
3af7a92043
commit
f3a07f79f2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import platform
|
|||
|
||||
print(platform.python_implementation())
|
||||
|
||||
if sys.version[0:3] > '3.9':
|
||||
if sys.version[0:3] == '3.9':
|
||||
import unittest
|
||||
import yourbase
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue