Wl-613 | Removing the example theme.

This commit is contained in:
Hasnain
2016-11-08 12:42:05 +05:00
committed by hasnain-naveed
parent 0c5b7ab32d
commit a29a2d4dbb
41 changed files with 0 additions and 3602 deletions

View File

@@ -26,7 +26,6 @@ class TestHelpers(TestCase):
Theme('red-theme', 'red-theme', get_theme_base_dir('red-theme')),
Theme('edge.edx.org', 'edge.edx.org', get_theme_base_dir('edge.edx.org')),
Theme('edx.org', 'edx.org', get_theme_base_dir('edx.org')),
Theme('example', 'example', get_theme_base_dir('example')),
Theme('stanford-style', 'stanford-style', get_theme_base_dir('stanford-style')),
]
actual_themes = get_themes()