]> git.lyx.org Git - lyx.git/blobdiff - development/tools/lyxpak.py
installer: support for Greek aspell dictionary
[lyx.git] / development / tools / lyxpak.py
index 8954a28c407d0d396b9556642a04a17e11728af1..6123f82930d7547d029c2362e6afb6981c6adbd6 100755 (executable)
@@ -14,7 +14,7 @@
 # found in the path. The tar archive is then compressed with gzip or bzip2.
 
 import os, re, string, sys
-#from sets import Set
+from sets import Set
 
 # Replace with the actual path to the 1.5.x or 1.6.x lyx2lyx.
 # If left undefined and the LyX executable is in the path, the script will
@@ -245,7 +245,7 @@ def main(argv):
         i += 1
 
     # Remove duplicates and sort the list
-    #incfiles = list(Set(incfiles))
+    incfiles = list(Set(incfiles))
     incfiles.sort()
 
     # Build the archive command