Remove symlinks! (#2132)

This commit is contained in:
Ethan Smith
2018-05-15 15:18:59 -04:00
committed by Jelle Zijlstra
parent 537b97ed39
commit e9600db2ec
15 changed files with 1494 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
# NB: third_party/3/enum.pyi and stdlib/3.4/enum.pyi must remain consistent!
import sys
from typing import List, Any, TypeVar, Union, Iterator, TypeVar, Generic, Type, Sized, Mapping
from abc import ABCMeta