mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
add missing polyfill
This commit is contained in:
parent
5384c2e0f5
commit
f05cc18d61
2 changed files with 11 additions and 6 deletions
4
scripts/py2/queue/__init__.py
Normal file
4
scripts/py2/queue/__init__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
# coding: utf-8
|
||||
from __future__ import print_function, unicode_literals
|
||||
|
||||
from Queue import Queue, LifoQueue, PriorityQueue, Empty, Full
|
Loading…
Add table
Add a link
Reference in a new issue