mirror of https://gitee.com/openkylin/qemu.git
scripts/argparse.py: spelling (independant)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
8ff5b30b38
commit
8c2486a512
scripts
|
@ -76,7 +76,7 @@
|
|||
still considered an implementation detail.)
|
||||
"""
|
||||
|
||||
__version__ = '1.4.0' # we use our own version number independant of the
|
||||
__version__ = '1.4.0' # we use our own version number independent of the
|
||||
# one in stdlib and we release this on pypi.
|
||||
|
||||
__external_lib__ = True # to make sure the tests really test THIS lib,
|
||||
|
|
Loading…
Reference in New Issue