diff --git a/infer/lib/python/inferlib/config.py b/infer/lib/python/inferlib/config.py index 4236e414a..a17e1ff4a 100644 --- a/infer/lib/python/inferlib/config.py +++ b/infer/lib/python/inferlib/config.py @@ -16,6 +16,7 @@ import os LOCALE = locale.getpreferredencoding() + # this assumes that this file lives in infer/lib/python/infer/ and the binaries # are in infer/bin/ INFER_PYTHON_DIRECTORY = os.path.dirname(os.path.realpath(__file__)