From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 880761381F3 for ; Mon, 2 Sep 2013 08:44:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04D9BE0E27; Mon, 2 Sep 2013 08:44:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 751E1E0AA1 for ; Mon, 2 Sep 2013 08:44:35 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4536C33EAE5 for ; Mon, 2 Sep 2013 08:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C974CE468F for ; Mon, 2 Sep 2013 08:44:32 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1378111220.f41663660bc6676b13aeb2dab409f6eb60f68e7d.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/db/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/db/distmap.py X-VCS-Directories: roverlay/db/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: f41663660bc6676b13aeb2dab409f6eb60f68e7d X-VCS-Branch: master Date: Mon, 2 Sep 2013 08:44:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f873fd08-a586-47bf-ad45-d2caa4373105 X-Archives-Hash: 77f7ce1657229188b0cdeedcbb71925d commit: f41663660bc6676b13aeb2dab409f6eb60f68e7d Author: André Erdmann mailerd de> AuthorDate: Mon Sep 2 08:40:20 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Mon Sep 2 08:40:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=f4166366 distmap: minor change * remove get_distmap() from __all__ * remove COULDFIX note as it's implemented now --- roverlay/db/distmap.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roverlay/db/distmap.py b/roverlay/db/distmap.py index 68fa6f6..16d1b97 100644 --- a/roverlay/db/distmap.py +++ b/roverlay/db/distmap.py @@ -19,9 +19,7 @@ import roverlay.util.objects import roverlay.stats.collector -__all__ = [ 'DistMapInfo', 'get_distmap' ] - -#COULDFIX: distmap could use roverlay.util.fileio +__all__ = [ 'DistMapInfo', 'FileDistMap', ] class DistMapInfo ( object ):