From 3de9aa8b78fe6b2d63447c1df296b675c5b33125 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Fri, 30 May 2014 15:08:20 -0700 Subject: [PATCH] rename plus to dashboard --- planetstack/core/{plus => dashboard}/__init__.py | 0 planetstack/core/{plus => dashboard}/sites.py | 0 planetstack/core/{plus => dashboard}/views.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename planetstack/core/{plus => dashboard}/__init__.py (100%) rename planetstack/core/{plus => dashboard}/sites.py (100%) rename planetstack/core/{plus => dashboard}/views.py (100%) 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 -- 2.43.0