From b6ab3ea34544e96523febc4bff024c5a2cdeaa48 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(-) diff --git a/pym/portage/dbapi/vartree.py b/pym/portage/dbapi/vartree.py index b7ce82391..ccf239ff1 100644 --- a/pym/portage/dbapi/vartree.py +++ b/pym/portage/dbapi/vartree.py @@ -1196,7 +1196,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