replaced += operation with call to list extend method for pre-2.0 python compatibility

git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@627 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/tags/1.0.0-rc1
rey4 2003-02-20 10:43:11 +00:00
parent b85fb5485e
commit c8d318c670
1 changed files with 2 additions and 2 deletions

View File

@ -81,13 +81,13 @@ went into the new files in subdirectory templates.""", 0),
]
if sys.platform == "win32":
FILE_INFO_LIST += [
FILE_INFO_LIST.extend([
("windows/viewcvs.asp", "windows/viewcvs.asp", 0755, 1, 0, 0),
("windows/query.asp", "windows/query.asp", 0755, 1, 0, 0),
("windows/viewcvs.py", "windows/viewcvs.py", 0755, 1, 0, 0),
("windows/query.py", "windows/query.py", 0755, 1, 0, 0),
("windows/htaccess.mod_python", "windows/htaccess.mod_python", 0755, 1, 0, 0)
]
])
TREE_LIST = [
("lib", "lib", 0),