dot_files/vim-plugins/bundle/python-mode/pymode/async.py
2017-10-08 12:00:02 +01:00

6 lines
83 B
Python

""" Python-mode async support. """
from ._compat import Queue
RESULTS = Queue()