projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29a66a7
)
Fix a typo.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 17 Oct 2007 02:56:19 +0000
(
02:56
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 17 Oct 2007 02:56:19 +0000
(
02:56
-0000)
svn path=/main/branches/2.1.2/; revision=8157
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 3c7a122425600375b8bd6613796cd4d97e8690c1..f647c52cf0c8cb8f81d00219362705a71b58fa6b 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-7162,7
+7162,7
@@
class dblink:
"""
import re
-
self.
_normalize_needed = re.compile(r'//|^[^/]|.+/$')
+ _normalize_needed = re.compile(r'//|^[^/]|.+/$')
def __init__(self, cat, pkg, myroot, mysettings, treetype=None,
vartree=None):