X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfatables%2Fglobals.py;h=fe6788d7576c6cacf37cfeb3d7e39ff864bf0b67;hb=a7a01a6a19f91fccb0bda1c60454ebe2cc848d2d;hp=676722b50576b3767dbd3ed7e2dd933ee16351a6;hpb=87a26ab8c886fe2fb856b1ebdf035577260b2898;p=sfa.git diff --git a/sfatables/globals.py b/sfatables/globals.py index 676722b5..fe6788d7 100644 --- a/sfatables/globals.py +++ b/sfatables/globals.py @@ -1,3 +1,5 @@ +import os.path + sfatables_config = '/etc/sfatables' -match_dir = 'matches' -target_dir = 'targets' +match_dir = os.path.join(sfatables_config, "matches") +target_dir = os.path.join(sfatables_config, "targets")