summaryrefslogtreecommitdiffstats
path: root/layman/makeconf.py
Commit message (Expand)AuthorAgeFilesLines
* fix a bug in layman-updater to use MakeConf class to create a proper make.con...Brian Dolbec2012-10-311-1/+1
* update the make.conf path to the correct one.Brian Dolbec2012-10-161-5/+5
* make the tests more py3 compatibile.dol-sen2011-09-231-4/+20
* rename local_list to installed, create an update function to migrate the change.dol-sen2011-08-241-5/+5
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-2/+2
* migrate except ... as Brian Dolbec2011-03-261-2/+2
* Change most exceptions raised to output.errors().Brian Dolbec2011-02-231-14/+25
* Fix missing importSebastian Pipping2010-02-211-0/+2
* Move MakeConf class to dedicated fileSebastian Pipping2010-02-181-0/+267