mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05:00
add missing polyfill
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -5,14 +5,15 @@ __pycache__/
|
|||||||
MANIFEST.in
|
MANIFEST.in
|
||||||
MANIFEST
|
MANIFEST
|
||||||
copyparty.egg-info/
|
copyparty.egg-info/
|
||||||
buildenv/
|
|
||||||
build/
|
|
||||||
dist/
|
|
||||||
py2/
|
|
||||||
sfx/
|
|
||||||
unt/
|
|
||||||
.venv/
|
.venv/
|
||||||
|
|
||||||
|
/buildenv/
|
||||||
|
/build/
|
||||||
|
/dist/
|
||||||
|
/py2/
|
||||||
|
/sfx/
|
||||||
|
/unt/
|
||||||
|
|
||||||
# ide
|
# ide
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
|
|
||||||
|
|||||||
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
|
||||||
Reference in New Issue
Block a user