+ modName = modline.split(" ", 1)[0] + modInfo = os.popen("modinfo -F filename '%s'" % (modName,)).readlines() + modPaths = [ line.strip() for line in modInfo if line!="" ]
I accidentally found out that os.popen is obsolete. So I would be against using it in a new code.
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list