Home
last modified time | relevance | path

Searched refs:LIB_ROOT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libucl/python/
H A Dsetup.py12 LIB_ROOT = os.path.abspath(os.path.join(__file__, os.pardir, os.pardir)) variable
13 if os.getcwd() != LIB_ROOT:
14 os.chdir(LIB_ROOT)
15 if LIB_ROOT not in sys.path:
16 sys.path.append(LIB_ROOT)