mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
update to Python 2.6
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27198 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
de7c7ea360
commit
a2a909d309
@ -100,7 +100,7 @@ Lists of files to include in the installer
|
|||||||
!macro FileListPythonBin COMMAND DIRECTORY
|
!macro FileListPythonBin COMMAND DIRECTORY
|
||||||
|
|
||||||
${FILE}python.exe"
|
${FILE}python.exe"
|
||||||
${FILE}python25.dll"
|
${FILE}python26.dll"
|
||||||
${FILE}unicodedata.pyd"
|
${FILE}unicodedata.pyd"
|
||||||
|
|
||||||
!macroend
|
!macroend
|
||||||
@ -108,11 +108,15 @@ Lists of files to include in the installer
|
|||||||
!macro FileListPythonLib COMMAND DIRECTORY
|
!macro FileListPythonLib COMMAND DIRECTORY
|
||||||
|
|
||||||
${FILE}__future__.py"
|
${FILE}__future__.py"
|
||||||
|
${FILE}_abcoll.py"
|
||||||
${FILE}UserDict.py"
|
${FILE}UserDict.py"
|
||||||
|
${FILE}abc.py"
|
||||||
${FILE}codecs.py"
|
${FILE}codecs.py"
|
||||||
${FILE}compileall.py"
|
${FILE}compileall.py"
|
||||||
${FILE}copy_reg.py"
|
${FILE}copy_reg.py"
|
||||||
|
${FILE}functools.py"
|
||||||
${FILE}fnmatch.py"
|
${FILE}fnmatch.py"
|
||||||
|
${FILE}genericpath.py"
|
||||||
${FILE}getopt.py"
|
${FILE}getopt.py"
|
||||||
${FILE}gettext.py"
|
${FILE}gettext.py"
|
||||||
${FILE}glob.py"
|
${FILE}glob.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user