don't botch Python syntax so badly

This commit is contained in:
siana
2011-03-19 14:17:37 +01:00
parent 472dade93a
commit e70a91311f

View File

@@ -273,8 +273,11 @@ class WindowsManifest(ViewerManifest):
try:
if self.prefix("../../libraries/i686-win32/lib/release/msvcrt", dst=""):
self.path(*.dll)
self.path("*.dll")
self.end_prefix()
except:
pass
# These need to be installed as a SxS assembly, currently a 'private' assembly.
# See http://msdn.microsoft.com/en-us/library/ms235291(VS.80).aspx