Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r15442 - main/branches/prefix/pym/portage/package/ebuild
Date: Tue, 23 Feb 2010 17:25:42
Message-Id: E1NjyVv-0005Wk-Ft@stork.gentoo.org
1 Author: grobian
2 Date: 2010-02-23 17:25:39 +0000 (Tue, 23 Feb 2010)
3 New Revision: 15442
4
5 Modified:
6 main/branches/prefix/pym/portage/package/ebuild/config.py
7 Log:
8 import it correctly, even
9
10 Modified: main/branches/prefix/pym/portage/package/ebuild/config.py
11 ===================================================================
12 --- main/branches/prefix/pym/portage/package/ebuild/config.py 2010-02-23 17:24:54 UTC (rev 15441)
13 +++ main/branches/prefix/pym/portage/package/ebuild/config.py 2010-02-23 17:25:39 UTC (rev 15442)
14 @@ -25,7 +25,7 @@
15 from portage.const import CACHE_PATH, CUSTOM_PROFILE_PATH, \
16 DEPCACHE_PATH, GLOBAL_CONFIG_PATH, INCREMENTALS, MAKE_CONF_FILE, \
17 MODULES_FILE_PATH, PORTAGE_BIN_PATH, PORTAGE_PYM_PATH, \
18 - PRIVATE_PATH, PROFILE_PATH, USER_CONFIG_PATH, USER_VIRTUALS_FILE \
19 + PRIVATE_PATH, PROFILE_PATH, USER_CONFIG_PATH, USER_VIRTUALS_FILE, \
20 EPREFIX
21 from portage.data import portage_gid
22 from portage.dbapi import dbapi