Re: yum: rpmUtils module does not contain transaction?
Felix Schwarz <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
James Antill wrote: > It's kind of a magic python thing, if python sees: > > import rpmUtils.transaction > > ...in _any_ module, then it "knows" in all other modules that it > exists. So you if you "import yum", before you import rpmUtils then > you don't need to do the above. Thanks for your explanation. Now I see what yum does different and why it does not work in the other program. I'll send a patch to them so it'll work there too. fs