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

Lines Matching refs:firstline

264 def _parse_release_file(firstline):
267 # when 'firstline' is empty. 'id' defaults to empty when an id can not
273 m = _lsb_release_version.match(firstline)
279 m = _release_version.match(firstline)
284 l = string.split(string.strip(firstline))
333 firstline = f.readline()
335 _distname, _version, _id = _parse_release_file(firstline)