mostly running pylint on spices.py
[o_s.git] / dingbat_spices.py
bloba2bb8f163aa779e8346bf6a1e124c7c8fb0a5b24
1 # -*- coding: utf-8 -*-
2 # drawing hearts in the snow!
4 from odf.opendocument import OpenDocumentText
5 from odf.text import P
6 from odf.style import Style, TextProperties, ParagraphProperties, BackgroundImage, GraphicProperties
7 from odf.draw import Frame, TextBox
9 from liblove import *
10 from spices import *
11 from stylesheet import *
13 if __name__ == "__main__":
14 directory_structure()
15 for genre in ["brief", "verhaal", "gedicht"]:
16 for style in text_style[genre].keys():
17 to_season = DingbatSpice(genre, style)
18 to_season.loop_over_spices()