From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC6351381F3 for ; Fri, 24 Apr 2020 20:59:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAE13E0A4F; Fri, 24 Apr 2020 20:59:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFB23E0A64 for ; Fri, 24 Apr 2020 20:59:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D442F34F182 for ; Fri, 24 Apr 2020 20:59:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66C561F2 for ; Fri, 24 Apr 2020 20:59:20 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1587736620.19ada4cea20b317fffcdd43c3d64e606f47d6607.dolsen@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: bin/ X-VCS-Repository: proj/layman X-VCS-Files: bin/layman X-VCS-Directories: bin/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 19ada4cea20b317fffcdd43c3d64e606f47d6607 X-VCS-Branch: master Date: Fri, 24 Apr 2020 20:59:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 480b9a66-f254-4c5b-a0ed-fb77585abba3 X-Archives-Hash: dc8c7fa4a144650ea91667f2ff7cc126 commit: 19ada4cea20b317fffcdd43c3d64e606f47d6607 Author: Brian Dolbec gentoo org> AuthorDate: Fri Apr 24 12:42:13 2020 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Apr 24 13:57:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=19ada4ce bin/layman: Add development code pythonpath insert Signed-off-by: Brian Dolbec gentoo.org> bin/layman | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/layman b/bin/layman index fbb793b..0c8f061 100755 --- a/bin/layman +++ b/bin/layman @@ -20,6 +20,12 @@ __version__ = "0.2" import os +# Used for running live development code only +#import sys +#print(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) +#sys.path.insert(0,os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) + + #=============================================================================== # # Dependencies