summaryrefslogtreecommitdiffstats
path: root/pym/portage/locks.py
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-25 16:20:19 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-25 16:20:19 +0000
commit5e12dbfeba941ed009229a3d497827bdbc7fb881 (patch)
tree8cdebdc06cfcbdc0fed6c672439274db58679093 /pym/portage/locks.py
parent565f599b5b6d8f700647f6b8d3fc8858f1e04d04 (diff)
downloadportage-5e12dbfeba941ed009229a3d497827bdbc7fb881.tar.gz
portage-5e12dbfeba941ed009229a3d497827bdbc7fb881.tar.bz2
portage-5e12dbfeba941ed009229a3d497827bdbc7fb881.zip
Namespace sanitizing, step 2
Rename portage.exec to portage.process to avoid syntax errors svn path=/main/trunk/; revision=5780
Diffstat (limited to 'pym/portage/locks.py')
-rw-r--r--pym/portage/locks.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pym/portage/locks.py b/pym/portage/locks.py
index 28042e2fb..3def88a38 100644
--- a/pym/portage/locks.py
+++ b/pym/portage/locks.py
@@ -5,10 +5,10 @@
import errno, os, stat, time, types
-from portage_exception import InvalidData, DirectoryNotFound, FileNotFound
-from portage_data import portage_gid
-from portage_util import writemsg
-from portage_localization import _
+from portage.exception import InvalidData, DirectoryNotFound, FileNotFound
+from portage.data import portage_gid
+from portage.util import writemsg
+from portage.localization import _
HARDLINK_FD = -2