* [gentoo-commits] proj/portage:repoman commit in: pym/portage/util/, pym/portage/util/futures/, pym/repoman/
@ 2016-04-25 3:09 Brian Dolbec
0 siblings, 0 replies; only message in thread
From: Brian Dolbec @ 2016-04-25 3:09 UTC (permalink / raw
To: gentoo-commits
commit: f902c8684148a635aa9c780908e60ec2ff4a1fc6
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 08:04:59 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 03:03:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f902c868
portage: Move the new util/futures.py to a futures subpkg
pym/portage/util/futures/__init__.py | 0
pym/portage/util/{ => futures}/futures.py | 0
pym/repoman/scanner.py | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/portage/util/futures/__init__.py b/pym/portage/util/futures/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/pym/portage/util/futures.py b/pym/portage/util/futures/futures.py
similarity index 100%
rename from pym/portage/util/futures.py
rename to pym/portage/util/futures/futures.py
diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py
index eaf023b..b3eeafd 100644
--- a/pym/repoman/scanner.py
+++ b/pym/repoman/scanner.py
@@ -9,7 +9,7 @@ import portage
from portage import normalize_path
from portage import os
from portage.output import green
-from portage.util.futures import Future
+from portage.util.futures.futures import Future
from repoman.modules.commit import repochecks
from repoman.profile import check_profiles, dev_profile_keywords, setup_profile
from repoman.repos import repo_metadata
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-25 3:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25 3:09 [gentoo-commits] proj/portage:repoman commit in: pym/portage/util/, pym/portage/util/futures/, pym/repoman/ Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox