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 /configure | |
parent | py3k fixes (diff) | |
download | substitute-a94bed159dce83dc0522298fe717070f27ff7c09.tar.gz |
move mconfig.py
Diffstat (limited to '')
-rwxr-xr-x | configure | 4 |
1 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' |