From 8d87a4940408c3cf2f580a4db509bea9d3af4087 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 19 Feb 2010 19:58:21 +0100 Subject: [PATCH] removed these... --- character_spices.py | 16 ---------------- dingbat_spices.py | 18 ------------------ image_spices.py | 15 --------------- 3 files changed, 49 deletions(-) delete mode 100644 character_spices.py delete mode 100644 dingbat_spices.py delete mode 100644 image_spices.py diff --git a/character_spices.py b/character_spices.py deleted file mode 100644 index e899002..0000000 --- a/character_spices.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- -# drawing hearts in the snow! -from odf.opendocument import OpenDocumentText -from odf.text import P, Span -from odf.style import Style, TextProperties, ParagraphProperties, BackgroundImage, GraphicProperties -from odf.draw import Frame, TextBox - -from liblove import * - - -if __name__ == "__main__": - directory_structure() - for genre in ["brief", "verhaal", "gedicht"]: - for style in text_style[genre].keys(): - to_season = CharSpice(genre, style) - to_season.loop_over_spices() diff --git a/dingbat_spices.py b/dingbat_spices.py deleted file mode 100644 index a2bb8f1..0000000 --- a/dingbat_spices.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- -# drawing hearts in the snow! - -from odf.opendocument import OpenDocumentText -from odf.text import P -from odf.style import Style, TextProperties, ParagraphProperties, BackgroundImage, GraphicProperties -from odf.draw import Frame, TextBox - -from liblove import * -from spices import * -from stylesheet import * - -if __name__ == "__main__": - directory_structure() - for genre in ["brief", "verhaal", "gedicht"]: - for style in text_style[genre].keys(): - to_season = DingbatSpice(genre, style) - to_season.loop_over_spices() diff --git a/image_spices.py b/image_spices.py deleted file mode 100644 index bde7d68..0000000 --- a/image_spices.py +++ /dev/null @@ -1,15 +0,0 @@ -# drawing hearts in the snow! - -import spices -from stylesheet import text_style -from liblove import directory_structure - -if __name__ == "__main__": - directory_structure() - for genre in ["brief", "verhaal", "gedicht"]: - # import stylesheet is an easy way of getting at these arrays... - for style in text_style[genre].keys(): - img_odts = spices.ImageSpice(genre, style) - img_odts.loop_over_spices() - ding_odts = spices.Dingbat(genre, style) - ding_odts.loop_over_spices() -- 2.11.4.GIT