summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/base_events.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-01-06 00:04:38 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2015-01-06 00:04:38 (GMT)
commit2b014b37486bb92f1fd641b59f8b7fe8741e5351 (patch)
tree2e5d983feb6c831c4937d102dfb9b7b9f8ab88f3 /Lib/asyncio/base_events.py
parent743ffe248c6b109ad7a3e0687da8ab2d22f985ce (diff)
parent8c1a4a2326e8a81bd4cc4fb81e51c003059cd687 (diff)
downloadcpython-2b014b37486bb92f1fd641b59f8b7fe8741e5351.zip
cpython-2b014b37486bb92f1fd641b59f8b7fe8741e5351.tar.gz
cpython-2b014b37486bb92f1fd641b59f8b7fe8741e5351.tar.bz2
Merge 3.4 (asyncio)
Diffstat (limited to 'Lib/asyncio/base_events.py')
-rw-r--r--Lib/asyncio/base_events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncio/base_events.py b/Lib/asyncio/base_events.py
index 684c9ec..59f3136 100644
--- a/Lib/asyncio/base_events.py
+++ b/Lib/asyncio/base_events.py
@@ -35,7 +35,7 @@ from .coroutines import coroutine
from .log import logger
-__all__ = ['BaseEventLoop', 'Server']
+__all__ = ['BaseEventLoop']
# Argument for default thread pool executor creation.