mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
refactoring
This commit is contained in:
parent
c3a72b5571
commit
08599bea55
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
import sys
|
||||
import platform
|
||||
|
||||
print(platform.python_implementation())
|
||||
|
||||
if sys.version[0:3] > '3.5' and sys.version[0:3] < '4.0':
|
||||
if sys.version[0:3] > '3.5' and sys.version[0:3] < '4.0' and platform.python_implementation() != 'pypy':
|
||||
import unittest
|
||||
import yourbase
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue