Home | History | Annotate | Download | only in msi

Lines Matching refs:tcldirs

1158         tcldirs = [(root, 'externals/tcltk%s/lib' % tclsuffix, 'tcl')]
1160 while tcldirs:
1161 parent, phys, dir = tcldirs.pop()
1167 tcldirs.append((lib, f, f))