Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26d42df

Browse files
committed
Added riscos modules to modules that don't have to be included.
1 parent 6b767ac commit 26d42df

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Mac/Tools/macfreeze/macmodulefinder.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
MAC_MAYMISS_MODULES=['posix', 'os2', 'nt', 'ntpath', 'dos', 'dospath',
2424
'win32api', 'ce', '_winreg',
2525
'nturl2path', 'pwd', 'sitecustomize',
26-
'org.python.core']
26+
'org.python.core',
27+
'riscos', 'riscosenviron', 'riscospath'
28+
]
2729

2830
# An exception:
2931
Missing="macmodulefinder.Missing"

0 commit comments

Comments
 (0)