From e17be71d9d76ece195fec81ccc885808dd7a9ac5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 17 Jan 2011 12:55:33 -0800 Subject: Use r'' for regex. --- pym/portage/dbapi/vartree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index 4f415a111..e0f17544b 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1197,7 +1197,7 @@ class dblink(object): r'(?P(dev|dir|fif) (.+))|' + \ r'(?P(obj) (.+) (\S+) (\d+))|' + \ r'(?P(sym) (.+) -> (.+) ((\d+)|(?P(' + \ - '\(\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')$' ) -- cgit v1.2.3-1-g7c22