From bed989943b9e772bde672797c315bbd7b8df05c3 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Wed, 9 Apr 2008 18:28:47 +0000 Subject: [PATCH] Too much comments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24193 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/tools/lyxpak.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/development/tools/lyxpak.py b/development/tools/lyxpak.py index 8954a28c40..6123f82930 100755 --- a/development/tools/lyxpak.py +++ b/development/tools/lyxpak.py @@ -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 -- 2.39.5