From 44a932db97a85678afcadc5b8cb998394e0195a4 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Mon, 8 Oct 2018 22:15:37 -0500 Subject: [PATCH] update --- .gitignore | 2 +- README.md | 0 config_SAMPLE.py | 0 index_template.html | 0 requirements.txt | 0 templates/bridge_table.html | 0 templates/hblink_table.html | 0 7 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 README.md mode change 100644 => 100755 config_SAMPLE.py mode change 100644 => 100755 index_template.html mode change 100644 => 100755 requirements.txt mode change 100644 => 100755 templates/bridge_table.html mode change 100644 => 100755 templates/hblink_table.html diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 5f1ab48..e466427 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.pyc config.py *.csv - +.DS_Store *.log diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/config_SAMPLE.py b/config_SAMPLE.py old mode 100644 new mode 100755 diff --git a/index_template.html b/index_template.html old mode 100644 new mode 100755 diff --git a/requirements.txt b/requirements.txt old mode 100644 new mode 100755 diff --git a/templates/bridge_table.html b/templates/bridge_table.html old mode 100644 new mode 100755 diff --git a/templates/hblink_table.html b/templates/hblink_table.html old mode 100644 new mode 100755