diff options
author | comex | 2015-06-29 20:01:58 +0100 |
---|---|---|
committer | comex | 2015-06-29 20:01:58 +0100 |
commit | a94bed159dce83dc0522298fe717070f27ff7c09 (patch) | |
tree | fc95207aefc548db853b177b8f7663d49c8d1a1f | |
parent | py3k fixes (diff) | |
download | substitute-a94bed159dce83dc0522298fe717070f27ff7c09.tar.gz |
move mconfig.py
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | script/mconfig.py (renamed from mconfig.py) | 0 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python +import sys, os +sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), 'script')) import mconfig settings = mconfig.settings_root settings.package_unix_name.value = 'substitute' diff --git a/mconfig.py b/script/mconfig.py index 2624c33..2624c33 100644 --- a/mconfig.py +++ b/script/mconfig.py |