projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
564ad29
)
Add missing portage import in portage.locks.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Sep 2010 06:35:47 +0000
(23:35 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 4 Sep 2010 06:35:47 +0000
(23:35 -0700)
pym/portage/locks.py
patch
|
blob
|
history
diff --git
a/pym/portage/locks.py
b/pym/portage/locks.py
index 62380ceea2247151747aef37b5bb4de8b1e55fe1..ed20e30ca1538363ada917abd1fb2da17d22035e 100644
(file)
--- a/
pym/portage/locks.py
+++ b/
pym/portage/locks.py
@@
-12,6
+12,7
@@
import stat
import sys
import time
+import portage
from portage import os
from portage.const import PORTAGE_BIN_PATH
from portage.exception import DirectoryNotFound, FileNotFound, \