On Mon, 2006-12-18 at 21:29 +0100, Terje Rosten wrote: > + app = os.path.basename(sys.argv[0]) > + if app == 'yum': > + app = 'yum-cli' Personally, I'd prefer if this were done by an explicit call from the app and we just leave out the app if it's not specified. Jeremy