File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ extern void init_locale(void);
2828#endif
2929extern void init_codecs (void );
3030extern void init_weakref (void );
31- extern void init_hotshot (void );
3231extern void initxxsubtype (void );
3332extern void initzipimport (void );
3433extern void init_random (void );
Original file line number Diff line number Diff line change @@ -174,10 +174,8 @@ Source: Lib\*.py; DestDir: {app}\Lib; CopyMode: alwaysoverwrite; Components: mai
174174Source : Lib\distutils\*.*; DestDir : {app} \Lib\distutils; CopyMode: alwaysoverwrite; Components : main ; Flags : recursesubdirs
175175Source : Lib\email\*.*; DestDir : {app} \Lib\email; CopyMode: alwaysoverwrite; Components : main ; Flags : recursesubdirs
176176Source : Lib\encodings\*.*; DestDir : {app} \Lib\encodings; CopyMode: alwaysoverwrite; Components : main ; Flags : recursesubdirs
177- Source : Lib\hotshot\*.*; DestDir : {app} \Lib\hotshot; CopyMode: alwaysoverwrite; Components : main ; Flags : recursesubdirs
178177Source : Lib\lib-old\*.*; DestDir : {app} \Lib\lib-old; CopyMode: alwaysoverwrite; Components : main ; Flags : recursesubdirs
179178Source : Lib\xml\*.*; DestDir : {app} \Lib\xml; CopyMode: alwaysoverwrite; Components : main ; Flags : recursesubdirs
180- Source : Lib\hotshot\*.*; DestDir : {app} \Lib\hotshot; CopyMode: alwaysoverwrite; Components : main ; Flags : recursesubdirs
181179Source : Lib\test\*.*; DestDir : {app} \Lib\test; CopyMode: alwaysoverwrite; Components : test; Flags : recursesubdirs
182180
183181Source : Lib\site-packages\README .txt; DestDir : {app} \Lib\site-packages; CopyMode: alwaysoverwrite; Components : main
@@ -284,9 +282,6 @@ Name: {app}\Lib\email; Type: dirifempty
284282Name : {app} \Lib\encodings\*.pyc; Type : files
285283Name : {app} \Lib\encodings\*.pyo; Type : files
286284Name : {app} \Lib\encodings; Type : dirifempty
287- Name : {app} \Lib\hotshot\*.pyc; Type : files
288- Name : {app} \Lib\hotshot\*.pyo; Type : files
289- Name : {app} \Lib\hotshot; Type : dirifempty
290285Name : {app} \Lib\lib-old\*.pyc; Type : files
291286Name : {app} \Lib\lib-old\*.pyo; Type : files
292287Name : {app} \Lib\lib-old; Type : dirifempty
Original file line number Diff line number Diff line change @@ -2023,14 +2023,6 @@ item: Install File
20232023end
20242024item: Remark
20252025end
2026- item: Install File
2027- Source=..\lib\hotshot\*.py
2028- Destination=%MAINDIR%\Lib\hotshot
2029- Description=Fast Python profiler
2030- Flags=0000000000000010
2031- end
2032- item: Remark
2033- end
20342026item: Install File
20352027 Source=..\lib\lib-old\*.py
20362028 Destination=%MAINDIR%\Lib\lib-old
Original file line number Diff line number Diff line change 379379 <File
380380 RelativePath=" ..\Modules\_heapqmodule.c" >
381381 </File >
382- <File
383- RelativePath=" ..\Modules\_hotshot.c" >
384- </File >
385382 <File
386383 RelativePath=" ..\Modules\_localemodule.c" >
387384 </File >
You can’t perform that action at this time.
0 commit comments