aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2020-04-24 05:42:13 -0700
committerBrian Dolbec <dolsen@gentoo.org>2020-04-24 06:57:00 -0700
commit19ada4cea20b317fffcdd43c3d64e606f47d6607 (patch)
tree9c86246efdb95a9d59e45de73189d9d8e0a2a70f
parentlaymansync.pylayman.py: Fix bug 674594 typo (diff)
downloadlayman-19ada4cea20b317fffcdd43c3d64e606f47d6607.tar.gz
layman-19ada4cea20b317fffcdd43c3d64e606f47d6607.tar.bz2
layman-19ada4cea20b317fffcdd43c3d64e606f47d6607.zip
bin/layman: Add development code pythonpath insert
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
-rwxr-xr-xbin/layman6
1 files changed, 6 insertions, 0 deletions
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