diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-03-17 14:52:41 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-03-18 12:50:44 -0700 |
commit | ccdce6f2f8026a7b2478c0dfd5d5e51aba22422e (patch) | |
tree | 4c9de9eba814c635dbd429b8c18fece72f9d8fe6 /bin | |
parent | 2f3235abef72d61cdcdf549a08e645933698a4ff (diff) | |
download | portage-ccdce6f2f8026a7b2478c0dfd5d5e51aba22422e.tar.gz portage-ccdce6f2f8026a7b2478c0dfd5d5e51aba22422e.tar.bz2 portage-ccdce6f2f8026a7b2478c0dfd5d5e51aba22422e.zip |
ebuild-ipc: import errno
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ebuild-ipc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ebuild-ipc.py b/bin/ebuild-ipc.py index cb77171ec..68ad985b6 100755 --- a/bin/ebuild-ipc.py +++ b/bin/ebuild-ipc.py @@ -5,6 +5,7 @@ # This is a helper which ebuild processes can use # to communicate with portage's main python process. +import errno import logging import os import pickle |