mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-31 13:10:23 +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:
co-authored by
hauntsaninja <>
parent
c893857f46
commit
c3854d26f6
@@ -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