summaryrefslogtreecommitdiffstats
path: root/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* pylint error fixes round 2Hans de Goede2010-01-141-3/+3
| | | | | | | | | | | - Remove unnecessary semi colons in various places - textw/upgrade_text.py: add a few missing imports - Fix various missplaced doc strings - Fix several double imports - Fix AnacondaKSScript.run: Module 'os' has no 'exists' member - users.py: Remove double definition of Users.setRootPassword - yuminstall.py: correct typo reop -> repo - yuminstall.py: _run: anaconda -> self.anaconda
* Fix LVM error handling so the exceptions actually get into the namespace.Peter Jones2008-08-081-2/+5
|
* Move all the exceptions into a single file.Chris Lumens2008-06-091-0/+150
|
* Start an errors.py that contains all these small exception classes.Chris Lumens2008-06-051-0/+6