From 2aec96d96c40578df18058615ebd1bbb8c0ac7b2 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 1 Jun 2014 12:58:51 +0530 Subject: [PATCH] Move first_boot to separate module --- modules/first_boot.py | 2 +- modules/installed/{ => first_boot}/first_boot.py | 0 .../installed/{ => first_boot}/templates/firstboot_sidebar.html | 0 .../installed/{ => first_boot}/templates/firstboot_state0.html | 0 .../installed/{ => first_boot}/templates/firstboot_state1.html | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename modules/installed/{ => first_boot}/first_boot.py (100%) rename modules/installed/{ => first_boot}/templates/firstboot_sidebar.html (100%) rename modules/installed/{ => first_boot}/templates/firstboot_state0.html (100%) rename modules/installed/{ => first_boot}/templates/firstboot_state1.html (100%) diff --git a/modules/first_boot.py b/modules/first_boot.py index ae5c55471..2003115bb 120000 --- a/modules/first_boot.py +++ b/modules/first_boot.py @@ -1 +1 @@ -installed/first_boot.py \ No newline at end of file +installed/first_boot/first_boot.py \ No newline at end of file diff --git a/modules/installed/first_boot.py b/modules/installed/first_boot/first_boot.py similarity index 100% rename from modules/installed/first_boot.py rename to modules/installed/first_boot/first_boot.py diff --git a/modules/installed/templates/firstboot_sidebar.html b/modules/installed/first_boot/templates/firstboot_sidebar.html similarity index 100% rename from modules/installed/templates/firstboot_sidebar.html rename to modules/installed/first_boot/templates/firstboot_sidebar.html diff --git a/modules/installed/templates/firstboot_state0.html b/modules/installed/first_boot/templates/firstboot_state0.html similarity index 100% rename from modules/installed/templates/firstboot_state0.html rename to modules/installed/first_boot/templates/firstboot_state0.html diff --git a/modules/installed/templates/firstboot_state1.html b/modules/installed/first_boot/templates/firstboot_state1.html similarity index 100% rename from modules/installed/templates/firstboot_state1.html rename to modules/installed/first_boot/templates/firstboot_state1.html