summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-26 11:48:11 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-26 13:49:36 +0200
commit05ad620230f94422c99388b5a1ccebdf1d220bd3 (patch)
tree0aa1062194f8985af46e7b345384814d6d6f1547 /x-modular-bumpchecker.py
parentAdd cantarell to the package mapping list (diff)
downloadgentoo-bumpchecker-05ad620230f94422c99388b5a1ccebdf1d220bd3.tar.gz
gentoo-bumpchecker-05ad620230f94422c99388b5a1ccebdf1d220bd3.tar.bz2
gentoo-bumpchecker-05ad620230f94422c99388b5a1ccebdf1d220bd3.zip
Add path properly.
Diffstat (limited to 'x-modular-bumpchecker.py')
-rwxr-xr-xx-modular-bumpchecker.py2
1 files changed, 1 insertions, 1 deletions
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"