'''
Copyright (C) 2009 Aurelio A. Heckert, aurium (a) gmail dot com
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
'''
# local library
import inkwebeffect
import inkex
help="Attribute to set.")
help="Values to set.")
help="When it must to set?")
help="Compatibility with previews code to this event.")
help='Who transmit to Who? "g-to-one" All set the last. "one-to-g" The first set all.')
dest="tab",
help="The selected UI-tab when OK was pressed")
exit(1)
elFrom = []
idTo = []
# All set the last
else:
# The first set all
if __name__ == '__main__':
e = InkWebTransmitAtt()
e.affect()