projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d390c
)
Thanks to Ali Polatel <hawking@g.o> for this patch to fix broken indentation.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 5 Jul 2008 13:34:21 +0000
(13:34 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 5 Jul 2008 13:34:21 +0000
(13:34 -0000)
svn path=/main/trunk/; revision=10944
bin/archive-conf
patch
|
blob
|
history
diff --git
a/bin/archive-conf
b/bin/archive-conf
index 63ce9b2e3025addd23db26523c4a471f97c9cc86..caf8fa2c3f1e5ca4161899781409e6828f9cb913 100755
(executable)
--- a/
bin/archive-conf
+++ b/
bin/archive-conf
@@
-14,8
+14,8
@@
import os, sys
try:
import portage
except ImportError:
-
from os import path as osp
-
sys.path.insert(0, osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym"))
+ from os import path as osp
+ sys.path.insert(0, osp.join(osp.dirname(osp.dirname(osp.realpath(__file__))), "pym"))
import portage
import dispatch_conf