]> git.lyx.org Git - features.git/commitdiff
update to Python 2.6
authorJoost Verburg <joostverburg@users.sourceforge.net>
Thu, 30 Oct 2008 15:11:26 +0000 (15:11 +0000)
committerJoost Verburg <joostverburg@users.sourceforge.net>
Thu, 30 Oct 2008 15:11:26 +0000 (15:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27198 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/include/filelist.nsh

index a6bc93b1bac578f682f7b230dac459da853535f4..1f89d8c9ac1873ae1394c63fcada9851da158bb9 100644 (file)
@@ -100,7 +100,7 @@ Lists of files to include in the installer
 !macro FileListPythonBin COMMAND DIRECTORY
 
   ${FILE}python.exe"
-  ${FILE}python25.dll"
+  ${FILE}python26.dll"
   ${FILE}unicodedata.pyd"
 
 !macroend
@@ -108,11 +108,15 @@ Lists of files to include in the installer
 !macro FileListPythonLib COMMAND DIRECTORY
 
   ${FILE}__future__.py"
+  ${FILE}_abcoll.py"  
   ${FILE}UserDict.py"
+  ${FILE}abc.py"  
   ${FILE}codecs.py"
   ${FILE}compileall.py"  
   ${FILE}copy_reg.py"
+  ${FILE}functools.py"  
   ${FILE}fnmatch.py"
+  ${FILE}genericpath.py"  
   ${FILE}getopt.py"
   ${FILE}gettext.py"
   ${FILE}glob.py"