aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/risk_insight/__init__.py (renamed from risk_insight/risk_insight/__init__.py)0
-rw-r--r--python/risk_insight/static/dygraph-combined.js (renamed from risk_insight/risk_insight/static/dygraph-combined.js)0
-rw-r--r--python/risk_insight/static/indices.js (renamed from risk_insight/risk_insight/static/indices.js)0
-rw-r--r--python/risk_insight/static/insight.css (renamed from risk_insight/risk_insight/static/insight.css)0
-rw-r--r--python/risk_insight/static/jquery-2.1.1.min.js (renamed from risk_insight/risk_insight/static/jquery-2.1.1.min.js)0
-rw-r--r--python/risk_insight/static/tranches.js (renamed from risk_insight/risk_insight/static/tranches.js)0
-rw-r--r--python/risk_insight/templates/index.html (renamed from risk_insight/risk_insight/templates/index.html)0
-rw-r--r--python/risk_insight/templates/indices.html (renamed from risk_insight/risk_insight/templates/indices.html)0
-rw-r--r--python/risk_insight/templates/tranches.html (renamed from risk_insight/risk_insight/templates/tranches.html)0
-rw-r--r--risk_insight/run.py2
10 files changed, 0 insertions, 2 deletions
diff --git a/risk_insight/risk_insight/__init__.py b/python/risk_insight/__init__.py
index 114c1185..114c1185 100644
--- a/risk_insight/risk_insight/__init__.py
+++ b/python/risk_insight/__init__.py
diff --git a/risk_insight/risk_insight/static/dygraph-combined.js b/python/risk_insight/static/dygraph-combined.js
index ad25e11f..ad25e11f 100644
--- a/risk_insight/risk_insight/static/dygraph-combined.js
+++ b/python/risk_insight/static/dygraph-combined.js
diff --git a/risk_insight/risk_insight/static/indices.js b/python/risk_insight/static/indices.js
index d3cc002a..d3cc002a 100644
--- a/risk_insight/risk_insight/static/indices.js
+++ b/python/risk_insight/static/indices.js
diff --git a/risk_insight/risk_insight/static/insight.css b/python/risk_insight/static/insight.css
index 30cb1768..30cb1768 100644
--- a/risk_insight/risk_insight/static/insight.css
+++ b/python/risk_insight/static/insight.css
diff --git a/risk_insight/risk_insight/static/jquery-2.1.1.min.js b/python/risk_insight/static/jquery-2.1.1.min.js
index e5ace116..e5ace116 100644
--- a/risk_insight/risk_insight/static/jquery-2.1.1.min.js
+++ b/python/risk_insight/static/jquery-2.1.1.min.js
diff --git a/risk_insight/risk_insight/static/tranches.js b/python/risk_insight/static/tranches.js
index f7809884..f7809884 100644
--- a/risk_insight/risk_insight/static/tranches.js
+++ b/python/risk_insight/static/tranches.js
diff --git a/risk_insight/risk_insight/templates/index.html b/python/risk_insight/templates/index.html
index f4bfadfa..f4bfadfa 100644
--- a/risk_insight/risk_insight/templates/index.html
+++ b/python/risk_insight/templates/index.html
diff --git a/risk_insight/risk_insight/templates/indices.html b/python/risk_insight/templates/indices.html
index 11950694..11950694 100644
--- a/risk_insight/risk_insight/templates/indices.html
+++ b/python/risk_insight/templates/indices.html
diff --git a/risk_insight/risk_insight/templates/tranches.html b/python/risk_insight/templates/tranches.html
index 9cec5653..9cec5653 100644
--- a/risk_insight/risk_insight/templates/tranches.html
+++ b/python/risk_insight/templates/tranches.html
diff --git a/risk_insight/run.py b/risk_insight/run.py
deleted file mode 100644
index eafad26e..00000000
--- a/risk_insight/run.py
+++ /dev/null
@@ -1,2 +0,0 @@
-from risk_insight import app
-app.run()