Skip to content
Snippets Groups Projects
Commit d192621b authored by Aflitos, Saulo Alves's avatar Aflitos, Saulo Alves
Browse files

2012-10-30_17_10_01_01_00 :: 1 :: M => 1

parent e66644a4
Branches
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ def checkLibs(folderRoot, folderBase, statusFolder, folderName, folderType, sub,
if debug: print " FILENAMES",filenames,"\n"
validFiles = []
for extension in setup.extensions:
for extension in setup.constants.extensions:
extName = extension[0]
#extZip = extension[1]
#print " extension",extName
......@@ -102,7 +102,7 @@ def checkLibs(folderRoot, folderBase, statusFolder, folderName, folderType, sub,
nfo = {
'FILENAME' : fileShort,
'PROJECTNAME' : folderName,
'PROJECTTYPE' : setup.types[folderType],
'PROJECTTYPE' : setup.constants.types[folderType],
'SAMPLENAME' : sub,
'TECHNOLOGY' : tech,
'LIBRARYNAME' : libName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment