summaryrefslogtreecommitdiffstats
path: root/cobbler/api.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixing regression in common constructorMihai Ibanescu2006-05-041-1/+1
| | | | When transcribing the constructors, moved one bracket too far to the right.
* Moving code aroundMihai Ibanescu2006-05-041-158/+158
| | | | Just to define Collections after Items.
* Reducing duplication in the constructorsMihai Ibanescu2006-05-041-27/+15
| | | | | | | | | | We define a top-level constructor in the base class and define an _item_factory that is the class to be instantiated for each item. The code as it is checked in now is broken because we reference the class before we define it in the global scope; but wanted the checkins to be separate, the next one will move all the Collection-related stuff after the Item-related stuff (but the diff would have been difficult to read)
* Merged Michael's changes with mineMihai Ibanescu2006-05-041-41/+40
|
* Misc cobbler cleanup. Switched to the new yaml parser (it's uglier,Michael DeHaan2006-05-031-41/+48
| | | | | need to do something about that). Added some tests. Modified test code so it never clobbers a working install.
* Interim commit during packagingMichael DeHaan2006-05-031-0/+634