dot_files/vim-plugins/bundle/python-mode/pymode/async.py

7 lines
83 B
Python
Raw Normal View History

2017-07-09 00:26:06 +03:00
""" Python-mode async support. """
from ._compat import Queue
RESULTS = Queue()