mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 02:39:38 +02:00
misc cleanup
This commit is contained in:
parent
5c30148be4
commit
0cef062084
5 changed files with 6 additions and 7 deletions
|
@ -51,8 +51,7 @@ except ImportError:
|
|||
PY2 = sys.version_info < (3,)
|
||||
if PY2:
|
||||
from Queue import Queue
|
||||
from urllib import unquote
|
||||
from urllib import quote
|
||||
from urllib import quote, unquote
|
||||
|
||||
sys.dont_write_bytecode = True
|
||||
bytes = str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue