~camptocamp/c2c-rd-addons/8.0a

« back to all changes in this revision

Viewing changes to c2c_process/__init__.py

  • Committer: ferdinand
  • Date: 2011-04-30 20:34:01 UTC
  • Revision ID: office@chricar.at-20110430203401-eqfv4au4tv3faj93
[ADD] initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
##############################################
 
3
#
 
4
# Swing Entwicklung betrieblicher Informationssysteme GmbH
 
5
# (<http://www.swing-system.com>)
 
6
# Copyright (C) ChriCar Beteiligungs- und Beratungs- GmbH
 
7
# Copyright (C) Camptocamp Austria
 
8
# all rights reserved
 
9
#    11-SEP-2009 (GK) created
 
10
#     1-OCT-2009 (GK) xml_generate_mixin
 
11
#
 
12
# WARNING: This program as such is intended to be used by professional
 
13
# programmers who take the whole responsability of assessing all potential
 
14
# consequences resulting from its eventual inadequacies and bugs.
 
15
# End users who are looking for a ready-to-use solution with commercial
 
16
# garantees and support are strongly adviced to contract a Free Software
 
17
# Service Company.
 
18
#
 
19
# This program is Free Software; you can redistribute it and/or
 
20
# modify it under the terms of the GNU General Public License
 
21
# as published by the Free Software Foundation; either version 3
 
22
# of the License, or (at your option) any later version.
 
23
#
 
24
# This program is distributed in the hope that it will be useful,
 
25
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
27
# GNU General Public License for more details.
 
28
#
 
29
# You should have received a copy of the GNU General Public License
 
30
# along with this program; if not, see <http://www.gnu.org/licenses/> or
 
31
# write to the Free Software Foundation, Inc.,
 
32
# 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
33
#
 
34
###############################################
 
35
import base