mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
cleanup versionchecks
This commit is contained in:
parent
e00e80ae39
commit
1c66d06702
6 changed files with 8 additions and 32 deletions
|
@ -48,7 +48,7 @@ except ImportError:
|
|||
|
||||
|
||||
# from copyparty/__init__.py
|
||||
PY2 = sys.version_info[0] == 2
|
||||
PY2 = sys.version_info < (3,)
|
||||
if PY2:
|
||||
from Queue import Queue
|
||||
from urllib import unquote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue