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: os2emxpath.pyi, posixpath.pyi, ntpath.pyi, and macpath.pyi must remain consistent!
from typing import Any
from genericpath import * # noqa: F403