[PATCH 2/4] lib/portage/dbapi/vartree.py: fix reimported
Aaron Bauman <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Aaron Bauman <[email protected]> --- lib/portage/dbapi/vartree.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/portage/dbapi/vartree.py b/lib/portage/dbapi/vartree.py index fcf164e82..fbf455363 100644 --- a/lib/portage/dbapi/vartree.py +++ b/lib/portage/dbapi/vartree.py @@ -1619,7 +1619,6 @@ class dblink: At present this is implemented as a text backend in /var/db/pkg. """ - import re _normalize_needed = re.compile(r'//|^[^/]|./$|(^|/)\.\.?(/|$)') _contents_re = re.compile(r'^(' + \ -- 2.28.0