| 1 |
# -*- coding: UTF-8 -*- |
|---|
| 2 |
############################################################################## |
|---|
| 3 |
# |
|---|
| 4 |
# (c) Copyright 2005, 2006 IAVANTE Foundation <http://www.iavante.es> |
|---|
| 5 |
# All Rights Reserved. |
|---|
| 6 |
# |
|---|
| 7 |
# This program is free software; you can redistribute it and/or modify |
|---|
| 8 |
# it under the terms of the GNU General Public License version 2 as published |
|---|
| 9 |
# by the Free Software Foundation. |
|---|
| 10 |
# |
|---|
| 11 |
# A copy of the GNU General Public License should accompany this distribution. |
|---|
| 12 |
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED |
|---|
| 13 |
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 14 |
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS |
|---|
| 15 |
# FOR A PARTICULAR PURPOSE. |
|---|
| 16 |
# |
|---|
| 17 |
############################################################################## |
|---|
| 18 |
""" |
|---|
| 19 |
Patches CPSRemoteController for creating documents with images |
|---|
| 20 |
""" |
|---|
| 21 |
|
|---|
| 22 |
import PatchAddImageToDocument |
|---|