summaryrefslogtreecommitdiffstats
path: root/bin/lock-helper.py
Commit message (Collapse)AuthorAgeFilesLines
* Check for bytes instead of unicode in args.Zac Medico2011-10-281-2/+2
| | | | | | This simplifies the checks since the bytes type is available in all supported python versions, while the unicode type is only available in python2.
* lock-helper.py: make locks quietZac Medico2010-10-221-0/+3
|
* lock-helper.py: use PORTAGE_PYM_PATH for safetyZac Medico2010-10-211-0/+2
|
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-0/+23