Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/base/
Date: Tue, 06 Oct 2015 15:31:38
Message-Id: 1444140949.92c6ce5ebfc159a717588e0770b8aa629e2c5b0e.vapier@gentoo
1 commit: 92c6ce5ebfc159a717588e0770b8aa629e2c5b0e
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 6 14:15:49 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 6 14:15:49 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=92c6ce5e
7
8 lint: revise wildcard import
9
10 We only need one function, so import it directly.
11
12 catalyst/base/targetbase.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/catalyst/base/targetbase.py b/catalyst/base/targetbase.py
16 index e0c03df..4dcd88b 100644
17 --- a/catalyst/base/targetbase.py
18 +++ b/catalyst/base/targetbase.py
19 @@ -1,6 +1,6 @@
20 import os
21
22 -from catalyst.support import *
23 +from catalyst.support import addl_arg_parse
24
25 class TargetBase(object):
26 """