bpo-30731: python.manifest fix (#2328)

bpo-30731: python.manifest fix
This commit is contained in:
Segev Finer 2017-07-13 22:34:42 +03:00 committed by Steve Dower
parent 72b543308e
commit c40ad03bf2
2 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1 @@
Add a missing xmlns to python.manifest so that it matches the schema.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>