mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix unicode literal.
This commit is contained in:
parent
129435c5d2
commit
64465553db
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import winreg
|
||||||
HKCU = winreg.HKEY_CURRENT_USER
|
HKCU = winreg.HKEY_CURRENT_USER
|
||||||
ENV = "Environment"
|
ENV = "Environment"
|
||||||
PATH = "PATH"
|
PATH = "PATH"
|
||||||
DEFAULT = u"%PATH%"
|
DEFAULT = "%PATH%"
|
||||||
|
|
||||||
def modify():
|
def modify():
|
||||||
pythonpath = os.path.dirname(os.path.normpath(sys.executable))
|
pythonpath = os.path.dirname(os.path.normpath(sys.executable))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue