Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:prefix commit in: pym/portage/_sets/
Date: Wed, 26 Dec 2012 15:13:32
Message-Id: 1356534695.17dd615ea2af4a8d5fcf0c23292c30154c63c601.grobian@gentoo
1 commit: 17dd615ea2af4a8d5fcf0c23292c30154c63c601
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 15:11:35 2012 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 26 15:11:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=17dd615e
7
8 files: import errno before using it
9
10 Apparently the Prefix branch got out of sync here, causing problems.
11 Thanks Kacper Kowalik in bug #439488.
12
13 ---
14 pym/portage/_sets/files.py | 1 +
15 1 files changed, 1 insertions(+), 0 deletions(-)
16
17 diff --git a/pym/portage/_sets/files.py b/pym/portage/_sets/files.py
18 index fbe14bc..b839582 100644
19 --- a/pym/portage/_sets/files.py
20 +++ b/pym/portage/_sets/files.py
21 @@ -1,6 +1,7 @@
22 # Copyright 2007-2012 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 +import errno
26 import re
27 from itertools import chain