mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
Fix unicode literal.
This commit is contained in:
parent
129435c5d2
commit
64465553db
@ -15,7 +15,7 @@ import winreg
|
||||
HKCU = winreg.HKEY_CURRENT_USER
|
||||
ENV = "Environment"
|
||||
PATH = "PATH"
|
||||
DEFAULT = u"%PATH%"
|
||||
DEFAULT = "%PATH%"
|
||||
|
||||
def modify():
|
||||
pythonpath = os.path.dirname(os.path.normpath(sys.executable))
|
||||
|
Loading…
Reference in New Issue
Block a user