git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
build geni_rspec_version in a consistent way
[sfa.git]
/
sfatables
/
globals.py
1
import os.path
2
3
sfatables_config = '/etc/sfatables'
4
match_dir = os.path.join(sfatables_config, "matches")
5
target_dir = os.path.join(sfatables_config, "targets")