From f42dfc27e9a9ac691ba50fefd6bcc320aa43a3a0 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Tue, 7 Mar 2017 14:30:23 -0600 Subject: [PATCH] removed pointless www directory --- {www/pocwww => pocwww}/.coveragerc | 0 {www/pocwww => pocwww}/CHANGES.txt | 0 {www/pocwww => pocwww}/MANIFEST.in | 0 {www/pocwww => pocwww}/README.txt | 0 {www/pocwww => pocwww}/development.ini | 0 {www/pocwww => pocwww}/pocwww/__init__.py | 0 {www/pocwww => pocwww}/pocwww/json.py | 0 {www/pocwww => pocwww}/pocwww/pagination.py | 0 {www/pocwww => pocwww}/pocwww/security.py | 0 {www/pocwww => pocwww}/pocwww/static/graphs.js | 0 .../pocwww/static/liquidFillGauge.js | 0 {www/pocwww => pocwww}/pocwww/static/moment.min.js | 0 .../pocwww/static/pyramid-16x16.png | Bin {www/pocwww => pocwww}/pocwww/static/pyramid.png | Bin {www/pocwww => pocwww}/pocwww/static/theme.css | 0 .../pocwww => pocwww}/pocwww/templates/admin.jinja2 | 0 .../pocwww/templates/cardlist.jinja2 | 0 .../pocwww/templates/cardsingle.jinja2 | 0 .../pocwww/templates/config.jinja2 | 0 .../pocwww/templates/dashboard.jinja2 | 0 .../pocwww/templates/datelist.jinja2 | 0 .../pocwww/templates/fluidshots.jinja2 | 0 .../pocwww/templates/gaugeoff_all.jinja2 | 0 .../pocwww/templates/layout.jinja2 | 0 .../pocwww/templates/pagination.jinja2 | 0 .../pocwww/templates/register.jinja2 | 0 .../pocwww/templates/runstatus.jinja2 | 0 .../pocwww/templates/values_single.jinja2 | 0 .../pocwww/templates/valuesall.jinja2 | 0 .../pocwww/templates/welltests.jinja2 | 0 {www/pocwww => pocwww}/pocwww/tests.py | 0 {www/pocwww => pocwww}/pocwww/view_helpers.py | 0 {www/pocwww => pocwww}/pocwww/views.py | 0 {www/pocwww => pocwww}/production.ini | 0 {www/pocwww => pocwww}/pytest.ini | 0 {www/pocwww => pocwww}/setup.py | 0 36 files changed, 0 insertions(+), 0 deletions(-) rename {www/pocwww => pocwww}/.coveragerc (100%) rename {www/pocwww => pocwww}/CHANGES.txt (100%) rename {www/pocwww => pocwww}/MANIFEST.in (100%) rename {www/pocwww => pocwww}/README.txt (100%) rename {www/pocwww => pocwww}/development.ini (100%) rename {www/pocwww => pocwww}/pocwww/__init__.py (100%) rename {www/pocwww => pocwww}/pocwww/json.py (100%) rename {www/pocwww => pocwww}/pocwww/pagination.py (100%) rename {www/pocwww => pocwww}/pocwww/security.py (100%) rename {www/pocwww => pocwww}/pocwww/static/graphs.js (100%) rename {www/pocwww => pocwww}/pocwww/static/liquidFillGauge.js (100%) rename {www/pocwww => pocwww}/pocwww/static/moment.min.js (100%) rename {www/pocwww => pocwww}/pocwww/static/pyramid-16x16.png (100%) rename {www/pocwww => pocwww}/pocwww/static/pyramid.png (100%) rename {www/pocwww => pocwww}/pocwww/static/theme.css (100%) rename {www/pocwww => pocwww}/pocwww/templates/admin.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/cardlist.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/cardsingle.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/config.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/dashboard.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/datelist.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/fluidshots.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/gaugeoff_all.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/layout.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/pagination.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/register.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/runstatus.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/values_single.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/valuesall.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/templates/welltests.jinja2 (100%) rename {www/pocwww => pocwww}/pocwww/tests.py (100%) rename {www/pocwww => pocwww}/pocwww/view_helpers.py (100%) rename {www/pocwww => pocwww}/pocwww/views.py (100%) rename {www/pocwww => pocwww}/production.ini (100%) rename {www/pocwww => pocwww}/pytest.ini (100%) rename {www/pocwww => pocwww}/setup.py (100%) diff --git a/www/pocwww/.coveragerc b/pocwww/.coveragerc similarity index 100% rename from www/pocwww/.coveragerc rename to pocwww/.coveragerc diff --git a/www/pocwww/CHANGES.txt b/pocwww/CHANGES.txt similarity index 100% rename from www/pocwww/CHANGES.txt rename to pocwww/CHANGES.txt diff --git a/www/pocwww/MANIFEST.in b/pocwww/MANIFEST.in similarity index 100% rename from www/pocwww/MANIFEST.in rename to pocwww/MANIFEST.in diff --git a/www/pocwww/README.txt b/pocwww/README.txt similarity index 100% rename from www/pocwww/README.txt rename to pocwww/README.txt diff --git a/www/pocwww/development.ini b/pocwww/development.ini similarity index 100% rename from www/pocwww/development.ini rename to pocwww/development.ini diff --git a/www/pocwww/pocwww/__init__.py b/pocwww/pocwww/__init__.py similarity index 100% rename from www/pocwww/pocwww/__init__.py rename to pocwww/pocwww/__init__.py diff --git a/www/pocwww/pocwww/json.py b/pocwww/pocwww/json.py similarity index 100% rename from www/pocwww/pocwww/json.py rename to pocwww/pocwww/json.py diff --git a/www/pocwww/pocwww/pagination.py b/pocwww/pocwww/pagination.py similarity index 100% rename from www/pocwww/pocwww/pagination.py rename to pocwww/pocwww/pagination.py diff --git a/www/pocwww/pocwww/security.py b/pocwww/pocwww/security.py similarity index 100% rename from www/pocwww/pocwww/security.py rename to pocwww/pocwww/security.py diff --git a/www/pocwww/pocwww/static/graphs.js b/pocwww/pocwww/static/graphs.js similarity index 100% rename from www/pocwww/pocwww/static/graphs.js rename to pocwww/pocwww/static/graphs.js diff --git a/www/pocwww/pocwww/static/liquidFillGauge.js b/pocwww/pocwww/static/liquidFillGauge.js similarity index 100% rename from www/pocwww/pocwww/static/liquidFillGauge.js rename to pocwww/pocwww/static/liquidFillGauge.js diff --git a/www/pocwww/pocwww/static/moment.min.js b/pocwww/pocwww/static/moment.min.js similarity index 100% rename from www/pocwww/pocwww/static/moment.min.js rename to pocwww/pocwww/static/moment.min.js diff --git a/www/pocwww/pocwww/static/pyramid-16x16.png b/pocwww/pocwww/static/pyramid-16x16.png similarity index 100% rename from www/pocwww/pocwww/static/pyramid-16x16.png rename to pocwww/pocwww/static/pyramid-16x16.png diff --git a/www/pocwww/pocwww/static/pyramid.png b/pocwww/pocwww/static/pyramid.png similarity index 100% rename from www/pocwww/pocwww/static/pyramid.png rename to pocwww/pocwww/static/pyramid.png diff --git a/www/pocwww/pocwww/static/theme.css b/pocwww/pocwww/static/theme.css similarity index 100% rename from www/pocwww/pocwww/static/theme.css rename to pocwww/pocwww/static/theme.css diff --git a/www/pocwww/pocwww/templates/admin.jinja2 b/pocwww/pocwww/templates/admin.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/admin.jinja2 rename to pocwww/pocwww/templates/admin.jinja2 diff --git a/www/pocwww/pocwww/templates/cardlist.jinja2 b/pocwww/pocwww/templates/cardlist.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/cardlist.jinja2 rename to pocwww/pocwww/templates/cardlist.jinja2 diff --git a/www/pocwww/pocwww/templates/cardsingle.jinja2 b/pocwww/pocwww/templates/cardsingle.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/cardsingle.jinja2 rename to pocwww/pocwww/templates/cardsingle.jinja2 diff --git a/www/pocwww/pocwww/templates/config.jinja2 b/pocwww/pocwww/templates/config.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/config.jinja2 rename to pocwww/pocwww/templates/config.jinja2 diff --git a/www/pocwww/pocwww/templates/dashboard.jinja2 b/pocwww/pocwww/templates/dashboard.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/dashboard.jinja2 rename to pocwww/pocwww/templates/dashboard.jinja2 diff --git a/www/pocwww/pocwww/templates/datelist.jinja2 b/pocwww/pocwww/templates/datelist.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/datelist.jinja2 rename to pocwww/pocwww/templates/datelist.jinja2 diff --git a/www/pocwww/pocwww/templates/fluidshots.jinja2 b/pocwww/pocwww/templates/fluidshots.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/fluidshots.jinja2 rename to pocwww/pocwww/templates/fluidshots.jinja2 diff --git a/www/pocwww/pocwww/templates/gaugeoff_all.jinja2 b/pocwww/pocwww/templates/gaugeoff_all.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/gaugeoff_all.jinja2 rename to pocwww/pocwww/templates/gaugeoff_all.jinja2 diff --git a/www/pocwww/pocwww/templates/layout.jinja2 b/pocwww/pocwww/templates/layout.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/layout.jinja2 rename to pocwww/pocwww/templates/layout.jinja2 diff --git a/www/pocwww/pocwww/templates/pagination.jinja2 b/pocwww/pocwww/templates/pagination.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/pagination.jinja2 rename to pocwww/pocwww/templates/pagination.jinja2 diff --git a/www/pocwww/pocwww/templates/register.jinja2 b/pocwww/pocwww/templates/register.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/register.jinja2 rename to pocwww/pocwww/templates/register.jinja2 diff --git a/www/pocwww/pocwww/templates/runstatus.jinja2 b/pocwww/pocwww/templates/runstatus.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/runstatus.jinja2 rename to pocwww/pocwww/templates/runstatus.jinja2 diff --git a/www/pocwww/pocwww/templates/values_single.jinja2 b/pocwww/pocwww/templates/values_single.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/values_single.jinja2 rename to pocwww/pocwww/templates/values_single.jinja2 diff --git a/www/pocwww/pocwww/templates/valuesall.jinja2 b/pocwww/pocwww/templates/valuesall.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/valuesall.jinja2 rename to pocwww/pocwww/templates/valuesall.jinja2 diff --git a/www/pocwww/pocwww/templates/welltests.jinja2 b/pocwww/pocwww/templates/welltests.jinja2 similarity index 100% rename from www/pocwww/pocwww/templates/welltests.jinja2 rename to pocwww/pocwww/templates/welltests.jinja2 diff --git a/www/pocwww/pocwww/tests.py b/pocwww/pocwww/tests.py similarity index 100% rename from www/pocwww/pocwww/tests.py rename to pocwww/pocwww/tests.py diff --git a/www/pocwww/pocwww/view_helpers.py b/pocwww/pocwww/view_helpers.py similarity index 100% rename from www/pocwww/pocwww/view_helpers.py rename to pocwww/pocwww/view_helpers.py diff --git a/www/pocwww/pocwww/views.py b/pocwww/pocwww/views.py similarity index 100% rename from www/pocwww/pocwww/views.py rename to pocwww/pocwww/views.py diff --git a/www/pocwww/production.ini b/pocwww/production.ini similarity index 100% rename from www/pocwww/production.ini rename to pocwww/production.ini diff --git a/www/pocwww/pytest.ini b/pocwww/pytest.ini similarity index 100% rename from www/pocwww/pytest.ini rename to pocwww/pytest.ini diff --git a/www/pocwww/setup.py b/pocwww/setup.py similarity index 100% rename from www/pocwww/setup.py rename to pocwww/setup.py