diff --git a/tools/get.py b/tools/get.py index fe9c8ea98e9f4e5282c2bf8ed12ca6222fc5c6c9..e7adb370f9dcda8a57477d6e791ef22a232fa180 100755 --- a/tools/get.py +++ b/tools/get.py @@ -24,7 +24,7 @@ else: if 'Windows' in platform.system(): import requests -current_dir = os.path.dirname(os.path.realpath(__file__)) +current_dir = os.path.dirname(os.path.realpath(unicode(__file__))) dist_dir = current_dir + '/dist/' def sha256sum(filename, blocksize=65536):