X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfatables%2Fglobals.py;h=fe6788d7576c6cacf37cfeb3d7e39ff864bf0b67;hp=676722b50576b3767dbd3ed7e2dd933ee16351a6;hb=e57b7150dee76d42fc15f9477a3045e5171c8878;hpb=4b2e86d099a60df5fb6b9732c080a3d10512c029 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")