031426099153bc9e92adca5bbadeb519ca365d29,PyInstaller/hooks/hook-pythoncom.py,,,#,21
Before Change
// Binaries that should be included with the module "pythoncom".
// List mod.pyinstaller_binaries gets extended.
binaries = [
(
// Relative path in the ./dist/app_name/ directory.
os.path.basename(_pth),
// Absolute path on hard disk.
_pth,
)
]
After Change
_pth = get_pywin32_module_file_attribute("pythoncom")
// Binaries that should be included with the module "pythoncom".
binaries = [
(
// Absolute path on hard disk.
_pth,
// Relative directory path in the ./dist/app_name/ directory.
".",
)
]
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances
Project Name: pyinstaller/pyinstaller
Commit Name: 031426099153bc9e92adca5bbadeb519ca365d29
Time: 2015-08-14
Author: mzibr.public@gmail.com
File Name: PyInstaller/hooks/hook-pythoncom.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 031426099153bc9e92adca5bbadeb519ca365d29
Time: 2015-08-14
Author: mzibr.public@gmail.com
File Name: PyInstaller/hooks/hook-pywintypes.py
Class Name:
Method Name:
Project Name: craffel/mir_eval
Commit Name: 7d805ab9d26c74db2319658f1ee1d0235f092845
Time: 2014-07-25
Author: craffel@gmail.com
File Name: mir_eval/input_output.py
Class Name:
Method Name: load_time_series