diff --git a/pydu/cmd.py b/pydu/cmd.py index 54b9371..86e233d 100644 --- a/pydu/cmd.py +++ b/pydu/cmd.py @@ -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