summaryrefslogtreecommitdiffstats
path: root/pyanaconda/sitecustomize.py
Commit message (Collapse)AuthorAgeFilesLines
* Locally disable some E1101 "errors" that pylint doesn't understand.Chris Lumens2011-08-011-0/+1
| | | | | | | | The sitecustomize error is because sys.setdefaultencoding is special and gets removed from the namespace. The other two are because pylint doesn't understand the dbMatch method call, likely because it's added to the module dynamically.
* Structure the repo layout so it matches final structure better and make isys ↵Martin Sivak2010-05-311-0/+22
a real Python package. Also updates the build and autotools stuff to work with the new structure