summaryrefslogtreecommitdiffstats
path: root/python/mapping_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/mapping_app.py')
-rwxr-xr-xpython/mapping_app.py4
1 files changed, 2 insertions, 2 deletions
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: