fix bugs in builtins/2.7/*.pyi

This commit is contained in:
Matthias Kramm
2015-10-01 08:02:44 -07:00
parent 3f713101a5
commit a2f5703041
22 changed files with 77 additions and 58 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"""Stubs for the 'select' module."""
from typing import Any, Optional
from typing import Any, Optional, Tuple, Iterable
EPOLLERR = ... # type: int
EPOLLET = ... # type: int