change position of comment

This commit is contained in:
Prodesire 2017-11-08 22:56:53 +08:00
parent f5c31fdabd
commit ef026601bc
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ def execute(cmd, wait=True, shell=True):
if PY2 and WINDOWS:
# https://bitbucket.org/techtonik/python-wget
# enable passing unicode arguments from command line in Python 2.x
# https://stackoverflow.com/questions/846850/read-unicode-characters
def cmdline_argv():
"""
Uses shell32.GetCommandLineArgvW to get sys.argv as a list of Unicode