22# 
33# For more details about fixed file info 'ffi' see: 
44# http://msdn.microsoft.com/en-us/library/ms646997.aspx 
5- VSVersionInfo (
6-   ffi = FixedFileInfo (
5+ VSVersionInfo (  # noqa 
6+   ffi = FixedFileInfo (  # noqa 
77# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) 
88# Set not needed items to zero 0. 
9- filevers = (1 , 0 , 0 , 0 ),
9+ filevers = (1 , 0 , 0 , 0 ),  
1010prodvers = (1 , 0 , 0 , 0 ),
1111# Contains a bitmask that specifies the valid bits 'flags'r 
1212mask = 0x3f ,
2727  kids = [
2828StringFileInfo (
2929  [
30-   StringTable (
30+   StringTable (  # noqa 
3131    u'040904B0' ,
32-     [StringStruct (u'CompanyName' , u'Devhex Ltd' ),
33-     StringStruct (u'FileDescription' , u'remoteShark utility' ),
34-     StringStruct (u'FileVersion' , u'1.0.0.0' ),
35-     StringStruct (u'InternalName' , u'remoteShark' ),
36-     StringStruct (u'LegalCopyright' , u'GPLv3' ),
37-     StringStruct (u'OriginalFilename' , u'remoteShark.exe' ),
38-     StringStruct (u'ProductName' , u'remoteShark' ),
39-     StringStruct (u'ProductVersion' , u'1.0.0 (alpha4)' )])
32+     [StringStruct (u'CompanyName' , u'Devhex Ltd' ),  # noqa 
33+     StringStruct (u'FileDescription' , u'remoteShark utility' ),  # noqa 
34+     StringStruct (u'FileVersion' , u'1.0.0.0' ),  # noqa 
35+     StringStruct (u'InternalName' , u'remoteShark' ),  # noqa 
36+     StringStruct (u'LegalCopyright' , u'GPLv3' ),  # noqa 
37+     StringStruct (u'OriginalFilename' , u'remoteShark.exe' ),  # noqa 
38+     StringStruct (u'ProductName' , u'remoteShark' ),  # noqa 
39+     StringStruct (u'ProductVersion' , u'1.0.0 (alpha4)' )])  # noqa 
4040  ]),
41- VarFileInfo ([VarStruct (u'Translation' , [1033 , 1200 ])])
41+ VarFileInfo ([VarStruct (u'Translation' , [1033 , 1200 ])])  # noqa 
4242  ]
4343)
0 commit comments