From 7e5e3903a69671eb4f9047f1b104e36b27c972c2 Mon Sep 17 00:00:00 2001 From: John Dennis Date: Sun, 2 Nov 2014 11:43:35 -0500 Subject: remove or replace site specific strings --- python/mapping_app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/mapping_app.py') diff --git a/python/mapping_app.py b/python/mapping_app.py index c590061..1d1950e 100755 --- a/python/mapping_app.py +++ b/python/mapping_app.py @@ -9,8 +9,8 @@ import traceback LOG = logging.getLogger() logging.basicConfig(level=logging.INFO, format='%(message)s') -rule_filename = '/home/jdennis/src/misc/federation_mapping/rules-python-01.json' -assertion_filename = '/home/jdennis/src/misc/federation_mapping/assertion-01.json' +rule_filename = 'rules-python-01.json' +assertion_filename = 'assertion-01.json' def assertion_from_file(filename): with open(filename) as stream: -- cgit