X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=python%2Fovs%2Fdirs.py.template;h=c526e377d00e2e5fa18f4fb7029c40972c2a8acf;hb=a0631d92d9b99700f5f305c60403b4d43d77eff2;hp=370c69f41321830b00242c7e769223ecd80096b1;hpb=3c057118d16ae0c7dc02c1c87ee2c19b401e39ce;p=cascardo%2Fovs.git diff --git a/python/ovs/dirs.py.template b/python/ovs/dirs.py.template index 370c69f41..c526e377d 100644 --- a/python/ovs/dirs.py.template +++ b/python/ovs/dirs.py.template @@ -1,8 +1,10 @@ -## The @variables@ in this file are replaced by default directories for -## use in python/ovs/dirs.py in the source directory and replaced by the -## configured directories for use in the installed python/ovs/dirs.py. -## +# The @variables@ in this file are replaced by default directories for +# use in python/ovs/dirs.py in the source directory and replaced by the +# configured directories for use in the installed python/ovs/dirs.py. +# import os + +# Note that the use of """ is to aid in dealing with paths with quotes in them. PKGDATADIR = os.environ.get("OVS_PKGDATADIR", """@pkgdatadir@""") RUNDIR = os.environ.get("OVS_RUNDIR", """@RUNDIR@""") LOGDIR = os.environ.get("OVS_LOGDIR", """@LOGDIR@""")