mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user