From: "Tomas Chvatal" <scarabeus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoo-bumpchecker:master commit in: /
Date: Thu, 26 May 2011 11:50:10 +0000 (UTC) [thread overview]
Message-ID: <05ad620230f94422c99388b5a1ccebdf1d220bd3.scarabeus@gentoo> (raw)
commit: 05ad620230f94422c99388b5a1ccebdf1d220bd3
Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 11:48:11 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Thu May 26 11:49:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bumpchecker.git;a=commit;h=05ad6202
Add path properly.
---
gnome-bumpchecker.py | 2 +-
x-modular-bumpchecker.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnome-bumpchecker.py b/gnome-bumpchecker.py
index 4ddb3d5..e7ceb16 100755
--- a/gnome-bumpchecker.py
+++ b/gnome-bumpchecker.py
@@ -5,7 +5,7 @@
import os, sys
-sys.path.append(os.path.sep.join([os.path.dirname(sys.argv[0]), 'modules']))
+sys.path.append(os.path.abspath(os.path.join(__file__, "..", "modules")))
version = "0.0.2"
diff --git a/x-modular-bumpchecker.py b/x-modular-bumpchecker.py
index 3c39510..c5cb3d9 100755
--- a/x-modular-bumpchecker.py
+++ b/x-modular-bumpchecker.py
@@ -7,7 +7,7 @@
import os, sys
-sys.path.append(os.path.sep.join([os.path.dirname(sys.argv[0]), 'modules']))
+sys.path.append(os.path.abspath(os.path.join(__file__, "..", "modules")))
version = "0.0.1"
next reply other threads:[~2011-05-26 11:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-26 11:50 Tomas Chvatal [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-31 22:57 [gentoo-commits] proj/gentoo-bumpchecker:master commit in: / Mart Raudsepp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=05ad620230f94422c99388b5a1ccebdf1d220bd3.scarabeus@gentoo \
--to=scarabeus@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox