From: Scott Baker Date: Fri, 30 May 2014 22:08:20 +0000 (-0700) Subject: rename plus to dashboard X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3de9aa8b78fe6b2d63447c1df296b675c5b33125;p=plstackapi.git rename plus to dashboard --- diff --git a/planetstack/core/plus/__init__.py b/planetstack/core/dashboard/__init__.py similarity index 100% rename from planetstack/core/plus/__init__.py rename to planetstack/core/dashboard/__init__.py diff --git a/planetstack/core/plus/sites.py b/planetstack/core/dashboard/sites.py similarity index 100% rename from planetstack/core/plus/sites.py rename to planetstack/core/dashboard/sites.py diff --git a/planetstack/core/plus/views.py b/planetstack/core/dashboard/views.py similarity index 100% rename from planetstack/core/plus/views.py rename to planetstack/core/dashboard/views.py