Home | History | Annotate | Download | only in python2.7

Lines Matching refs:flist

134 def expand_args(args, flist):
135 """read names in flist and append to args"""
137 if flist:
139 if flist == '-':
142 fd = open(flist)
149 print "Error reading file list %s" % flist
189 flist = None
198 if o == '-i': flist = a
205 if args or flist:
207 if flist:
208 args = expand_args(args, flist)