migrate_script: prefix @ to python2 (#4931)

As suggested by Jukka in https://github.com/python/typeshed/issues/2491

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2021-01-15 09:27:30 -08:00
committed by GitHub
parent c893857f46
commit c3854d26f6

View File

@@ -15,7 +15,7 @@ STDLIB_NAMESPACE = "stdlib"
THIRD_PARTY_NAMESPACE = "stubs"
DEFAULT_VERSION = "0.1"
DEFAULT_PY3_VERSION = "3.6"
PY2_NAMESPACE = "python2"
PY2_NAMESPACE = "@python2"
OUTPUT_DIR = "out"
# Third party imports (type ignored) of missing stubs.