projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f62e7
)
Use r'' for regex.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 17 Jan 2011 20:55:33 +0000
(12:55 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 17 Jan 2011 20:56:49 +0000
(12:56 -0800)
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index b7ce823912084d29dfc8b662f1bce0cf1fd29f51..ccf239ff118209d1577700087563cf23737816c3 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-1196,7
+1196,7
@@
class dblink(object):
r'(?P<dir>(dev|dir|fif) (.+))|' + \
r'(?P<obj>(obj) (.+) (\S+) (\d+))|' + \
r'(?P<sym>(sym) (.+) -> (.+) ((\d+)|(?P<oldsym>(' + \
- '\(\d+, \d+L, \d+L, \d+, \d+, \d+, \d+L, \d+, (\d+), \d+\)))))' + \
+
r
'\(\d+, \d+L, \d+L, \d+, \d+, \d+, \d+L, \d+, (\d+), \d+\)))))' + \
r')$'
)