This commit is contained in:
Tomas Groth 2014-09-25 21:46:09 +01:00
parent 9b8b114a59
commit 60dc075e3b
2 changed files with 2 additions and 2 deletions

View File

@ -594,7 +594,8 @@ class OpenLyrics(object):
if new_tags:
FormattingTags.add_html_tags(new_tags)
if not temporary:
custom_tags = [tag for tag in FormattingTags.get_html_tags() if not tag['protected'] and not tag['temporary']]
custom_tags = [tag for tag in FormattingTags.get_html_tags()
if not tag['protected'] and not tag['temporary']]
FormattingTags.save_html_tags(custom_tags)
def _process_lines_mixed_content(self, element, newlines=True):

View File

@ -86,7 +86,6 @@ class TestOpenLyricsImport(TestCase, TestMixin):
self.get_application()
Registry.create()
self.build_settings()
#Settings().extend_default_settings(__default_settings__)
def tearDown(self):
"""