Enable uuid stubs (PY-23287)

This commit is contained in:
Semyon Proshev
2017-12-18 19:34:06 +03:00
parent 422286c7e6
commit 5a2e9d33d0
@@ -42,7 +42,7 @@ object PyTypeShed {
private val ONLY_SUPPORTED_PY2_MINOR = 7
private val SUPPORTED_PY3_MINORS = 2..7
val WHITE_LIST = setOf(TYPING, "six", "__builtin__", "builtins", "exceptions", "types", "datetime", "functools", "shutil", "re", "time",
"argparse")
"argparse", "uuid")
private val BLACK_LIST = setOf<String>()
/**