aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/simplerpm.py
Commit message (Collapse)AuthorAgeFilesLines
* Added one cheap copy of the sync subcommand from mdvsys.Bogdano Arendartchuk2007-05-031-0/+19
It required two sensitive changes: - in order to parse the spec file, "rpm" module was used, so this is the brand new package dependency; and - as RepSys already had one "rpm" module, we had to rename it to "simplerpm" in order to allow access to the module from python-rpm (I think py2.4 is still used a lot so we can't use absolute imports)