[IMP] openerp python module.
[odoo/odoo.git] / openerp / pychart / __init__.py
1 # -*- coding: utf-8 -*-
2 ##############################################################################
3 #    
4 # Copyright (C) 2000-2005 by Yasushi Saito (yasushi.saito@gmail.com)
5
6 # Jockey is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU General Public License as published by the
8 # Free Software Foundation; either version 2, or (at your option) any
9 # later version.
10 #
11 # Jockey is distributed in the hope that it will be useful, but WITHOUT
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 # for more details.
15 #
16 ##############################################################################
17 __all__ = [ "axis", "area", "basecanvas", "canvas",
18             "line_plot", "pie_plot", "rose_plot", "tick_mark",
19             "bar_plot", "chart_data", "arrow", "text_box", "color", "font",
20             "fill_style", "error_bar", "range_plot", "chart_object",
21             "line_style", "legend", "pychart_util", "theme", "scaling",
22             "zap", "coord", "linear_coord", "log_coord",
23             "category_coord", "afm", "interval_bar_plot" ]
24