mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
||||
ENV = "Environment"
|
||||
PATH = "PATH"
|
||||
DEFAULT = u"%PATH%"
|
||||
DEFAULT = "%PATH%"
|
||||
|
||||
def modify():
|
||||
pythonpath = os.path.dirname(os.path.normpath(sys.executable))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue