Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def build_manifest(self,target,template):
(mfest,mid) = py2exe.build_manifest(self,target,template)
# Hack to get proper UI theme when freezing wxPython
if mfest is not None:
if "wx" in self.__mf.modules:
mfest = mfest.replace("","""
""")