aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 20:55:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 20:55:41 +0000
commitd91e57c44e923b6b65396515ff878199d43763a1 (patch)
treec891ef94238989d3efb004cc3d22a280b642260b /bin
parent9633dc85c57a0a6de1b088b49e589513087c2720 (diff)
downloadbitbake-d91e57c44e923b6b65396515ff878199d43763a1.tar.gz
Initial import.
Diffstat (limited to 'bin')
-rw-r--r--bin/COPYING340
-rwxr-xr-x[-rw-r--r--]bin/bbimage (renamed from bin/oeimage)77
-rwxr-xr-x[-rw-r--r--]bin/bbmake (renamed from bin/oemake)319
-rwxr-xr-xbin/bbread38
-rw-r--r--bin/build/install62
-rw-r--r--bin/commander/__init__.py0
-rw-r--r--bin/commander/aboutdialog.py20
-rw-r--r--bin/commander/aboutdialogbase.ui154
-rw-r--r--bin/commander/appinfo.py8
-rw-r--r--bin/commander/application.py33
-rw-r--r--bin/commander/commander.pro10
-rw-r--r--bin/commander/images/checked.pngbin313 -> 0 bytes
-rw-r--r--bin/commander/images/do_compile.pngbin931 -> 0 bytes
-rw-r--r--bin/commander/images/do_configure.pngbin949 -> 0 bytes
-rw-r--r--bin/commander/images/do_install.pngbin1026 -> 0 bytes
-rw-r--r--bin/commander/images/do_patch.pngbin946 -> 0 bytes
-rw-r--r--bin/commander/images/do_stage.pngbin950 -> 0 bytes
-rw-r--r--bin/commander/images/do_unpack.pngbin1061 -> 0 bytes
-rw-r--r--bin/commander/images/package.pngbin842 -> 0 bytes
-rw-r--r--bin/commander/images/unchecked.pngbin244 -> 0 bytes
-rw-r--r--bin/commander/images/virtual.pngbin797 -> 0 bytes
-rw-r--r--bin/commander/mainwindow.py137
-rw-r--r--bin/commander/mainwindowbase.ui742
-rw-r--r--bin/commander/packages.py61
-rw-r--r--bin/commander/packageview.py71
-rw-r--r--bin/commander/provideritem.py170
-rw-r--r--bin/commander/pythonshell.py205
-rw-r--r--bin/oe/__init__.py1268
-rw-r--r--bin/oe/build.py392
-rw-r--r--bin/oe/data.py477
-rw-r--r--bin/oe/event.py191
-rw-r--r--bin/oe/fetch.py621
-rw-r--r--bin/oe/make.py246
-rw-r--r--bin/oe/manifest.py129
-rw-r--r--bin/oe/parse/ConfHandler.py184
-rw-r--r--bin/oe/parse/OEHandler.py360
-rw-r--r--bin/oe/parse/SRPMHandler.py126
-rw-r--r--bin/oe/parse/__init__.py65
-rw-r--r--bin/oebuild143
-rw-r--r--bin/oecommander49
-rw-r--r--bin/oeread22
-rw-r--r--bin/utils/__init__.py0
-rw-r--r--bin/utils/daemon.py73
-rw-r--r--bin/utils/itertools.py10
-rw-r--r--bin/utils/optparse.py1399
-rw-r--r--bin/utils/textwrap.py355
46 files changed, 248 insertions, 8309 deletions
diff --git a/bin/COPYING b/bin/COPYING
deleted file mode 100644
index d60c31a97..000000000
--- a/bin/COPYING
+++ /dev/null
@@ -1,340 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-License is intended to guarantee your freedom to share and change free
-software--to make sure the software is free for all its users. This
-General Public License applies to most of the Free Software
-Foundation's software and to any other program whose authors commit to
-using it. (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.) You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-this service if you wish), that you receive source code or can get it
-if you want it, that you can change the software or use pieces of it
-in new free programs; and that you know you can do these things.
-
- To protect your rights, we need to make restrictions that forbid
-anyone to deny you these rights or to ask you to surrender the rights.
-These restrictions translate to certain responsibilities for you if you
-distribute copies of the software, or if you modify it.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must give the recipients all the rights that
-you have. You must make sure that they, too, receive or can get the
-source code. And you must show them these terms so they know their
-rights.
-
- We protect your rights with two steps: (1) copyright the software, and
-(2) offer you this license which gives you legal permission to copy,
-distribute and/or modify the software.
-
- Also, for each author's protection and ours, we want to make certain
-that everyone understands that there is no warranty for this free
-software. If the software is modified by someone else and passed on, we
-want its recipients to know that what they have is not the original, so
-that any problems introduced by others will not reflect on the original
-authors' reputations.
-
- Finally, any free program is threatened constantly by software
-patents. We wish to avoid the danger that redistributors of a free
-program will individually obtain patent licenses, in effect making the
-program proprietary. To prevent this, we have made it clear that any
-patent must be licensed for everyone's free use or not licensed at all.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License applies to any program or other work which contains
-a notice placed by the copyright holder saying it may be distributed
-under the terms of this General Public License. The "Program", below,
-refers to any such program or work, and a "work based on the Program"
-means either the Program or any derivative work under copyright law:
-that is to say, a work containing the Program or a portion of it,
-either verbatim or with modifications and/or translated into another
-language. (Hereinafter, translation is included without limitation in
-the term "modification".) Each licensee is addressed as "you".
-
-Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running the Program is not restricted, and the output from the Program
-is covered only if its contents constitute a work based on the
-Program (independent of having been made by running the Program).
-Whether that is true depends on what the Program does.
-
- 1. You may copy and distribute verbatim copies of the Program's
-source code as you receive it, in any medium, provided that you
-conspicuously and appropriately publish on each copy an appropriate
-copyright notice and disclaimer of warranty; keep intact all the
-notices that refer to this License and to the absence of any warranty;
-and give any other recipients of the Program a copy of this License
-along with the Program.
-
-You may charge a fee for the physical act of transferring a copy, and
-you may at your option offer warranty protection in exchange for a fee.
-
- 2. You may modify your copy or copies of the Program or any portion
-of it, thus forming a work based on the Program, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) You must cause the modified files to carry prominent notices
- stating that you changed the files and the date of any change.
-
- b) You must cause any work that you distribute or publish, that in
- whole or in part contains or is derived from the Program or any
- part thereof, to be licensed as a whole at no charge to all third
- parties under the terms of this License.
-
- c) If the modified program normally reads commands interactively
- when run, you must cause it, when started running for such
- interactive use in the most ordinary way, to print or display an
- announcement including an appropriate copyright notice and a
- notice that there is no warranty (or else, saying that you provide
- a warranty) and that users may redistribute the program under
- these conditions, and telling the user how to view a copy of this
- License. (Exception: if the Program itself is interactive but
- does not normally print such an announcement, your work based on
- the Program is not required to print an announcement.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Program,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Program, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Program.
-
-In addition, mere aggregation of another work not based on the Program
-with the Program (or with a work based on the Program) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may copy and distribute the Program (or a work based on it,
-under Section 2) in object code or executable form under the terms of
-Sections 1 and 2 above provided that you also do one of the following:
-
- a) Accompany it with the complete corresponding machine-readable
- source code, which must be distributed under the terms of Sections
- 1 and 2 above on a medium customarily used for software interchange; or,
-
- b) Accompany it with a written offer, valid for at least three
- years, to give any third party, for a charge no more than your
- cost of physically performing source distribution, a complete
- machine-readable copy of the corresponding source code, to be
- distributed under the terms of Sections 1 and 2 above on a medium
- customarily used for software interchange; or,
-
- c) Accompany it with the information you received as to the offer
- to distribute corresponding source code. (This alternative is
- allowed only for noncommercial distribution and only if you
- received the program in object code or executable form with such
- an offer, in accord with Subsection b above.)
-
-The source code for a work means the preferred form of the work for
-making modifications to it. For an executable work, complete source
-code means all the source code for all modules it contains, plus any
-associated interface definition files, plus the scripts used to
-control compilation and installation of the executable. However, as a
-special exception, the source code distributed need not include
-anything that is normally distributed (in either source or binary
-form) with the major components (compiler, kernel, and so on) of the
-operating system on which the executable runs, unless that component
-itself accompanies the executable.
-
-If distribution of executable or object code is made by offering
-access to copy from a designated place, then offering equivalent
-access to copy the source code from the same place counts as
-distribution of the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 4. You may not copy, modify, sublicense, or distribute the Program
-except as expressly provided under this License. Any attempt
-otherwise to copy, modify, sublicense or distribute the Program is
-void, and will automatically terminate your rights under this License.
-However, parties who have received copies, or rights, from you under
-this License will not have their licenses terminated so long as such
-parties remain in full compliance.
-
- 5. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Program or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Program (or any work based on the
-Program), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Program or works based on it.
-
- 6. Each time you redistribute the Program (or any work based on the
-Program), the recipient automatically receives a license from the
-original licensor to copy, distribute or modify the Program subject to
-these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties to
-this License.
-
- 7. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Program at all. For example, if a patent
-license would not permit royalty-free redistribution of the Program by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Program.
-
-If any portion of this section is held invalid or unenforceable under
-any particular circumstance, the balance of the section is intended to
-apply and the section as a whole is intended to apply in other
-circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system, which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 8. If the distribution and/or use of the Program is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Program under this License
-may add an explicit geographical distribution limitation excluding
-those countries, so that distribution is permitted only in or among
-countries not thus excluded. In such case, this License incorporates
-the limitation as if written in the body of this License.
-
- 9. The Free Software Foundation may publish revised and/or new versions
-of the General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Program
-specifies a version number of this License which applies to it and "any
-later version", you have the option of following the terms and conditions
-either of that version or of any later version published by the Free
-Software Foundation. If the Program does not specify a version number of
-this License, you may choose any version ever published by the Free Software
-Foundation.
-
- 10. If you wish to incorporate parts of the Program into other free
-programs whose distribution conditions are different, write to the author
-to ask for permission. For software which is copyrighted by the Free
-Software Foundation, write to the Free Software Foundation; we sometimes
-make exceptions for this. Our decision will be guided by the two goals
-of preserving the free status of all derivatives of our free software and
-of promoting the sharing and reuse of software generally.
-
- NO WARRANTY
-
- 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
-FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
-OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
-PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
-OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
-TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
-PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
-REPAIR OR CORRECTION.
-
- 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
-REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
-INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
-OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
-TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
-YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
-PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
-POSSIBILITY OF SUCH DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- <one line to give the program's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
-
- This program is free software; you can redistribute it and/or modify
- 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
-Also add information on how to contact you by electronic and paper mail.
-
-If the program is interactive, make it output a short notice like this
-when it starts in an interactive mode:
-
- Gnomovision version 69, Copyright (C) year name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, the commands you use may
-be called something other than `show w' and `show c'; they could even be
-mouse-clicks or menu items--whatever suits your program.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the program, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the program
- `Gnomovision' (which makes passes at compilers) written by James Hacker.
-
- <signature of Ty Coon>, 1 April 1989
- Ty Coon, President of Vice
-
-This General Public License does not permit incorporating your program into
-proprietary programs. If your program is a subroutine library, you may
-consider it more useful to permit linking proprietary applications with the
-library. If this is what you want to do, use the GNU Library General
-Public License instead of this License.
diff --git a/bin/oeimage b/bin/bbimage
index 3498ecddb..947d7edb0 100644..100755
--- a/bin/oeimage
+++ b/bin/bbimage
@@ -1,20 +1,37 @@
#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-
-import sys, os, oe
-from oe import *
+#
+# Copyright (C) 2003 Chris Larson
+#
+# This program is free software; you can redistribute it and/or modify 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., 59 Temple
+# Place, Suite 330, Boston, MA 02111-1307 USA.
+
+import sys, os
+sys.path.append(os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'lib'))
+import bb
+from bb import *
__version__ = 1.0
type = "jffs2"
-cfg_oe = data.init()
+cfg_bb = data.init()
cfg_oespawn = data.init()
def usage():
- print "Usage: oeimage [options ...]"
+ print "Usage: bbimage [options ...]"
print "Creates an image for a target device from a root filesystem,"
- print "obeying configuration parameters from the OpenEmbedded"
+ print "obeying configuration parameters from the BitBake"
print "configuration files, thereby easing handling of deviceisms."
print ""
print " %s\t\t%s" % ("-r [arg], --root [arg]", "root directory (default=${IMAGE_ROOTFS})")
@@ -24,10 +41,10 @@ def usage():
sys.exit(0)
def version():
- print "OpenEmbedded Build Infrastructure Core version %s" % oe.__version__
- print "OEImage version %s" % __version__
+ print "BitBake Build Infrastructure Core version %s" % bb.__version__
+ print "BBImage version %s" % __version__
-def emit_oe(d, base_d = {}):
+def emit_bb(d, base_d = {}):
for v in d.keys():
if d[v] != base_d[v]:
data.emit_var(v, d)
@@ -40,7 +57,7 @@ def getopthash(l):
import getopt
try:
- (opts, args) = getopt.getopt(sys.argv[1:], 'vr:t:e:n:', [ 'version', 'root=', 'type=', 'oefile=', 'name=' ])
+ (opts, args) = getopt.getopt(sys.argv[1:], 'vr:t:e:n:', [ 'version', 'root=', 'type=', 'bbfile=', 'name=' ])
except getopt.GetoptError:
usage()
@@ -52,13 +69,13 @@ if '--version' in opthash or '-v' in opthash:
sys.exit(0)
try:
- cfg_oe = parse.handle("conf/oe.conf", cfg_oe)
+ cfg_bb = parse.handle(os.path.join('conf', 'bitbake.conf'), cfg_bb)
except IOError:
- fatal("Unable to open oe.conf")
+ fatal("Unable to open bitbake.conf")
# sanity check
-if cfg_oe is None:
- fatal("Unable to open/parse conf/oe.conf")
+if cfg_bb is None:
+ fatal("Unable to open/parse %s" % os.path.join('conf', 'bitbake.conf'))
usage(1)
rootfs = None
@@ -74,31 +91,31 @@ if '--type' in opthash:
if '-t' in opthash:
type = opthash['-t']
-if '--oefile' in opthash:
- extra_files.append(opthash['--oefile'])
+if '--bbfile' in opthash:
+ extra_files.append(opthash['--bbfile'])
if '-e' in opthash:
extra_files.append(opthash['-e'])
for f in extra_files:
try:
- cfg_oe = parse.handle(f, cfg_oe)
+ cfg_bb = parse.handle(f, cfg_bb)
except IOError:
print "unable to open %s" % f
if not rootfs:
- rootfs = data.getVar('IMAGE_ROOTFS', cfg_oe, 1)
+ rootfs = data.getVar('IMAGE_ROOTFS', cfg_bb, 1)
if not rootfs:
- oe.fatal("IMAGE_ROOTFS not defined")
+ bb.fatal("IMAGE_ROOTFS not defined")
-data.setVar('IMAGE_ROOTFS', rootfs, cfg_oe)
+data.setVar('IMAGE_ROOTFS', rootfs, cfg_bb)
from copy import copy, deepcopy
-localdata = deepcopy(cfg_oe)
+localdata = deepcopy(cfg_bb)
overrides = data.getVar('OVERRIDES', localdata)
if not overrides:
- oe.fatal("OVERRIDES not defined.")
+ bb.fatal("OVERRIDES not defined.")
data.setVar('OVERRIDES', '%s:%s' % (overrides, type), localdata)
data.update_data(localdata)
data.setVar('OVERRIDES', overrides, localdata)
@@ -112,27 +129,27 @@ topdir = data.getVar('TOPDIR', localdata, 1) or os.getcwd()
cmd = data.getVar('IMAGE_CMD', localdata, 1)
if not cmd:
- oe.fatal("IMAGE_CMD not defined")
+ bb.fatal("IMAGE_CMD not defined")
outdir = data.getVar('DEPLOY_DIR_IMAGE', localdata, 1)
if not outdir:
- oe.fatal('DEPLOY_DIR_IMAGE not defined')
+ bb.fatal('DEPLOY_DIR_IMAGE not defined')
mkdirhier(outdir)
#depends = data.getVar('IMAGE_DEPENDS', localdata, 1) or ""
#if depends:
-# oe.note("Spawning oemake to satisfy dependencies: %s" % depends)
-# ret = os.system('oemake %s' % depends)
+# bb.note("Spawning bbmake to satisfy dependencies: %s" % depends)
+# ret = os.system('bbmake %s' % depends)
# if ret != 0:
-# oe.error("executing oemake to satisfy dependencies")
+# bb.error("executing bbmake to satisfy dependencies")
-oe.note("Executing %s" % cmd)
+bb.note("Executing %s" % cmd)
data.setVar('T', '${TMPDIR}', localdata)
data.setVar('image_cmd', cmd, localdata)
data.setVarFlag('image_cmd', 'func', 1, localdata)
try:
- oe.build.exec_func('image_cmd', localdata)
-except oe.build.FuncFailed:
+ bb.build.exec_func('image_cmd', localdata)
+except bb.build.FuncFailed:
sys.exit(1)
#ret = os.system(cmd)
#sys.exit(ret)
diff --git a/bin/oemake b/bin/bbmake
index be51a2db8..9ff8b1ec2 100644..100755
--- a/bin/oemake
+++ b/bin/bbmake
@@ -1,11 +1,27 @@
#!/usr/bin/env python
# ex:ts=4:sw=4:sts=4:et
# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
+# Copyright (C) 2003, 2004 Chris Larson
+# Copyright (C) 2003, 2004 Phil Blundell
+#
+# This program is free software; you can redistribute it and/or modify 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., 59 Temple
+# Place, Suite 330, Boston, MA 02111-1307 USA.
import sys, os, getopt, glob, copy, os.path, re
-sys.path.append('/usr/share/oe')
-import oe
-from oe import make
+sys.path.append(os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'lib'))
+import bb
+from bb import make
from sets import Set
import itertools, optparse
@@ -25,18 +41,18 @@ __depcmds = { "clean": None,
__stats = {}
-oefile_config_priorities = []
-oefile_priority = {}
-oedebug = 0
+bbfile_config_priorities = []
+bbfile_priority = {}
+bbdebug = 0
def handle_options( args ):
- parser = optparse.OptionParser( version = "OpenEmbedded Build Infrastructure Core version %s, %%prog version %s" % ( oe.__version__, __version__ ),
+ parser = optparse.OptionParser( version = "BitBake Build Infrastructure Core version %s, %%prog version %s" % ( bb.__version__, __version__ ),
usage = """%prog [options] [package ...]
-Builds specified packages, expecting that the .oe files
-it has to work from are in OEFILES
-Default packages are all packages in OEFILES.
-Default OEFILES are the .oe files in the current directory.""" )
+Builds specified packages, expecting that the .bb files
+it has to work from are in BBFILES
+Default packages are all packages in BBFILES.
+Default BBFILES are the .bb files in the current directory.""" )
parser.add_option( "-k", "--continue", help = "continue as much as possible after an error. While the target that failed, and those that depend on it, cannot be remade, the other dependencies of these targets can be processed all the same.",
action = "store_false", dest = "abort", default = True )
@@ -45,7 +61,7 @@ Default OEFILES are the .oe files in the current directory.""" )
action = "store_true", dest = "force", default = False )
- parser.add_option( "-c", "--cmd", help = "specify command to pass to oebuild. Valid commands are "
+ parser.add_option( "-c", "--cmd", help = "specify command to pass to bbbuild. Valid commands are "
"'fetch' (fetch all sources), "
"'unpack' (unpack the sources), "
"'patch' (apply the patches), "
@@ -56,16 +72,16 @@ Default OEFILES are the .oe files in the current directory.""" )
"'package' (package files into the selected package format)",
action = "store", dest = "cmd", default = "build" )
- parser.add_option( "-r", "--read", help = "read the specified file before oe.conf",
+ parser.add_option( "-r", "--read", help = "read the specified file before bitbake.conf",
action = "append", dest = "file", default = [] )
parser.add_option( "-v", "--verbose", help = "output more chit-chat to the terminal",
action = "store_true", dest = "verbose", default = False )
- parser.add_option( "-n", "--dry-run", help = "don't call oebuild, just go through the motions",
+ parser.add_option( "-n", "--dry-run", help = "don't call bbbuild, just go through the motions",
action = "store_true", dest = "dry_run", default = False )
- parser.add_option( "-p", "--parse-only", help = "quit after parsing the OE files (developers only)",
+ parser.add_option( "-p", "--parse-only", help = "quit after parsing the BB files (developers only)",
action = "store_true", dest = "parse_only", default = False )
parser.add_option( "-d", "--disable-psyco", help = "disable using the psyco just-in-time compiler (not recommended)",
@@ -74,29 +90,26 @@ Default OEFILES are the .oe files in the current directory.""" )
parser.add_option( "-s", "--show-versions", help = "show current and preferred versions of all packages",
action = "store_true", dest = "show_versions", default = False )
- parser.add_option( "--world", help = "build all available packages",
- action = "store_true", dest = "build_world", default = False )
-
options, args = parser.parse_args( args )
return options, args[1:]
def try_build(fn, virtual):
if fn in __building_list:
- oe.error("%s depends on itself (eventually)" % fn)
- oe.error("upwards chain is: %s" % (" -> ".join(__build_path)))
+ bb.error("%s depends on itself (eventually)" % fn)
+ bb.error("upwards chain is: %s" % (" -> ".join(__build_path)))
return False
__building_list.append(fn)
the_data = make.pkgdata[fn]
- item = oe.data.getVar('PN', the_data, 1)
+ item = bb.data.getVar('PN', the_data, 1)
pathstr = "%s (%s)" % (item, virtual)
__build_path.append(pathstr)
- depends_list = (oe.data.getVar('DEPENDS', the_data, 1) or "").split()
+ depends_list = (bb.data.getVar('DEPENDS', the_data, 1) or "").split()
if make.options.verbose:
- oe.note("current path: %s" % (" -> ".join(__build_path)))
- oe.note("dependencies for %s are: %s" % (item, " ".join(depends_list)))
+ bb.note("current path: %s" % (" -> ".join(__build_path)))
+ bb.note("dependencies for %s are: %s" % (item, " ".join(depends_list)))
try:
failed = False
@@ -111,7 +124,7 @@ def try_build(fn, virtual):
if not __depcmd:
continue
if buildPackage(d) == 0:
- oe.error("dependency %s (for %s) not satisfied" % (d,item))
+ bb.error("dependency %s (for %s) not satisfied" % (d,item))
failed = True
if make.options.abort:
break
@@ -123,26 +136,26 @@ def try_build(fn, virtual):
__stats["deps"] += 1
return False
- oe.event.fire(oe.event.PkgStarted(item, make.pkgdata[fn]))
+ bb.event.fire(bb.event.PkgStarted(item, make.pkgdata[fn]))
try:
__stats["attempt"] += 1
if not make.options.dry_run:
- oe.build.exec_task('do_%s' % make.options.cmd, make.pkgdata[fn])
- oe.event.fire(oe.event.PkgSucceeded(item, make.pkgdata[fn]))
+ bb.build.exec_task('do_%s' % make.options.cmd, make.pkgdata[fn])
+ bb.event.fire(bb.event.PkgSucceeded(item, make.pkgdata[fn]))
__build_cache.append(fn)
return True
- except oe.build.FuncFailed:
+ except bb.build.FuncFailed:
__stats["fail"] += 1
- oe.error("task stack execution failed")
- oe.event.fire(oe.event.PkgFailed(item, make.pkgdata[fn]))
+ bb.error("task stack execution failed")
+ bb.event.fire(bb.event.PkgFailed(item, make.pkgdata[fn]))
__build_cache_fail.append(fn)
raise
- except oe.build.EventException:
+ except bb.build.EventException:
__stats["fail"] += 1
(type, value, traceback) = sys.exc_info()
e = value.event
- oe.error("%s event exception, aborting" % oe.event.getName(e))
- oe.event.fire(oe.event.PkgFailed(item, make.pkgdata[fn]))
+ bb.error("%s event exception, aborting" % bb.event.getName(e))
+ bb.event.fire(bb.event.PkgFailed(item, make.pkgdata[fn]))
__build_cache_fail.append(fn)
raise
finally:
@@ -155,7 +168,7 @@ def showVersions():
latest_versions = {}
for p in make.pkgdata.keys():
- pn = oe.data.getVar('PN', make.pkgdata[p], 1)
+ pn = bb.data.getVar('PN', make.pkgdata[p], 1)
if not pkg_pn.has_key(pn):
pkg_pn[pn] = []
pkg_pn[pn].append(p)
@@ -165,7 +178,7 @@ def showVersions():
files = pkg_pn[pn]
priorities = {}
for f in files:
- priority = oefile_priority[f]
+ priority = bbfile_priority[f]
if not priorities.has_key(priority):
priorities[priority] = []
priorities[priority].append(f)
@@ -175,13 +188,13 @@ def showVersions():
for p in p_list:
pkg_pn[pn] = [ priorities[p] ] + pkg_pn[pn]
- # If there is a PREFERRED_VERSION, find the highest-priority oefile providing that
- # version. If not, find the latest version provided by an oefile in the
+ # If there is a PREFERRED_VERSION, find the highest-priority bbfile providing that
+ # version. If not, find the latest version provided by an bbfile in the
# highest-priority set.
for pn in pkg_pn.keys():
preferred_file = None
- preferred_v = oe.data.getVar('PREFERRED_VERSION_%s' % pn, make.cfg, 1)
+ preferred_v = bb.data.getVar('PREFERRED_VERSION_%s' % pn, make.cfg, 1)
if preferred_v:
preferred_r = None
m = re.match('(.*)_(.*)', preferred_v)
@@ -192,8 +205,8 @@ def showVersions():
for file_set in pkg_pn[pn]:
for f in file_set:
the_data = make.pkgdata[f]
- pv = oe.data.getVar('PV', the_data, 1)
- pr = oe.data.getVar('PR', the_data, 1)
+ pv = bb.data.getVar('PV', the_data, 1)
+ pr = bb.data.getVar('PR', the_data, 1)
if preferred_v == pv and (preferred_r == pr or preferred_r == None):
preferred_file = f
preferred_ver = (pv, pr)
@@ -205,9 +218,9 @@ def showVersions():
else:
pv_str = preferred_v
if preferred_file is None:
- oe.note("preferred version %s of %s not available" % (pv_str, pn))
+ bb.note("preferred version %s of %s not available" % (pv_str, pn))
else:
- oe.debug(1, "selecting %s as PREFERRED_VERSION %s of package %s" % (preferred_file, pv_str, pn))
+ bb.debug(1, "selecting %s as PREFERRED_VERSION %s of package %s" % (preferred_file, pv_str, pn))
# get highest priority file set
files = pkg_pn[pn][0]
@@ -216,9 +229,9 @@ def showVersions():
latest_f = None
for f in files:
the_data = make.pkgdata[f]
- pv = oe.data.getVar('PV', the_data, 1)
- pr = oe.data.getVar('PR', the_data, 1)
- dp = int(oe.data.getVar('DEFAULT_PREFERENCE', the_data, 1) or "0")
+ pv = bb.data.getVar('PV', the_data, 1)
+ pr = bb.data.getVar('PR', the_data, 1)
+ dp = int(bb.data.getVar('DEFAULT_PREFERENCE', the_data, 1) or "0")
if (latest is None) or ((latest_p == dp) and (make.vercmp(latest, (pv, pr)) < 0)) or (dp > latest_p):
latest = (pv, pr)
@@ -252,14 +265,14 @@ def buildPackage(item):
discriminated = False
if not providers.has_key(item):
- oe.error("Nothing provides %s" % item)
+ bb.error("Nothing provides %s" % item)
return 0
all_p = providers[item]
for p in all_p:
if p in __build_cache:
- oe.debug(1, "already built %s in this run\n" % p)
+ bb.debug(1, "already built %s in this run\n" % p)
return 1
eligible = []
@@ -269,19 +282,19 @@ def buildPackage(item):
pkg_pn = {}
for p in all_p:
the_data = make.pkgdata[p]
- pn = oe.data.getVar('PN', the_data, 1)
+ pn = bb.data.getVar('PN', the_data, 1)
if not pkg_pn.has_key(pn):
pkg_pn[pn] = []
pkg_pn[pn].append(p)
- oe.debug(1, "providers for %s are: %s" % (item, pkg_pn.keys()))
+ bb.debug(1, "providers for %s are: %s" % (item, pkg_pn.keys()))
# Sort by priority
for pn in pkg_pn.keys():
files = pkg_pn[pn]
priorities = {}
for f in files:
- priority = oefile_priority[f]
+ priority = bbfile_priority[f]
if not priorities.has_key(priority):
priorities[priority] = []
priorities[priority].append(f)
@@ -291,13 +304,13 @@ def buildPackage(item):
for p in p_list:
pkg_pn[pn] = [ priorities[p] ] + pkg_pn[pn]
- # If there is a PREFERRED_VERSION, find the highest-priority oefile providing that
- # version. If not, find the latest version provided by an oefile in the
+ # If there is a PREFERRED_VERSION, find the highest-priority bbfile providing that
+ # version. If not, find the latest version provided by an bbfile in the
# highest-priority set.
for pn in pkg_pn.keys():
preferred_file = None
- preferred_v = oe.data.getVar('PREFERRED_VERSION_%s' % pn, make.cfg, 1)
+ preferred_v = bb.data.getVar('PREFERRED_VERSION_%s' % pn, make.cfg, 1)
if preferred_v:
preferred_r = None
m = re.match('(.*)_(.*)', preferred_v)
@@ -308,8 +321,8 @@ def buildPackage(item):
for file_set in pkg_pn[pn]:
for f in file_set:
the_data = make.pkgdata[f]
- pv = oe.data.getVar('PV', the_data, 1)
- pr = oe.data.getVar('PR', the_data, 1)
+ pv = bb.data.getVar('PV', the_data, 1)
+ pr = bb.data.getVar('PR', the_data, 1)
if preferred_v == pv and (preferred_r == pr or preferred_r == None):
preferred_file = f
preferred_ver = (pv, pr)
@@ -321,9 +334,9 @@ def buildPackage(item):
else:
pv_str = preferred_v
if preferred_file is None:
- oe.note("preferred version %s of %s not available" % (pv_str, pn))
+ bb.note("preferred version %s of %s not available" % (pv_str, pn))
else:
- oe.debug(1, "selecting %s as PREFERRED_VERSION %s of package %s" % (preferred_file, pv_str, pn))
+ bb.debug(1, "selecting %s as PREFERRED_VERSION %s of package %s" % (preferred_file, pv_str, pn))
if preferred_file is None:
# get highest priority file set
@@ -333,9 +346,9 @@ def buildPackage(item):
latest_f = None
for f in files:
the_data = make.pkgdata[f]
- pv = oe.data.getVar('PV', the_data, 1)
- pr = oe.data.getVar('PR', the_data, 1)
- dp = int(oe.data.getVar('DEFAULT_PREFERENCE', the_data, 1) or "0")
+ pv = bb.data.getVar('PV', the_data, 1)
+ pr = bb.data.getVar('PR', the_data, 1)
+ dp = int(bb.data.getVar('DEFAULT_PREFERENCE', the_data, 1) or "0")
if (latest is None) or ((latest_p == dp) and (make.vercmp(latest, (pv, pr)) < 0)) or (dp > latest_p):
latest = (pv, pr)
@@ -344,28 +357,28 @@ def buildPackage(item):
preferred_file = latest_f
preferred_ver = latest
- oe.debug(1, "selecting %s as latest version of provider %s" % (preferred_file, pn))
+ bb.debug(1, "selecting %s as latest version of provider %s" % (preferred_file, pn))
preferred_versions[pn] = (preferred_ver, preferred_file)
eligible.append(preferred_file)
for p in eligible:
if p in __build_cache_fail:
- oe.debug(1, "rejecting already-failed %s" % p)
+ bb.debug(1, "rejecting already-failed %s" % p)
eligible.remove(p)
if len(eligible) == 0:
- oe.error("no eligible providers for %s" % item)
+ bb.error("no eligible providers for %s" % item)
return 0
# look to see if one of them is already staged, or marked as preferred.
# if so, bump it to the head of the queue
for p in all_p:
the_data = make.pkgdata[p]
- pn = oe.data.getVar('PN', the_data, 1)
- pv = oe.data.getVar('PV', the_data, 1)
- pr = oe.data.getVar('PR', the_data, 1)
- tmpdir = oe.data.getVar('TMPDIR', the_data, 1)
+ pn = bb.data.getVar('PN', the_data, 1)
+ pv = bb.data.getVar('PV', the_data, 1)
+ pr = bb.data.getVar('PR', the_data, 1)
+ tmpdir = bb.data.getVar('TMPDIR', the_data, 1)
stamp = '%s/stamps/%s-%s-%s.do_populate_staging' % (tmpdir, pn, pv, pr)
if os.path.exists(stamp):
(newvers, fn) = preferred_versions[pn]
@@ -379,23 +392,23 @@ def buildPackage(item):
else:
extra_chat = ""
if make.options.verbose:
- oe.note("selecting already-staged %s to satisfy %s%s" % (pn, item, extra_chat))
+ bb.note("selecting already-staged %s to satisfy %s%s" % (pn, item, extra_chat))
eligible.remove(fn)
eligible = [fn] + eligible
discriminated = True
break
- prefervar = oe.data.getVar('PREFERRED_PROVIDER_%s' % item, make.cfg, 1)
+ prefervar = bb.data.getVar('PREFERRED_PROVIDER_%s' % item, make.cfg, 1)
if prefervar:
__preferred[item] = prefervar
if __preferred.has_key(item):
for p in eligible:
the_data = make.pkgdata[p]
- pn = oe.data.getVar('PN', the_data, 1)
+ pn = bb.data.getVar('PN', the_data, 1)
if __preferred[item] == pn:
if make.options.verbose:
- oe.note("selecting %s to satisfy %s due to PREFERRED_PROVIDERS" % (pn, item))
+ bb.note("selecting %s to satisfy %s due to PREFERRED_PROVIDERS" % (pn, item))
eligible.remove(p)
eligible = [p] + eligible
discriminated = True
@@ -404,17 +417,17 @@ def buildPackage(item):
if len(eligible) > 1 and discriminated == False:
providers_list = []
for fn in eligible:
- providers_list.append(oe.data.getVar('PN', make.pkgdata[fn], 1))
- oe.note("multiple providers are available (%s);" % ", ".join(providers_list))
- oe.note("consider defining PREFERRED_PROVIDER_%s" % item)
+ providers_list.append(bb.data.getVar('PN', make.pkgdata[fn], 1))
+ bb.note("multiple providers are available (%s);" % ", ".join(providers_list))
+ bb.note("consider defining PREFERRED_PROVIDER_%s" % item)
# run through the list until we find one that we can build
for fn in eligible:
- oe.debug(2, "selecting %s to satisfy %s" % (fn, item))
+ bb.debug(2, "selecting %s to satisfy %s" % (fn, item))
if try_build(fn, item):
return 1
- oe.note("no buildable providers for %s" % item)
+ bb.note("no buildable providers for %s" % item)
return 0
def build_depgraph():
@@ -422,7 +435,7 @@ def build_depgraph():
pn_provides = {}
def progress(p):
- if oedebug or progress.p == p: return
+ if bbdebug or progress.p == p: return
progress.p = p
if os.isatty(sys.stdout.fileno()):
sys.stdout.write("\rNOTE: Building provider hash: [%s%s] (%02d%%)" % ( "#" * (p/5), " " * ( 20 - p/5 ), p ) )
@@ -434,29 +447,29 @@ def build_depgraph():
sys.stdout.write("done.\n")
progress.p = 0
- def calc_oefile_priority(filename):
- for (regex, pri) in oefile_config_priorities:
+ def calc_bbfile_priority(filename):
+ for (regex, pri) in bbfile_config_priorities:
if regex.match(filename):
return pri
return 0
# Handle PREFERRED_PROVIDERS
- for p in (oe.data.getVar('PREFERRED_PROVIDERS', make.cfg, 1) or "").split():
+ for p in (bb.data.getVar('PREFERRED_PROVIDERS', make.cfg, 1) or "").split():
(providee, provider) = p.split(':')
if __preferred.has_key(providee) and __preferred[providee] != provider:
- oe.error("conflicting preferences for %s: both %s and %s specified" % (providee, provider, __preferred[providee]))
+ bb.error("conflicting preferences for %s: both %s and %s specified" % (providee, provider, __preferred[providee]))
__preferred[providee] = provider
# Calculate priorities for each file
for p in make.pkgdata.keys():
- oefile_priority[p] = calc_oefile_priority(p)
+ bbfile_priority[p] = calc_bbfile_priority(p)
n = len(make.pkgdata.keys())
i = 0
op = -1
- oe.debug(1, "OEMAKE building providers hashes")
+ bb.debug(1, "BBMAKE building providers hashes")
# Build forward and reverse provider hashes
# Forward: virtual -> [filenames]
@@ -464,8 +477,8 @@ def build_depgraph():
for f in make.pkgdata.keys():
d = make.pkgdata[f]
- pn = oe.data.getVar('PN', d, 1)
- provides = Set([pn] + (oe.data.getVar("PROVIDES", d, 1) or "").split())
+ pn = bb.data.getVar('PN', d, 1)
+ provides = Set([pn] + (bb.data.getVar("PROVIDES", d, 1) or "").split())
if not pn_provides.has_key(pn):
pn_provides[pn] = Set()
@@ -476,7 +489,7 @@ def build_depgraph():
providers[provide] = []
providers[provide].append(f)
- deps = (oe.data.getVar("DEPENDS", d, 1) or "").split()
+ deps = (bb.data.getVar("DEPENDS", d, 1) or "").split()
for dep in deps:
all_depends.add(dep)
@@ -486,41 +499,40 @@ def build_depgraph():
op = p
progress(p)
- if oedebug == 0:
+ if bbdebug == 0:
sys.stdout.write("\n")
- # Build package list for "oemake world"
- if make.options.build_world:
- oe.debug(1, "OEMAKE collating packages for \"world\"")
- for f in make.pkgdata.keys():
- d = make.pkgdata[f]
- if oe.data.getVar('BROKEN', d, 1) or oe.data.getVar('EXCLUDE_FROM_WORLD', d, 1):
- oe.debug(2, "OEMAKE skipping %s due to BROKEN/EXCLUDE_FROM_WORLD" % f)
- continue
- terminal = True
- pn = oe.data.getVar('PN', d, 1)
- for p in pn_provides[pn]:
- if p.startswith('virtual/'):
- oe.debug(2, "OEMAKE skipping %s due to %s provider starting with virtual/" % (f, p))
+ # Build package list for "bbmake world"
+ bb.debug(1, "BBMAKE collating packages for \"world\"")
+ for f in make.pkgdata.keys():
+ d = make.pkgdata[f]
+ if bb.data.getVar('BROKEN', d, 1) or bb.data.getVar('EXCLUDE_FROM_WORLD', d, 1):
+ bb.debug(2, "BBMAKE skipping %s due to BROKEN/EXCLUDE_FROM_WORLD" % f)
+ continue
+ terminal = True
+ pn = bb.data.getVar('PN', d, 1)
+ for p in pn_provides[pn]:
+ if p.startswith('virtual/'):
+ bb.debug(2, "BBMAKE skipping %s due to %s provider starting with virtual/" % (f, p))
+ terminal = False
+ break
+ for pf in providers[p]:
+ if bb.data.getVar('PN', make.pkgdata[pf], 1) != pn:
+ bb.debug(2, "BBMAKE skipping %s due to both us and %s providing %s" % (f, pf, p))
terminal = False
break
- for pf in providers[p]:
- if oe.data.getVar('PN', make.pkgdata[pf], 1) != pn:
- oe.debug(2, "OEMAKE skipping %s due to both us and %s providing %s" % (f, pf, p))
- terminal = False
- break
- if terminal:
- __world_target.add(pn)
+ if terminal:
+ __world_target.add(pn)
def myProgressCallback( x, y, f ):
- if oedebug > 0:
+ if bbdebug > 0:
return
if os.isatty(sys.stdout.fileno()):
- sys.stdout.write("\rNOTE: Parsing .oe files: %s (%04d/%04d) [%2d %%]" % ( parsespin.next(), x, y, x*100/y ) )
+ sys.stdout.write("\rNOTE: Parsing .bb files: %s (%04d/%04d) [%2d %%]" % ( parsespin.next(), x, y, x*100/y ) )
sys.stdout.flush()
else:
if x == 1:
- sys.stdout.write("Parsing .oe files, please wait...")
+ sys.stdout.write("Parsing .bb files, please wait...")
sys.stdout.flush()
if x == y:
sys.stdout.write("done.")
@@ -533,8 +545,8 @@ def myProgressCallback( x, y, f ):
if __name__ == "__main__":
- if "OEDEBUG" in os.environ:
- oedebug = int(os.environ["OEDEBUG"])
+ if "BBDEBUG" in os.environ:
+ bbdebug = int(os.environ["BBDEBUG"])
make.options, args = handle_options( sys.argv )
@@ -547,50 +559,50 @@ if __name__ == "__main__":
__depcmd=make.options.cmd
make.pkgdata = {}
- make.cfg = oe.data.init()
+ make.cfg = bb.data.init()
providers = {}
for f in make.options.file:
try:
- make.cfg = oe.parse.handle(f, make.cfg)
+ make.cfg = bb.parse.handle(f, make.cfg)
except IOError:
- oe.fatal("Unable to open %s" % f)
+ bb.fatal("Unable to open %s" % f)
try:
- make.cfg = oe.parse.handle("conf/oe.conf", make.cfg)
+ make.cfg = bb.parse.handle(os.path.join('conf', 'bitbake.conf'), make.cfg)
except IOError:
- oe.fatal("Unable to open oe.conf")
+ bb.fatal("Unable to open %s" % os.path.join('conf', 'bitbake.conf'))
- if not oe.data.getVar("BUILDNAME", make.cfg):
- oe.data.setVar("BUILDNAME", os.popen('date +%Y%m%d%H%M').readline().strip(), make.cfg)
+ if not bb.data.getVar("BUILDNAME", make.cfg):
+ bb.data.setVar("BUILDNAME", os.popen('date +%Y%m%d%H%M').readline().strip(), make.cfg)
- buildname = oe.data.getVar("BUILDNAME", make.cfg)
+ buildname = bb.data.getVar("BUILDNAME", make.cfg)
- ignore = oe.data.getVar("ASSUME_PROVIDED", make.cfg, 1) or ""
+ ignore = bb.data.getVar("ASSUME_PROVIDED", make.cfg, 1) or ""
__ignored_dependencies = ignore.split()
- collections = oe.data.getVar("OEFILE_COLLECTIONS", make.cfg, 1)
+ collections = bb.data.getVar("BBFILE_COLLECTIONS", make.cfg, 1)
if collections:
collection_list = collections.split()
for c in collection_list:
- regex = oe.data.getVar("OEFILE_PATTERN_%s" % c, make.cfg, 1)
+ regex = bb.data.getVar("BBFILE_PATTERN_%s" % c, make.cfg, 1)
if regex == None:
- oe.error("OEFILE_PATTERN_%s not defined" % c)
+ bb.error("BBFILE_PATTERN_%s not defined" % c)
continue
- priority = oe.data.getVar("OEFILE_PRIORITY_%s" % c, make.cfg, 1)
+ priority = bb.data.getVar("BBFILE_PRIORITY_%s" % c, make.cfg, 1)
if priority == None:
- oe.error("OEFILE_PRIORITY_%s not defined" % c)
+ bb.error("BBFILE_PRIORITY_%s not defined" % c)
continue
try:
cre = re.compile(regex)
except re.error:
- oe.error("OEFILE_PATTERN_%s \"%s\" is not a valid regular expression" % (c, regex))
+ bb.error("BBFILE_PATTERN_%s \"%s\" is not a valid regular expression" % (c, regex))
continue
try:
pri = int(priority)
- oefile_config_priorities.append((cre, pri))
+ bbfile_config_priorities.append((cre, pri))
except ValueError:
- oe.error("invalid value for OEFILE_PRIORITY_%s: \"%s\"" % (c, priority))
+ bb.error("invalid value for BBFILE_PRIORITY_%s: \"%s\"" % (c, priority))
pkgs_to_build = None
if args:
@@ -598,18 +610,13 @@ if __name__ == "__main__":
pkgs_to_build = []
pkgs_to_build.extend(args)
if not pkgs_to_build:
- oepkgs = oe.data.getVar('OEPKGS', make.cfg, 1)
- if oepkgs:
- pkgs_to_build = oepkgs.split()
- if not pkgs_to_build and not make.options.show_versions and not make.options.build_world:
- print "Nothing to build. Use \"oemake --world\" to build everything."
+ bbpkgs = bb.data.getVar('BBPKGS', make.cfg, 1)
+ if bbpkgs:
+ pkgs_to_build = bbpkgs.split()
+ if not pkgs_to_build and not make.options.show_versions:
+ print "Nothing to build. Use 'bbmake world' to build everything."
sys.exit(0)
- if pkgs_to_build and 'world' in pkgs_to_build:
- oe.note("use \"oemake --world\", not \"oemake world\"")
- pkgs_to_build.remove('world')
- make.options.build_world = True
-
__stats["attempt"] = 0
__stats["success"] = 0
__stats["fail"] = 0
@@ -620,21 +627,21 @@ if __name__ == "__main__":
try:
import psyco
except ImportError:
- if oedebug == 0:
- oe.note("Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.")
+ if bbdebug == 0:
+ bb.note("Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.")
else:
- psyco.bind( make.collect_oefiles )
+ psyco.bind( make.collect_bbfiles )
else:
- oe.note("You have disabled Psyco. This decreases performance.")
+ bb.note("You have disabled Psyco. This decreases performance.")
try:
- oe.debug(1, "OEMAKE collecting .oe files")
- make.collect_oefiles( myProgressCallback )
- oe.debug(1, "OEMAKE parsing complete")
- if oedebug == 0:
+ bb.debug(1, "BBMAKE collecting .bb files")
+ make.collect_bbfiles( myProgressCallback )
+ bb.debug(1, "BBMAKE parsing complete")
+ if bbdebug == 0:
print
if make.options.parse_only:
- print "Requested parsing .oe files only. Exiting."
+ print "Requested parsing .bb files only. Exiting."
sys.exit(0)
build_depgraph()
@@ -642,13 +649,13 @@ if __name__ == "__main__":
if make.options.show_versions:
showVersions()
sys.exit(0)
-
- if make.options.build_world:
- pkgs_to_build = []
+
+ if 'world' in pkgs_to_build:
+ pkgs_to_build.remove('world')
for t in __world_target:
pkgs_to_build.append(t)
- oe.event.fire(oe.event.BuildStarted(buildname, pkgs_to_build, make.cfg))
+ bb.event.fire(bb.event.BuildStarted(buildname, pkgs_to_build, make.cfg))
for k in pkgs_to_build:
failed = False
@@ -656,15 +663,15 @@ if __name__ == "__main__":
if buildPackage(k) == 0:
# already diagnosed
failed = True
- except oe.build.EventException:
- oe.error("Build of " + k + " failed")
+ except bb.build.EventException:
+ bb.error("Build of " + k + " failed")
failed = True
if failed:
if make.options.abort:
sys.exit(1)
- oe.event.fire(oe.event.BuildCompleted(buildname, pkgs_to_build, make.cfg))
+ bb.event.fire(bb.event.BuildCompleted(buildname, pkgs_to_build, make.cfg))
print "Build statistics:"
print " Attempted builds: %d" % __stats["attempt"]
diff --git a/bin/bbread b/bin/bbread
new file mode 100755
index 000000000..f48c2aa2e
--- /dev/null
+++ b/bin/bbread
@@ -0,0 +1,38 @@
+#!/usr/bin/env python
+# ex:ts=4:sw=4:sts=4:et
+# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
+#
+# Copyright (C) 2003, 2004 Chris Larson
+#
+# This program is free software; you can redistribute it and/or modify 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., 59 Temple
+# Place, Suite 330, Boston, MA 02111-1307 USA.
+
+import sys, copy, os
+sys.path.append(os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'lib'))
+import bb, bb.parse, bb.build
+
+d = bb.data.init()
+d = bb.parse.handle(os.path.join('conf', 'bitbake.conf'), d)
+
+if len(sys.argv) == 2:
+ try:
+ d = bb.parse.handle(sys.argv[1], d)
+ except Exception, e:
+ bb.fatal("%s" % e)
+
+# emit variables and shell functions
+bb.data.emit_env(sys.__stdout__, d, True)
+# emit the metadata which isnt valid shell
+for e in d.keys():
+ if bb.data.getVarFlag(e, 'python', d):
+ sys.__stdout__.write("\npython %s () {\n%s}\n" % (e, bb.data.getVar(e, d, 1)))
diff --git a/bin/build/install b/bin/build/install
deleted file mode 100644
index 947b4901b..000000000
--- a/bin/build/install
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/bin/sh
-
-pkg="-"
-mode="-"
-type="f"
-owner="0"
-group="0"
-src="-"
-dest="-"
-while [ $# -ge 1 ]; do
- arg=`eval echo $1`
- case $1 in
- -m|--mode)
- installcmd="$installcmd $1"
- shift || break
- mode="$1"
- ;;
- -o|--owner)
- installcmd="$installcmd $1"
- shift || break
- owner="$1"
- ;;
- -g|--group)
- installcmd="$installcmd $1"
- shift || break
- group="$1"
- ;;
- -d)
- type="d"
- ;;
- -*)
- ;;
- *)
- if [ "$#" -eq "1" ]; then
- dest="$arg"
- else
- srcs="$srcs $arg"
- fi
- ;;
- esac
-
- installcmd="$installcmd $1"
- shift || break
-done
-
-(
-if [ -n "$srcs" ]; then
- for s in $srcs; do
- if (echo $dest|grep -q "/$"); then
- srcdest="$dest/`basename $s`"
- else
- srcdest="$dest"
- fi
- echo "$pkg $s $srcdest $type $mode $owner $group"
- done
-else
- echo "$pkg $src $dest $type $mode $owner $group"
-fi
-) >> ${MANIFEST}
-
-install $installcmd
-exit 0
diff --git a/bin/commander/__init__.py b/bin/commander/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/bin/commander/__init__.py
+++ /dev/null
diff --git a/bin/commander/aboutdialog.py b/bin/commander/aboutdialog.py
deleted file mode 100644
index 8449bbb1a..000000000
--- a/bin/commander/aboutdialog.py
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: iso8859-15 -*-
-
-from aboutdialogbase import *
-
-class AboutDialog( AboutDialogBase ):
- pass
-
-
-#------------------------------------------------------------------------#
-# main
-#------------------------------------------------------------------------#
-
-if __name__ == "__main__":
- import sys
- from qt import *
- app = QApplication( sys.argv )
- mw = AboutDialog()
- mw.exec_loop()
-
diff --git a/bin/commander/aboutdialogbase.ui b/bin/commander/aboutdialogbase.ui
deleted file mode 100644
index 687b67a50..000000000
--- a/bin/commander/aboutdialogbase.ui
+++ /dev/null
@@ -1,154 +0,0 @@
-<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
-<class>AboutDialogBase</class>
-<widget class="QDialog">
- <property name="name">
- <cstring>AboutDialogBase</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>1</y>
- <width>322</width>
- <height>360</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="caption">
- <string>About OpenEmbedded</string>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="resizeMode">
- <enum>Fixed</enum>
- </property>
- <widget class="QLabel">
- <property name="name">
- <cstring>textLabel1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>300</width>
- <height>300</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>300</width>
- <height>300</height>
- </size>
- </property>
- <property name="paletteForegroundColor">
- <color>
- <red>232</red>
- <green>232</green>
- <blue>232</blue>
- </color>
- </property>
- <property name="paletteBackgroundPixmap">
- <pixmap>image0</pixmap>
- </property>
- <property name="text">
- <string>&lt;center&gt;&lt;h3&gt;OpenEmbedded Commander Version 0.0.2&lt;/h3&gt;&lt;/center&gt;
-&lt;p align="center"&gt;
-&lt;br&gt;
-&lt;br&gt;
-&lt;br&gt;
-&lt;br&gt;
-&lt;br&gt;
-&lt;br&gt;
-&lt;br&gt;
-&lt;br&gt;
-&lt;br&gt;
-&lt;br&gt;
-Michael 'Mickey' Lauer&lt;br&gt;</string>
- </property>
- </widget>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>layout3</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <spacer>
- <property name="name">
- <cstring>spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="QPushButton">
- <property name="name">
- <cstring>pushButton7</cstring>
- </property>
- <property name="text">
- <string>&amp;OK</string>
- </property>
- <property name="accel">
- <string>Alt+O</string>
- </property>
- </widget>
- <spacer>
- <property name="name">
- <cstring>spacer4</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </hbox>
- </widget>
- </vbox>
-</widget>
-<images>
- <image name="image0">
- <data format="XPM.GZ" length="219092">789cecbdc972ebbcd2ae393f57f1c7e1ec44858efb665003d96adcf77d450dd88a1429896a2cc9ae9b2f92f9be1005916abcfcedbdffaa153bb0b11e0248008964220952fefef7fffaafb7bbebfffa5ffffb7f0c47e628b0ffcbf6cdc17ffd2fe7b3d3f9fabffeeffff3fff91fff73776bebbfd2b4b37bb0ff5f3bfff3fff81ffff3a4f65ff67f195b473b5b7bdb1937c07bc2154378df39decb38103ed8163ea9a7bcbd95d43733be251f88fc087c84f23e19e5b162291f806d940f1567e51547588dc7229b76c626d992f29630c75bf1154b7d8f8cf62e19ed31be837dd4ef90a5fc7e043e467d1bccfe43e143c83b113e52f3ef2896f98fc0f6be94f7c8a8df559cd5af1e09ef6e897eab0764695f417b359f3e98f3e992513e061fa3bc4a36a5fc938cfa53c54ec60db083f66764b46f93d15eece388faa90c148b3ce8e390e31b2acecaab8729ef6c71bee707607b5feca529ace6734ac678bec8e8af06e6f8eb64d43f21a3feadf0e136caafc8289f8031deca3798fd9d8321af7a97f131c77fbe4f96f5af3e920f7733be576c65f5f784f7b6d0fe8d8cf64f64d487bc3ddcafe7bb6494df8061afe7b78a45bf68afe6ffa158f47747c67c1fc8f67ec618dfe13edabf2b96f62f64b47f254b7bc300733d8f144bfb0332fabb0673fdeec928877e8e383ee8e308fd9d67f3dbdda63ecf77c8d0d71398fa7c552cebf14e46fd17f251b69ee7f760eafb52b1b4bf23a37e1d0c7f70de248b7d9c5f9351ff4cb1f43f15dedf42fd0619e523f0be949f60bcfbc732fe933732f68377c599fe4fa0af7d07f5b7c8a8ffaa38ab6f5484d5faef93b11ec760aeef2119f6e083b11f984db2f80fc323a37e4b71660f7655f808f66b7f93e17ff6c8d2de3a552cf6047ba0bd181698e3731567f54f327fb8abeeaf936730eff72fe1fd2dacef3719eb7542c67af5c158aff3816229a7bc7dd4ff24cb7a9cf7c0c768ef2b96fa3119f54d30d6f7dc22c3de02b2d43f93f53b3ed896fa67fb64d4af2a16796332faeb8239de088cf11862bfc9fd2cfec0881467eb69d5c8b0872619eb132aced6c73a10a63d986764696f9a64a9ef3c81b15f398f642937b0de5c7f83f2d09f83f91d435e35f3b77bdbf4efd50761fa9beab730eda37a4ac6fe50258b3eab37e07dd43f21a3feb162d1bf0de6faba64ac9743c6fd8ef65ccfb323b2949fbd80f751feaa58ec618f8cfa1f6459cfb367f031dadf2b96f1b5c9b08f966291f74686bc2bb083f60619f52f850f618fa71532ecf940b1d4df2643fe3b98fb1be561ff37ea60d8ab132916ff7641c67e754386bd76848fd0dfa94186bf7a26c35fa13fdaa76592617facbfef64f5dd0618f19e7bae38abef76c952df898569bf6e878c72d8c731e49f67fbc19ea9f6cf6d30f7c76732eced01ccfdef0accfded42b1ec379047fb387b24637daec158ffb31b32d6f7818cfa778a65bdd11fede3ac4946fb73b2d43f6d83e1bfce4e158bbc0619f26b64d1ff59154c7bfe02c35ead13b2accf69284cfba86c91c51efc53b2ac873d52ec66ed3b60d8af71ae58ec739b0c7b34158bff1c92459ee391dd83cc7fee90bd8c9d1bc55ec67d30edafa758ee1f9b8cfe1dc5b29fbf93657eed53c5d9786c8eef58c6633f90a57f8ff3c77ee1198ac5be5fc822dfe2781d91e74d858f11ff7a5db2d4f77a8ab3f1b41a64697f9ee97b7f47c56ba7c26abfaf09abfd724286ff1b82696f7561dad3f73b98fef49b0cfb3a21c35fec81e91f3fc9b83fa664d8eb44b1f8977d32d647b577b3f9bb18df11fca95921c3fe6a64c86b9161cf6f8a45fe2359f46dee91a5bf1ac67384fdc7e892319f8162b97f2332fce90759e4b79a8a33f9d6882cf67d46f9f43f3dc5997c8ff3a53d078ab3f974393fd8aff94c16f9d6407166bf35e8f708fecdb4c8885f1a64dcaf3119f7e72b59e47d5f0b1fc3bebc23b2c86b398ae5feb820c3de557be8a74d96feac9e6299df3b19f72319faf762b2c8ebdb64c8eb2a96fedec8226f84fbeb18f142cb2343fe3119fe624016799e6a2ff23eefc0d83fdc2a59ea5761af26f4573b559cadff37ecdfc4fd7a72a558ca5fc0a6f0d721d8151ec0bead1dd4b7c8626f63f46f1d48f9a84696f211fab74cf00ed8457c714f96f51dc1de6dc81f6d830fc49eab587fdbc4fd03fdd8ae706d8f2cfa3e71859d1d94ef92517e0086fcda2559ecaf76033671de06fd3aae7015f2dd1dd4bf208bfd9fa2bd0b79a72dc55979ed9a8cfa3b64b1ef2aecdf35a5fec90959ca4f305e17faab856429ffc278bd1d29ffba274b790dfedc83bcef27b0277c7aab38b3b7f36cffda37d5f35208667cec29cef4795e01d3bf8b7d992abedd22cb7a7f5e8019cfef92616f90c7fd65d8519cf923ab4a96f10c2fc9888743c562dfcf60fab33a59da3bf78ac5fecec822cf3d218b7ec7b2df25f18e8c6fda542cfbc12959e44d0fc922cffa24c35f5c2816ff774096f5a891a1afbea938ebaf5623cb7c26ef64ec177dc5b21e23b2cce76c4896f10cf71467e5f13118fa1f34c8d25fd5234b7fe68562e9af4316f903ea0bfef0b34d96fda84ff958aff11959fa1b0764c8677bc60f1119fbedbe62d9af7cb2e8777044167fdc137f94c453d2ffa84d96fe07fb64f8a76f32e2cd57c5126f74c8785eea91e5fe9b541467e39934c8d88f02b28cef0bf6708cf58fbfc832bede1619faf1c9d86fcf148bbdb17fc423b64d46ff9162d90f43b28ca78bfb87fb619ff2b0fead4b32ecfd868cf8f5938c78da552cfd517fd82f7b6f60d843bfae38ebef93e3817d7c527fb08fd3a6e26cfead0bb28caf75a458cac7648c7742c6785b8a65bfef93115fa9f1c8f807d02ff7f3ef43c5d978c73e19eb7540c678547df4afeaa3bf47c5a22fd81be381138f8cf326972ced7bf0c78c17faf02f8c178613b2dcef5df4c7f8e1d3274b79ef038cf8213e224bf95095cb78063b8a257ebd0323bee8b11cfbf5d7b9e2ac7e0ff71fe38f495bb1ccc7204bfd09ecd946fc3030c9523eb0c018cff71659ec6584fbc946ff03832ce535e887f1cba84146fd5d32ea637e2a7e817d3a90770afd3bac2ffbb7c978e41bfb1de391da1559ca6bf0ffc970245ec0fea6e2876fb2c8ff7a24237e1828ceecfd0bfb05e389afaae2acfc245bbf831dc60bd548589d7fec9065bdaa2198e77b4f6429b75fc1dc7f9ec9d8ef6e158bbd7f8171fe681c91a5bdadcae1cf47c2dcdfebbee26c3cee1319cfc767649cf70ec9785e8a1567fa0d1b64d1d727c6cbfdbdd7519cf5d73f274b7fa75f8ab3fe7acf6499ffd744b13c1f2a96f1b46b643cff401f4788b73aa1e2acffe11619fe6aa458debf5c92a5ff69a458ca7b6499bff94896f977b09edcef3fab64e96f1428cee4751fc8f0077b8ae5f9a54996f9da6f8aa57f832cf6ed287978feb7c838cf1a0b1fc31eba1dc5d978a74332f4a3eac3df3a64c4b79e62890f9fc8b09773b28c67ac18e7452db2f8ebf13e18f6f179a458f6932a59fa9b7c92112fb5144b3cf04c463cda24233e382463ffe1fc100f4cafc0b097c98562e97f4296fe9b3b8aa5bf33329eff2dc572de43fd225e70b615cbfecbf9235e886ec0b0a7cf27c572bf37c8d2bfcff5857d783619e331154b3c704c96f1b813c5321eae37f6ff6e5b98fb7de7850c7d3c28cec6d3bc26e3bcaaab58e2812919eb71ac58f4a5ca111f3c29cec613439f8c0f267b64dc5fef64195fe093a57fff832cfdfbdb8a65fe9c2fe20b3b502cf109e78ffddd8ec8a8df552cfa63ff8847e20919ed7b64a91f423ee393f89b8ce745932cf53b587fc62bdd902cf5bf3f144b3c714c96f5b2557dd81fee07c62fd3966259ff37b2e87772aa58e4c564c883bf657c33a82896f13e91a57d07fae2794bd7539cd58faec9a8df0763be9d9e6299ef2959c61b3d2b96780afe80e737e33d32ea3f2996f8ee962cf6dda13cc43713d827e3a1c99b628957eac22a5e7922233ec17ec778a42aebabdebf9cdc90b1df8cc1d88fab5dc5597de7088cfdd1ac91e1df8fc188377a5532ce1b7cb28c3794fb419d27b8c78a33f9de1b19f1c5888cfd6240c679755f7136dfd10318f3e99c90c5bebd3619fbb52a87fcae62797e3d208bfecd1e59fa1f5e80114fb45f1467f3e95d92f1fe3d562ce77387649c179d93f13ec1502cfb23c78fe7cbd11e59fc517508c67a04878a25be3923e33c29542ccf3bef64194f7da258e28d57b28cefd3502cfaba25e37c7a972cfead26f66a32be684f1567e38b1ec878deb514cbf3ca902ce30b5f15cbf86fc9321eeb9a2cfdb74d30e287aeab58e2f50659e407778a65fe1c1f9f275f14cbfe5023e3febc20e33cff9d2cfead0dfd327ef8f6154b3c754846ff6d32e2bd03b2cccfdc562cfb01e561fda62119fbef9e62391fa33e70bf3677c978df6d2896f3fd1119f1c08e6259ff2d32f61b8987d5f3ffd70d59f41da97219df74c6121f5c9111af7c91319e4f32f6e37b32e2358c97fbfde93e59e405df8aa5bf0659e4fb5b64996fd0522cfd3f91653ddc2fc559ff01fc9d3a6fa892616f6c8fe7557f878cf3eb6732fa7f542cf1d92959faf7ea8ac5de383fc413a707649cd71f91711eef93119f5c2a96f9e0fe52f1c60119fbbfa958be1753f5311ed813e38ff0948ce7bb7d32ecb14a96f9b73dc5f2febc42c6f86c30f41d3e91457efb8b8cfba943467bdcbf8c3fc6778a33790ec7cff80be363fc11de2b96f84031fc8745467f64cc7fbc4396fae1b362f9fe09ebc178237c549c957f1e93657d27b8df6cbcef091fc8a2dfef8662a90ffb7630def1a3e2ac3cba20235e813f76789e7543c6f93afc99c3f17c93c5dec6f0370eecef1bec42fe37ecc3c578bfe0ef553cd4512cf152972cf6f285f5667cf4d520e37922db8f0e770ff13ddf684296fdca6983f1bd97794a96f2cf3761c637d6982ceb1f9c81f93ebd4ac6f9cc3319e7b91e18fd073396f6d764691fee9011df1c9311df74c8a2dffa3d18e3ef7f2acee40753329eaf4764bcff88c878be1e2b96fd778b2cfaed83b9ff0fef154b7cfa4896f974de15cbfe7745c679eab962791e7826e37cf549b18cc7238bbdb45db2f88f01d6ef18f16397fd213e181e93f17eeb50b1f8b70f32f41193a53ffb8c8cfd91e3c37e51657bc483e1ad62e9ff868cef1f2e148bbd1f91717ef049467cf0a258fc0dc7c7f74d948f78611891f13dcc0919fbaf43467cb0ad58ce43391e7e2fc1f9211e08604f7c3fd03f234bff718f2cfd77557d7cbf552563ff72c938bff8562cfa7e234bff2ddc2ffc9e60b44b96fec33d32cea3eb647ccfd2522cfb2ffb477cd03a512cf1df2b59fa9f40bf26fc77fb832cf309fb64f4774ec6fed7542cf1c92119e71f2f8ab3fe7c1f8cfd7fb445463c3826e379ed4cb18c2726cb789a5c1f17e721aabe8ca7bd4f463ca2caf1bdcc50d8c2fed2f4c890df218bbcc824633e182fe3870edbe3f93d70c8b05f5b71369fc63119fd998a65fcef647c0fe59211dfdd2b96f1b07fc41bc1808ce7bb6f32fc535db1bccf7824e37d478f2ce3692a7958ff2dc55979e3808cef05a78ae57e83fd5858efcf2fc5f2bea44bc679f02119f1659f8cf80de3657c135c9111afb7c8d23edc26435f181fe31dff51b1c4c74d32bea7f920231e34c898afa358e231ac17cf67c23b32f45f238bbc714cc6fd6691711e85fd9ff1d3d4572cefb74ec98887303fc64b618b2ce5d33a19f10ffc05e3277f4246fd0a19f5b13e0eec671a90a57e75a458e22dd827dfa79d6e2b96f26b32bec7807fe2fbb6c90b19e5182fdfb74ddb649c3f61ffe1fbb7c91719f117f4ade2b5902cf6fd0dffebf1fb21f86b7edf738af553efe31e1467f2bf55b9c8fb94f8c052e75dfb64f1ffd61798f15d952cf54d99afc5f8ce38502cf118da33be730fc9785f3c20237eb0c088df4cd6c7fe6f7c2bcedabba764bcdff924e3fbc73a18f19bc1feb0bf9b8e6289e7fa649c7f1f2896f85195e33c1cfa627c16dd92a57c7441c6fba52732f65fd55ed6638cf930de0a9b64c43f0619df17478a453ee5617f9ef860c4cba743c5993eda03b2cc3fea93715e1c2896729b8cfd83fd43df03d8c331cf3f5b64c42faa5cdad73dc572de1292f1bdcc1619f67ea558ecf9882cfe2e867d325eea5d91a1af3e59f4d36d2896fe03b2f4177d289678e5862cfe6f3806633dfa5dc5729ebe4596fe3ed93fe2a5fe9d62d9cf8ec8620f35251ff1d22d19fdb33dfcf7f04ab13c5f3e93b13fd415cbfee190111f72bed84ffd03c5b2ff4764c453aa7f7c1ffb0ec67ef07da358c6f346c6f766a78ae5f9794ac67ec3f9209e6aef2996fdf39a8cf13c28967812fe83f154a34b96fedadb64e9cfaf9331ffa6e2acbfde3719fd3d2b96fd1fe361bcd5637f88b746be62b95fcfc9781f06fd32fe69ec90c53e1afb649c3fdd2996fd98f2f83e88f2a0ffef0959f4df782543fe1b59e61fa9fa88a7dec9885f1b8ae57d22d68ff14ee39e2cf29a3e59dab79e154b7c6282a1af6e4bb1ec974764c4834d32e457c88847f715cbfa8cc0b85fa6a78ae5fba1900cfd9c9031ff2d32c65f532cdfe7c19f32fee9b5c922af3a512cef6f298ff123f4c5f3a54e978cf6bb8a257eda22437ff0cffcbeb91393a57dfb53b1d803fc1de39fd0512cfa3e20233ec1faa8f8c42223dee893455f5fb04f75bed4244bf928db0f8f76197f8c5ec0d8af8c3d61c617f1b562f97d629b8cf8e00e0c79c644b1bcbf3b2423bed9552cfbfb0e98fd8f14cbf7c75332f6fb7730e28bda3d19f1c5988c78bb4bc6f759be30cf7bfc6fb2b46f448a65ffec9265bede1519df9f3e92657d3a3760e82370c9f8fd57938cf3ff58b13c0fdb64dc8f3b8a25deba27cbfac735c5d9fad68760e8b3cffe115ff462c5329e4b32f64fce1ffa734d32f61743b1bc0ffc24e3fc0a6cc27e4e6cc5f27eed8e8c78c4552ce7630d32be87b925e379e3958cf779c760fc1e36ac9171decdf6fc1ef79b8cf39277b2f8b3936b32fc4da458fc0df4cbfdbfe72a96e7cd27b2dcdf7e4fb13c4fb13fecffcd03c5b27e1532f6df50b19ca77964ecb7cf60fabf7db2f4df3b542ce353f5317f9f8cfdb7a258ce3baa64f8f73bc5f27d2dc66fc15f8e2cc5b2df9f91117f7d29cee4078ad17f437156de1d92f17c3d512cefd30660ec579f15329e473ec8785e7b22e3fdd5bd62f18f3119f36d2996fe383eacf7649f2cf38fd93fd6d7be20e3bc89f5b93f35c9883f3d32e28d2bc5f2fe12fe57edf70f6469df8d154bfc342243de8d62d9bf4ec0d0dfb847c67e7c4116f9f18b6239efa33c9e77c05f73bfef048a25de8cc898ff58b19cff503ecf13ab64c45bb81fb8bfd7a90fd86b9df2a1bf60ac58ee17f803eee7f52e19ed3b6469ef9f28967811f351fbf90119f1ec1119f105fbc3fcbfa6643c2f5e92a5fdc021c3dfe0fe51f1814d96fad33159d6a71e9261af5bc22eec638af5e279c937fae7ef9fa6f0a7eafb63938cf802f6c1f38caf8a62f97d89dcafea7ce3f3128cfd686c90f1bdd72718fbb95b2363bffc26e37b33b9ffd5f947ff1e8cfe5a3619f1de3e59e6633c80115fb44664bcbfda25e3fc01e363bcd1ed91118fa8727c2fc1f6fcfb16878ae5fb0ed51ef7c31b19e715dbc28c4fcc2b32decf9d2acee4352664c427878ae5fce09e8ce7a1916289276cb2d8636b48c6efd93ec0d06fa3ad58de4f5e9271de7c40c6fc397eecbff1bee2ac7f4fd5877fbe00c35e06e764bcef6b2b96e73d932cf2fd48b19c67bc9271bf198a25be88c9f89eea8b2cf63dc07af17c25b821e37d1be5213e9a9e2b96fdaf4f96febf5cc5723f6f91f1bd31f585f75555d803bf4f693f2b96f575c988a71cc5e26f5ec9d2bf3320e3fce1910cff760b66fc7a44c679f83719fb4347b1ac67952cfb7bd823e37dd40d19f195aa8ff315dc0fa629fdd7eec8329fe1940cffdf522cfd3f90657e679e62f93e66872cfd7fa9fe307fdc0f8c8f7c832ce36fd415cbf911f5c5e7f340b1f87fe89fe721d39a6289c76c32de1f9e91111f36c9e8ff52b1ecef5f64f4bfab58e6e383b1bff79ec8a2bfce0319fd4dc8888f5439fa3b2663fd3a8a65bf7a01737da68ae53c8af3c1fac4678ae5f7785d32e2df86e2ac3c36c8e85fd5c7fb1cea03e761edb162d9effa64dc7f2332f6df4bc5f2fe89fac47a0f3c32faef2996f596fd509dc70c77c922bf774fc6f7089e62b95fcec988d76e15cbfb33f867c66bc36b32ce936a64c46b0d32e2675bb1c8c37c199fb59fc8f097aee2acfca44596f1f6afc8d0c740b1ac07e541ff419f8cf3e06bc5329f1d32e2b76dc5125fc2fff07ca6d3522cf26b64d4877e19af4d77c9f87b2307648c97f230ffa94196fa61872cf5fb2760d84f704b46bc89fbc5c5fad72fc8b85fe0cff9fbf4f181e24cbfd36db2e8fb9bedf9bdd28362a90ffbe2efd5a755b2b49fe27e54e7470119e5df64d1ff14fedf43ff5fd85f3cacff17f65bc683d35bb2b4ffccece7788ff19e3d16e6f7cede2b59f46d55c07c3f5207f3f7645b8a253e6a91f1fd88aa8fefedda64c4734fc22abe9a92f13df2b762892feec8b2ffc62dc55979bb4ec6df2bfb00e3bccb79539cd5f73fc9f8befc808cf38250b19c87b864fc7d0b938ce7558e1ffa728664c44bb78ae57bcb808cdfe73e92f13c84f560bc337e21e37bc81119f1e32519f7cb1e19bfb7db522cefdf1ec8785e417d9e177d4ec9f81efa9d8cbf0fd0572cf6d420e379d3552cf1f40959c6f71d2a96fd56f587f30ce883f1cfe7842ce3a9ef93610f9f649c2f9e2996f87244c679f09b62894f557becbf4a3e7e6f35562ce7351f64196fdd06235eaa0ec8787fc9f1e379dcbb552ccf4715b28cef24502cf1d41619cf83d42ffcfd18f793e94aff518f0cf95f643c5fbc2896fd98f3e7f73cdf8a25be3a24e37cc82223dea92996f761e8cfdac1ef49cfc9f83e6244c679ed0e59fa6fa8fad84f3d32de77bc90b1dfdd2a96f5c07a5907f8fb7faf647ccfd724e37cac45c6f7ce13c572fe6691112fdc2a96fbff988cf7b18e62b1679663fda22fc5124f5d9111ef3d2b967887e3c37afbd78ae5f761d417e3a70bc512cfec93719eb845167991a158d6af236c43ffbd3e59da0ff7c998afa7589e1fb6c1d0dff73d19e76b0e19f1d0b762d98f7d30ecfffb8d8cf89bf2a10f37522ced77c1d0c7a44e96f6a3a162b99f6332ce6b703fa8ef71b6c952ff648f8cf5b0154b7bd833e39bfa2519bf3f39512cf12afc31bfcf8946649c37e2fe667c13c13f309e99c07ed4f734d86f791e34167bb2791ee4487b9b7fafc53d02f3fdc8848cf8b606e6ef9fa764fc5ea3a1587e5f3526e3f74b3b60fefdda7d32ce278664ecdfb27e36f7fb864346f90b18fbbb79a3587e1fd426e33c26542ce3bb24637cdb8a653f55f5f1f747dfc098ff784cc6f86f14cbfe7f47c6fba90118f3f79fc9d8afa07feeb7de1d19fbfd3b19bf271c2b96fd614886ffb3c0586fdf25a37dac58cee76d32de2ff7c17cfe7f26e3f7221e19bf0f7b542cfab92063bf1b90b1ff04649ccf37c98847c8fcfb1b3d32ece1898c78e34bb1ecf797647c3fc3f9e27e3fc57cf9fb94704cc6f3b943c679725fb19cafb6c0d85fc64332be5faa9065bee350b13cefd6c8b87f77158b3fba2663bfbd24c3df5c29ced67b0cfbb14c19cf3026e37c96f2f8beeb51b1bcdf792763ffa92a96f7431f64fcbd3ceacfc5dfab3e23235e7b20637e1dc5f27ca3ea4b7f9d8962d99fb6c932df70a458f627f1f736f7a7e6902cf24e1dc55979679b2cf2068162f97b747530f4ff49f9d0f7f440b1f86bf6077fdd7826633fbb522cef9ba04fee2fb1ec1fb6c3f76d6d32f60fe8dbc17806af64acff8ca53ed6d7613cc1728c27ac2b96fde413ccf312f81bee27bd0119cfefb8bff87c1c5a8a657f3f27e3f913ebef627dbf24beb0d5fb896c7dcc3df57ec204c3bf9adfc2eaefa98ec17c9e72c1d83f3a1f8ae579f55498bf2f318fc952bfef90f17baf2dc5e2efefc1e8df3c522ccf3b2f64ec47b7608c2f982896efd1c7649c0fc78ac51f34c9f87bd63532fe1ed51918f31b2816ff62ef0a73bfa87d2b96e7a52a19df335860e87f6c93f1fcfa4116792d43b1ec5f0f647c5f162896e7d73b32e2158e0ffb43d524637f7414cbfca764d897627c1ff004c6fed07a24e3ef171a8a259ea27c3cefb82e19bfd7f4c972bf8c06c2d68ef8b77a9f8ce7990332deb7bc90f1fc56512ce7ad7532f6a33d32e2e70e18fb47ff908cf38f4f32be3775c9385f77c8329f338b2cf227db8ae57984f3c1fed0a07cf8b3f62e19fe55958bfecf0cc5b23f8464c41fd41ff687de3519df3b3d92f13c172a167f3d25e3f9a4a258f6bb86b08df51979643cfffa643c0fbd90f13db9a358fa1b90b11eae62393fc4fd6363bf8f6332fc578d8cfd63872cfd0dbb8ae579ea888cf3b98e62d11fee2f1bfbf9e72e19f2f7c8781efd502ce7c12d32f4b7af58f63bd8179f7f266c0f7d3b5f8a653c23613eff38d764bcdfc0781dcc2fd822e33c17fe91fb4f1bfae7fed37d15e67ed3be01439ffd0b32f6bb1330ec670a7febf17d12fc19f79be91d19e725e27fd4f35057f46bf37bb9cf3119cf370760feded1532cefe37ac2dc5fcc2fc5f23c7504e6df97982896fd661bcce78947c572ff0fc9785e71c8f89ed805e3bc70d427633cd78a65bc9764fc3d398f8cf3ea8e62f9fefa5c98fbc92824e3f7002659c6e3be2996f3fe6732ce73d81efbcda842c6f9e2b56229df2763ff7c512ccf6b7764ec9f3e19ef3bdb60ec3fae45c6f7743b8ac5ff5d80f13db1fb41c6efd3da8ae57bb2808cf76da66279ff2bf783cdf78fa75d32bed7ba25e37d704bb1f8df3b329e8f4ec0f03f83988cf8a64dc6f7f7a16219ef3e19effb7db2dc1f0de887cf13f11319dfa3ee2a16ffeb92f1fc3d20237e50f5f1be5a31def75715cb7c5fc9d86f6cc5e2afcec8f8feb0ae58ce9fb01edc6f6a1c0fe285c6908cbfc7e62896fe8fc9f067a764f8278c97fb4ba3a558ce03afc832fec950b1c83f25cbf8bb5b8ac53fdf80b1df0cb6c9b8bf0fc922bfe729167f199045fed0512cfa817fe1fe32e27cb0bed11959e6339e90b1dff864c83715cbfeccfeb0ff0f3ec88837dfc9f8debe43867fbe522ccf7b127fd83c6f73f714cbf30cee1fee3fde3e19fb0bfc059f875a778ae5fd6b04e6dfb3803f50cf3f18bfda7fe0dfd5fbb5ec7eb166cf339f60fe7dc15361ee2f9d3d61ee17d6b162d92f6c30fc9ff34ec6f3ca0e18fb83e993515e03f3efd7078ae579b522ccf73dc63319cf37aa1cdfcb5c92f13dd23918f3ad99649cefbd9211df5f2996ef434fc8787ed923e3f7e35b64ecefd0af3a4f3a512cdf4bb23effde68978cfa2e19efd3fbc2fc7b24ed808cbf6ff146c6fbb82732fc55138cfb31b6c8f83dd28c45df37649cafb5c8f0bf7b8ae57cf99e8ce79d4fc5123f1a60dcafc33619e7594764fcbe779f8cf970bef0bff53332e225ce1ff74783fde17eaeef90b1fe0d32cef7b615cbfc63329e07078ae5fb1e870cff027b673cffa918bf07b824e3fb907332ceaf02c5729eb447c679c8956289ef614ff4afc34f32de375e93f13ec823e37b5f47b1ec4f4f64e9af53552ccf5f9c0f9fbf5c32bec73c23e379f45eb19c1f41fff4a7ed988cef777a643c7f54c8f0d78662d90f703f38d0772d26e3fdd60119cf132dc559fb13d897c3fd6a8b8cf3d077329e1f4ec8384f84bf50fe794fb13c3fbc80f9fd35f4e1723caf8a657f3e04f3ef110ec1903760399f27c51e1d15ef9f80f9f7f065fc8efafbd4af8a255ef4c1fcef6d0664f8cf63c5f2bed306e37e35281ffecc6539e24beb828c78bf2eccf389e0958cf7edaa1cf1e82118fec8199171bf3e2816ff704c863fbe512cf14007ccdfeb1d91455eb34f96f65dc5787f87f9d17fd41b647c2f7241c6f74a2764917f7aac58ca7b64f803ce07f15b4dfc9143ffd1a892f17bfc4b32e2d38662291f92f1bd92a558fcd72e19ef3727649cbf3c2896e765e893fea6714586bfbc23e3bcde522ccf4f7d32e2a71dc572fe5321e3bc5bf587e77932fccfe70719efa74664ec77278ae5fc81fac47e110ec8f8ef1974148b7fe0f8b1de43ea03ebfd794ac679fba562f10f684fff34b92363fe2f64f8cb6bc5d2ff3718fa9edc93a57d182a96f935c8686f82f97e6540c6fbd42a19fe05ebef60bedd0b32e249d95f1dfaafe053b1f82fdc1fca7f35c13cbfc7fad07fc5d09fc7e7876cfef63ecfd347cfc2eaef0fbc92f17bf73118dfe3776a607cdf1581f93df8774798feae3726e3f79487c2f4479e07e6ef31cf15cbf7b75b647cdf720c863f71878ae53cd524e33cf55ab1ec572c877d352fc9e86f9b8cf77be78ae5fb065f98fe627444867f682a96f9dd93311e4bb13cef0564dc9f2619f7e32d18f6d99b90f17de5b762795fbb4d463cfe4e46fca318ff7d83a9e2acbfd31330eef76ff64fff3c522cef93cec9381ff8562cf7671b0c7d8fbfc8881feec8883f8e14cbf31de4a9fb3b20e3fbb33732f6e72e19f7fb8d62f91e94f5f97ed625e3bca44ac67faf86f2f8feca512cfea04986feaec0b8ffa73619fa6f2896fd322263bea760f887c6988cf3d74bc5d2df40d8c57e3ff826c3ffec9131ff1d30e6db3e22c3ff603cf427bd4730faebc17e953f89c168ff29f375d4ef896a64f8971761f5f7fa65be8efa7b6afb8ac5df1c82f9bcdc00e33c33127fe0f079b5fb05e6dff73d03633d7a686fe279250ec8682febafe2a78e4586bc0b30eca707f93c0f6b7c90e5feec878ae5fec47cf9bcd4b8264bfda0ad58fc87aa8feff11f84f97ea33625e3fc6e8f8cf3c26dc5f2fd8049c6fb8e9e62797e3c07637ead3732da8764dc0f2e19fbdb3d18faa8ef92f1f75cafc932decf33329e370d32be6ff3c9889762c562cfb0279e2735383fac677f44c6f923fbe7f78d5d32ceeba84f9e377d28167f5c17a6ff195c91e1cf4764dcef4dc5b27f1c90713ed4552cfe12eb4b7f14531efc51b346c6f75c3b64f8932919cf2fec9fdf7b8cc9f09f3619f3bd542ccf7f4f60be9f3b21c33f5e90f1fbcc2332d6cb542cf188ecd70efdd3e92719ef4b0d32cef3be15cb7ac33fd07f057b648cf715ccf3e97732fc5d878c780af64fffd6c57ad0bf75a10ffab771e60f9c7dfab7cf2b32fcdb4898fe2d3a04f3ef6bb784d5fbd533329e57dec88817fa60d86b07fdf1fe6f9c92713f1d90717e642a96f5d906437f9d6b32ec2b22c39fc464c443178ae53cc122e3fe7807637edfec0ff3f14dc5f2fcd521e3f7446dc5723f3964b1877a0d0c7b1c74c9d0ff23197f9fa44796f6cd73c5b29f613eea7c2320e37bb65732be6f3926e3fc6657b1ecdfac0ffdd6b7c8b85fdec98867bf15cb7807649c471d2816f9b01fdecfa73d32fe9e5a9d8cf3a61d32e2870bc599bc2ac7077d9e54c938dfa27c9c179d34c9783ed9552ccf43d02fefefc1988cf9ef93f1f7127c32ee6fd80befefe13319df733c91e14f307ededffe3119e7f5b00fdedf9da130efefce1d98facdfc8fe3f2fca1e193f1bd494598f753f5858cbf57760dc67ad6bfc8f89ee1068cfba1bda358ce27288fdf6fd7c07c5ea13cc603178ab3f6ed4b32fa8b15cbfd3415e67e157d93110fc464c4971f60daf31b19e701f764ec5f5b60ac479dedb1df9c18649ce7de90113f707c3cff392563fe2764ac478b8cbf2fff40c67e20ebedaafd668b8ce79b3332ce672a8ae5bc7d872cf6fe7da758f483f5a6bd8edec888773ec9f83dd6988cfb5b95e37e3c0773bf9e92f13d7648c6fc602f2efde11719eb3320c33fa33f0ff3f78764c4ff580fde0f9dec7e4d6687fdab7742c6f9c04498dfc3c537609e17d4c9f8fb363530e4c5beb08adfa78ae5bff7f540c6f77c4d30e2fbf8968cf26330f437088519bff76330e32b96235ee83f92319e6f32cedf219ff17b7c47c6f305c6c7f713835b32da437fdc7ffb4f647ccfdc00f37dfa3d197fffb8af58e2b70a19e7138764dc5f916289a7315ef5feb543c67c4d32ce43bfc8f0272e19e779436107f148af4286fd6f93319e67309e2f6a5532e61b91a1af0119bf97b5c9f81e0bebc5f3b7e61b19f7f38c657f3d24e33cb1a758fc0fec8dfe66c472facf2e19ed63c5e20f4e85e96ffaaf64eca75764bc4f53e5d83f61fff427a7ef64acc71e19e7d70619bf1fb9522cfb29ee4ffa93d34b32d6e7838c787b57b1ccc702431f0ee787f9f6311e8ff3dd2563bfae9351ff00ccf5de264bfd76978cf81cf79bc7fd50fa73f9fd5247e4b9bcffa32330de9f740c30ed9bf5f17b810eeaabff3e671dccbf175d21c3df1d82a1bfce3918fae9a23fdeff719b8c72f4c7fbbd0bf9bc9f871e18f2be5a64fcbd0bb93f5cde5f937332ecfb968cfb7300a6fdbc90613f5f64c4c7178ae53ca707e67f3fe49e8cf7a3948ffb636893717fbc28ceea37c59ed5fe5a7f26e3f9b3ab38abef06608ca7f10886bd061dc5120f623cdc0fbf3d327e8ff8ac58ec5bfca9da0f9d73b2947b183fed31fe00d33fb33dd76f44c6f7de7532f6d3ccbf7a6a3fe85c8231de695f98fea979af58f6ef6f30e67332562cebf1284c7d9e3c2896ef533c307f5f57539c953b6760be5fbd03f3efb17f09f3f7e7de9e6269bf0ba6bc1d30e3f10ad8833d64fa4cff1a22e62bfd7b2abe7a03f3f77f5760c873db608ccf6908abf56b82399e3a18ed1d96633cf7a38af137fd4dbf9d52dbaa18153349d61ac9d4f2b2ebebca5b3795f5f7db727fdabe4ccebfaafcb7d667953e361a67665b76f22f5b6c2dc91db0ca8bae27d7e6ca75d6ebe57396afe86f613c5a3b43ef576f9fefafa85e595e323ea3a8fe1a72d76a57c0467e3c05fd14cad5eb2f99bf51b44e65f3d074ba308ea2f9c06fa576e6aeb06d4fbb5e563f9f7b1bd8ba9eebfd95c9774be432ad33cea2f6ee06edbd82769be8e927f5cbe6fd9bfd52bfde9a72f2eb61c26fe56dce29e1b2b4aadeba72d64d65f2568d7fdd76ffaef9fdb69ed6edefb7e7a7e4c26f896d3a59ee5666b6eac21ee7cb9db97bdacbb5996fefccdd0b7abd391b2f90676a5cd67e567f7efc3a7b15fd5e74d0afb3621ecbb9683e457a307373cae7b376cbc7616af2d7d54b59bdb2f55ad4bba3f2a275cccfd7cc97e5fc562b9756d9664bcb9d15325a5a9b75fad824fd545ed93cfee971fc497fad827faf9257565e246b5d192bdb2abf35ef93fe3373e7dfdcffffd7c7fbcbf32cf15b7af24bae3b25e5f9eb45b2975d5f360eddf72d6be7ac296fd9b8f5f67e497fba1e56b52f9b4f993ed75d97b27195cd35bf0ece1239ebacc1827e32db7234fb4b530ba9a86c9dd42a91d3aa14db7c51db7cfb6563c997055adfc19a632beaa3accf4dc65434f7a2329d8d257dacea574febace9b2b115b5314aeae6dac06fb52aedd27bd34779f1f555f5dada3dd0d6aeaf92bb6ebd55ed16f3e2f1e8f7a05e7ff53cf5eb65f27e369fdfd6cbfad75b4bcbf5f926d733db2ab2f5bfe93f3395f9a6ffc094d9566a7b6192da596a21f72b51ce36c3dc75da6a34577f9ec3827a514e4eb8c0becaa55f5f95479abc76ae3c9f73cc45f3a11cb68f72fdcecf735e9ead64ceda47057267fdf973fa882af33e419fbfadeacd8fa39d6b17cd8d77367f9da3b9eb7ea9def3edf3f5e7f396366f5dfff3e32b588fbf7eeb6ffaa752665bf9fbe66ffa9b7e2929bfe5573ac8bb499efebb97b3c13c7773d766c957ffced7efa0fe8c7dc8f415e7afafea6736cec5ebbd5cfff9f2bc3c7d5caeea77362e77aebeafc9f1b5f1e9f567ed28b75b999f2fc7981f6fbe5db7a49fbc7ef3fdcdb79fc9d5e73dbfae94b7d8df7c3fb3ebba7e8be5cdeaf4fefaadbfe99f4af05bf97b867957cbf5eb7afdb25c97b3aafdaafaeb96af3bae9f96ff54febaf3faf9b85a1b8d63d3755abc5e623ff05b7141cadb609ccb63ed7aacd5f14be42d2b2f925524b7a8dfb2312e1b6b51bbb271179595b55d36b665f35857bfeb966dda6f919effd426e2ccb67cd8a29e741bd6afafcb65f23695bf6ebb4dfbffe93857cdf7a77a5db79f9faec3bae3ff433dc06ff5616b7dcd4ed7bdfea7b92e77dd7e7e3a1e3dfd69fb3fd5cb9f8ee3a7bcaade4fe737efb762d85b9cfb77d975fddf65e5451ccfdbf6829ca27f2f6bbfacbfb2f665f236994359fbb2b994cd7d99fc223d15c95cd6669d79aea3cf65fd95cc3be7b7f2b6d7af0c34d66d7330576fb1fea0b05dbfa47c95fcc5f6ebc9299fc7f2f196a5cddbad378f321fa0b72f9ff77ae35f5c97e2752ad3d7fae34952665bebdcdbff5d53ff3f600cff3f4d996dd1e686491a2dc9074baeb3bd2e277fbdac5e91dc3279abea453979cbc6bb6c9eebf4bb8edc4181bc75e79f6f5724a7a89fc11af597b55f470fabdae7facf6c8bf77671feb9a27c31d77dc662fe592077f37e56e79f5abe6c7e9fdab817c7a3a7f2fe7e7b1e7f36ffe2f196e97bdd7528af075d66b63584cde9a9cc96f5f275db95d52f6bb72aadaa5f36de75c7b1695a571feb96ffb67eff749c1bda09fcd6e75c8a352e2fef2ea9d7cda5f9baf15c799e8bea95f5a35feb6ad7d695535e1697d49f1f7fb7405f8b7359f4d9eb8e43f711ebb65d5577dd3afa3874bd94cad0fcd618497852e96b6592cf5f9fd59be5e3b5ec7d52d22fff5dd6cf501b57f1f5be2673dd6b65ff2eeb5f9f4779bdd57ad0af978fa5fcda9ff75fb67efaf5e5fd8ce1b7a695f5edb72895b59f9694977159bea9bc4dc7fda7e3f92d7dfdd6f8cadafdd6faac350ee5b726ea9e1bc317e879bfe4fa622aab37cbf3fde972cbfbd9345f6f3c8bfd95b7eb2f2dd7af6fae977f2affb3759d6f5f54bfd07e72f1d6bced8d937c5cc265d7c9ebde5363a4d5f58ac757546f93fe371d6f597f45e3fbcdfe7faadff5f5395d5bcf6576509067b655748ffd4d7fd31fa6ccb6c695af4afe1e149e6ad7a7b9ebf9b4aa7c5a22af28ff2a91f3b5a4bfcf4af178968dab48de6789bcd93dbd7c5e65e35995cae6fd59593eee327daeee4ff7b9abf31fad4b665bdfc9bfd2449b5bf6ef6fedfab796f4325dc6b254d65759bdb271ea32d695b5cef8f57a657ad0fb5ba593a23e8aeaac73ad6c9eabeaae3bb665eb96bb96f35bf954764f96e5abda6d2a57af5fc665e35ef7fa9f8e7bd538ff74feabe6b1e93afd56fbb5c63de7b766a9aae5faf575eb97d52b6bb7aafda6e3dc54debaedd795bb4a7febf6b36ef92a7daedbffa6fd15b683df3a81ad9de4fefda5fd5bbfa6b7392991b3a9ec75da2d1bc3b2becac6bc6afccbc65e36b69ff6bdaccf75e42f1bd7b23a656b5236af6532b294f35bb4b9d312db3cc5bf4fb57aabf232b965f58afafd49beaa9f3fed7f1d7d95e53fd1e3a6fd6eaabf6a2efdcabae4fcd6dff437fd6a82df3acd25de53b524d573a9b184d9367f7d5c2297f59a5adb5acee6ebb97a7a7f8d5cfbb4ce99368ebad66f3d572f2f93edaa5a39d35893dbccb52bd20fe53434d6c7936fcffafa5cf372c695451de7ebe9ebd5d058d74f559bc7a9769dedd9ae56991f37f3e692fad9fcfffaadbfe99f4af05bf5bfe96ffaeda4fc563d498d243561774d702d779d9c969f81cfc0ac57079fe638df4e97ab979f6a72988f0beab3ff7c7d5e3fcd719a57b5f25a4e7e23d7c769a5783e65f2f36dc75afdb279e6f954bbde28e837bf2eac57d5eab1bcaac96b6a724f2bf3e3d7d749efefaca07e7e9e55ad7e6e5e7ffdd6dff44fa5ccb6eab0f3bcedd6b4bcbea25cb7fd55f557e57a7b5dceba72cbda6f5afe5bed568df3b7daaf1aefaafecaead557f493cb33db3acfd9dbf91ae9bba0fe45499d75e57ce7e47caf2927dfb6a8ddf98ab665d7f27d5e6ab9de5697b3acace8daa576edb2a0cd3279abf49b5f9f22bd2ed3535159d1f84a7490d996d8da55a96da6658bd7e7af15a5d5bee9aae4fa66f216cb8bc65b24ef6aad7e6769f99c57dddbabea15f77355526f71bd568d67953ecbfad9542e52665bf4397ff3fffcfcfabf8f7c156fcdecf32a9774deb44cb7ff55a9681c45ed978d7755db65f328abbbee7cd69d67d198d719c7aafed69dbbaebfa2becbdaaf3dc7ccb6525bbda9e8b67b8bebb7aa3c7f9df5a4dd6deefa7c7dc96f0bef8dc57abc7ebb506f55bbf971de6ad76fe7c6b128e7b6609ecbc77bb1d04f797ebea4bc7c3e797ddfae51af783c65f32d9ecf6c3d6f72eb7c5e22ef7cc93add28bf95b7b73b2dff69d2dbffa9bc4de56cda7f59f9ba72366dffdb7a5e95ffa95e379e5f665bb37b3b9fd70baeebf7f8acfc7ea1fd7c3dbdfcbe504ebda0fd6679b1dc65f3289bb7de7ef938ef4bf2d5e3dcacddcfe6bb2aaf97e49bc859b087ccb66e135bbb4d6cedb6d0e6efe67856efae90eb3939b78572d8ae98578f436fbbfc9ecd8fef56bb9e2fd7fbbd5d21b73c5f3eae32b9b7b9f645fad3c79bd77f5eefe57cb7705dd7b3de6ff13aacb7deb72ade5a7e2fadbab7caeed955f7e2baf57f2aefa73e61ddf9fc74dcff74fedbfdaf6b0f5a9ef35bab53bdf0fac3daedff99f4afeaffdf3dcf9fa5e235fb9724c45b8f95a7849e2b6273699e72de16851f557eafe5f3f5f5eb8f9a4d3fcef5f3ac71d178eeb57a7abf4f73d78bebcff871611cbcfe94cbcbefc9f979e5c77daf8de3696e3c65e3d0f5a6af83aeef79f98bfd2dae8baed7f97996e9e37685be1fe7d64f1b0ffc967e4f3eac9997ddd3abeaafeb1b7e2a77d5f555727f3abe4df5b7e9fc3695fba7fdfeb4fecc6fe93638cb1fb5bcacfc4febafdbffaaf63f1de7a6fdac1aefbae57fdacf4fdbff69ff6bc985df7a81cde929b5bfd792bca8de8b564f67b67bd56cfd2577ade87a3e7fc8e565e3d2f355a968dcfaf58725fdbf6aedf5f915e95597b3ecba2e2f2ff7b5a07e913e8b58bf5ea6575d1fba1ef475ca52665b9bddcb7ff3bff95a79665b8fb0353dd76d7155bde2ebe5ed96cbdbb4fdbafdbf9494ebedcbeaad9e77d978d6abb77a1ecbfb5dadd775d7ad781d56f5abca116fbd25b6f6069b7b07e76d305ffea6d9e847eeba5e4f975354ef51ab972f7f2be85faff7a88debbd406ed93874396f05f3d7fbd5c7f3ae8db7484fcbc65fa6b7557a2a9a87de5f7e5e1f25fa289b1febbf97f453a4ffb9f542bc2536a7a755d7f57c55fa69fd55d7cbe4aee2df96bbaafeaaf9afab974debff745c9bea4b4b88b7de2af3f7ac7eefbcaf9997d5ff6d797f2a77d371afeab76c1c9bca5d25bfacfdaaf1fc53ebbb9433db7a4becec2d67736f2b5251bd472d5fd6a6aceee30a797abf45328bfa2debeb7189dc55e35bd58f2e7b99be8aea145d2f5b9f55b2568d7f956e96e968c91854bcb505db5b953f2f2d7f5fd96e79fbf5e5159797d55fbcfebc96fcf27e8bdb2ff273617959bb75c7f3d371af9ac7a6e3589acff9adbfe96ffac594d9d676626b3b4962be95e56fe0b785f27cbeabea0bef2dd47b2b912bbc5b22b7481eef89e2f1cefa5b361ef6c77b734f5d2f9fa72e6faba0fca944ee9e76bd5c7e71ff7a7f65f32993abf74b797b0beb52a6f7e27afabae8ebfd54e2b7ded5bff7b53c9f0e4aae17d5dfd7da1d96b43b405e56fed3a4cfe36069fdf785f1ebf5cbe6bdaccdefa5c5f115f362bd75e5ff745c8b7eabcc67fccdffe67f90c36fd1071d24570fe7f237c5fbdaf57dad3c9f1faaebb37ac5f2dfe7e4bf6afd925f55ff6f25f517c7bbac9f034dee6beefa7e2663bedd6b6e3ef9fcb0741cba3e968f43cf5f4bf5b26a5e8be35bde4ed7d7aa757a837e24ed2fb4cfe585f156797ef4431b5ed6ee6803b93fe9ffe80fe56cdabea8fe4ff5f413bdacea7f137dffd13832dbcadf5b7a7afb613e4b0785d7d76f5fdc6e7d39baeff8e93c7ea7dd2a793fd5fb9faedba6fa5da33fc45b4705369dcf8f0af2e30db948de12f946653917cad7cbdfd7a8f727f3f993f6e4fc3dbf493f2be42fe84bf76dabfa3b5e43ef4becc4a864b675045b3bcad961d1b565e968cdba9bcadd2415dd537a3f4bc669185a1dad6e567eb45a4e695f65ff2e1aff3a7a3acab52b1a8fce45f2d759a7a335db6b6340bca5df0bcbf263c35c5e0fe5c7ebca5b57ee9a72565d5fc56be7da788f57cc7b65f92a3daed08f5e6fd379aebbae6beb47f9adbf69febefb778fe1df359e5fec0bf1967e4f29ce5f37ac24d9b8ee20cf71566e96b02ec7d4e498727d59ff7a7ffa78e7dadbc5728ae6999f577e7c59eeccca0bc75d76ddd4e49be5f58af4b4301fa752ac7f5dbe5329d5bf3e8ebcfc22bde7db2facbf3e6f6dddd3faca6f1dc3de7e2b3f2ae1b2ebabea6ddaefbafdaddbfea7ed56e9e5a77adb54ee4fe7b96a1e4beaa7b6a56c3c9fbb25b95eaeb7db342f93ff9f9eafd2cbbafafb6dbdfe54deaa7a9b8ed785df3a363cb135e6a9ed25ff9ecbf3b69bd64baf33a14c2596e3df0b720adae8fd1febfde6fbcae5471a331de963d3fead8f4f97bb30eea2f114dcd3f931cc8d4f1bff51c1984be793d75b7e7e05f359ba2e65fa2e18d75151fff9f65a3f0bf381df5a75affd76beee3dfe4ff5b769ff7fea93fed5faf9a7f5bba67ce5b7fef3534bcbf5eb65bcaedc9f96ff741e7f5afe5be3fa5339a5fa57f1966bf84650c9d95e8e83e4df2a4fd25c7959bd3447b9b2e5fcf59cbc39b9b97665f582bc3c9dcbea938bc6a9cf4f1fa7d6dec9b32e37af1f4d8e53369ea2f1158d57d7cbaa76fa7a16f557b07e65e32feca77c3c9adf5ae51b7e2bdff45edc54eea63e6e535ff2d371fcb67e371ddfa6ebfcd375c8f2cc6fb5616b6d63fe5e2ce355f57f3b5ff0116bd6fbadf1adea7753bdfca93e372d5f577f3fd57b497df8ad564269f2f41c65691ea6d7727555829daa76b45d94877afd7c3dbd1fad7fca9eab47661ff9fe978c83d743d6cfb59feb2fab17559e8d4e65dbe81a3d2336fac6c0181a23e33349636392fcffc8981a5fc6b751354e8c53a366d42b3746c36862be85e3ccf5b1309f7c9d1c2f94eb73d6f4d6d2e6b7a0cf821416ad83ae37ad7f7d5c9e31bf0e99dccc6ffd933ee7bf5b7e669c1b17c6a571655c1b37892ddd1a77c6bdf1603c1a4fc6b3f162bc1a6fc67b925e8d8f84b78c6d63c7d835f68c7de3c038348e8c63b3621a46f46f9fc77f409ed9d6ccb7fc76aefbae4d724fcbff89f1e572d3342dd3369dc4178d4cd778303db365fac69b19986d333423b36376cd9e1967a99fa481394cfe3d323fcdb13931a7e657d2e6dbac9a27e6a95933eb892ffb978cfb1fd3ff1fe78cb7cc86d994dc48ef5d95e35e5ec8e7cad9bea03ccb0be4eae5b376328e597fcbc75536eed9f595e567e6b979615e9a57a97f32afcd1be3d5bc35efcc7bf3c17c349fcc67f3c57c35dfccf785f4915cdf4ad2b6b963ee9a7be67ee2b50ecc43f3c89898c7c69e55318e2cc3a817cdbb504f4bf546bde4e6a3e7fafcf4756b97f4bb647db2fe72f2caf5b998e7fcd6b2d45aa3ce9fa425f780696e362ed62f6b97bf6e998955d99695ec660f966dbc598e7165b99667b52cdf0aac7696c22c4556c7ea26693e0fad5e5a6ebe5bb1f96af5ad8135b446d6a7d9b3c6d6c49a2652bfac6fab6a9d24bbe406fa583ae774dca73f5ca70dca37d27ba1dcd4b66636996840b7d1c2dcaafdac9cd769db3f95a3e786bf5ebd7c6ed5ad86d5b4ce8c4feb3cb1aa0bebd2bab2aead9bc49e6eacd07c4b6ce636b19f3beb3e4b0fd663929eace7247f462ed7eead97a4deabf596f9b2cc8f2536f66e7d585be6c8da4eec6bc7ac5abbd69eb5afeb975ca68fdfd28faea7df965bdc8ff8adfcbdaeff5bf703f9eb45e927753691ff2749ee27ebc008ac43eb2859f563e3cdaed8869d3aafc0b66dc7b6ad8eedda9eddb29e6cdf0eecb61d6629b23b7637493da4ae1d6729caca03dbb71eedbe756f0f527f96f8b1bef96a0fad813db23fcd919d3c5bda137b6a7f253b64f3cff5f7139d6dba2e79fff51379784e3c339b335b4d73eb609e59aee72cb7bf67d7cdb3f9eb29b35cdd1351eede389b6f9ff55f93eb65fd32d7dbd9d54539fa3c4ccb3eb14fed9af161d7ed86ddb4cf523f253ecaf6c43725b6729e58ce45624517f6a57d655f67e92649b7b97483eb5749bd34dd256dce952f7bb3ef531f663f58eff6a3fd643fdb2f690c66bfda6fbafef2fa289ad7427d7fb3eb457ac9af93aea7b5f3685979665b51f28c74963c261d489e8c642e4faf27bd9bcbeaa5e5e4d46ef3acd74fcbf339db175e3f58945f94af2a9771d8eff687bd656fdb3bf6aebd67efdb07f6a17d94f82bcf76133f759cfa29a722fec9319ce4a1d1be762ca792253b498edd495c5b47f29493dab76979524fea8b4f0b9d545e4b7c983d345f1dcf1a392dc737264ee0b49dd089cac7493d17e98ff3ccd6e4605e6ff9fa46b4a8ef393907c5eb9c5feff43ae5e8fa55e3a8cdd7cfcb4f6dcbe998674e3749cc7b498a4b58cfbb5a5e769d72f2f5742e6bb76a7c65e573e376facec0199ad7c69b33723e9db1ed58b7f6117d9533819fba72cccc17dd3a53e7cbf976aace8973ead49cbad3709ac9ff37d5ffd27fa7d7ce9c73e7c2b974ae9c6bfb2eb5b89c1f0b92b8ec3e8bc5b6ec0773dbb9716ecda17367dc5915e7de795873be657aef95d42b5abf9fe8b9a8febaeb9be4592c7f963c2f9d398f69ee3ca5ffce27e731bd96bf2e3c7f7d562ed7677567cc76f9fe16f3f976f36d17fb99c9d3c7c2f9a4b9f3ecbc38afce9bf3ee7cd87bce56b25325fecad94efc157d552ff53999ef7112fbaa26ff3b4f6caae9ece4ac69d9ff524b3b7776131bdb4b2cf20a3ecf800f7b4ce2b0b7e4793289c112fbda770e9c43e3ce39326ad6c1a25e75fd17e97195def2eb30af0f7d7d75ddeaf28af5aad7d1f3741c99df3ab6ea6ec5aa3bc7ce93e4ebb29e979597c9f9a9fccddabb866bba96f1e1daaee3bae6b6ebd94749f2125f15b8ad64f5114b25bbddadebbb81e69f36fd5fd2d66dbba1f3e54689cd4a4cd6cd9e2b5fc47f59efe68eb5658dcd63b36a7c1be76e67537dfc547f3fcd7fb6eea96d25ffea16a5a445e1f555f5cadaad2bef37c7e3f6dcd8ed3befeec01dba23f7d31d9b5beec47a72a7ee57f6ec77095f75eb7e27f6f0738b2afa5feaf9ae9cabcc7ff5ec38f55f6e3589c1b2674873c73d714f8d915b73eb86b3ce7c36d5df3af5ddc62cffe9fa94b54b6dcb6d26b2cfdcf3242de6cd92eb9be6a99ca27e9a05fd340bfa2daa97af5fdcef857be90cdd2bf7dabd716f5d2fb1abbb2cb64afd953cffddb8f7ce89fb90f355f55cfa81cf5a685f73d29e6ef03c793ee7bff6dcc76477dc779fdc676d1ecbe6bbd93a3596ea7599fecaeaafb9ce996d9dbb2fc9085ed6caf55476fda76953797afdfc785fddb764277c773fdc2d773bb1ab1dfbde3e9ef92bec82bb897f9959c3ce2fe769da75eaee9ebb9f3c4f2aff95c65ff630b1afa17be01eba47eeb157299dc7b27558779dcaf4b6aedc75f4ad9567b675e6199e99703eb7dc97242429ccf572bd1d7955fbc2fa3672c84becbf54de5cb97eddf01ccf35de3ccf6b79beb9e505f6bd3371bf94bf4a4f0ebe92c87bd1d7fc53e92cf15f778cbf12ff953c3f9aefe9f997b9ebb5bdd0ac7a91d759a6c7b9796aebb4a0a755eba897ebfdaee86f9deba96d25ffeae6524fcbf5ebeba6b2faabe4eafdffa4dfd8ebdb15e3cd1d7a036fe88dec7bef33f1576de5af2c67ea5c66f1d5ae96767e39e5659fbba17d93f84a89bf42db4fecab979ddf8fccd81b9b27de24b1ae75f5f8d375296bbf4aefeb8e43d5cbfc56922769ba49ee7d2de77f67ee7d7b55efc41d78a776d3ab257615a4fecaabdb17697c959e827a8dc4ae1a4ed36bced23fe5aff27d78a98d5d656760a9ffbab003efcc3b97d8cbbbf02e8d3def2af3b9ff8c5ebefeb5ed32bf354deef3a9778d3c5ec2d705d757a5eb15f94fd2b2b637dead5df3eebc7befc17bf43ead57efc9a978f5d45f653b61f24ce83da73196f72229f5297abe34e9fea82015c9654a62af48cef2133f1ad901632ffbd17b3526de9b696d3ce7dfd2dda6f596d6c96cebcb7b4f52fcff89fcc3db726de7c3dbf676d218cbdb4df6c20b15634d139f617b7bbacffa97a7fdc4baa638c34fcfbeeecd37f335fd76c23b3046dea177f46fd7e32fe4996dbd7bc748712e1daf48f97a71417b5d4ed9b5e325f58ac6b1ac0fb355318396d132935d113e4bde0d666f973b2d2bd913cfb3e7422de5fdca6fa782feea99ef9aa6ef23117bf5d373aff4b9b1651b136bdc7236d67f99aecad6a748efbf215b5d4b6dabe57ac7ad2420f951de2ae175afafdb6e55bf69eeb702e3bdd56e85adc8dbb55e5b1dafdeeada97ad5ef6a679ea4689659d66ef00b5f4aff0555a9f75e7ab15b7faad41fab69be75ee973a3b9d31ab612dfe5be6ea4cf75f5b68e1e7fa2ff827a996d79adcf96e7ddcce7ad71c1f5c962bdb5f29fb65b92ebe36b4d5b5f89cf6ab7ccd677abda3a71ef5ba73877cf2cab554b22f8efec1d61925af5594a7d899eff692a92abfa93319c3bb6f25d169e1b3bad86f9da6a9a3d63623fb7ce7e535fa57afcfc67d6c3bbc96cebbc7591a431f209f24f8d2725f552beccd5d7cbcbda8f73fd5c2e69a7d72fae77d5ba76edcc67ddb46ee1b37a88de53cb4a7dc49d7396beeb5bf45bcbd2ba7ea975df7a683d7a6bc94cc7e0b65b4fad67f8ae69f63dd8ddbcef32aee6f492cf2f97e829bf6e45ed57e977a2b5d7d77959f99c9cccb62e92f2ffde69da7a69bd3a1fadb7d67beb43f9ac6b7c77356d6da5abe854939de8344bcd22fff507a9dedaf6c2d68e75d8da2daf97eb371b47625b7bb02e2b19edad3af36a2771fdb0b56f8c8ce364f5feddbafd71ca6ceb2af9f755eb20498725f914795aef28579ff9b1567e8cfcb080f3f5f2fd1c95e4fa788e72e3c9d8aff8865d77af7dd3b7c46725315637f559898d0d92958b5bcf7ebaffec26fea22e3e639636f16165c9777cd7f7fc96effbc16a7f95a5741cf5d69edf16eb4a77c7cc775dd07759233f34267ee47796e8415f8fe382eb797de9ebb66addf5f598ace87fce5e52dbf2bbc9bf0fcad3aa72bd9e9eafdbeea7f5fc5eebc1def563bf4f9f9546f0799fe5b7dd7d67cf0d93154d923f50a9b990868b29f539cb727fe47ffa637fe24ffd2fff5b6b3f2f5ff52d6369d5fdaa7f52e0bb3a566c0dfc536b62dcf9b564f5fe2deba39797eabf445e665b75bfeb3792b2346f267913b9ce7a5ed4ae51707d53f9ebb453fdf867fe79625917fea57f65ddf9d7d68bc459399fd5f66ffc5be7c2d949e2adba7fa752339fbcbd9f25ffde7f482cabe53ffa4f89df7ad66569fde4fb4f7645ff2519db6bea5793278deccc0b7157f6aed17fb3b613dff5aee9b599cb8bf4b86cdd8af459b66e9bd841413df15bfe4792b6907f94b07e9df97649bd75932eafec7af17876fc5d77e0eff9fbfe957f60dff987339f9558167c967fd41af803ff38d91543678729f11f5a0a2a9ba6c008ccd68e3f092cff29b0032770f3728afa50fdefa6e349ecfeb5d477a5e75d9fc630f03c73b51e83d60ff55db6ce9baecfc2f5ccb61ac9bf1b819fe45bc83f56e45b25f92a3965f5d795bb502f08ecdda0ed3b4198fa2cef6cf66c98f359c9ea0591b3e7ec069d64758f33ffb51374937fdfe553620d9ba75e10077d7f1af48341300c467eb05867be9fb4dfd93882cf60ecdf26d6f5eaeeb762af8167c6cbecbceb353dab37e360124c83afa57a58f7faa6ebbc693eb76ea96d05df412bf0f594ac1bfffd5dc4b9eb73e5b97a7ec975bdbf393965fdebf5b3bceabb9e179c04a7399f65ccc759fe51b272b741cd1fb49ebc17ff384d415d52bac2413d5bed2ef3b294f8a8b9e49c078da0199c05e7c1457099f8acabe03ab871fb0bed947cf62763407a0d6e615dca77b9f738efeaa7ef199d1bfbd9180777393dafa5af9cde0bd76bddf529ebb76cdd67f233dbba4fe821b95694df330f1e73fc545a5f6f572a0f72ee0baf97d59fbffe1cbc04afc15bf0ee7ac187f5905a96eeb382adccb2b6839d60575633e88875051d59ed344f57df7bd673b18ec27c2f68ba7dd709f68383e030380a8edb95b69124b36d2dca817575c4a2259771047b6d3ba8b59d605b7c973aef4abf93e859cfe93712d6a0edba875ee87dcde9bd4c4f0f25faddac5dbadead3f58d72c17bfd5f6d25af3b99e72d79f72d79fb47a4fb9fa4f25edcb525aff29378e42d9284feab55b6dbf1db4dbedd0be6847e2b3d26f49d333f8ecd4813e6b3bf10db5762759c96eb097aea8f7d2ee3005f57c4a57bf9d595b92f74af2b8dd6f0fdac3f6a8fd190cdae3f624f0dad3f657fb3bf9ffaad4a31ce69266fdca38fc61fb2488d2f125bbf656325ee5bbb2f78cddf4fb54f3bd7ddaae59d3767da6a392f5d1f4b3723d56e97bd9ba15c9d738b3ad87c4273df83bed469a27a58d7633cd93d56b26d7e6f2fcf5b41e73b91e3c4a3de6b3fa2ccff723ccf2f4bad493dcdf995d5f1c5f92cedae7ed8bf665eb36f559fe75fade502ccb8d6437543e2b0a6ac18e7fdbaab7afdadd7465dd5d59617757569db9732a96519e27edab76a37dddbe69dfb6efdaf7ed87f663fb29b86e3fb75fdaafed17d7cfd7d7e5cffa152b77fd6027b1ae9dcc77c9ce88f32e7e23e19d596fe9599777603cb4df5ae7b3f9cff429eb21facbaf57993eb91ef3eb9c5e4fd78df266eb935f67d693ebf9759e5d2767b6f594b57c6f7f642db690bf67d27339cbb5fa492eacd57b2f97cbeb8572b666f57566ffc9e8b7fd5de7a3bdd3de4d7cd69e7fddde6ff5f9ad431211c7f33e2b59c183f661f09958d751621d48a91f6b7716d271796ad5c34a688466688576e8846ee8f98f612b89b786c175e88741d80ec3b9368bf2d9ef513a963012cb4a7d57d891883ef55df29e31fdbecb71d3737a6b603f865dcb0a7bf3fa9ed70ff4afd647635dff4abf8beb39b7ee5b65ebb3b88ef3796a5bed461827f67896e47de4e438782ecec58615f783e7396639e5f567d7e7fae997c8ef97f5c3718503f73a6887c3e0d4bd0b477c3eb43b6ee435b2ddf035efb3da27edc3f649b292c9ca869fb2c2a9ef48aee4f3cc22f43cf155ccbbe1389c84d3f02bf55789557d87d5a09fa6e0223c094fc39a913c2f68ed17fa61ffe167d00debe9b834df7523be0b675d177c5e0c1bc1246ceaeb42fd2cae9be85fd37b2e9f6f37d33ff53dd7bec02ef4f55f6c9fd9d6477b2b2d0dcf923cb99a48903ce34ce21c67f5f3e567792ec8e3f95cb54fb99f6b1fe7e4f5731ce7c697e5e17978e179e16578e557828ff05a7c9653695988e2c5678de9b3c4ba9295ecb58f9218274be10d5318a5295d79e62a1dcf727f98f8acdb24c6ba0befc256781f3e2416c5f4183e85cfe14bf8eadd524e92de5a4fe17beb29dfd7acff243999c57f2cfaae702b7d0b6477c2edec79b1953e2f5aa37027dc0df7667a9d5b87beb66efdc57590fa5cbfd93aaaf5ef17acc31aeb3b3f0ec84df2d4b6c2fdf65eb89ff80295fb67f3b95e3e5f2f91be575c9fe5c5d757c92dcfc383f0303c0a8fbd20aa580f9111999965cdcee1e77c56ba7aed43fb36b2223b72a2c4b5452db1aef05356dc0dc51a244f7c8ce4c76e9859d771ca919fc459a32888da89bfba8fc2b03a4bc1451425d675121c9beda813de04bb5137ea454ed88ce2a81f0d825d58f127737f18ec44c368d43e4cd3ccbae479d1bfc9bd634c9e17ad4ef6f724f6a3cf68fc277a2b6bb74adeec7a6a79e975e6cbda67b695ae561c4da2e97c5e767d55be69bb8dfbf9f2b65bede83bb2c25154f51ab2233a4ef625cdb37f929e3cc067c1ba82adf0d67b3326d149741ad5a27ad4683f3b9741b2c26d3b596d2d454d49a9b5a9fc2c34a2f32808dde822f555d1e5427a8caea2ebe826ba8deea2fbe8217a0c5fa2a7e8327a4efefdd2b6d3be66297a8d86615dac6b7e5714df95ec8a5b721a913d2f3e59ddf4bbaee82d7a8f3e74bdadd2dfbaebbbaebc75fb81dfda8eb6fc66966f6bf99696e7caa3ad82fa057956af4cfeba79ae7db413edb677a2bda8e24c12eb32f97c387b77188c935512ab4a52b46fc4d14174181d45c79d4ac7e8981dab63fbdf1da7b517de24fb566651ccfd63b1a87ceebf74dc8e97faac4e2bf5591d5ffc556239a9cfcaf2e8b21344579d7627ec449d4ea7dbe975e24ebfd34dcaee3a03caf787ada74e62599d51e753ac2b8db966beabf0ac2bfda6fe2efb2de363676c35937d622d3dadabcf5fa95f509ec55bdbd1a4bd9d5d49f2cea4385f55aed7d3f39fca59289f76bedc61e7bb53f513ad27b1566259495c9244f1e9fb4389e2c3ce6c4774be3a279dd34ead53ef343acdce59e7bc73d1b9ec5c75ae3b3756a373db49fc884a7745a973df79e83c769ea27674213eaaf35c985f45cf8955bd745e135f955d4bfcd655e7adf3eeec65f20f25053bc59695c68588e88f10d1d710d1c7fc36c27eee7c74b696e9f7a7f94fe594b74b6dabb3ed373adb0925b686bc8cffd579c1783a3bedf3e0adb3ebed26b1d6b3c45afce661f1f930d832e2ce5e67bf73d039ec1c758e53cbea56ba46d7ec5ace877bdcb59debc4820e25253e45e551b373e71fa7dc75ba6e6a59a1d7f5e8a30a53145d755b5dbf1b74dbdd56f6efb01b753b1d07f213cbea76c5b232eb6ad2c2c4ba18d567beeb55ac4b7dd7759efe16c81a98fbdd5ed7feb7afcb5af691f9adb3f45fddf8d7f3ed7fa0dd59b7df6a7707adc45f7587a965b5faf9f787e2b3663b6277d4fdec8ebb93ce6177dafdea7e77abdd93ee69b7d6ad771bdd66f7ac7bdebd48577c3e65167529b953ed5e75af9300ffa6eb75e08ff2a97b9b4fddbbe8ba7bdf7de83e26f963f729f9f773f76526bbfbaa2c6b38efbbd4f3e22d76c5a3f4edb53aa3ef6531d77bf7cdfc341ebaef737a2ad3d74ff5ff4beb2d7eabfbd11904f77f946f6f78fd877977ab7de1c7ddede0d4db2d89b59465851fbedddde9ee76f7bafbdd834eb37bd8b1ba47dde35ea567f4ccb0deb3821d67af67f79c9edbf39ceb6cf52fb5d4edb57a7ed4ee055dafd78e2e57a6b01bf6a25ea7d74d2c2beaf57a71af4fcbea59a965f506b4ae790be3cee8dbb3e7c5b933fa40be476dd77ac324a2db54cfbfbc0eebc84b6dabfbd11ba5f49f9f87e7bdcfdeb837e94d7b5f51a5f73d3b8b6ff5f3df3ca81d71bb57ed9df44e7bb5e8b857ef357acdde59d7ec9df72e7a97adbbde206af6ae9c8fde75efa677dbbbeb5ef5ee7b0fbdc7f0a3db4dd265f8d1b37a4fbde7de8bf8acde6bf77696a2e7de5bef5dbbf694f8ade7de476fabb7dddbe9edf6f67afba9bcd48a135983bc65c98e98a668a4ef8af05d37f27e9167f4127399cfbd83e8be77f89fb01ecbf3d4b67a47c143ef28b972d43b9ecfd3eb7165c6b1515c4fcf59afac7e7a3d2fb7a8dfa2ebe12836632bb66327769d49ecc9b9567a169f8bb512cb92e7c3f661701fb7bafbd151ec772a7110b7e330b5ac388a3b7137ee254f81f556258ee37e3c48d2301ef56ee3cfde7ef7422c2bf159fde82e1ef75af164e69b7aaf691e4fe3afe4fa3759e561f7aedbeaed86cdc46555e393f6516a59ddd7f8549258576e679c8bb9663b63fe8c9ee75c127399af71cdbc8aebcbf4be6a5d56addfb29cebb6da2eb23d315bc9b8c13c6ece73511e5716af17b52baa57747d99bc344fcbe3b3f8bc65c417f16577ab3bb4afc4b272e75af9f787990f88afe2ebf8a6d3886f3b67f15de722be8f1fe2c7f8c93b8c9fe3973859e1f82db1a7f7c4b2dee38f782bde8e77e2ddce7b7b37f15f56bc17efc707f161b76d5cf67ad113fd537cd479898ffb9564d7bb9df75be2bbe2a3bed137931a56f049aba24515f9ae9965e577459ed1cf9f73f56df3dd7eec3b7db7ef2d5b1f5d8f79fdeaeb942f2fcbf5f558a7dfd4b692072ca3ef67be649607b39ce5591eccea955d9f2b0fb4bc487e30cfa5e3f0fbed7ed88ffa1d6f3776ade7f4f929176b55f3b196ac54bfdbeff56ac9f3e159e7bc1ff7fbf1437fd01ff647fd4f6fbfeda4abeebff4adfe38b5aefe24b3b024ef4f7bb7b6d1ffea7ff7abfd93fe69afddaff55a496a273e29ead7bb41bfd18bba77e2ab1653bf9958d759ffbcb5d7bfe859fd0bfaac79df95b3b085982b7f463f77ce85982bdce95ffa0bfa2a5c9f02d6d77bae5e6e3dcaec42af5f662fa96dc5cdd42724d4ec5f257930c7cd94b3bca81c69ae3dafe7eae572ca5be4f99c3272e3ea5fa73b62ffa67f6bdfa6cf88e9b916def4ccceb56ad9cac0bafa77fdfbfe43f7abffd8adf69fbaa7fde7fe4bffb5ffd67fef5b69bc95ae74ffa3bfd5dfeeeff47793b4d7df4f7cd77bff20dee91ff68ffac7834a1a670d8ceeddc0487233b1aaaddeeec04aaf95a5a4ae39b09dc42fce5b55de77e5a2f9f29388f1c0999d73e13bfa96155a71bbd6ed0ddc9cbe82793dcee93d98e539bdcfadf75cbb825cadebd5829d14aeb3d4cbfc961f6df5fd81b79827cb56787d593da6d47697b5d3cb532eeb4fae0ffc563bbe08afba5bdeee2090732df58de9abfabe545956346c5d0ddaddafeee1204c2d6b100d9240739098d4a03f180c86ee5ebae26d67301a7c0ec683c45f0da683afc1776265890febef0faa8393e42971b717d22775efe2e9bcbf1a9c2ee6835a7c34a80f1aa9df8a4f177d976e6133ebd2cfe8e5dda2df4e7f0324bfd2c8de2d7e0c9a83b3c1f9cff4acaf57d13ae8d7d3fa65f5cafb496d6b7091fceb32490579f4252965e6bc3e57ffa2b85e3e5f55aef7abcb1f5cf5c3c1f5e0a6779cee88e176ee1bd3b67f3370666f7ac20f895f9c2ff7b81fc7c1e036b1acbbc1fde061f038788adfe2fde0b0fd32781ebc743ee3d3c16bbb3f781bbc0f3e120b4b7cd86032f84a7cd841e2bf7607db83b7def660077e6b7799bfcaf92d6bb037d81f1ca496b5e8bbe677c4c1e1fcae98ff2e42ceb97012217ff3a69d7ecf35383223e370709cace8d9723d2ee4178bebb151fb25b92e2fb5ad6125da1a1a49421e75e6f3b9eb95c5f2b9eb7abe6ebb55f28ca1d9de195ac3e41971e8b82d3c23e21bd3ecedf4f6bc65a52bd53eb12e876edcee9d0dbd616be80f83617b18b6d3d5ec0ca3dec1b0d3d9f1dbf169581f763befc3de30ee8f87fdc17838e84f87c374771c8e06d3e1e7e06d381e4e66feab3829df55ebdef59bbdb7e1943e6b13df5570ce95fb9ecb6d657f27f575f835fc1e56d7d0bbbe8e05ebb2d6fa96d9c392ebe2b7a2cee06258593f5f953695b74edebe4a77c4e14977ab776cdff01971ee7baddc57357266140d87a7c3dab03e6c0c9bc6eef06c783ebc185e0eafa266f7356a0eaf8737c3cef076782d51fdf06e78dfbb1d3e0c1f874f83ade1f360327ce9efc4dbc3d7fef6f06df8debd5f1e67e592151f0d3f865b51337e8d5e87dbc39de16e6b2ff5918b91fc62349f3fa39f7dcf953d2b5a76d70e6cd77c1fee9993e066dd75fa6979d97aafb76e99df323adb895fd8979ca98ccbf275eb6d9a2bb907edf3e1e1f088675b69ac856744f50e31b9d755ac95ae54b262afc3e35165648ccce171f41ad6fd9791d5ff0ecfc57fb41d6f3fbc1dd9232779a64cfc4a2b1ed9c38b913bf2c47f8d5a490cf61d6f27f1d7f6b03fec755e47fe1abe2b4cfd56f731e93988ec41a3d71ab57bad41c335d92ffd96e6bb606179ebe26f177d3bf7ac786705e68b77350a337fbee6bae9e9a7ebb67efdd4b6928530469d6125c92bc88decdfb35cbf5ed1ca0d55aecbd1735dde7af58dc14beb6dd41df582ead019c5e98ec86f1f423c23f21b53f91270665ddefe6038ea8f06c3fbd1505632b9fe2acf88b2ca717394148fb2b3a8fef9683c9a8ca6a3afd1f7a83a3a196cc55ba3d324badfef1f0c07ee2089bdd6f25da3dac0ec6df7b646f55163d41cec8e9aa3b3d1b9f35a720a5178ce95fb9e6bf64d847a561c5d8c2e47572bf45fd958dfcbf34a49fbc2eba96d45adcef6e8bab3bd6eaea755f5d6e5a5d76f46b77e3cba1bdda77e2b3ddbe23362ee3c7e87e7f133cb4a57ae7517de3ac3d14367477cc52cee611ce4bf8e1e8761ff23ac9be3d1d3e879f4121c0c3e870fa975fdbfedbd5973ea3a1328fa7e7fc6e13d450299ea3ed9061b0849200390bc0136d866f03ce0aafbdfaf645920cb926d48d65efb3bb56b55af46ad56abd5dd69cbb22cfb537f0667f7e01e327467fe5779dec2b9cbffb61ffca67dd8acfd6b0037700ee6b79c7d719d8bf5f49adacf75bc575463f4de22fc2eaddff66fb716cb1f67d9f517ea797e45796bbbf6b7fef309d340d369febaedfcbbf3e41df9eefc7bb3ef3f6ceefc474fb592f567e11e915a354577f4a9b7404e30ef83aba0a17d7837285f90d185efe5cca50be75cbb601e2c8265a0065ab0b23ffc15cc5de0deb1e98bc17ab709f43af32dbf07ef15ad9623fb5d90b3baf0be3130c015724a47167bce759c6fddd0f78aa7777f02539d059bf3ec48d8f32c7e9ebf68bfe6e5a6b1f56c3d1421d8e671fa7b47f1ecd898ac27e5e03249a7f9587a04bb60bf3603cb1f7bea7a87d6b6e03d227aa707ee602ede23226f21cf412fea536fbfe99ff216ca591802db19ecfcc00940ba0afc2000b008c2b91444d673ba3211faab20b66655392b850d5ae30a0ef66390a0b997df0c84ed6e4fada69e7faf989d15913e570c44cd0924d27e24cedb2f4f2731ed0f96df59e532ff237930b6820ef8d5050071279011a6a0cb29d3b86e3b5e990981b2bed6bca017ecfdc7e52bbc22963d474473161c5d70fde8146164ce22f31604ef3ae80783e00944d530cd5d8be0d99f042b30f7128317fb23780573a87af789e91ad7feddbd0de01a7d3b187b4defa67c8d9ebe22d2f78ac473c5ed72b55c2e8cd5706e046f15762fd83bf36fa9df004fdd7828898b34b66490171400b2f590e2236c6f119da441807ca04e26eb6119cbe1b4e7e1236fc68fcb581fd99b07efa6e12db7573b81cc5ba73d5bcc7b44858caafc5c8b5c7782392bb04d753d093ee6f7c167300151857257104c8359f0e57e07df4eb3ce5ceb38e70279cb18da07a707ae8c3ddf50c5b2752ef20950f10d8dfc5eaeec9dc5d1621334fd38b8aeb233e9176c4fec675c26fd4acb237c52684ff7e3ac49ffa1bc054a3700d218cd302ae7a105e8ed14e3b2929671fbd69157cee8f2b1becd68df39b63ff59bef533ecabd0deedca1b373d7684d9ef51c11bf8748449777f21a8e305ede0aee8387e031bc0a1be13c5ce0dce57f84cb500d35570c57f643bd9c85f356b80e75671e1a9bd7751bf755f2c4ba6cb70ddc3fbf4cf7a0c6e91937c6525b6c4273ae879bcc3e3794bd5a845f48dc22fc42b6c3f66e117e22fd80fd7f43603a5e283d606c855b6f0e21502086718aca271ac2249cea113fc947d2b13c58c67452dee9f7894e6204fe78bd0977e1def8466bf2c4da9649bf3fcdca5bc5fb4372be95de2706ce22b4423b743646e866396b12787eec0b4e187a1bc56ad5cd59c4dabc15fa5e682ec9be2ad6e7196b5ce8b922dae17cdc830af2561884a1b938d9376fbb935f58fea47d40f3b37d8af858f17082939fd3d88ac22d8cd330827924dc42bcedc132fc8d60db437404903fcf87da03dccacb095a5806a29ff8111db7c380f971fbacbf58fbb607e161279cd6e4d3bda6e95935e44cbeeaaa989f6f99f75e2b709c85d50e93500845470c5e4329f0c24e3adf7a0abba11c2aa1e76ddca5dfab9bb370deb21fac9bb0a74fc8395dc94cdec35744cefef96c0feae61acce68de57ab10bfb0b351ce4ed7cf403f6670b9591ff20ce978b7e24e9989ff47bde5fd8b7b43f61398dada770183ec1988418008ce3a7ec37592e60828759aee0a3f113251f979f36c395143eab03fdf994b7a8fd0fdbeac8a2d7b5b64af812be5a93ed361c59eb701cbe85efbb6df8a1cec24f30cf7a0a27d6b32f7a7600f798563c4b2cde2ba2fbc3cdabb645f33976eee23d572c5c15a7e8aa987e031bbeaff806626baa07e18cb637e947d2862590f337dd9e05593f4f3cbf21c8f2d6530a5f47d8e6704495eb40946bc7965ba49fca797dbec3e6deddab9e6a37e04c1eccb76238df826bf2c777a85979cbcbdf23e6232cbc06f9ea266c856de731bc0defc27bf0fb36f80a1f8259f8d898c19c653d2f25ebbafefd21da2b81721cdcc7655d073764de227317efb962616dfefab836dfccde57dc68d1f221ba8a1aab11616fbe7fb6044fde0fec76557e2be7cffc0e632b9a7b8d6a0887795c979f57aee227215a18a6fb1cece9bc8566f2f4ce9ae22c9e3ddfd2da81102d23d5daf866a445abf02e5afb7aa4835ce538a1fb1d19e187dbdf8febe7acc804b0b1cce0c3ff723a766c3f445b6711eda2fd76b7b6cd7b747f5a76af58b20715ed1274d37d5c69de5abc34862bb1ae9dabe83cffd6ad2f421a5b16f0debf1becc889dcc883792b9b6f31d7e44f2ba7a7273ebc55085b8afc2808db5168595114c5d12114a3643fda4dbd992b444224baa2f765cdce9a67819c1585fb5524051fa1e09ba1e0c8eea7fde8de5ad7e16aaf459da8cb9b6fb1574fe97d5cc7777e1e97ab488e143ffeebbee142fadd577dbbd6f45d8b8d31d42df3daf380d78ec4512fb88bfa64de4adfd067e62dd6ea03fb39a2f31d0da2a7fdca5adb77d1307a0679eb05e41f6ba338cd20f606b6e074ce9e6781bcb5db876dcb086fa2d78d04f2d73cf4ed47bfb97f3786d6cc49e07e31d66a043fbab233224eeffcbcc06f2e2e1f162ffa7625d6b5f7b9febcb4fd09a7796b04bc87614cc088c02346794cb5a165f0dad529e7207a338de83dfaf0e6ebbd6b802ba20a574e37d7f0cc1ae29cadca3579f2890fc85b9fbb09c85b52d88b26d10a44d7d4be8f36609ef41eeaeed269e079d305d08a36d12c52a3247c77c47004df0b8abeac6bef1b5c7dbf4b564e0b5744741eeae96c9b6cbeb55b9a69de6afa7199dd2ef46b959f58fe66b44dcfb10936779b20904f581f97e32afeba72eab68bae41deba01b5be375ff661de3a9dff705a814033607abec5ba1aa2f956d48a407eb10fd16d04f3d60ae52df82e8fd5325470a5bcb72c6bef74a287737317861d987a452fd1637c1537e2b9370239cc71ef767ec97c8b7f5524df557c52a3e56af11a35e3c53976a4e9557c75fdccc6e979a7a05405f1f2846335fbad523c6abe9ed72e4757a9f62aabff58b317f10ae4adc6b6a1bf642ba7d97c8b3cff817f55a4232c8dae7d24c56bab1debd130366233bc711ead6bfbd19983fbc7db78137cc460968fcad60cde2bc2f70fcfc95ff01da1dde7ce02f9701d9b51bc5befcd78bb79c5ef1895afcd1fcfb661cdb740de5adec7bbc6ac68e7523f32ed5bcfef29deb3fb21e9b88f74bed50ab75a2bb610765e2e2b57f195d1d527a26c17f98d4d70173b9b3bd7f01aebbd9a90f3ad3a7b20d8f3addd8d1df97af001ae5ae3d88dbded28f6e3200ee3288ee3439c00805888c5588a3bb167ad411a5b5f92bfc0bda301f357780fa2b81bcbb112f77e34dfcaf256dcd796b47d5918da17db5d7be3fb8de4e3fad7ce635ebd937e9b331e00cabf1a22db34e2d5be173f6dfcededb2ff3bf32d2f741ec1fc278887f1269ec7cff14bfc0aa26904e0358daa98288fe3b7cd3c7e07f77efa7e74c93c2c0a23356c45d3f02e7c8f3fecabb25dcdd5f32d2d4ef3d6a7e6fe6ddff021fd16fa27b86dfed492d5673c597d46735486189763fb44877c24cef1db2739241f6e4fd7c7d313cef537cdcb8f67206f7da9035b8b9fb60d7588564ee9fbc473e75bbb9be02374a241fc1d378fb96a944613c28702be8e6fe2a12d047addfbc7fcfb8b3b0be6afb805dfbcfdd97c0bdc27aed6dbb8ad2d73769a9c3069f763fdb4e85fdaef39bff1f8a745fe62fb346fdd02ee7f35c0bc15b91bd77fb1b570b8b6e2bbdf986f79617c0fe6540f44ae1ac58f872b008dc3fc70755800bc48cbcbf811e7b083ba5b85ab33d7bd88fda860ce661d34f29d9f4bd7b796f78795e6fe6ddff021cd5bedf5c7aaad7610d68cf3ca55b88abf8ebce82db83bac9d174ff55f5c231c2e87bfb1be65aeddcf838e73d2c1382c41449987cd617bd801d81fac14c3b20de8cea101222ccd6907f7e0edc775e75ee47b8bc6d07eb0057ff1a3f5add7a505e75bebedc137a697faa5ca0fb85c576e910fc6d62158b50f218014abad4300202dd318d75761567b5ccfea07d3493e923fd89b4660858730f654785534ae51746d9af47ceb9ce789f6ec101d70ce82b9ca3e1c0ec9413888002402c443e7d03dc8a05e497318e03ff4e28d7da8fdbee2716f84db3ef49d39ba22d6799e489c6963e6d6b740de3a0c0e4feb066dbf329cd93524fd40d7f3fcc3f217cd9ff75b9ab714b587e0303cfd2e2bd398577fae1c1e1f7c9e78788ea7fe388ce15e6c7ba5b5972ff97320caf64170d6b776879763ce6a1c5e0fa3c3f8f006a2e9ed88dfa9f207c86536c86f0668f37998f8a6a3d49f6fc1777f8ce17e7c98d2732d34dfda4ed736b97f2bffae0fc8d166fa7dc5abb5b5eac2bc75981dbe0cb38e3d7fea8fcbe4a679eb5bedfe0c80d41cbea42daf0cc17939340fd7879bcdddbe07af8a5bf8dca78dbf3576d9feadadb2793db4d03c0b44d6ee98a7da251842074457239d7fbd1c6e0f77f57217dacfe5ce0ff78e1c5cb1ae86fa64ef3bebe20e1bc6fead67f52acd5b0f87477b71ae7d2ff1c9657c30b6d037dfa96fd0772920e9acfa32e0c9e3d517f8fd17bd9f5ca9bdf8491dc03d8df1dd761ddfa5d155f64e75e9feadb59d34c0952dbd0704d152cc5974ee3ae5b011c87166320739efc5d2aaf7499cdeb54e16c9d26b82284af580ef74272a7e87d2186d5ff5257bffd669df297ab71ae5ad44dbb6cca71af62469557ce7fab78417c656b252957f378079a26bde246bed2d7e0a9fc08cfe39be0b647568ded5dd2f5f9c6f39df898eee11c10cfe502367e57192cef0af122331ad59adf715e76edb69d8876483ee11e1ce44ab693fc63d7beaddf846f405a28bf36e7576de7cba5f3e7de203f2d6bc996c935db2ffdbbee1439ab71455fe974327b1c29dda4bec2cbae6f01d23555087abdbcbf6cbef7c6f9838b190ae3a9889cbc959fcdcf50666f823702f6946313a53b02a67c1b996d3d9c393d0521d40260257c8c44bfc2448c224f24d6f4f9ec355f29e0fc85bda08e4add807b9fcaffb860b69de3a80386300b88f6462babeaa5c85abf957cafa5a6f27493cddee8d169cd1a337d8542111ccbbe21936d5ef27dad344dcafd3f5aaabe4dc9c45e26ed20947ee6d763e172f672dc275fa9ea2115e057d67bf552c773b75e6877ed28d95b097c8f13a517cafe6fb894fda418be6cda5b85a25bdfaf6acebd7bafeace243790bcceaffd5a099fa58fb8e57ea209e26b6d1f21a685fb77a509fd467f2fb3dfc2b623e7701cf2e927e3200574407e49fb29cc5cb5d194edce4c97e64ed9540390b9d7f6a0c03dd8571e4bbcbf0c51bee7cdd4c86c9f3e23e6a474f613b79f1b6e9b960bc95d3d37bd5cfcb0188add1fcda9efbfbd55ff70d1fd05c1e95484c025947d693655a328f9fc54bb7a3e543485ecdbefb6cecb6fb64143f192db4db5f4d4137c9eff7b0ce8328de2b26e3e46db74fde0feec13c88c9c745392bbb774c3eed47fe39117e0f9e6983e65ae155f2ec2e9249324d66de3ef90a85e43b4a1c2969863d678d752622ebb80722f78d8c6d9ab7aecd41729de6890a3ff06ccff27b595d595cb0da66f32d46cb7f1784fbe4e670bd1e9bc3404946bb16cc5dd15c6b43d012f539ffadc4ea375fdd4934384c8cfb8397b46ae4ac529cb4ed4763c85f8b47790bbeab185eb95dbf63a8cedc5f8239d66d7893dced57fe77727f989eee112bd6e49fb4f572ac8d9287e451b8fadb7e2903185b42c39e6baa3d8778fd7efa9de279be9cab6b54d3f16f928f04162fdd1f84ad2a2ce06c5e58a2e8f29f8dd6768d226b75ab2546338baebbd37cabec5ed1b6c29519c3d3722349507f30df0258d004ee3bd7785d2b9938f3f02abe17d6f0de3014ec284ac2763483f78f87fbf960ffcd7ac787bd26bffa588ed78f82be6c0906cb56b43f687fa6769e53bc73ca0ff3a2ff717ce4ea1bec32e44b63cb1436196c01ec324c03a6efa9328f9fd7beaa1d4d47654bb00527bad18cd8c2b90bedcb564590b744a3bdbadd4ef9f78afa646dc3932871ee721257165ccff5de044ff02fcf59100b417ebe953fb319e62da713be8457a1e3ccbd306a0b61f4122dc3b610c1e78bc922daba9e499ca8cb5adbc2e706ae2d94b70e3321d686eac30fec8e31ed779e7f76192fc61baabe1017696c1dc0ed562208008b294e8e6529c30907d3f555e524935f25b7d88f28740ecdc815ba9a113ee1dc9546960e236bdd0630c2d1753aef1479ccbcb7ada02fc88292cce03ddace773da1e7cd843e3c47fe7007e6e53fb85714068eccbb4f8474fb211887c96eb2df24b2f014b6a217fb7e67b92d340ff3be41c4ddf0ce3b856fbdc2f34e37d7f014707501d7b60c105bc250785ec499bf8af666e3a4a6bd9342fbaa762facb84963eb5518096300e7e2b792faf70c7f94f0bd117c74fd4781fea9b7858966864fc60ee72eb42f7bfda10ef4c7751b82b964ede3da749d44980a33eb55f812bebd3db8476b84575e20347dd15f09d7fb77e1e6f2dc059f11b2f76bc1bc05a0ebc8861a994204f7cf3b92d08a366e07ccbb40ce0a0ebeb9bb015155b6bb267786cdaabb6a81d86a6b0be1b6c21fb47dcbfc7529e6f90fe034b6ee8effee89dff9f20387cefec79753f7df43a1dda378a5db624333d481b10b9f40542968e7bf2a80e812c8e8a2df5304bf5f23117e95409c8b0b71a96fdd4f105bb6f769dff849f82182f477f97ccb9a89abb2357938dff2bbe97eaf5664ba2d3807c3f78ec1c87b15d7e5670666a78ca4e7cb8bba7ab50a56efa2b15a8966a5fdabfc702e5fddfe520c634bdc885b710700e23d002b2bdb54b92ec6f29cacbd9b612c7f47c9f7083ad91f6ee7a4655f0ce09b6462a8f68c16ca5de17613382fda46150080dcb50760b4cc1d9ab39ce65c9bae18f907f4cd0b31760ffe6aa18887e05b4c44c117826f574c3c51bc6cbe254ae18bfd50c8591b94b33086f32e8c1d05e52c00934dc394d39cc53907c268e6bfffbade6b87556b3ed3fb8d596a1b6c5fd27fd8fe1e81493e97f00149b7387c0ee107523eabdffd494e1a5b1db12bca1974285c07eaf2d6ed8723af91ac6756a499a262ec6074855b145de11645d73e8d2e63bf1f9896fe9abf570cae5623cfb59bf0ab04f0dc78f75a9d893db10fdfceb76de7cb1b8803f1e9fc9c253eb92d47aeb50fa201cf3d0500f215ca59e2703eb067bcb3e5b3339a73dfad561b6b692dac02f159fb165f2ef2094defd4f039afbea25d1a5bafa0f67f0146e238b916437d24bee92394bb8eefae6cd427ddd5de74174498abe9c6ded886435d510fa6087382d616dfbd4f7fed7d8214f5e94fddd0b323c36dbaf01c79c15f891ffb71d23e7bbe05e66996459e27c8ce59386f9139eb00aed3b695de1f16df1ccb9d2d8ff73fc07bc4f56e3e5b194b055c113fffba3f2a208dad8938053021f02cc35f04fe26e8b3ac3c2530c9dfcce85f14a6f9b19c26d53fdd1f2a5feb7df8be8f7803236bf599e6ae27145dea138a2e18594690c2e3de105bc67d32b53f8dadd8d63bfeca89c55b98abe0e9b8de07c2b6074f15f16ce3debf86b9e8bc357af1cebdddbf57e7ad3467754e39eb70efde8af7fa84bbd7b483bf9f487c13e369bd37d68ba9f8b0ba9e0fc547caae13c28e4db1e82fd2be2c8cfd3461b4a3e381f43f1d2747b930b6e69e74750e488df3f8cf95c793bf8a44439a7bf7306fa9f23177d95a2b9aab92f6a64a6a5b9592118a2e4dd755f75d5af882b4dcbe4980415a79aef70973551ec0bda2e0bdb981df94d6e7ceb782c369ff1699abe89c85d6e64ff3acf065f3ba9d16cf0ae4bddb03af8870bfe97ab7984aba39900cc93cd72fbcfadff62706185bd246da4a3b023614b068e7c0ee02594c3e6128ed755bb2f41188a091a6c3dc05df5e522508ea138a2eb5adbb10828e64879ae448ae9f485e3295fc50739b52e03928779d70a8f8abe04b0aa508ccb904f1a976ee7ab71f0f7dfe1c0bed8180f92a599c7216882c63f37aca59acbd0ff9bda6f0dd9eb525eada782d4ab11508867438c76e3fb1f9e532d2d8d2a4840b4249dd6f02dd0fb35fad07dfca885c98b7d40eca5d30c24eefd3c1c85a7793d1ba0bf087654ba2ed81e892fc99370b1d909b447425cc039c73893d69e574a4ce39f32da7e380e8a17315c2e4fc0a82db46eb59e2706f48dd63ce62cfb5aef3732d6d0c9f23aef78be9fa757523cdddfe5efea17dff949f84134e634b5ecd0ba030686540f32b17caa992db5b6f3683c350bc51e54db06ac3c84a21c1002e7e098c2cdd53db525f1a8871a8484fd2507a761d7816a0ed790e9dbbe055515c783351955ea4d7bab94b1a85063dd73ae6aadcfc0a823486eff8f8fd44c1f786eca73ca7f711b3273d68afe9b31aebf7b6bad6a43770457c3fdb6e75ebebfa8de76f02d2d8fa3012e943fa44586f96e08f6239d78eae67e05afdd07c47b9a62c4d823b69aacad26ca5c0dc05df8703d1d50ef76a1f44563f9eaebb06c85de670dd0d64fd3312a52f10595fd2b7d474af6ddf1aa4798aca5bbe68db5ee00da4ebba394bbaf19bd68c9dabec0734bf4ae7560b9cb3dcae6f260da9859f71969efa8dcf09b48f73ad9ead2ea6d1b5d45e76a5db6afbd5c23c7f7dd4f467697d1a5b77d2bdf420b5fe3770a0488ff6a073a5ca9dc63177010091a5a3e882792b8dae8775d70e3a733ff13c30ef6a869ae7819957b3b3a0e75b62dfbe7185ce32d20ff72867e1dc45e2d33d242cbb0b780e2a5cb7a27315da637a9a5fc19c75b80f0cfb51127c0f451473ae7557f84e75b6f761ed88fa7a6f2a8b57edc930b7a37f831faa318cad8edad130d8f2e937ab4cd3abf01f68b7d2c79d75bc82792b7d1f2ecb5de8dd5eb5bffe00d105b0d156fbe6d06875f48e0172d657a8395398bb6094412c26f9dce50b1dd37af55b208a2a735667d3d9da8f868af21309284f053ace55100707cb0a5f0419be2156fe8d6ae2fb3de47b3d68ae350157c46d67b76e6c6e7fdfbe75fdcdeb87454f636baf6d3bfb75a763016c018ccb2c3a0bd3ed2c8a6e11745e3fbc32ddcf7eddecd8fac07fd0478770a59820ba3601ca5f106064418091057397fa341f759c34a2249cbb3016131861e4bd62c775e4c318aecfa35c05e75e740eeb7882daf1fd7e308679299fa3e87c05c1fbee04608ef5696cc91507cebe87e39935c4fef8057cd2a3df2ffb9db013458e7ecbb427cb4f16e54716e6f97b4fb52ff337a71d8c2df87e7222a4cfda3fd1351e95c14cf258869855c6ed5818d6c3dfb45c567f9897e6a3f5817875eb3d74e2ce41950f43b57b7c97b7a3b620809cd502d105f06a0223cc1f7712eb45faea083077c1799733c5b90b627f8a72987d035750b78ea8256d699db44531690b6a1e43baa075c48e14bec0f34b616ec2392a9fabf03d61f8d2e98811dc3bc6ce59b96f8e91df79259f2182b996febc1875ba1d59f58d316957daced896a4bd68fbd17e6195797e2af88dc18fe324cd5b8a2e02304f78d3cc635e7d5dfe7371959c68be7982ef2baab2d65a2910b2fcd542b92b97bfa44eafd387518572178c2c3a77795e6701bf6267bd380f6e4bbceb0c3a4f9d21c0cf10775e007e416500afe2d09193093b5781f95a3f99882b611d188e1cbc8657fb2ffabc877cce22f7c69fd6e2d19738d1ba9679bb1ce977fad0d5565267f41b763c97cef373b9df616ca5ef26ff4f8171ad19f622b0d09c0be62e227ff540feeaa1dc65ec5693f54732ea8c1dbff346e62e7afe05e65c5f91e13a0bc59a4ad79d77e95a1ab140f0ddf6e2deb24eb92999186a721f6df763a717f636afce3c19ee368ed6f9e87c5aaf8eb6669c82c47e7e48ee8dc7dfee81396bdb588c8c6f7da1cfd78df4fb457fddfef520cd5b934db73371d5ff293cedccc2dd6108ee15bb5a0b02ca5fda06e62e0430ba400e03d1d5f9ea7c779a30ba424d8ce9dc057167d179f38cceb5e48b70ef7b0b7d63ba730300e3b67fe3b60ef7b1d2b9756f1dd9bdb51f1b4f9d3b6b17bc76ee05cf9d457ae7a1f3e819a1e705e183fb153e844b41ce3fd9e1e6ac748f69baa346c4df7845b3783536b7c677f7aadb3007fef0afdbfd0c0c630bdef5fe0476c1cfda5f02c64d6cebf6e1593361ce82e70ff0f297b10373afa43bef2e9c29ce5d1093b90beee38ac48ed95d3686db91e67b8f5dd55974b5244c61958449039605f930f5b6dd755797561e5c0fb3836f7f1519f05b657970051bd4b9b3b8573ecf2aac98667b4cb3b5f86790b3de8c6f6dd5898c59d7d05ffe693b5fe26f5c0f63ab6b76c160817bb619368d5784293a5d5fc50fcb3b824eb683f42d2843bc23f8c9f67bbaff5c3fbbaeb592e22f30a3ff56bbab4f9cbf006c60fe42390c82feb89a44a3aedd7524e994bbf0fc0bcce6133776bf1cbfeb76bdcec8b4f61373d9f5552199a962325bdd26b3f52899e993f07a3b75a73b3fb8923cb7d90d3c17aef1c3a748704f451efb426474c36e648df35741fade10cde0f3cf0fd17b88e92cde316fc1d5f0ce90a4c7e4b11b53762ad89787297fd1f6a6f19692bbe5f86747f909d7ef517f59de82ef938818f65304f8f7a9cee890e5fdb4d88ea4e7794939ac36f976797a519f9477df3d9837dd6455384b05e62f90b320dc64d08a9fba4257a4739733f593aed4ed74bb9ed1958d95fa64deeff7dbe97e6fdc40b016f01b3cd439599abfb2afddc4fbb46da7f06c12adf3c33b83ae92bd2b4d4517be1a1673167aca43de1f6e7c6d646cbabde0aedb27fdc0b62bf60fc2b4ed687b96d999f60daf3dcf9f10d2bcb5db4fbbbb630e199cca248674588ff9e87a567b921fb7a7eb79fcbc7e08fe2773e82df66e175c059315ca5daa44e72f9cbbd456f77939e9381d98a7de60ae8251252e3acdee4b1a59afbb97ee08cc8e3c22b2de21909165b9c6b63b766209ee6175fc5898e2f53198c330f6c5ee5b249a13749e56c99590cc590fc79c95adc59bb7fab3d95e0e5c4db7bbef9b1ddb8e2c7fd17623dbf1eccc93c7f2178b9fa423b930b670cea88f319cdbaeae9cba7430f71d773fba9fd28c7f761891bf5a1bb73be94ec1d5efa53beb7e75bf016e76afbbddee4db7d56d6fc370b8f3d61f3bf8b6a047e5ae6384b9abeead9bb807b7d971c543f72edb4711a2ab61f6acf23b32acd7ae8adfdf61cde073f78642f67dc46caf16bc226ee7db8606ef0f87e693b6d8eefe867feaca2bf8250594b7ca72062b87907f035539e7cf6267bd9e77efe3557798e62d0502cc5d1850fe526f20a4b9eba1fbb8fd92af7cb7db921bf21c4695bc9097ae25ab6104a26a89e01459a6857297f56eaa3bdf54b5b6e0f949e8a99eb3081ca709230ae62a59730338df9202fb26d4424f6cd95738a2c839163b67657b1e3a3867c1c8da3c2f07f22a78d7bee575d7ac937b7e1397e5c07a18cdb7d873a1ff05d05f6d6d752deb8721c85dc7b39fcaf297fee8bcac0dd9904dff4a1ac89bce772791b75bd56b6c5e36810e224b4f7317efeaa84f9386ebc93b79af4ff4e542f15768ff97d3946c618abebd68db9d4fb4af947d354433f853ce4a23ab90b3b657ab966c790bd95ebb7fdbce9700ba4fdc74bba6ab16b1fe9a2fef0284e13d01ae07f706474cb7c7fcb41c161fdd9e2c6339984e96cd3bd991e65694de2f2a387715f2d72697bffab12abbb227fb7220fbdd674d9743b86f024516cc5b46404617ca5d104c75abf89e3e71a7e84ae72c3cc37bf70277e6bdd833398a845071af3baed734aef35741145568af039cbda7ef4ce7cfa849236b739de5aca17e25c79b81ea7bcf5576c0f665d91bfb876e4ffb91554ff74bd7d37ecffb39fd0e59178ed208ff14c6f067e4ebc27ee03d0477327abe983bbb8ece5ffae874ef08d7bde0ea045cbb37210ccdbdf960eec9dc85220cde3792d105af8c78cd4a52ad9d647b9bb8a72fb770edebd65ff9da6e23a9e43d617e8e0523ab3c67a911c859869cc882ea47fb3fed9f3f85616cc9225c4bd5a7180378806baba84cafb992f510c3729e2f4fe7f19fe8a7f6a89ecd5726477d926d5972e14a2ac85d6a1f4145fe4a232b8dae3604738ff77ce1fc75ca5d30b2006c41746d7174a159ba296a6db983dfe15e8fbcafcebdebed6d1c51545411df9f26d7e0f1bd21ca5956b2b6e4ae15cbf26a657d907622ed70c2c81eb89eb423f62bdd0edb8dc42c3fe4eb4ff190f707dd0ee3ffcde78905780914d9d6eda85fcc5d9cfc85d7bdd2193e33773db072178a3022ba726bed9beeeab6b35a8f4e91955d09739175bc2fcc9e1bd2390bcc205bee8bacc83db90f22f06fdbf667cf1315106be8d9f594f10cfc21a393d8e460567b916acf932f32e44f4bf848ba290f0225b8d5ed6c9dfe98bb8e2015f2d70d5ef782b90b3e7744f9eb94bb8c00e52e2330d2c84aa32bcd5d9b2d8c2c08a799fa696e959b5fe5d6deb377a5d19590c85970a514e6ac8dbff740ce7a029135949f7787523b3f74ead9b9ac3dcbbeb4dcb2fecaf47a48f39609f70bc1bf2388795055ff4ff1f3f8d425c85d2fba2dbfb273179dbfc8b9179dbbe01512e72e4dc757471461a72b238a2e7abd1d45167d4f98cdb142727f56b6af14e42cf8ec703b770d94b3c03c6b6498da5322d419ffdff24b75bca4f3adf1a6298f13411eaf010639e088370c4cf26d287e563bc84fcbe1b567f5c7c26bb63e6ff1137c7f31fed24cf9bd98bb78732f56ee42f90bbe2b94cf5dfa0446d7660b417f4df396423fc5295e054ff784c823ebe64a866f59e0e7869bebc5a76becbde5abfc2427bbc430e50ff9336f3f16ae636f96fd79fe2c9347e32abfa0fd5b70af6015e03d8575e14ff3b3db2f5f9c9d6382dc3549f74754e6aefcba17deef8573d7babb095084a1dc05a3cbd8c3e802b0c3d185222c3f6ba7e757688e85cfa459dbd9cebf2c5fd92b1859abd6be69abe1378c2c98b3fe8c9daae4fd967c2827cd5bd3b50da0c9c19d8afa12ac6d7f474eadf6a87e163f059be00edf33c2b3ce21f0e65ef9fb46b4df0befb54ff7dbb771ee32f610c8c85a8f6074994b10594b7d0ab21a1951d4fc0ade13c2d586cd75b60f3e46fbb3b6f3f5e7e2d3d6acc3bee9bcee5ab2e26cc201c85997dbe9a77ebaa09ec99f3ef301bfbefeef81e5d0d9c1e862ad7751f98bce5dd97e2f9cbb5084c1dc05a30b9d3301a32b8d30105de60e47973e3d45173a2924cb57e1e99e10ad63d1732c7ba5ad6d6dbddb37f5a13eb622f95b7b0291f52fb0e3cf21bd4fb4e42680ebdfc4f2cd3fdb8ec4f28dd7905b2bc98a0e43b9cdce5de4dc0be5aed39e55b4571545d6e91d6d78460e3cdb4b7f8491b56ec3c8027794008c268a2c1855c4f70e89f9d5a649ae63c1b5f7e5338cace58b6fef9bd6e3bee9bfdb4b4354fdadd5517f620f1eff9ff7077cf7274f4fcf974fe4db8e2adf01af3031006699c4a02e87c97a2c1f97414c73e5d0f2aaf878d81f6fdbf039a3da817b244a7297c2ca5dd9bb42d97b8eeb2e7c571b4617cc5de86cc2f4f4cb34ba56b730ba8c4037517419d7ebd1dacdd6a5f01a16b18e05f39536b657cb3ecc579e6aab3b613394efe507cd93fb75c647da13daa9c42f7715e5baedce6d9fe274bef5087e3d2a571cdc50e6f932cd5755cf937b215fa35e7b6f6e18eb79b8eb7ec2fd5d69ae2acb5d2d3a77656fd1263877a1f371f6d9c9976964b5e1c9e338b2f40904104328b2f09afb279c5fa17776e03a167a5e0867efcb57ebd153fd47f745591cae4d63fda62c4bc77baeddeada1bfbf75cb955f2d23392bc5be0895bf38bc6a987287a472d96211f8b8eca1d8d279fec07be8bcb939fe7cbeb45f64feb1b6cf74d45358dbd9bed4dadcc5d68af7d3177c1e84267e4c0b309d1e997ebf6fa034597da86d1a53eeb137087d4d6b680b2549f972ff03bade977b58ff32b94af5c435b7baafebc138ceff05bd1ec8139e81ac69867775c26ed4cdbe91c4cdb8fe5cfbafc65f2616c292b65adac9c5539def47f567f2ee6c93bab1f3dee29866226d770cd0bdf379e9fbb5240e77bc1f30905704709cf864ebf98a0255a1b7eb16a3f384596d159be24c24a46fbb160ae4233f7f5e7b21fec60be72d73b41d9e8e3c3b3b2ddb63c41deff29fbd2ed70f9dcfeceef1fc61628ed200562a9a5ac001c31a4bb191d63d04b4ac7d8a1ea713b1293f5747f9bdbbc5c67c5eedf21faa7fbc1f2697d2d67ef456f525b6fc377827873af7cee82f32ef49e36fa76bcdacfcec891621b45173a1b1a4517fc2e471a5d07f83d47555441095cfb0ecba13accd6b1927cbef2c7fab3b303d7c27df76098c2dc7f3fd9811c4fc14e84ddc9f1633eb21dc94ffa93969bcabbcdcba5ed4dcb27ed4bda9bd627dd63d343678f1cb14d9579f4aa32af3d8d79fc97ca2994b7575b576f77ef032be9a932fc26297def98df6b8f73178a2c7cbe173a9b303d5f358dac40465f7cc19105bfe908bf746cafc2e172b876970375b81ce92fcb3ea0aed5a5dd40f9ca103677ee70ef9a86d9df5adb88a737803f63cf9afcc73369387a1ce91c79e919492d58d27ba6bc01a0a735a6ac5829c7910ecb79cca2637e10c3393e48a7db9932ece7c40fcb27be931ea77a4ce7e903db33f5b4bdb93f566c6f610fe457f44e63d5bc2b3b23a785cef782b90b45173c5f159d6b0fbf9c00bf2984be87160ec32d8a2ef8a5f670b8b6b6b76bcb9baff7de1ce62ae31b82b3db09b1ed3e9b37dab7e2f80b64af931df0b8b11d10c67640e323ed8ecb58cea97cc26cffe4edc8eae71407a41cacd7a9ccea1fb683b1657c28aef161cae538dab3cb34fd5c3955f268fab9ed310699df735ee407c3b422b8bf3efd463c9dbb94d37b8ef9f32560ee8ae610506441809185bf8786232bd8f9cfaee135ec95d7d836bcc6c607f8dad96daffdf12ededc297ee41aa2b3d9b6944009cf19675dbbd49553d7ae97fa35dac3d88af6d2675a13499f4a84302c1b6f0883786462d88ee4c774ba4c62c84fb627e5e0fe309dd71ed7437e521e5d4ff329910e1c6ab4f481bd506238bb87e74990f78ff4bc0be5ae144074e92394bbb416ce5dfaf8f4b53df42dda40f1d4400111f60261dff45f6ccd7bb0b560ef3d886ff2413968dfdd4725313ef3fa9176c3981e074d67d9919447fa8f6517daee657ee6f547da9f1e479ab71245906e1501630c3c3a0d25ed23567ddd7e78ede97a5a4eb97e9bbe7f2fc7ba11dc6d0681a588e8bdec740e96e52d3277a1fcb56a2723145de85c6878ae3dfa264720a3e882dfa285d105bfa50d21fa0863c708f68a14ec83ebd8563a7b37dcada470e0094af732fbf2c64d4095bd4ae93cbe2accf3173aef146aa5378d03c2b88cb022e7cb1cacf0da6558e1d1a97201f3fb45fa9ee4e7f457f8ed95681b6fdbd142b14d43b7bdfb78a5f4d07938388715e75d2877896ff05c55f4d584f49b1c20c2f4713c85df444b6ced2d7ed2de94be3a7076eac01f6fee40d95006ddcf5da2dbe64079f2e2eda2621c05bb52762ad8b1680788d1b9a3e7f891aaa7fd59f06f75bb747d6ba8c82700b667625e3d01cf54fd33557f917c861cba1f9a8f579fef2f927ad15bb0b1e787a6f26245d13b3ccf4b6ea7f3b0aeb1c3f78df87c2f7436e1297f19bb63fe8ae117f7e2e976afbdf923ed6d3bd1de0c25dc2749e45a916e6bdfebb7ddc1807fcbf9f1968ea306bdd63819f67da6cab5e4617dabfc78e24faf8987d5c139284327c30685693a8f8f871d0eaedbfeb7e430dbbd2aafd29b325a5ddb8bf0b97bf096ca5833511e5b29f84c558831a073ed5184c593f4ab2fe9b768c3389eaec79ab1b9533b9d43e4825c35300dc3141a9eb0fa0679a7d2ae557a5fdafe52f93fc5e99ee6ddeaa0bcad0e104bf20994678431bd0e867270fb73dab130af7f1ae8fe0be378cbd7d372813504e53dd8c335307300e644bbbd2b4de355b2d64c98c7e079d0f03c7b08e88c55f85b1f898ada8b6e8c9d08aea19d2bb52759d1bbfbbc7737834e6c0e0cd331b737cac75a5386f5c6f95b76abc22c20ed52655fcc0731696fdafee935f1539295cfd51c61ad912f1ff19243e7605a0e2eff96fc1f63ba3f70d55226ce4e99aeae157325753f747b33b007e1b332739f952f7912af62e73054be35b39b4000e5afc805f77e332bb207c62cb80357d7a63057aead4091ba573fb3d73fc57fa4ffd0fe45f9d9773196ca0da8bb592d2519615826e93486df3d405869d1f5b01d96937d23a1d00ec09cd58ed40397113ef163f9e5fad1586991f268bda0fcb4dc566ef7b229472de32bd82886ac48736f11dc99e0bed25ee876f75eb7c31dc2764ad7db20a2ae85c6de591f94a96ea9a13284328bfaa0fe8af6ca636c575e3d6d97bae3e7d995ef6f9e9d5974561ca479eb4eebe95f60d425d857f3f85cbeaaf6e7ca3fb75d951c9aae7c82d9e8bdf2a03c469dde55af61f70dc98a85766f2eb463add38dde7a8b4e24d8bd6577dd539d9172dfd37aab9fdbefdc719f3b3ee5ee77ec54473f185bbdb5d68b02d0ef0d025c861803ae8fa26239c5419e7e941315f978ed7238ca97b14cb23ea70f8d4bf84839a49ecc71d1749ebe747f01df4ef43858fd63ddb8e30c8afc75fc42cb21fbe1f9b9d49e1c7fc1328cadc08982c0d1946adc5b9797abe8bf85b1fcbafafc2d7dff693b5c3afe3f33ae74be95689f3d5d53007c82df0a592631a483b864f2c1328d0928c82131dd0f4f1e8933be9cfcac2e271fd3e8fe683a25b7541fcc4fcb27c677948bed853147bec2ea87657f563f8cf115faa7fccbb413690792af2a2e587a42fef49a68c41ff07b7c3d434af298a6c71ff0f7895e8dabf879f575fb39579f9f62767fd5f6a2315b3e2de7523aee07037f1c97fa33df8e1d37696c99f3be9420706fd51dc2b84ce3533d6a47f3a372cfc474844343dd41fe53fb1346f4930e797ed44fb17f767bd80ec928f2e5f5c98f0bf3b3e8b47eb07ce2cb8feb04f976f4f8b07da09c323e3c7e3c2edc1f6f7c988ee59ffc80fb29fa81f43fd6fb0479bb90fe66f905f3419cc6d6a66722088dd36f5699a6ff16e641157f15fda7e573f5ff53edce957fe9387fcbcf08606c01ca363416b745e86de7837c99ae2fa7d72d17fbad27bf8891befcfa73e5413c1f9c3beeba76a91a779e7ed2e3a7e34340cacbfbb9aebff9f5501e8cadc6603ef05ee60312d340d7f330af5d15d07c55edaaf5088d4bc675a93ee7c90d0d567db23d7fdce7faa7cc0e65fd17e979fbb200c61688df5d6f0fc04280cb396c7130515fd53e055adebe269da1070d3cbd7e8a99e3aa6ba7ba7ad072687f54f1d795cfa0633be770891f58b667e99fceb7ece8ab67f79c3c061c3668959631603a89d3ba7d9eaf81cbee8996ca73f3f49446f1917a603a94976bef5072a97e313e8ea3a43eadb3f265ba9ed693a60b2bb67c4cc780cb34fda807635c29de17eb59faf3ec0c31e92f56bb1cd076b6f274dabf057ba6905e13f73d2f039ff8edfd229dc757b79ee6a3715dfe4bfbad2baf6efbdfe63fd70e3fb54795bcb40c636bb19a5fe5a1b14770a2b91f645df1b7fb51ce9f2ff3db15f528aba3f5c4bf1b7b767f45fe62ff242f4b07b63cdc1fc2453d4efab0f858f6ccd3e9f63c9bf0fcc46f4febcfd609d1699b97db369d6f5d353abf0d5a378febf2ff54ce6fe975aede34ff4fe5d7adafb2db4fed5ed56f195ffa3cb1a17583c6fc2a68f4825ed80b82c6a20d7fa332a42fda08cfaf108675981fd3313f0b9fdae5e59098e4d3ba4539ac7e6979743b2c178e87ec078f0762c49f077a3c273df376c2fdb3f4cdeb9dd787b61b299faea7edcbea1f03ed275a6f2c07ea5ba617cb1e6cbbe7ed81cbc81ee935b1dd8b288819b4a8776063cc0fca342ec860c967c863967974a23db3df1afa94f65332ee5f01ac1f6d1f867dcfb24b493bdafea5fea86b07ba9cc61688f713f49213c6bfe97a1ebd8c9755cf6acb935fd54f551fac7e8a6d827e557ff498687d59f6e3d9a17a9c481f964d2e1973d578ceb5314f875e12f47be879a2d01301c419ae822a3eba9ec55f97a70e5f193fddee5cdd7f03aa74be5487df18ef6f8c99db3e5d8300bf002414163874babe8aaf542e8c6f8e9c73e556e9cf9357b79f2a79c73218d36fd8edd2f1578e93d2af927e0986b2d2fd5b664ffc2de849794cd379fc97caad2bafae3eff149c3bee3fd5ef9fb44b96b7a40628fd6f610c97d6ffe9feffb6bcbfef872c6f7532e81258a6ca988747a7db97d1eb621e60fd58f4baedebea57d64f95fc73c759a6bf5cc27f69ff3f95536a9774edd497cc5f01ef4cbebafc7f5a9f3f0d978ef75c7bfecb20bd4f547af27ff01ffc36a4b1d503bf18b09a213cf733ec51d867b7ab025a1eeee7584fc9a7f53896a9f65c3e8efe74bf85fe39e3a5db1fe91c7cf6b8687d79f6f72afce671e81cf905ff54f89dd69bee27cb5bfdde008042405599a6d76d5f859fa8764f15fc194857e57a1eeb79fad0fdd6d59737de0abd0bfa9e6b5f1a78fd9d3b1e9e7eb47d787627308cade5a1a7fc07ffc16f439ab78620ce687866d0eaf03dd7a4f3eaebf25f0a75f5ad6b8fbae3bd54afbaf22eb5d7b972cf187f96b79e010c33cc8217e2778eaff75ae01d56c8abaa67f643f4572597d5e6ec7e6ab43f6b7c3c1d4a74ab6c8f699cba4afb12ed5e2a6c7491bfb2bc3502f09ce2718687041e5365cc37a6f8693eb29e2577d87b63cae595c725faf0304fbf72bdd898d7ef98310e9e3dd8f2df2ac777899eacf196d9a9daaef5c699c94b63eb358d610ccf54792c7ce6ca24dfb8f72a5e633eb20d43ce73be5d6f08e4d26d78fc29a6f428c847f28efa14f8a8f6785c589fa37cba1f820fd78f097d693dc971d13807d4f829bbe6ec3266d0870c3ab31f04a95d7272a9713df7727e3bdaf119eb9961da9ee35ed1df297f1a5b63501ef7deb3d87d0330cecac3acfc9c95c7443d497fa6e8b4bc67820e30d03bad4f31c94ff6cb6acfd36f58d2ef3bd52fd13f573e3d5eb25c46afd297b403c3de47bd58f627facbd98fd0871ed7b14cc939da9d53e6d98fe7cf9cfec776696c7da4313ca6318b46d6f1ca747b168d279f06b23d4b6e5d5d786d495c2593a7236fac556d797d96d9b98c5e36169e1f59f6ad63eb3abe4a63eb13c4dc0494a7bd59ef33c3a89ca7433e1263be09c137a1da23fe3cfd93e21f1fe9b31c3fee6772ece7843f29fecfec6fe733d3879433e1c8c37a4c8e383fee4fca1e134a5f5a7f72fcac7e70ff63c26e79fd8bfd60399f0cb9b45e27bef71c3f1ecf98e1279e3c52cee7519f93fe743f64bb0ca7b1f5057e7d008e2f40851803a28f019e667892c5e467c633a1da91f563aafe54fec8e4e5fb21691332feb3fec97ec6393dbe8e32f37a9de44f19e57161bc79dd8ae3fd3ad6e1f1d172f17831ff98a1378b1fd326b97645a0ed99a717ed498f694ac9a7f5a2ed37a1fafdecb1f5a7f93f8f796b02ca287621fe3e038f2fe0e3f533a3f8597c55fdd1ed58fd5e2af71cbbfc69fc137dead8ff12ff15f8d2d86a825fd7006e324c9769fa4ff0570dbed62ff657a71fdeb8b1be75c77faede3fb12ba9174fce4ffdc66a7f86ff606c898fbd76efb63721318049199dc6557c75e5f0da9d5bbeb4bfbafd9cdb1f8fef5cbbd6eda72ebd6efdb9f68638cd5b77a0d404f06fc0f714aea2ff542e5dcf2bff743c97d6ffd376ff45b9696cdd82dfb7bd87de63866f294cd37fbb4cd37998e6e7e173f9cfd5f3dc7e1972c1af52f9b9fa4bf5f82d3bd495ff98d71fc656ff4a7cec377ab70803a855aec298ffa7f85cb93cfeaaf2a5e3abd2ef52bb5c3aee2a7a95bc9ffaf1d42e8dad79efa13f07e5fff07ff817711a5b8dfebc7fd55f54e0794dcce3af2ba78a8faeff697f75e59cab575dbdabe8e7b6fb6dbb57c505573f94b7fa4b002a81e714a6e93cbe4545fb0555d638f27872aa30ddaeee78ead6f3ec70aebc459fad6fd5b8abea7f3a5e1e1fcf4fa5fda4b1b502bfd600fec3ffe15fc4696ce97d03c0fc3ffc1ffe4d9cc696097e6d006c2b30e4db51e53aed7e8affa97e48bcbba0dd9ec266ff77f53f57de6ff75fd73f59398d2d0bfcd6fb768aad0ceb1486740760272bbb44bdc368c793a353ed68f9341feec729d18b45a7f57419f5acfee87e5caa1f567f2c3975c6cbeaa7aa5d15b62ac66d51e3c476b04afa7308ec54e8e59cfa4963cbebc3bf352bc32e517609ba4e60b7a4ec52fc2cb93a432eab3f97d19eec87c5cfd29fd697ee9f6e47f6e750f29c123d49bad3af679f2a3bf1f465b527f5a3ebc9762ea39d4ee9cdd2936c4ff783fd716c97c6168c353f8b391fd415714094693e3dab67b7778eed797c345d2fa1b3ca79bd9c52f9343f4b2f54760ae32defb7885976acc35f26bf4c7f961d02ca1e0181797269bf5fea2f378dad308d4127c511807d56de13e528ab27f9428a8f47df13ed58fd8467d4f3f463e951d67fd5383c4a6ed93879fa56c9e3d989a5375dcfd29f376e1ea6f9eb8cbbac4cd1d3d88ac1efb87f00b186302cfb54f98483029d6ec7a607c7f6b47c9f92cb92ef53f25998a56f915eec8796ef67fa96f1d1f2fd427dc0a1b3ed72b20f6fbc01a53f9b9f65cf72fbe4e5d172683d58fea1f9b3fa34b6a27ed2170005e198c00e55e6f385057a953c3f2bf3da95d3c3637b567f2cbde3ac1d7b3ce1b11d2d97d53f5d5fd4232cd4f3e4b2db9fa77791bf6e7bbe5fe2120cf9922a3b65794b04906431981065318bc9b2fa2aec10edaae493fdb0e83cfe327a995ebf398e3fd1df4fe5b0f4753898c557e687b2fed2f6696cc15f5246f9a771a7a2ccc242c627d4eca72edf6fcaa9338e3fd9ffbf00a7b1d505bfbb80f2efc2f25f6effd37e69fcb7f4fad376e4d6a7b125f59594226535c5328d150e1f4de7e173e554d1abfaafab5f5d39bf6587aaf6bf3dbedfeabf8a9e96b3bcd503d0ad89150efe693dcd57d57f5dfd78edeaf2d51dd7b97ad7eda78a5eb7fe527bd51d77a17d1a5bf0573fa30c32dca7308f4ed7d37cbc320ff3e45f8aebcafd2dbe73ebebdafbb7edf3db7661e034b69ec0efffe03ff86548636b087e3d03e0e1010757f157c9addbef6fc9ff2dbd7e0bd7d5e752bbf3da55957fc95e59de7aeabfa4ff23fc4a9559f457467d5dcc92cf92f74ad1797afda4dfdfe0ffa95ebf855ffb7c7d2eb1e30fc795c6d6a83feebf81f208c065f8a7edffedf84f8def4fdbedafea9dc6d63bf8fd1ffc07bf0c696cbdf53f40acbd97e0f79af5345f553b1e5fbefcf98bf226a9bcbae3a957ff59bb7d959dea8eaf1ce3f155dbadca5f7c7d26d572b3bc3505f0d19f01784f610a7ebf67bf3f8ef57ce0d5d3f429814ff267b9be31bc1f69b35cbb2ab9279975f529f216fb9b71e4ce98fd4e0b7496dc5981af6a9c79fbb0fa658f8f1e47557f453d693bb0fd92eb378d2dfcb73c01dc107f65e53c9e657cb31f96cbfa99657c33a27ca27f1ddb97c9a9ea6746c8cdf3558f9fd6eb9d21e7d47f513e4b2e3dcef79ae3e4ebc9ef97a707492fdab9a81fadcf8cd2379593c6d62cfdf74ec02ccb25f0f77756fe26ea66449b0f8afe41d491723e0839241dc337838fa5cf07831ff3907abc73e0a384a74aaff73edb06ac7a9a8f96cbb21f6d475699e6a7f524cb33866cda0fbcfe68bfd37ea46d41d3bfd3d86af66702acb9eea3bfe9668661f986a09795697a8bc1d724f85a5499ec97ecbf2e3d93938ea349f547f753671cac76743f2c7bf1f4e5c92dc3a4fe2cb965f25b54f98ba2b3f4a6dbb3ecc8b23b478f34b6dac0562350ce30069a0e31fd9b6ec39353c5cbaa2bd38947cbfd9e95f75de0bf2d1f3b3d161a5863ae3bce52bd66ecbeebca2de87a5b6ed7aab197d99cb4238c2de103fc6af66f2116defa6daa7c4b96093c23eb11066ddfd2bf6912df9e70daae0dcb447b02e7e8b72c4ceb41d4e3f6bc7633969cbc9e397d18f273e364e891eb7f56d417b60375f5da33f42cf2d3fae4ed5f2da7c42e4cbf9eead13870fb7e1396f3edd3d81a813280fe1dc20c6867f5ed2c3673f554bb19c133a3686d561dd17e46c8c3f419ad07d16fc60fc692e79b094cfd52be821c0614c6c8a1517638cacff57bd2936be79ceeb43d78fec9fc418eab4ac7b2fa19ad3f61273a1756d801b5fb3fffdffffbfffcffac1d26a0</data>
- </image>
-</images>
-<connections>
- <connection>
- <sender>pushButton7</sender>
- <signal>clicked()</signal>
- <receiver>AboutDialogBase</receiver>
- <slot>accept()</slot>
- </connection>
-</connections>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
diff --git a/bin/commander/appinfo.py b/bin/commander/appinfo.py
deleted file mode 100644
index 78f2dbf11..000000000
--- a/bin/commander/appinfo.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import os
-hostname = os.uname()[1]
-hostos = os.uname()[2]
-appname = "OpenEmbedded Commander"
-appversion = "0.0.2"
-appcaption = "%s V%s on %s (%s)" % ( appname, appversion, hostname, hostos )
-imageDir = "%s/images/" % os.path.dirname( __file__ )
-
diff --git a/bin/commander/application.py b/bin/commander/application.py
deleted file mode 100644
index 2032bb347..000000000
--- a/bin/commander/application.py
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: iso8859-15 -*-
-
-from commander.mainwindow import MainWindow
-from qt import qApp, QTimer, QApplication, SIGNAL, SLOT
-
-class CommanderApplication( QApplication ):
-
- def __init__( self, argv ):
- QApplication.__init__( self, argv )
-
- def initialize( self ):
- self.mw = MainWindow()
- self.mw.show()
- self.setMainWidget( self.mw )
-
- QTimer.singleShot( 0, self.mw.buildRescanPackages )
-
- def run( self ):
- self.connect( self, SIGNAL( "lastWindowClosed()" ), self, SLOT( "quit()" ) )
- print "--> exec_loop()"
- self.exec_loop()
- print "<-- exec_loop()"
-
-#------------------------------------------------------------------------#
-# main
-#------------------------------------------------------------------------#
-
-if __name__ == "__main__":
- import sys
- from qt import *
- app = CommanderApplication( sys.argv )
- app.exec_loop()
diff --git a/bin/commander/commander.pro b/bin/commander/commander.pro
deleted file mode 100644
index 4d9a2f092..000000000
--- a/bin/commander/commander.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-
-QMAKE_UIC = pyuic
-QMAKE_MOC = echo
-QMAKE_EXT_CPP = .cpp
-QMAKE_EXT_H = .py
-FORMS = mainwindowbase.ui \
- aboutdialogbase.ui
-TEMPLATE =app
-CONFIG += qt warn_on release
-LANGUAGE = C++
diff --git a/bin/commander/images/checked.png b/bin/commander/images/checked.png
deleted file mode 100644
index e1888861b..000000000
--- a/bin/commander/images/checked.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/images/do_compile.png b/bin/commander/images/do_compile.png
deleted file mode 100644
index 6ddeddb68..000000000
--- a/bin/commander/images/do_compile.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/images/do_configure.png b/bin/commander/images/do_configure.png
deleted file mode 100644
index 324c76f99..000000000
--- a/bin/commander/images/do_configure.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/images/do_install.png b/bin/commander/images/do_install.png
deleted file mode 100644
index ffdc854aa..000000000
--- a/bin/commander/images/do_install.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/images/do_patch.png b/bin/commander/images/do_patch.png
deleted file mode 100644
index a8b69f73f..000000000
--- a/bin/commander/images/do_patch.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/images/do_stage.png b/bin/commander/images/do_stage.png
deleted file mode 100644
index cf4d03128..000000000
--- a/bin/commander/images/do_stage.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/images/do_unpack.png b/bin/commander/images/do_unpack.png
deleted file mode 100644
index 03483d7bb..000000000
--- a/bin/commander/images/do_unpack.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/images/package.png b/bin/commander/images/package.png
deleted file mode 100644
index 99a1869d2..000000000
--- a/bin/commander/images/package.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/images/unchecked.png b/bin/commander/images/unchecked.png
deleted file mode 100644
index e6329d4aa..000000000
--- a/bin/commander/images/unchecked.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/images/virtual.png b/bin/commander/images/virtual.png
deleted file mode 100644
index a3b934b8f..000000000
--- a/bin/commander/images/virtual.png
+++ /dev/null
Binary files differ
diff --git a/bin/commander/mainwindow.py b/bin/commander/mainwindow.py
deleted file mode 100644
index 2e752aab8..000000000
--- a/bin/commander/mainwindow.py
+++ /dev/null
@@ -1,137 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: iso8859-15 -*-
-
-from appinfo import *
-from packageview import *
-from mainwindowbase import *
-from aboutdialog import *
-from provideritem import *
-from packages import Packages
-from pythonshell import EPythonShell
-from oe import *
-
-class MainWindow( MainWindowBase ):
-
- def __init__( self, parent = None, name = None, fl = 0 ):
- MainWindowBase.__init__(self, parent, name, fl )
- self.setCaption( appcaption )
- self.createStatusBar()
-
- def createStatusBar( self ):
- self.numPackages = QLabel( "No Packages available.", self.statusBar() )
- self.statusBar().addWidget( self.numPackages, True )
-
- #
- # slots
- #
-
- def fileNew(self):
- print "MainWindowBase.fileNew(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def fileOpen(self):
- print "MainWindowBase.fileOpen(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def fileSave(self):
- print "MainWindowBase.fileSave(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def fileSaveAs(self):
- print "MainWindowBase.fileSaveAs(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def filePrint(self):
- print "MainWindowBase.filePrint(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def fileExit(self):
- self.close()
-
- def editUndo(self):
- print "MainWindowBase.editUndo(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def editRedo(self):
- print "MainWindowBase.editRedo(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def editCut(self):
- print "MainWindowBase.editCut(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def editCopy(self):
- print "MainWindowBase.editCopy(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def editPaste(self):
- print "MainWindowBase.editPaste(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def editFind(self):
- print "MainWindowBase.editFind(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def editPreferences(self):
- print "MainWindowBase.editPreferences(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def helpIndex(self):
- print "MainWindowBase.helpIndex(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def helpContents(self):
- print "MainWindowBase.helpContents(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def buildAllPackages(self):
- print "MainWindowBase.buildAllPackages(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def buildSelectedPackages(self):
- print "MainWindowBase.buildSelected(): Not implemented yet"
- QMessageBox.information( self, "%s V%s" % ( appname, appversion ), "Not implemented yet" )
-
- def buildRescanPackages(self):
- d = QProgressDialog( "<p>Rescanning Packages...<br>Please wait...</p>", "Cancel", 100, None, "dlgrescan", False )
- d.setCaption( appcaption )
- d.show()
- p = Packages.instance()
- self.statusBar().message( "Rescanning Packages - please wait..." )
- p.scan( lambda current, last, name: d.setProgress( current, last ) or
- qApp.processEvents() or
- d.setLabelText( "<p>Rescanning Packages...<br>%s</p>" % name.split( "/" )[-1] ) )
- d.hide()
- self.statusBar().message( "Done. Scanned %d Packages." % p.numPackages(), 2000 )
- self.numPackages.setText( "%s Packages available." % p.numPackages() )
-
- self.packageView.clear()
- for package in p.names():
- i = ProviderItem( self.packageView, package )
- #i.setBuildStatus( status="waiting" )
-
- self.packageView.expandAll()
-
- def debugConsole(self):
- shell = EPythonShell( None, { 'p':Packages.instance(), 'data':data, 'exit':lambda:shell.close(),
- 'pv':self.packageView } )
- shell.show()
- shell.resize( QSize( 500, 300 ) )
-
- def helpAbout(self):
- d = AboutDialog()
- d.exec_loop()
-
-#------------------------------------------------------------------------#
-# main
-#------------------------------------------------------------------------#
-
-if __name__ == "__main__":
- import sys
- from qt import *
- app = QApplication( sys.argv )
- mw = MainWindow()
- mw.show()
- app.setMainWidget( mw )
- app.exec_loop()
-
diff --git a/bin/commander/mainwindowbase.ui b/bin/commander/mainwindowbase.ui
deleted file mode 100644
index 8aa7972b0..000000000
--- a/bin/commander/mainwindowbase.ui
+++ /dev/null
@@ -1,742 +0,0 @@
-<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
-<class>MainWindowBase</class>
-<comment>Python:from packageview import PackageView</comment>
-<widget class="QMainWindow">
- <property name="name">
- <cstring>MainWindowBase</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>651</width>
- <height>570</height>
- </rect>
- </property>
- <property name="paletteBackgroundPixmap">
- <pixmap>image0</pixmap>
- </property>
- <property name="caption">
- <string>OpenEmbedded Commander 0.0.2 - http://www.openembedded.net</string>
- </property>
- <property name="icon">
- <pixmap>image1</pixmap>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QSplitter">
- <property name="name">
- <cstring>splitter2</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <widget class="QSplitter">
- <property name="name">
- <cstring>splitter1</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <widget class="QGroupBox">
- <property name="name">
- <cstring>groupBox2</cstring>
- </property>
- <property name="title">
- <string>Packages</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="PackageView" row="0" column="0">
- <property name="name">
- <cstring>packageView</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- </widget>
- <widget class="QGroupBox">
- <property name="name">
- <cstring>groupBox3</cstring>
- </property>
- <property name="title">
- <string>Messages</string>
- </property>
- <property name="flat">
- <bool>false</bool>
- </property>
- <property name="checkable">
- <bool>false</bool>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QTextBrowser">
- <property name="name">
- <cstring>messageView</cstring>
- </property>
- </widget>
- </vbox>
- </widget>
- </widget>
- </vbox>
-</widget>
-<menubar>
- <property name="name">
- <cstring>MenuBar</cstring>
- </property>
- <item text="&amp;File" name="fileMenu">
- <action name="fileNewAction"/>
- <action name="fileOpenAction"/>
- <action name="fileSaveAction"/>
- <action name="fileSaveAsAction"/>
- <separator/>
- <action name="filePrintAction"/>
- <separator/>
- <action name="fileExitAction"/>
- </item>
- <item text="&amp;Edit" name="editMenu">
- <action name="editUndoAction"/>
- <action name="editRedoAction"/>
- <separator/>
- <action name="editCutAction"/>
- <action name="editCopyAction"/>
- <action name="editPasteAction"/>
- <separator/>
- <action name="editFindAction"/>
- <separator/>
- <action name="editPreferencesAction"/>
- </item>
- <item text="Build" name="unnamed">
- <action name="buildSelected_PackageAction"/>
- <action name="buildAll_PackagesAction"/>
- <action name="buildStopAction"/>
- <separator/>
- <action name="buildRescan_PackagesAction"/>
- </item>
- <item text="&amp;Help" name="helpMenu">
- <action name="helpContentsAction"/>
- <action name="helpIndexAction"/>
- <separator/>
- <action name="helpAboutAction"/>
- </item>
- <item text="&amp;Debug" name="unnamed">
- <action name="debugConsoleAction"/>
- </item>
-</menubar>
-<toolbars>
- <toolbar dock="2">
- <property name="name">
- <cstring>toolBar</cstring>
- </property>
- <property name="horizontallyStretchable">
- <bool>false</bool>
- </property>
- <property name="label">
- <string>Tools</string>
- </property>
- <action name="fileNewAction"/>
- <action name="fileOpenAction"/>
- <action name="fileSaveAction"/>
- <action name="fileSaveAsAction"/>
- <action name="filePrintAction"/>
- <action name="fileExitAction"/>
- <separator/>
- <action name="editUndoAction"/>
- <action name="editRedoAction"/>
- <action name="editCutAction"/>
- <action name="editCopyAction"/>
- <action name="editPasteAction"/>
- <action name="editFindAction"/>
- <separator/>
- <action name="buildRescan_PackagesAction"/>
- <action name="buildAll_PackagesAction"/>
- <action name="buildSelected_PackageAction"/>
- <separator/>
- <action name="helpContentsAction"/>
- <action name="helpAboutAction"/>
- </toolbar>
-</toolbars>
-<customwidgets>
- <customwidget>
- <class>PackageView</class>
- <header location="local">packageview.py</header>
- <sizehint>
- <width>-1</width>
- <height>-1</height>
- </sizehint>
- <container>0</container>
- <sizepolicy>
- <hordata>7</hordata>
- <verdata>7</verdata>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- <pixmap>image2</pixmap>
- </customwidget>
-</customwidgets>
-<actions>
- <action>
- <property name="name">
- <cstring>fileNewAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image3</iconset>
- </property>
- <property name="text">
- <string>New</string>
- </property>
- <property name="menuText">
- <string>&amp;New</string>
- </property>
- <property name="accel">
- <string>Ctrl+N</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>fileOpenAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image4</iconset>
- </property>
- <property name="text">
- <string>Open</string>
- </property>
- <property name="menuText">
- <string>&amp;Open...</string>
- </property>
- <property name="accel">
- <string>Ctrl+O</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>fileSaveAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image5</iconset>
- </property>
- <property name="text">
- <string>Save</string>
- </property>
- <property name="menuText">
- <string>&amp;Save</string>
- </property>
- <property name="accel">
- <string>Ctrl+S</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>fileSaveAsAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image6</iconset>
- </property>
- <property name="text">
- <string>Save As</string>
- </property>
- <property name="menuText">
- <string>Save &amp;As...</string>
- </property>
- <property name="accel">
- <string></string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>filePrintAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image7</iconset>
- </property>
- <property name="text">
- <string>Print</string>
- </property>
- <property name="menuText">
- <string>&amp;Print...</string>
- </property>
- <property name="accel">
- <string>Ctrl+P</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>fileExitAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image8</iconset>
- </property>
- <property name="text">
- <string>Exit</string>
- </property>
- <property name="menuText">
- <string>E&amp;xit</string>
- </property>
- <property name="accel">
- <string></string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>editUndoAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image9</iconset>
- </property>
- <property name="text">
- <string>Undo</string>
- </property>
- <property name="menuText">
- <string>&amp;Undo</string>
- </property>
- <property name="accel">
- <string>Ctrl+Z</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>editRedoAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image10</iconset>
- </property>
- <property name="text">
- <string>Redo</string>
- </property>
- <property name="menuText">
- <string>&amp;Redo</string>
- </property>
- <property name="accel">
- <string>Ctrl+Y</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>editCutAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image11</iconset>
- </property>
- <property name="text">
- <string>Cut</string>
- </property>
- <property name="menuText">
- <string>&amp;Cut</string>
- </property>
- <property name="accel">
- <string>Ctrl+X</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>editCopyAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image12</iconset>
- </property>
- <property name="text">
- <string>Copy</string>
- </property>
- <property name="menuText">
- <string>C&amp;opy</string>
- </property>
- <property name="accel">
- <string>Ctrl+C</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>editPasteAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image13</iconset>
- </property>
- <property name="text">
- <string>Paste</string>
- </property>
- <property name="menuText">
- <string>&amp;Paste</string>
- </property>
- <property name="accel">
- <string>Ctrl+V</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>editFindAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image14</iconset>
- </property>
- <property name="text">
- <string>Find</string>
- </property>
- <property name="menuText">
- <string>&amp;Find...</string>
- </property>
- <property name="accel">
- <string>Ctrl+F</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>helpContentsAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image15</iconset>
- </property>
- <property name="text">
- <string>Contents</string>
- </property>
- <property name="menuText">
- <string>&amp;Contents...</string>
- </property>
- <property name="accel">
- <string></string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>helpIndexAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image16</iconset>
- </property>
- <property name="text">
- <string>Index</string>
- </property>
- <property name="menuText">
- <string>&amp;Index...</string>
- </property>
- <property name="accel">
- <string></string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>helpAboutAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image17</iconset>
- </property>
- <property name="text">
- <string>About</string>
- </property>
- <property name="menuText">
- <string>&amp;About</string>
- </property>
- <property name="accel">
- <string></string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>buildSelected_PackageAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image18</iconset>
- </property>
- <property name="text">
- <string>&amp;Selected Package</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>buildAll_PackagesAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image19</iconset>
- </property>
- <property name="text">
- <string>&amp;All Packages</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>buildStopAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image20</iconset>
- </property>
- <property name="text">
- <string>Sto&amp;p</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>buildRescan_PackagesAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image21</iconset>
- </property>
- <property name="text">
- <string>&amp;Rescan Packages</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>editPreferencesAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image22</iconset>
- </property>
- <property name="text">
- <string>Preferences...</string>
- </property>
- <property name="menuText">
- <string>Preferences...</string>
- </property>
- <property name="toolTip">
- <string>Edit Preferences...</string>
- </property>
- </action>
- <action>
- <property name="name">
- <cstring>debugConsoleAction</cstring>
- </property>
- <property name="iconSet">
- <iconset>image23</iconset>
- </property>
- <property name="text">
- <string>&amp;Console</string>
- </property>
- </action>
-</actions>
-<images>
- <image name="image0">
- <data format="XPM.GZ" length="23315">789ccd5ccbae244711ddfb2b468e9d85128ce4d9203e018925126211f9a8be5e7803668110ff4e469c88c8ccaaacbe7dc783454973a71f5599a7e2fdaafeed779ffef2e73f7dfaeeb7dffce367fef9c7f2a9bcf1df3f7d57fff9d34ffffaebdffef8ef6fbefdfe87df7dd27fdf7ffafedbdf7cf3ed8f9fca27aa3fd4cff50779fba66f5be5dae4edc3de36bc3de46dfbdc7edf3ecbdb666f3fe36dd5b7ad71d3938bbd6d784bf2f6f87cfcfed093d9de7ec6dba46f8f838f43de667b7be06db28338a59c12fb9172ce6977e897d3897e7ec2e7b20e93bebc5ed8b7f0ab375f13c5a73332bf98886c077973b303dbe71dfd195960385f65ffebfd6e4e18eb6c90e16eec7a9cb3a39b42a60bcdecff2c14bb5e64ebea79b4bb615efe5bb9e9d7129552ab7265838c93df33ce3cf193b95f5b76d0e4322ab5b5a3ed4e58373acb995cdaaf3c1e6f6f6f874a71a5cbeabc52724546d42f3ff6d01497ca77ab1bb2f6af4ba10dcd44e0a91e0fb95020c90a8fbec67901d7942acbf08a4c56c7d5d79d3b9785604df075aa96cbbafa6d2d1b6476653115e8ff194faf3493d5f50efa1e2bb22e07d451b70dd1e4a27e37590491aec8645f41774526043b5a888d7051305ee5accb703776475191793c16647de9be75a676d95850d7421027e1fa85662c5c2b33329811166042a2a1b96744b67de6f6f690fd95fded5119709312c368b2a1b5104dee387327749213e5f66d37fb4b868c0d99f1a78ae0d00db0402604eb24c9be94dd8eea2ca924d00ed840d66fa708f34ec8404ca3a521d3ed54a644d6de41c65df91a0bb9a0cc6c0a65e28783386dac0d90758e55f93390856653183a456692db8513fcb83145b1443d9ab0921d59a7a18bbb9a32d5fdad1d34645dab39f305992a9c1b292053220ac5785de8820cd4161327b2e487888db140948f14f3c675043292d339e4cc7d822aa6507341267015b77361f63a3354115182b334820912b38fc24c9108120dbcd500f92bac19c82097fa7d4933324e90153de77d6485956271927ed801094c08d87364fda424bcbc22eb2c2ebc22132e9886f219d88c2c0304bce9f4adaea804144663fd5b647a6e5d90a9ca90cae92c6702b7542584dc71443534d33064ad7f029335a21631e7b51832e2eaf20fab96232a49b09c4d215172c9c9208cfe5f62bf40a654649e9125b39caf224b864c396aeb77a9840737172bc8642ba1fc8cac104857f8169958053b808dea06595218c6cc0e45ed26f4015a64dc160ff1f6e881cba3c1e6993c09328b6d6c5152bb38d941c899f23e4ce5c30e09086649f628c79c196247a58b229b340224ebf47a74446ac3c5f53b32f09933c79ab066b5cc76cb911105b21a478f81ca643119612bb143331c64023990e11a09c59ab957b1978e4ce3d240c6aee6eed07846066fe7340b0de84b4be83123c3e64aa5d05dc8883b84717e5864447ec59129050b8f35e3056460203377e578a6f81e4efe0699118960d111352db6a628bd2ce6f7784668e6916b4e8350ec7e7d876cb562b01a650a9bc9d9a9b142a66cb2ebc84c8596cc6ae8cd402694c9ce64883ccfdb4fc84c6927468cdbf7d89317ae6a3c8f10f438b28627777140a71d47083a211f972040390712b7c80673b7c8049ae8af6441ef2183a9ba228323eb7ad697913fef230b86230aa00d328de3257fd1d0fa1d64e6e9d31999c6764d32a26e52ba1ebf80ccb4d8edd70e596c211243660c6f8ee17d56643d78d47b9ba3edf7904d6934746e41462bd7c990ed6b2082cc32930bcd34f1603715a7eb6f90f148f027b82764584d5455c29a6b741d8791ec8c4c9c2968ea2afa3164e906d944b8779049084ee14a27646689f7577d2132f6ac4695fd1d64dd7f0acf2ec84a58d1e4a1e81519b2323b2521c80dab1396f07420a0ebde669b29b959edd2240949ce630185d38376b67a45d41ae65d7e0932236f7221ba7ea966dfc57f46c68a0c96fa21b6ecd12a7d3d64aebb1537bfc9b53446aae514171bb26ac977d1e8b27990f0359029af9c2499b7d52c78de558c4c8c4bd8c36cc9c542b45fc84dad24c0496f90e17b68205d90d1e42ad5137b50fd3590b1d62653dae9962253676d5fcfb1b1453716b72130ae9e5d7f0564a815ecd27147869c7d90500ff7f00885d8d592be2232ad09719e23d115196a12b2e1ac21866c7817090f507038215b119ce3471573fd836a04345e32b51fdfdc8a8339564aac6645d8ca1c61b3add81e0721a5cefba2d68cccd281644cb0a8db24a36fa36101b3d553bb010acf8a43e27b947611f2bb8f88140fcc4ff37672d46d556b464656fcd2ca1daa75642453fb8374d6823646c43c7c59a90fab3d3ffc1646308dc4ae9bd4035586504fbd19b88027c832caaf87d6eb11e829322c539be6836ce14eb64e06c37f36ada41745a2a943f60c9fb96919bf9b79d4f0039905edfbe6c08a0cc56d6c31fc58b63550c39e2425ca152a77ad826dea20f1ca227ca1a596d395fb6b37882c28b8aaf722677eae956d5d4be41bd90136cb2915b12e69f18d6003c47da7b829208374495d77e6ffd0e66c1f3f91b3355435cd495e464a9e33da4a7162dc9544af6d2073211f9be7b954c903d79597279a5913d1cd1721a8d27bd7caaa563f52e4cae41d141466c4b68dca5cdfd135ddf676d53921f3cee50ed90ef1ee6031697dc3cbe776340d1cf8fcb9bd2154909ed7a77b62e045a90f22d37af41d32b1b273c4e3c09c50292af59b053ae9a8a7526f5d87bf1059ba4736776fc686e305aa059b3e81d7262595ea6afe05c84221f7c84698e59fe37fb71e5e6fbabb1e1a9ebe849b3c55e5372b4335a88ccff1b7368da7cd6bddf419c4c6abebf0ec6f87ecac3b27684f91cdd55300ebd273a0df285e2ba1bab55e9f346139ac7e9bbe009996adee9189e289902f3b8a5733ebdf5da75ac5cbbae657dd0c7f7d64598bdee36ba785972385633b0fa9c650bb42e556ced8fc64326fb12204c350721f1f4e4a61da3f21132c8bc59e7513f64daa972a62e24188a33e32239b6e27cf2d9e853613b2b05371de4a6847b65e7db62ae2a851d17d0f9966f591635d90b1220bbf3e9d162f67645ac486b3349a4fba6d56ac7a3c4077c8c01c4480b5f045dee6f790abc94ea5d9e3faf9924e58ad31a11eb2581d5d4d6200d463802c6d9171cc5374db53e8c4a005290f3b65fed2193ad7c2d5babb43324b3b9009ff5a0063644a3b64314fc188f443a716b9703bc5e4760a71a14561e97a27861abc5a2d3569c7c1878b3494d9d28c7d9e023d8fdd4e29858c91db290d0e6bb348f87c3e72840ae42b32a59867f8c824ef90b947cec82aaec8d240e6a918a2743595357a5c0b322944f51802230a7360dd638b86b8127d2804773bdd44bb3702398fb5bcc7e0c6c1bc0e91d9105c22ca7f54319b930d512e26a411758a3c343a2ea694c982054fc870d932b1a445fb0bb2e0a1732b625a46abd6ed9acefc4de15a1bdce5d1f08a6a6aaa91d42addf26aab166465aa40437253325f2039cea3953499ffecaaeb34226b282125edd6e740703e991e74172db1c7dc4a3d3c83f1106a87cc9b40aef17ebb48ca0f4b42b5de555ccca8646708a358e6fe120928e6a67093e6554d50f52ea8d9f0969e856ada869be419b92713e0228a05c5ab6f05860c9e1ab5433229a11959c10db516f92b18825e7530bd78d561495f78d50078e7714b786115dec8c90fa4b6a86bb04e7b79a28d70dcb869dfe19e862b961997a636155cce5e5e50981de315d9689fea4dbbd188b2091ad2e27f8b17381846c9d27a0894e7e09426ef158c143593f11d678ea7a2c932e7ce8e2d32d91cb4e937e116d53a91456b65a9c06f89674f518da2d150c8a11191c01a04639e64486d2addf2f0bbba6cb922f3e90439a956afcf58674cee9e6db2ccd86c64b0411ce8db7d4f04283a7b1ffb39c0533769b5b4a35025f6dca3a22b32e364344552c41e4fba351e15a9c5bd540c9e23f372a218881651b57106958308d978f4f0d03f27a9148399b7c85c660dc94790410647dc90424ab0b34580c9adca384375f19d83474ccb1f431616c6acc5f80cc8a28e6b2bb93e167850a7e92bc82e15a0f7e5cc6a5c5ae473311ac8468ccd1a9fb5eae14d62ef215f914de653b9e966f9a334531d459dec8accfb730aadc239b46a860ed2f00499698059e6cbbcd13bc884de92654d41c70959580d4d7363dc18c876b59e010c56c3e7a3df473638805ab426d5eb3c100f397bbab3bfd7ff33ad2979b054430cbdfbc9659c17b61997326b331cf01919dd22bb1eb6536965a6e1024194993d90ba452685ab03619c063c95165bc856c7fc18b22e15f0b017645eafadd0f3a734d3600a09507fe591ed842cc14fbe8a0cbb09376982c60b0666ffe609b214c161c3fc555efa95e1d95f9633f96b2d8152cbf93c0fc33c18bf47065bd0f37c0d59523660970add47352029b21dcdf03d26489f22339aa4883bd3f08b812c3ded0d9fb16acbb7a32a3299b9b903045a5d6a88f33364305166ff2fe77d013228921a2eda2033ae4ad22d23cc4fe4eceecee30a9e69e807b6b44169f983e163fd5f6a9ba39f77e238929feccd51f44fcfeb3f47e67f77f7142721c0c5c33e64cd59edebfb1567f9723d685e892b18f57c1dd99978978fe59f8e697a9b50679bb9a03ae5f744132c7f85e89dd0452fedededa3c866a9d8d18c759af00db36d92d2224947dcee25a0b90ba01f88f9f5676fe47bab797f40ceec266e24d408e6c9a466ff184d8ae83c8a6af39d762436869851923e7468379fabf14f91d92cec2dc934fe2d9ca3ad284fbe48f607c679ea1ca0ec509b5ef01c8134c1bc5efa3a32424b9eee80a1a7eacf13681a8d8680b9f1712554846689c370d593674c9e2143b1b367ad378ad96cfec185bb726cc81c413b74572b5253d34e68dc93ce548f92fdd991f791a9b5d124aa4a7e67125ef050028df90dab954728e3bc9b2742d42814dca34e01686aa88b28623cfd823934a9b99883cce9be874208aeb460a7564182d15a467d81697a424119438b0a224ccf99a35e534d5fd264bd51fb463d0311853d2d78830c1590e903f53632e53f26094b0c2864ed3751b3a86e88ba52b93cbc1404735cdb14fd20ffc4cc0c26e5f0d41fdd7033d9d0e408ca7519ccd5701418470c82147af8dda09b46fe44e303bd453c3f93ad026a4268034c22af2a2637c80833ee589ca22402d5b31d6a40d69e96166b3cae8be446efc6c26bb6262c4a973168c25e6b72b34e1a846c759307ab4ef217a51e91d4e84d25ad8819df75cec349279eddebaf5a5b10c8e389327c4396758495d113f7c84acca3d89485be70e1f7f98d2953909e56f6c0d81b092614d9f89a5d34acb8a16d793b11d6c579ae2bef9065f421d97b08e1f9b23f4c87f90d07a63d9a2255748cbfa3f22f9f5b51f0e47fad7a13c89cf2fe1d6a4e5b64784ece2ec218c4dcc91a65482c5647df4955436a8a3254c2decf8128a6c828d84bd3ab7761a40de8deee3bfc78b690bd9c06eb35e4ceeb40d95ed789f7ea678a3e0d43af22733f9b6d3cf11e9916453180a701336ccec858e0716c2f3c3fc82e8c39f958474e1764bc4786a0203126786c6e728bcc39cd3eb826b3f24bfc64129d1008451e98ccb18784aec806a233322223430bbdba41e6dfc31696866ec8842b7ca2559a7123eccf34ba2f3f21a33d327046321a3c1d85b5b7c84c887052f6d18035d44a9e2150710bab666202b64146bc4166de9c68d2aa3d32c7e066c12533be9f5b1da15bac25658dffdd079c90a136bf41e6149870ddcc6b183db24757c97a5281ccc22cc0727385c938ad899bfb3c232b7b64716f9e166e903975f5ec3ccbd3b67eb6928ec1f6f1f4c4f0bbb80aed946ec887c2ccf4781a39b27193a7f3473fe00e59f09e7dca374f461dd554ed0e59744731a9b24ac73d32ff0acf66240f110af6b856f66239b36f9e178ca6e2ca2eef647973664196cec7f53749888e866723c9a3173daef533e6555cec09c30841224e434458671f3a11623ef91e99954aac2f6d4887fc9d91c1e2d9f075c17311a38e31ce83337164e3ea69db72feed88cbbc8698bbe24d1426ccffbb126eb869999f3c1e37cd072f9a946c3461846941705b08b6f6093286c5c340497f858768cb3364fe84b2d8708e3d5df4bdcd847bf06bf3997d8aacb527dc8c1f60c12fa6bcbd61ce7e0ae7aec83aadca94aacf7227bfffd1f4e72a9867425d91e1499967c8d60b34ec52678b1867ba6c4bc3e95b150d78e821f168bf6c46b419095441118dde47360f7ba565e89bd923dd1db040e60337a18b3717d0848c5f4166802ef7e891c41364aa3dcd9dd3b4389fba8713322a682ff34bc8ce301d9935f462466e8f8ce6c113b64faf7d503664c4f39ecf90f9e126fdb4fbb515b82023fb2985118a90c5733b641e238d6d9e211b01f48acc1f70b01ce95af903d7c2e4c79dc0375d7e14c7a27b9b45d94e133e41b670539f3a3e0e7f32f40e9973d591b923be202b9677c8a3512f213bd3ca0fcd2b75c465adb09c905524a78e8c68ab2d27647941162b576d2b404136f57f5f59e7ab51dd40c078dd2bb0621de8e4f8344f4112b3da0bb85e024de5dbe5698fd6a607b7763a271997560afc8ad79191cfaedc204ba69dd9ecde824c7e9ec892f12b5b93fad54eeee213ade975649abb3e47367e82c2683c23c32ce0be6aaac8741fa94527b3e82f22f31ce00619157fd80fb53d2cb020a3ec63075b64f66c4ef5199bd791e53489d9059925de089c7b10902fc89a4ee351b9d32241d68e62d47b1d197a2af7c8344e618d1c802c9f9155fdbd9e7a9ca74fa71da596929dddaf2243c4f79c66491f23807dde20d341d2f6769ab48c23fb93229691bf8a4c7ecaa58edf55db214b84471899c3462ec80a62b11e589d1f7dc02ee49363f0e451be8d2867c5153be35757e2b7bf3cae8b13ac7dc5ce7a35ba3332efbfa4f8a1a39508e8af790c44e86bfa90cf3245b11e5ebb26a3e2151972e46c770b915c2cad7909cca65c91594c9d9664d47e03714e19cfc83c2c19bc3c21c3a7196a50ea4309b37827fd79962c03d417d961e4a1f6dc86cdb7cec8f66db9d87708d6c8274eb0a43e2c45540c25adcf6f4ec8ce81acf2446ba41da1441ad62f806d5fe7c9f6c8c87f3de082cc675e145314bc1764aa253a9bc2b36e5a58a5b8e46793e277a67cd73ce3da2103476da90d32d45e6d86d14a17ebd3b8268ab5a69c2fc82a90497f08f7e9b2e55b3f47e6107672868bc6a0d41919ec42919e739a7fc7c091c1df0691f2c96adcd2cc9c5d365b75a30129f99814b4e53c4d280a7e957ea3e91ce3a625ccfd1f1ce7ca9ef9fa2db2cde7bf1ab2fd76ff27c836c746907f65643bbafcff20bbe1da2f427677fd3bc8fef3876ffe0b244b1006</data>
- </image>
- <image name="image1">
- <data format="XPM.GZ" length="62447">789cedbdd953ebcab2fff97eff8a13576f373af4b38d31101dfd600cb6190c3618b0e9e807a934cfa36de8e8ffbdb32a338b61011bf65efb9e73bb4faca8f0fa20a9544a7d2b2b6b90f4bffeeb1fabf9ec1ffff5bffea36eac2614ff108155fde3bf9c364d9ffecfffebfff8bfffe33fbbfdce3fba7bfbffe8ee77faffe8fde7fff61fff695aff10ffb8ca335781f10a16cd2b107d00a36f1d761dc5f631f13eb275c0ec796aff0be223da3e657607eaf87b66dcdf1e123bb85d3c31e3f6ca96bcdf3b383adc53fbaf90a13cfb6aff4b664f1d6f9d13efe3762765a6ed679a55fe311fcfe5b599717b7a4aec1cda6afb8419cb6b19cc545e0bf9a84bfbef98e9face35e3f9c6cc787cf344bc7fd457db9f99e97cc79af1f85366ba1eceff088f771266dc5fdc325379c93e470eee5f1f225b5de4aaa759482ebbc4fbc835dd0fcb42ce46c42eb140b67bc85597d952f9a7644f7b80dbd315336eaf7d628bf68f895d622abfa0fcca6b66db51f68c9985d243f5404cf9352faccedfdc11bbc4645fa7474ce57506c8f503b38de53d20b6884f885de4a646767bc4e7cca8d766434cf9355366dc5e1d6956f7b322bdb8165def1933e5d76a56fbd72eb18bfb97a40f8fec5546ccb43fd9d3f39053cccf3ad8c7fa98b8c4543fcb3531d597ea8e19ed95a13dc09fe0769132e3f9831b66bc5fe24eb3da5e4d88a97e782b66dc6e8f9851efd125f1119e2f6998d11f4447c454decc65c6fc8b2933de8ff49c19ed6be8e3b13ee578ff2caeffe52933e6176bc6fcac2d331d4ff91fede3f1f98e198f6f4dcdca9ef91333e667a7cce42f4e34a3bfd0fbe3f922ce8ffc4573a419ebfb1533e931d1acec6d8d9829ff2133f9a33131d933b39931bf6aa519efdf3333f92b3e9f43fe5bef4ff9d3f5697f156b56e58f66cc947fc14cf93d6a46fb57c4ecdfe6cc78bc2b98f178116bc6f62222267f18927ed81f86640ff687c98c19fd514cf783fd5f447a60ff57959ab13e39cc58be90ecc1feb1ea6846ff3a65c6fd13cecfc5fa96937dd99fe68166b4e705331e1f8f98f1f898eaa718109f115bc8c93e319d2f9e6a56f9a5641f87f2ab3362f687747d0eeddf90bddd1e311daffda5414cf6a976ccb8bd247bb3ff2b0e99f1fc65ca8cfeafcc98b17ed51e31f9d792fc0bfbcbe28819f74f94bd0610af507dbb64a6f6acd2aceceddc3263f91cbd3f9d7f464cfe38dcd7acfc47db61a67860cc4cf5f78219f3738f34abf237bc9dfc7b3665c6fccaad66d4f78419cb6f79cc985f7640ec607ec1b56655def49199eaf3b1668c1f36cca4771b99fd6db160267f536bc6f63b65467b87e7cca8affc5933da67c38c7ac92366acefd99c98fd75c68ce74f8e34637db598f17c49a519fd53cc4cf176c24cfe9aeccffebaa835a3bff69831ff6cad59e5df1acca86ffb8099e2732e3ff9ef9cf727fbc743668a17d8de140fdb879ab1fc3933e61750f9d85f67b16695bf7864a6e38f98c95f7735abfc42decef6bd6726ff9532d3f596cc945f4fb3caafa0fbc1fe3b3f65c6fc84c18cc7dbb5662c8f4b4cfebe7a66c6e3ed9619f7f749ff3a3ebe60a6fdb7cc943f9d9fdb8780ea3fb70fd94ab3cacfae98e97cbc3f95273fd48cd7cbe723ff6c3f31d3fd7390b97d088f35abe3833933d5cf33668ae72266ca2f24a6eb090f34637966cca8e7e08a99da2bd28ba0783b3c65c6edd199668c2fc97f72fb138e34e376b2bf43ed494ef5c71950fcf9c84ced0b6fe7f684eeaf6e3f1e98b17e9474ffb83db0b03c16fb7bb1cf8cf5df0f89c95f588166f44f47cc14af0b62f2d7c9a366e59f9a0366f24f0e33d98fcb43fec03b2526ffdcf2f9c83fc7b6668c0f5a662c9f87f6d5f170d361c6e3a32bcd189fec31537cb262467b1a079af17e6c89c9fffaf7cc94ff5833e67fc64cf5e58e99fc99cf4cfdc53dcd6a7b76c34cf5ff4233d6af2531db97cb7b84e72bfacc747d87cc743e9799fce98019f377393f8ea7b79ad5f5152533c50b0133c5d36b662a2ffa63191fabfcfc3bcd180fe9ed583e67c84cf91d3193ff24fbb2ff8d26cc747cc48cc75723668aa7a79a557e0e6f277feb989ad5768fea07fbdbbccf4ce301179a319ed2dbe9feed34637e543ef6c7f63533d98bee0f8f5778b7cce4bf869af1f80533dd3faadf36b52fc264a6fca9feb27ff64e98e97ef0f9c95fd90d33e54fd7c7fe39109ad13e9aa9bfb861a6f353fd65ff1b1f33e3fe628f99cef7444ced4f74c84c7aba62c6fb5f08cda8cf9899e20dd28fa0f112df61c6e3b307cde89f3bcce48f679a95be72b29743ed916f33e3f145413ca0fe01958ffd7935d48cf9d1f91d3a5f4ef5cde5fe01c6772ffd875c33fa977b66d47f41f599db834cc50b077b07141ffb13641dbf67cc686f67c34cf15e4e4cc77bbe66f48f9a31bf605f33c6ef57ccd41fb191d97ffb7366b45776ca8cd7932e89a93f52479ad5f1f13333f9e79166757eff9699fc57cb4cfdeb9298fa17c91d33d58707668a9707c4743df1be6675bcbbc74cf1ff9019f3132b666aaf0533e69fd0f9d87f863133eaa13199e9f801335d4f4d4cd75be7ccd4fe8f99f178e75a33fadf2533d54783d8a2fe65c68cfbd76b66da9fee07f84fb5bfcbd743fed1b334abfd4b17d9e678ef8e99fc3fe94bfbbf5b663adf8c98fc45b9d18cfd978299fcd39299f227fbd8e41f9c1e33b51774bfd89fb917c4e49fbd1bcd58fe4366cccf1d3063fd0d6a66ca2f21e6fe80c54cdbe97eb3bf724e9829de3d4376c8ffe6479ab13e9d33e3fdcf1e89c93f150e33f91fb29743e31bfe25336d9f12537902ce9ffdd78019f595df23bbc405d993fd5771cf8c7a2ac93f80ffc2fa8fe5b3793c38eb13933f12e85fecc3ee01f6f76f98693ca065a6f666404cfec37e64a6f63363a6f1a83931c55fee8d66ec1f26cc343ec64cfe20359869bcf709f988ca9735cc783e639f99e68f0e99b1feb4547ef67fe52333b5c797c464afb860a6f1950e33c5ff0e33eaa91d11f3784acc4cedb7c54cf589cb4bfecdd2dbc99f617db12dbade68ab59953fb299a93c2633cd27dd12d3f5a5f7cc34deb1d48ce3112e33da4fec98291ea0fb69913f484dcd183ffbccd4dede31637e6ec34ce3d3fbcce47f793bc557f93133e55732537fa8a759e5d75e33d378425f338e0f55c836d5ef4a33da7f6331537c2b34e37c20d9c3a6fabf4998297f2a1f8fffc67d661a5fbd60a6f1c825335dff9a98fd159787ca5f903d385eacae9869ff2e33c5cfcfc4e45f8b9699fcdb82198f773593fe387f2a7f1569c6fe249787fc7ffac04cd7bba719e3873933c5b7640ff6bf81a519e3b32366caafa719f3db67a6fc488fda3f87cc787c9a68c6ed7366bc1f61c44cf77b454cd7dbd0fdd2e3ddf7cce8bf7df2577afe90eaab1effa6f2b9945f9d32d3f67362caaf3ed58cfe9df4a8fd7f9719f5da50fdd1e3df3366eadf913d783cbc8c99693ce49219f3cb94bd0ff7787e31dd11737b3223267f677790b93d31ee9971bbf1404cf9d98666dcbf26a6f111e38699e6df23cd181f07ccd87e1873621e1f9d31a3bdda3b646e3fda07cdb83ea061a6f98d9098dab772cc4cede13333c5838e669cefe4fcc85e6ec44cfde36b66aacf99666c0f96cca8df968f277b2763cdaafcce1133f5875d669a5f5f6bc6f1f75b663c7f3961467bc5fa78f2a72f8ced8187cced53d865c6fbe537cc343f6f3293ff3d61a6f5230b666aaff789f7514f49c18ce7ab069a317ec998297edf30533c70c74cfd11d21fb767b9ad19ebf78c99fa0bf7cce41f2f89c9ff4596668cfff8faa87d0a4a66b2e783669c3fa5f270fb94df31d3f869c04cc7af35e378349d9fdba7f89e99c6571f3463f93acc68ffa0d18cf6d2dbe97eef11f3fce15a33dafb8819f3b3f4fe148fe4c4e43f85cd4ced1f5daf6ecf6c66ba3eaa5fbabd6a9969bb20e6f18d13cd385f7ccc4cfb931eb97df2f69869fb2132b737e28c99da57aabfdcde0401338d878c99d11ede9499daf39498caeb8e98697b4c4ce57357ccb49df4eed2787641f585db136fa819e30df21f2ee9b1b842f6a8bd2a6b66ea4f90ffe3f62155e32387ba3f11a0ffb0d99f1b4bcde8bf0b62f2e7b1c78cfec16888793d17ef4fe32106e74ffec940fbd93c3e6d9c3393ff3f63a6fed5093195af2d9869bcf64833e677c94cf95d69c6fef39a99e2d91d31f9f3f698198f4f869af1f89099fc035f0ff97763a619fdbfcf4cf3d5cfc4bc3ee68299c6cf0bcde86fbbcc345e4eccfeda3b64c6fdab03668abf6e98510f86de9ffc5f8798c79746cc989f3763c6fb5798ccd49e59c4168dafed9869ff91662ccf31338d3f1ac42eb5070bcdca3e5ec14ce3330d33d51f62f6af61c84cfbb7ccd45eec130f707b3c60467f9c5e6ac6fe205dbf4dd7976aa6f1ee4bcde81fa9fed814ffd9bc3f95374f90058d47c40133cd4f5c31d3f846444cfe726330e3fefea9669cdf9d33d3f12e31d93b9f68c6fede2d33e617459a71bca465a6f87c4b4cfd0377cd4cdbb1bdd6f1bd5733937de87eb23f8d4266b20f5d3f8fb76c6266badf74bd1caf973dcdaabc5ec94cf9913e793cd99b30537ed7c49cdf4a33fad72764f6afc59619ef7ff1ac19c7f31c62d24749fae7f19c62c64cc75f6856c71baa3d38eab33f35bacc343f78c84cfe668cccf1afd132d3fad30133adffbcd48cfeaecf4cf3033131f957dbd78cfe758f99fc635f33fac78899e29b8a98db8b13cd183f8f98697e85cf47f1747ba119e3ff2b66bcfee65033fa973933c5435c5e8ab75bce9ffcad77c74cfdd72933c54703cd183f4c9829be6890d91f3b8fcc347fe53193ff3b64a6f58e0366d487133263fe1b9398fb2b63668aaf8e99299e0988797c4730537d3f61c6f3c774fdec7feb29338d2f4c98293e1c32e3f1ed9c19fd4748d76ff7a87d5a32d3fd3b67267fe632d3f88f4d3ca0fed61533c5c33e33eebf499969bca7d68cf787f4c3f16dda65a6fdcf35e3fe3d62ba3e97cfc7f381b4bf8e6fef99693b9587fd751530d3fa798399fa0b2531f95ffb8699c6a3ce88d9de7bcce4efef98e9fc547f79bcc5bdd4acae3f3a60c6fcb243666a0ff576b48f3fd48cfedd22a6f8381c30d3f887c34cf31d0f9ad1ff7379289ef573666aafe8feb37f0f8e34637bd441e6f5daf901338db7537e2ed9b358236bfffbc84ce32378bf048f8f44683f7148fec63b6326fda0bd04fbd3e09e99c68327c4e43f8d4433fa479319ef8fd53253bc724a4cfed2bcd18cf1dd9c99fc6fa019e7fbbaccd49fc999b1fc261f4fe30b6ec94cf393ae661c7fa998697ce346338edf61fd14bcdeacb19869bdd599668c273d66cccf7bd28cfe71c74cf12933dd9fe69199d65b5d68c6f19d3d669a2fa4f2737cdac6cc345fc9e5a3febfb7d38cf63b60a6fafeac19af5f1f4fe37d5c3e1a1f8888797cdab963a6f867ad19c7f76a66aa2ffbc4e40ffd3366f2e7a7cc14bf9c68c6f6a462267b86c4168ec7e42d33f5070d66bc5eff49339eef9819f30f4c66d46fa2f3c3f3d5646f9bda9776c84cf15dc98cf672c79ad11f50f9d9bf0ad21ffb4fef8898ca17ee98e9f9a09099fcfb9698da2ba76126fb90fdd91f3a0fccd47fd810937f0b579a319ea4fac8fe2db967267f78ae19cbbf20267b649c3fd9234835e3f9a97e72fc9a3bc43cdf487ad1eb21a8fcdaff7598a9bfa3ec61f5d9ff899c98fc419820f378809831d37cd50b637fb8474ce305f60933adc7b590d97f3a747e8e1fad9898e7e74266ea4fcf89c97f191b66caaf40667f645e31e3f6f65e336e5f12933f31f734e37c68c54ceb119e9969bc93f3237f220e98299eec6bc6faf344ccf3edbe66d4ef9a99c60b57c81c4f392533add79b12d3fc50db3053fc72cd8cfa686e88a9bebb1e33e98bcaabebeb9a99e6b77bcc349e5468c6fe95c14cf5bf45163d1affed32933f5b3093fe23661a2ff13463bc5730537c9269c6f1c72362f297de1533d9abcf4cf1e60933f9eb8566f43f1362aacfd53533ee9f2f35e37a8953625e3f7181ccfec30d88393e25fdb27f7073cd783fa87cec0fda44336e17c8ec0f628798fd23d5173d7e48c7ebf1c37364ed2fee88d93fa0fd747c94ed8879be06f717bc7eca8f34e3fad56b627e7e81f2d3e3810bcd383e8af757c75762a8198f4f88297fe39a99c6c73c66ea5f55c4747e67c64cf3439c3f8fdf95c414ff449c1ff5075bbcdf3a9e49ae9971bb49f660ff61f499b13ce69898e38f5b662c8f79424ceb2b8d35333dffb8d38cfda91533add73a67a6f549e89f04af7fdf9c68c678699f99f25f68c67897cac7eb315d9799fac33533c5af87cc347ef64c4cfea6b69869fdd883668c1f7366b2f794d845ffe1f698697d79c18cfadef8ccb4bea0cb4cf3c174bdec8ffc4766ea6f1d1393ff085b66aa1f3d666aff679ab13d267b088aafd29019f3cb3593ffe1f3f378d1b966f49f0d315d7fd461a6f943c14cf111fa131daf882d3195cf1910f3faaa0931afd7a5fac2fe24dc23e6f886f2d7e35f547f3cb24741f9ebf1ad4bcde89f95fd6d1d6fa473629a8f304e91d93f582532f7af8c8966d4bb47cce323d79a713dd10533cd1f53fe3abea89971bb912373ffc44889297fa3a719e3f90e31e9b5f189a9fe9a0fcc74be5b665aaf1221737d348f99e97cccb49ece3034637f6e9f19f5df66c4e44f1c4f33fad79a99c67302666a5fc8bedcfe67d7cc140f7634637f4e338d4fa4cca86ff79499eeff0932b7ffd98099da8f0766acbf81de4ef5c563a6fa41f743b7f73133ade74899c91fd1f5737d2c2b666aef7a9ad11f907db9fea53e33d567be1e8e77687f87e39d9899e29d6766b2c78898ca2f1c66aa9f743f757db58979bc87ea0fd7578fae57b7ff7d621e3fdf21737d0c547db61d8ed7d30533f5af4d645ddff688b97ed9c414df1b2b661adfa0fc78bcc0ca9971bb1d68c6ed37c85cdf6c5b33c6cf545e6e3fe36b669a6f8f9929ff2931af47a3fcb9ffdd50fedcbe55a7cc747ea119cfcfc7937f0fef99a93d5b6ac6f19863666adfa79ab13e9e306379c50333eadd247bf2f30ae625338def0d9969bed8d18ce31f1e33b57f589f1c5dffae9869fe71c98ce78ba8fc5cbfaa33661affe2fdb97e51f9b87ec54fcc345e3567a6f63a67a6f5fa6366caef8098fb238299e2999699e6bbb97c142f678166ac9f77c85c1ff32e33c5d3644f6740f55d33c5037d661a2fa0f23b74bda2c74cf1f82331fb8b05336da7ebe1faeb9f1353fe3e959feb6f9011d3f1155d3fcf3f65aa7e8a7d8ecffd3e32cf7f980b668a57af91397e752bcd38de7e444cedb579cf4cf1f24833d6ff9098f4e91f20ebf6adc74ce7ef6ac6f690f2e3f52e75a919d7cb8d99693eced08ced434b4c7ab3fbccb87f6a11f3f3401933cd47d4c8ac7f73c74ced7ba119e3895b667a7e7ccc8cfa3307c4743da2d08cf5cb67a6f508f7cca40fce9ffc4d613193bd32661a4f0b98a9fe70f9797e2761a6fa5331d37cf20d33b587179a313fda9fdbb7d661a67874c24ccf230c98a9bf7ea819eb231f4ff5abd863a6f9d42131d727ba1eae4f4230d376ba7f2e954704ccb49df4e172bc3060a6f692f4caf5cda7fbc5f52da4fbc5f52da2f27b747c8a7a73389e4d37cce45ff17ee9f635c2fbe1f0fa9690b6f37ac370ae59d93bd811537d8e687f5d3f6f99491f1e33ea232c88d93f47c414df04cfcc94ff1299c79f223ade26ff68c4ccd4ff1c33d3f92a62d2af3961a6f1f027661a4f9b6bc6f1e52e3195cf3c65a6e3f798693e93ecc9fdbb88ce2fa8bcb6cb4cf5f78c98fba79a693cb066a6f55b87ccf43e872e33b507163197b764a6f9970b668a3ff476ac1f1b5b33ea95ee2fd7b7dc67a6f8ec9699eaff4633ae5f9d3353fb4ff6e2f62d1b32d3fc8acb4ccfd772fedcbf6d88793d8cc74cf5fd9999da239398f4542e99a9fe9f23bb747da2c34cf6a4ebd7f5b56526fb6c89a93c9e66aa9f747f5c3abfd73053fd5e21ebfa4cfae2fa9c85c47c3d2abe71f6b9fe6e1c64d6b3f748ccf7bbcf4cf3bf53cda8ef63643d3eba6026fd8d9869fca8a319d7736d89797e79a219dbc33131cf7f95cc547e3e3fd5b7c660a6f1139319f559f3f979bd3c978fe74f6c646e0fda8099ae2767a6f1e93bcdd8fe59ccd4df3b6426fd927d589f86c34cf180ad19ede33393dee87a59aff629338d3fdf6a467b70f9c91e9ba1668c5f9f9969bc63a219edd123e6f70735cc343e6730d3f8cf81663c3e42e6f62c3967a6fc7c66babe2b62aa2f75cd4ce3778fcc341e44e7d3f5e58998ea8bdb65a6f893eccff5254888793c9b8ed7f505d9d5ede18099e69baf91b93e392e32c773e63331dd0fbbcb4cebb933621effdb32533c83e573393e6b37c4ec4fd6cc54bf869a31bf9019afc79c11f3f3500e33ad37b86126bdce89c99e06e74fe5152533956fa119e753b0beb85c1f2a8f99e2ff4362ba9eb2cf4cf5bfcb4cfe7245ccfee08999ea67ca4ccf9704cc743d9c3fe9d93c67a6fb9530533c5c31d3fcc65433e687fec3657dd7cfcca48f9c99d6b35f3353fe13668a2f8f34633cc6f9917d922933f9bf27663abed48cf56f8f98ec9524cc343fe132d3fdb827a6fb9d1e3353fddb30d3f80de955d7a753629e7f1a1373ff4f8d0fc0d5503c185e23f37c843f20e6f5b87bcc349f102073fd30cf90b97e6c0431cd178a63cdb8fec627e6f28c88e97a831e33e9e38999e61faf9075fb70c34cfeda64a6f5503dcda8c75b66f277943feb3faa99a97d7864a6f9fe9d665c7fb466a6f979a119f30f89b93fb525a6eb1327cc94ff2133d5b71c99f5dd86cc649f8899eabfde9fea7fc24cf97589395e7398e97a0533e6673c69c6f6ec9999f45e6bc6ebed13937e8c0e331ddf63267b8d3563f9c89eac7767c14cf9dbc81ed923ee30d3fe37cc54ff5262f6d7fbcc14bf55c4bcbe03f77779be30d812d3fc5fc4db697d6d88f676f5f34f37c4bc1ee69198f58df674793e2b0e9969bc655f338e4f2e8879fe2667a6fedf3db28eff4c621e6f2a99492f47cc783fc23b62ea5fc53133b5df4b668a370a669aefe6fcb9bfb261a6e7052c66dc3f217b723c17d6c4d49f68ae99c95f1acc54fe3533ad37a4fbe1d0fb5be21b66da9fcf47e57772662c4f35d68cfaa2ebe5fe86d930d3f5b8cc34bed1d18cc7d3f975ffe38c98eb9b60a6fae63153f9d6ccd4be1d1373ff728f99ae2f64a678b7c74cf5eb423396ef9698fdcf8899ec79c54cc75f6ac6f610fdbfcbf5cd749829fea3f279747dc263a6fa4df6f458ff1b661a4fd34cf9ed883daabff7ccd47ea87804cec6eb056e88697e295c20ebf763ac89a97e45b7c43c3f45acdfd7d321e6f1ea2131bf5fe78e988e3722669adf5d22ebfecb0133ad6f4f89c99f1a3bcd387ef544ccf67820e6f1b78699c6fb2b661a0fd869c6f8b340e678c77634abedc63331af875e6ac6f12d9b98cbd323e6fef99499e2b55033ea6f8bcc7aa92f8879feca67a6f9e72e319f8fcae779140f7598e9fa54ffdef3d87ee621311d6f3e12b33d0264be7ed323e6e333623ede25e6e36364be1e5310f3f13e311f6f135379178d69fc3bfd9a94ad2cf8dfbfd32fe9a7ba316d53fcb3efe77f57fab16e1cb0cebfc03dfd57d4cdff9fd2bffdcde7e9dfbaf9b76efe27e9063cba0bc93305255ffd0694bc3709f6fdffbe6ee02a43b0824c91199b09d827353333370bb3342bb356a951ff2fe16f396c4b619f04f68de8b8f0bfaf9dfc6fd40deb2480ffb570e51b736beecc27f3d91c9ac7e6c83c314fcdb13981247f47f0b7a13985ed67b09fb4540bc705ff9d3afafb75435a913a3987ebba802bbd346770e513f3cabc36e7e6c2bc817465de9a4bf8db1da4a5790f8c7f9fab6d13f3012cb532d770bc075a923a1266f83f5737caa7a01f7984da710157f66c76e0eabb70c53d73cfec9bfba08b01d4a003d8ab857d0ee18843f5eb418daacc23c3340cd0d01dec3f87e3eee0ff53736d58b0fd91fcd4dfa6a1bf4f37ca3708b8bf2e5ce51aae68645e19365ce1bd796c98504b32e9430ca1f494190ed49a0bc3356b48508380a5af8961bbd45c669670cc31686b0e795c8155c1422a8fc41486b4d0ff1cdda05e62c3372b2380dab03442b04a1f6a45a1ee37f81c2302cd1c1bb19118a99119b9511825a44aa51afedfc0df5a386e0c35b0062b044a7f05f89fbeb181bf5f195bc8af327670b6bf453fbf5f37a66d3cc1559c1bcfe6c018c2955d83df98c07dae401f02b4b0358e8d9171629c82054e8db13131a6c699716e5c1897c6ccb832aee1ff67c6dc581837c6adb134ee8c7be3012cb532d6c623e849eaac00ab4cc0dad7e618ce31807341de46e7f7b661bf593719e96567ca7b0af717fcc409a8ff10ac72087f7b3042a3abf4d033f68cbeb16f0c8c03e3d038b24ccbb02ccb962ff956bf0e24d7f22cdf0aacd08aacd8b8b712b0510e1a34ad94f23b567ea86f6560716935a99fec5f5237e12bdf7062e550ea11d406d9a614507b6cabb04aabb26aabb15a6b636dad9d4a4fd6b335b48e218de8f704d2b3750adbc6d6046c36b5ceac73ebc2bab466a0b57bb0d215b4658d750d162a8dad35b716a0cf2738978771d0bf966e2876417f30927a318ea11605609933f029ad7563de58b7d6d238047bdc813deee1fa1fac95b5b61ead8ed585d4b3f65ea50efc7d0ddbfbb0df3ed86860c927c10eac43ebc8866a6b5bc6bd6ddb42c63cb603e7eac139fb102f154aa31994e75f4437d0dec89ae4985b28edad54b9ed4abf603c9a57b667fb7660877664c77662a776668decdc2eac9e5dda955ddb8dddaab4b1b79076905a95e4df9eec1af62bac471bb535b687966d1fdb23ebd23e910a325a73669fc2b96ad0e8dcbc052b6da15d8cc1e7fde5b6eb37e806e3dd58b5d40fb2fd0075cb7b57db637b624fed33fbdcbeb0eec1260f760e5ae8da976091195cf9957d6dcfed857d63df425ada77af12fe6d01dbaf61bf16f6af9596fa50d706f6bdfd60afecb5fd685b7607f4d385f33f424d96ede189dd8378c955f1f35ff23d7f5937ec636a6869652c7b0c6d4604e51adb7be68dddb7f7ed817d6067f621d8e4484063c21a1196b085108ee908b0ae9057e243b2f157c8e4c2364704f6950861ff486a49182216096868a7fcd081484566dc8bdc3801bdc07941370ba85dd8eaff45dff3177523dba5c0f4440131ccdc88a1bec3fd13a5796384a212b53d108d9d8b566b45eae4566ce09f0f7bdadffe179b3e58690b7a9a6b0d0dc54e3cd90fd69978b61fc5d036cc896cabc4b16add47e0f73c28db5f887bfe8a6ec4c814e204bcdf0ebce00da41a6a526e4ec4a93112633101bde4f6a198825f41ad5c8b33b181abf47e609557ff94961cb1819a26fd51057e6825ce2d435c884beb52ccc495b856772757e599a84813e21e28e70fe31ed8dff96bba817bf2a82c33813875ab7ccc998c7fc55c2c5ee965477ee5ca74600f5d6b740dfacebfd7fb0be18b1bf045d20f817ec4ad584aff23eea069821808e2a918ca32933a86b847c6e13f8f79a4a6ffbc6ea49f3987567a0afda33978df73f07e27862deec5835889b5787ca3174774c88f747fd3af2b7a503bf7483f437b68df8bbe7c5e04daae44c639b28d34afc1ff342a1eff137ee74feac6559a01cb808fb982f6e9517a5fb3270ec4a125442b8eec4bc7947a710cc712aeba0ffe6f4ec2741c086da47e44ec0868bf20fe813f41db052dfb16cab485b2f51c17ca7928fdce37631ea96df1e7fc0d8dc7409fc6f1a03f232d13c1d9e11e39be75e7044ee84490bd8c53ae9dd831641d205ff13e757f903ecb23542dfd46c6414e0231e2d4491d68b98c02b41c817596a01d83fa723f1c33fc13ba91f6977e660a7d99a523c72db74e614e9cd2a9ac8153435d9a816554dce234eafe7e9cfe9c567e4962e334100b41fb05f1f44afa1ea77536ced678009f134039f7a09ccf609dc79fb6593fd60dc633d232a019c33584b333af9c27e719ec32748e9d11f8981d287de19c38a7d2dfbf24d93efdcea4f375ec3b889cc8f7885b193b3b63db30ee9d89eab3cbf145390e90401b39fadb74e3623c63aea08f24c77b3d59a79da973e65462e99cb38fb1974e23421597bca4cff4f367d3abbc9d0bd0ce52b55d33889df765dce35c3a33438ea406862bfd8e95d9cecfe29d9fe94669c693ad36b49026f459b6ce95d977cec4ceb906cb8ca48f91d1bf3377c01b380b28f50d26797fdffffe347d948f4a701e7b2ead232c387f83ed1668478efec89a1529af7c6b5e3a4bf8ffb77dce4f7463ca7e530631705fb5da1ea8740996b943cd404dba27cb3c382b689ba45f72df69e7a3f4a5369cb5f3e87454dfe8b3e3d5799c1ba70be7ed29cf7c05fdf83ef44b593b4fe06bd66adcf10cbca3f7cdf6ea07ba51e379ae59431dbe01a59ec35996ce9e539266fa5a33fb50ca817380f7f34dbaf969720e9d2330b2e15abf6c7b97b7705d1bad03da59d88d2bac95f63b856a4b673276873bebc2757c4b3bdfd50de496c968dc75d448f621fcffc19cc8a594d6beeb2bcdc876a907a5ebba8173c1f7f35dfa230dbd496ee8466eec266eeaf89fe9e525b9999b9376eeb4760cd0cec62d8c568deb8cdc12eeea011cfdadf19d6feb26842e34042be6952be71c05c49bb76e6dedb98debbfd58c1bb8adbb517d6b59e2cd0fd2f67512bebb03cd3c81759edde157c7e1b99c1bf7d81dbdd3ced09a586732de01cdc8f90bd9bb310de77b71f2b775e383dd2be81584e0897d3996e79eb8a7a09931fb19d24c0e259cb853d397b54add9f8ff4f30d2db967eeb97be15eba33f7cabdfe833ce03ca2e3cee1dcb9bb78d18e88659be5b4ee8d6db9b7a0c425c43a6373abe2e43fec637d4737d08ff5ad6b19d3580bf3d874dd3bb0ffb17b0f9a19bb0fef3473ecaedc35dcc347d1553ee7c0edc85fb7fbfde41c80667aee9edb07cdecbb03f7c03dfc783fce5f9e4b78ee1aeeca6bed5cdb4fd0669d5a53f708bcce12eeaa6b1c5b0b355afb8d58e73bbac1f6097cbc9ca52d20461899279e69dd7b8667bd6a9bd0321328e1dc8538dfb36589dd8e67937542b7a3aeea975fba5afaf584e778720db6ef055ee8a65e04bff1afc761be327f6599ae9778295927d76d968c77566a9c706d3c183db5fa6069c45ef69df6ea3bba313a341e7b03755540ff76e9e55ee1192eb4d514e9cdd1cf78a5bbf62aaff61aaff5365e0b25de7282ab789f9af7098ed9794fdeb337f48edd4b2ff446f0efc43bf5c66afb2f7950deea5c6e17ce3b41eb7853691d15ef40ac2cfb59f6b1776677e0ee46aa353f85eb81f6ea2feb2603cf2bd73bc8f649ce6b8fcd27a7f2e4fb01ef39067ead192861ea9d0b4f96d85943a9b7902ee42f5ccd055dd50559e3f2f5afb3f066de9577edcdbd636fe1dd80756ebd2558e6ce4b5e1da77ebd7b65950bcc5f9ec7cde1bc0fa0d957da81b219d0cfeac83ebab782586709adc9a3b7764b518286c4d73ee78f75a3fadc5b353f39307dc3f01ebd8ed7f57a8ea5fb4d165866e1aebc3da51928a1d7776d4f3ecbbad1e9e09704570749ffba1befd03bf2e594c58d6fb97ddff621b4f65ddff37dc8eb40edfb360f9d3ff89ab91fc07953ad9d5669a751fdac1afa113bcbf6433ff263d55e5d2b8f9c7e3d17f147ba51be46f69f42f0c2c2bc30277ee2a7d6839f81af01cbd877ca32ad33a0da0496f1033ff70bbff42b5972bfa62b18d3158dc93263b20cfeeefb8db48cb7f05b7f03965109acb3f56efd9dff44c70d84eb3fcbe72d9865fef23c70be1cade30f493b2dc4595dd547d7b18e15d99605f5c03f86eb7956bef30b9ff3b56e2016f6642c6c9e42cfb2328439328efd917fe2d8e88585255b6ed0cc08ea386b26f54ffdb13f1133a3f6a7fe195ccdb95fbd49015ccdc1eb04ba9881652efc4ba59799d20cfecefc2bffda9ffb0bffc66ffc5b7fe9dff9f7fe03e6051655c95f79e7f28e787dd68eb7a75af37d6acd651febc99a5a17466d4c204e7b566b7a06706d5f8ce97ca51b153708c3379fc03243351632f6d74eed3f3ae27d4cf3ca321dbfebf7fc3dbfefeffb03ffc0ddf987fe1159a544cb80bdd04263fc0da0b31c58811d087f1338a49999d20dfc066ee005200af8758220088328885fe5771e24411a64de7990b176a02c95b24ecbed95b0a1bd322d3bc8210e94e33a33f0c8338891bff0395fe946ce2398a9e11a6b7321e710202e9805857d159441655f07357a616faabd30942a688236d804db60173c05cfc130380e46c189ffe0dac1295c854ce3f7299804d3e02c380f9456820bd48bfebd0c66c155701dccc132178a3d5f9e49e507bf8b779661ed94e491f7c923f7ac63cb086e825b3f566b0cd1e7249ffb9c2f75e32bad9ca9b510c23c709e44112cad755005771fb44f502ab0db7df010acc032ebe031e804dda017ec05fd603f18b8f3600c57f236f583b133080e82c3e02810a4955f5268864668857628e0d709ddd0135b753c58c65f0569e807a95fa0855ed72cdd5e35ca3ab52364df3c0c8cca30d49dee99abafe29caf7403fdd5cc768dad39371ec1d7cccc63c30f433f03cbacb067194650a707d03e4db0468571988469988579588465588575d8846db8f19a702b7ae10edaf52a80184da6f089d273380ccec363a98970f4510a4fc2d3701c4ec2697806e93cbca03c2a69159982ecd75a253d3268477ae49e73a2c6940bd9bf0a2f2146b655db2b472d2e2076fba46ff5856e5ca915886b208e546bf04eccb553853347c81a85be06bc700ef51a631a882dc2abf03a9c878bf026bc05cb2cc3bbf03e7c08fd7015aec3c7b013769d32ec418c075609f79465fae17e38080fc243b00227333c0a9dd71ccc42119991114e23686a8245b8172491889c4840b3ecb285503b6fad23dbab70f52a4636ad7308b46f559faa4f7324fe4f7503472490c38929fb1f3ef4454691ef3f46d02ebe8a85a5172ea565a2d0eb475114474994465994474554465554474dd4461bd78eb6d12e7a8a9ea361741c8dc2363a894ec33d1144e368124da333d0c688d2696486e7d1b96695a2f3e822ba8c66d1957710ee45a7ca2a6f2c83daf1f3b71e99fb571823a3cf7136d1b5b9843bbfb2168e27c7027fac1bd9875a995dd97ac3ff474610cd451b2da4af11e66b5f83d19e9f8bad6d4437611edd46cbe82eba8f1ea255b4f6877e01f7f831ea8065ba907ad15ed477fc681f2c33880ea2c3d08a4027600190776c4447b101ff3f7c97e4362bb663113b522f9c7eb5d0bb9a257d0ec639722ebd96e381b11b7b466ea5705510eb43df3cfe780cf933dda836eac2d8fab1b367ca5cc64e1efbf65cb5de8b5771cdab882f0e6c23d8c5611cc5719cc4699cc5795c08277223272ee32aaee3266ee34dbc85df5dfc143fc7c318fc4c78128fa44ee293f8341ec713e0e9fb149dc767f1797cf16215482e5ae557edfc52aba2d7714e7c19cfa0259773b12339ee2de3e3f8eafbba316d352f388ee5ec850f6dd53058faa968c54d7087fd6ee96b5ee21ad93eb8593c87f6095aee7811dfc4b7f132be9316f09fe5bd8defe3877815afe3c7b813779585d6f19d3703ef6a92361cb010e924eebdfbdd03ebf4e37db0b2139d7ea49db75e996364a8556b88d9759c63ed813f36c34ba332f7e4fcbd3d85ebf33e6eab3ed38d1c1b869efc42aeab83beebc8dc45f378206b5450ab1ab5e2b8866b14e8e6203e8c8f1233ac1223b1123bba4a84bb9738899b78b2e4899f04499844499c24f163922659bc49f2a408eda4fc482befd259384eaaa456d6f9453b6f5b72a99d37718eac5573f0397bc2007fbc4b1ab9f6d070c0d7cc69fdc7076dd527ba81360aeaa31c7d9ea9b5e2274e9eb47e0a35ca80fec99dd353239f3aae512a8612c1d56f82a7649bec92a7e43919da57a1ef0f93e364949cd8779163df25a7c93899449d640a1aeac81a969c25e7c9457299ccb47ede25d44e749e5c4526d450e117e10afa0ae7efb4f38bcf7913e7a0cf91e3c88f62671c25d76a843d504f096cd59ae76fea46cd4355b28d120578aad2ec27733f8d07ee82a2be7d6aa3262f354a9608e2bbfd6491dcf8f3e4566c92657297dccb92bb76f290ac92b52c39fcfd31e924dda407fad98b77d15ebc050d75937e7c92ec7fae9b643f36653b950c9283e430394a0e5333c8d82a9f7b63d57b18e148a91c0b84b66a646d5323ba86785f4680d7320234bc6febc63363db954f5d80ea32f056cfeed4a9656ca3e361352efcd632b2aebb990fddf4d496a58e1ca972f92b6b817d97420df38348584deaa46ef898824348a6490e61dc59bc4943ef10c2b00f74c3da49aed228b6d2384dd234eec16fe6181fe9e67d9ca35a721acf516dd583b53506a09b1ee8468e74cd8cdd8f74732ee714cc512a47808e9d5d5af86914881b6ca3c2951cafd123596fad63a7655aa5b5b48af492587af411fe73da7807699b6ed26dba4b9fe2a7344c9fd3617a9c8ed293c8fccadf24fbe08d47e9693a4ed3643f9da4d3f44c5afad71ac59691b52a0ab9adf2a6d456c931e4a7f4dc98a87e951ccb916bcf3e98effc4437723cf5d908416db68a1f2fd28bf4527ae29736ea65240b2d83a5c2d2d957d13a5cbd5885da1695d25918a457e9753a4f17e94d7a9b86a09d1834b44cef3ed68cd6ce5e6ca6f7e1347d4857e93a7d14afbcf2ebb6ea4ddf8ac6025fb5553bb956d0328d3da3b4e5ecab7c2a49ae10ffa53ffe896ee4babd21a86d2dba50ab4ed24eda4d7bd05ba8d568d6076d146a86adc33ee0c55b92859c6893ee816efae97e3a80d44f0fd2c3f4086e859159a08b2fdb2a15e38c333b139993b93232f8c8321f7963dd569d40addad8a55c679a7946610c218cc59ec307fdf18f74a3c6fa0af3c194eb746db0e930830ea6d48d5cf3ab6ad4076d14de2fb28c786315d24c16428ab2384bb254e9065296653978e56e567cee6b5eeb262ba3a3acca6a88a5fe20ce79ed91f538a005b5eadabeb456629735460eb5c9b7055ce7995c8ffc1ddd404c2ce715e4f36f99d1314ce3d8394cbb592b3d31c4366ffa51681decc7bcdc37d2cd3bcd641be1645bff3271b35dba9f3d816e36d97336cc8e8d4dfcc7f18dd24d36ca4ed2d23fd73a7ce56fbe6aab5ef5abe4f871d74eb353a335af0d017e756e0c4df9f4c8f77413a8351213d5ee3f8b32ed6563ab233d318d0feb1af5da0bb366dee846dd5ba8fbcfe97d36c9a6d959769e5da437d92568e6329b6557a99f5d67f3cf629bb7ba89ceb305d4a673d4a0f6615fc4381ff4ab16d01fef5af7d98dd183f82d368fc0af4ee538ce7774a3e6a306ca7f8becd69c654bc34fbbe14cc6c4344b377adb5b78671df76dad4aeeb3bbec3e7bc856d93a7bcc3ae932eb66bd6c2feba727d97e36c80e3eee437d141b438ff3343b7ce5bf3e89fedeb5e2d203d0f8318d018eec8bec2837a14fd5a87521f9b77523d7ab5cc11199b384fab8f51fd39ed2cded4bfffb3b96c12b88450edddef020b773913bb9ebefb2e36c907bb99f86d97570adfae05f6a260f4219fb088c8df3d03b87fe1969e6e3b6ea6dbfea558cd3d01a8b873cca63a85572a576cf3c06fffa3dddc875363bb536d7362fc04275344fbb6e4b2df83eb5e05f5be7551b954378178236f22ccff3222ff3cabccaebbcc95b63936fbea399e0220ff26dbecbac789c3f6527f97356e7c3fc38165ff5abdecdcabc8a8dedca1a816d465669a66acea12fd7867c4b37be7ca6443d3121d775834dfd2c3f51baf924267ed37abf8df8e0defacff9693e86ab9ae453d0cd5968e6e7f9457e0971f0c977fc8c4c4190cff2ab40401e467e1d5de6f334cacae4285f7c15e37c121bcbf5ec523737a09bcc4a8d58457fdfd38d7c626b057d70393a519ac3fc369a3be7f9d2be059b2f7f1db7f9c53aeffc4d7e179e05b3cc02cddc437a90312e4470d0ee7cd57ffa403bab7c9d3f82eecef24e168793f4347f0a1fbef637181bd35c27ce57c9d1d1ca3eb413fbcc2a71f58079fa6ddd08f350b66ce613b4e12eb4e0cb709677adbdd7baf99e65d01fe4bd6c95efe5fd7c3f1fe407f961be071a9a83dfb0a3696444666885d3507c4f3fd2f7e457f959d6c98f40435961da733edfeb31c097d8f8933ed5da4e0ac3e8428d3a54ef32a8cce0dbfe0675035d0f7358d886ef8edd353e01f6b1bff92a264efc42e4bbc2890e0b37370aaf8082176111157191146991157934c977d12c997d5f43e0d9cba2004b8ba2841e6cf1516ff3654646f99b15f61aa4bf11a6d48de769dd4c7ea01bf4374a37e6beb3f453ffd0f545f82dddfce26ff25e51e5d7455d34455b6c8a6db12b9e203dbff91d16c7c528328b936fc4393816785c9ce66e9ec7c7a9f84c379ff7c5450bba1983bff1cc16fccd4f752347436de96fcc8b6202de58d62aed6f3eef69feea6f52b3981667c53958e002d225a4597105bf57f48b7fdf15d7c5bc5864ce4f7c10e8679bdf7ded6ff4da0aed6f946e2ea4bf296c35a2fe7d7fa3da293802da29e319e29baab8296e83ca7f2e961fc7377fe86f4ea0f6a046a445ee8afbe2a158156bf87d84df4ed185bf492b3d8305cf62e365dcf82bedc83839b94a8e5cfb07f18d5c9373affccd4531562b4e647cf3f0dd76ca94131e10df40eb6d1b8e7cf6d1392c7ac51ed4aa8d7cbf3e8da27f3fbeb92bfac5bed2c6002c71501c1647a5f9928ac3d228add22e056c7f2a9dd22dbd3fea9353ff6a928d4a5f8d2d7e39dff06eec6fa77433b0cf0c1bfadf857a82f1fb7171a056b9f74db9c2e4d95cfb876510cec2be730fd6e9feac3f15892c2a72d2ccaa0ccba88ccb0412ffa6f49bc1b61cf403fea82ca00dfb543b2fe3c7c92c6dcaf27d7ce307f6fc97d998b763c63df0370f6657f5a736460851aef703ddd4e62d78a8589c8047be74d665554ca20558c710dbeff5a7d8427e919e95b5f433a5007d24a095a46c3efd6da186811f2a375f69478d019ea59378145d526c0c7dfce45e9edfcdcaadfb4b7f8ad7e3a855033b31b50fcb9d2bc7fce4fabf1b73a6d61c7fbf1f2edf6174a8667b9fca27e730ed95cfd1a21c8a508ea17d34b2f5b1270e57e531fa9972f48b66de6b077ea1c6ada5ffc9fb1fcd6fbecc57c981ba344a4590caf39427e569792247eab3ba1ccbf27cd80fb7d4a8e84c4c455b4ecc9eb8378597c967647e307e23e4dc825c315b4ea19f3af5ecf2cc9d96e760991bb2ce87e337af46b7b485fce7f24259e652f997af34a37f95ff9915f5e7f356d01f9f64a2bc82985b69347d2cafd3d3720ebd88adbbf7f5f88dd317d37251de9837ce44ad0fc1b9cd6fe96621e7193ce3d8086d17bcf10e5af143a855b7ca3a4be754749ce6654de8c7e37e2fda29ef20d203dd94f79f68e603eda8df8772559e7ed4dfc2f62936d375b92e1fd3d23b00dd74ca6e6c65f7652f3712f112f949eb7cb09ea22b9a722fbece96502f1e403fc50fc68bfdb2afec39040db9e5be999503bfce82f2e017eba875529f8f17076979581e15f3ca2c0ebea719ad9da6328ae9473e478dff89785459d9096ac73fafecccca569588cdd2af9cf7ab945e8d172fec8d30c451e53a4fb60f6d54aac6371bf50e82efce33c8510a39ae21df293333379e5decf975e5557e222a68cbbdd6b9789981f9c5322f9e3848cfaac03b0d07d0527fae990f7fab303a7aaf1be96faa48dee42aae927c975c556995c139f27c561555999a55f5be2fa574a39e7350cfe6edec4bb04d6dca671b0ed5138b23b5eeef97b5149fce3324ea19d9db423e43ba33ccaaf12ea475fce7caf79fdd47b1751fa12dff607eaa6a5fb75571596daa6d725e6dabddf73583bfd5d347ba516dd4448e1b276e314d4f33ab7aae86f963384a5749591dbbf35731f1cb7ae3855a4b216b54538dc036276abd9f3077eaf906efa335ea9fea4618967a8f8d9c332eaa53d3adc6689dcaf34bf94d3337730e9c817ffe6b2b0eade9d27f761ea475dcac9a54d378579dc5e32afcbe66e46f75fed6dfbcb451e1b8ec646e6c5417d56535031f3393614775559e56d71fac3479b3eecf3153d08d78a8e43a51cf1ccaa786547bfcdd794ddb787296f29911e853b9e6b9b12d6c372c9fd13a61df2fc3beb48edb45ebbc6dabf2e3a4532daa9bea162cb3acee32a3bacf8edd324d7fe26f8aa3eaa15a7d1c0f572be8b79fe541b5ce1fabc7aa139f555df03fbd6acf7bf8aa8d0a6a19133b436b10f4ad859ab183ba610e3e5ef3f7e9fa1b9fc67026f42459511eb8216ac71b978137163d775306eec6b5bd83b73ea7ea57fbd15e5c27bd6a501d246efc541d26bdbcf566d5d18ffccd5538fd40332ab6a922889bcdaa23e3e32aaabad9221bd5a63d7f3d3af17a6e4ab55110db38f78ee9d496a99e3975c1cff4d498df87ebd33f5def07222d2c736255a234436707fd72b736503be5505ac65948ebe40b659d06eb375a274f6a2b7eacedb88ef6926e2daafd641a756a27f7e251ed7e573bb597efe2b3cfe29bda577e679aaee289d44c36ca9faaeaa587c96d945e2baada28b0cc482c9d611d3885b155735318137ff82cd517ebb6c0cf18c7b19c8991efe91b9aad1993762ec13a977508d611ce8d3b756e62112cc2959b65ad1f40d43eafa3b813af9224c993a48e93493a4aa6695827d5b64ebfeb6fea2cbdff5533d2ffa07678be4a6aa6ea26cb5a479fbf8edbe836ea1afacb4ba7727c23ac654c735c976a4ef3c3b5e95fac1315d0463da967f24bd397cfaad5155a07b4a3ac039651d6c917d23ae5d2f7cb4ebc2f36f1417227d766a5a3f4391dd575dda4cfc0e7759b74c2e9f7fc4ded26655e7d3dc7293523e39c4c542b39d7f9c17ce6ab7929d5466d9c91735c6f9c3de84bb96a6dfa89e15ad71faf4dff629d68a69e6f1ce1b831b4572bb07360c6955f6fd38ee9944bd391bf22706ebc445aa8ded54ff573eed5c33acfaed3216865f49292b83ecedb7a549f7cc7dfd4a7f94e69a4f7a29517cdc8b8385da16632913672b5c9476bd3e9592aea7fcb5ea6736e0dea3178e021b4db50a30c9cb5fbe8fabfd28d6d46b603ed947c3fac6ba6b2ad32e37a82d629973249cba07544e0edd7d3faac3eaf2fa0f65cd6b3cc046bd449ac34232d731575924952c413a98ddaadafbfd20e78d6f9075a013fa3f58209fc4cf2202df3a6e596730be9ab67f0f0392ab08c736dddd50b2b57ef22c567c23e7dfeee0f9e6750ef5e54fd2adf088c477e2775e59bb1edd45bd1117e7d233c1108cf4bca83e4b9bead976950dfd5f7e1a3b4cc1bed9c67c7d55936ff637f533fa4f7d09bdc7bad19b00cf5a3d8c7648b7a559b65292df3d90a01e8152f788da8ebd76ba7aa1f9d2719f5a9677e1fbe7a86eacbe7193aa0938e6ac94766e42ce533bea01be197681de83bf8d23a903c99a05675eb5ebd573b75bfbecbfd7abfbe42cdb07632b38eeb417d505fd72e6a47fe429bf44643d553344b231d032badc87e773ad17a19c9541fe6cff511470ebfae497fbbce4fb651c5b2311ba3b1e4f319ea398d6121df51f5411bf587bab14d7cb24cbe17b490fd2a77f9eadde6906c47f8d07ff09db5f0bd5678fe6363d720e0faa971e0d7a99fdefa9cd46f5c68c9f7bef637712fdfc9f80575f25e2b9990bfe93a73e59af7cfd615bf7ff64efa1a772c760d841bce937a7f0faf49ff53cf4fe9f796acd4330d72567dd840adf2c6a62fb52393b48c4cd2325eeb5d3661bc52d671e2aeb44e3a8cbbd22b9376ced3a3f4a4ec4abdbcd50efecaf6a989f24d3c921a917ee59556482f4d5caf9aa491ca38ff836760f4ba62e5857b4de67a4d6e2e9a4246b332e6379e0df1e79ebb5bf07bb51a736cc486ec814ec1ffc877c864945043601dd37796f269e406ba888dc88650b39ea4855e3404b1b15ad797b7f9bca99ba63a82f4d4344d5b85d55315362dfc7fd36c23b3d9a5936c91cc5823af3513f79ba7da0c1fd8c7bcd5cc07cf4e515ce3dcd7eba4ad6a433e950badb79a9392eb8abf78f7fa1f3de7abc6007368e96e641c29a341336b9e4d9fb4a392b48c7c8f804ca2d30ceb5e73fc5a3bf2371d4a0d35a3ecb84ef24d73d29c36e366d24ceb876a07bf67f583e273a84dab573a21ada4d3b21bcde2f3f8b4b9682ef3e48be7a67e79e64e5966e53e246d336b0cf546a3885695e79ffb9a6fe8e625cee99b57f2dd5ae09977f49e574c5a43d242f219ff14bc7f7355ef49ed34d7d233bf68a799378be6a6b9cd57cdb2b953e95ea787661599b155f59a5d3c4e9be629bd8f8e9a7576901559de3ce697e92df45acf9ace679af92516bee03e9467b9636bbfe98256faeabd3d576aa5befbf5fb4cbef17cb8ad7cce548d77c48663c8f7bc8aa667daa01d997ce162720e4cf43dbbd46af69a6355b39ce48cb553df35fd66bf193407cd61342efa459dad9b234cadd91ac951b2caea703f296aabb5d293d66e451db74ed26ddcf4286fd2a364d25ae05e3f7e5e4a3fe34b96a1677c835a5ac66d5acf3020562b654f41cef5fff13b94bef53e0a39cfe9aa77cc0ee0ea97a0c6477a5f9eabf5a375e4d9a6d3fa6d2035f3a21de97fdab0eee57e1be55d77e26ddd0062c6265fd87732c5225c493de4d05f871e6a2e7d53720e11e3334690f257ae276d63f98c04c7c01f6a66dd26b82614dba7e02ea8acbed76d53f566721f9f3f85ebf9f479bbefeb66a1de7d53d86a16f856cee3b499b96d73d0cc25beb388f463bfe8c7bb6c8bb66c2ba519e5775aa70ddb3ab1a35570efda41e2cee5f396fe4aa69759fe2053bdd43ad96b6d699997985a5a2aafeb5e34fe309e79f55cb88cf6c2485a4698416d5f0795d71376db408c3656df11b935af0c53c6357ff40e9c6fbeff46bd33899ea90e80f6a137e17dfc1e1a4cde85f3d8b6eda6ddb6bb366ce6ed53dd6b83f6d91cb7c3e0d42f8353b40e5a88ad63dfa4b7711dafa37e7b0c3588fa619c1ab71db527af3d30c533fd17cdbc8a69965a338653b90ef47c0af55cf88d3934a2afe29a1fe946bf6b4b8e0841cf2154efb796ed95d20eeb07df7b85496ac7f1dbd3a66ac7ed04ac326dcfa29551b5e7ee563ed72d2df35e3b5017b2fc121466b517e9597b296b535eb7b3a8236b556682ffb98a0f5edaa5776d13cd5d826694655033ed356866de2ecc657b03edec56bdc364006dca37de8bfd83f76d815ebccc90a38872f6cab4bbd45e7df0ee2bd2905fecb5b7d951bb6cefdafbf6a15db56b6fdfafe94d09e55b0b49eb78e7f530b2ab6befa195cf11c95ec6a0ed64d7b24665c7f985df61cbfcd26abfd68c8a69a466206c8760b1ed1a6bd9ef06ef7b67f68ce0b3e7ecfe9c6e161c2317a09785aab7324680d6bcedfdaa9db7fa3155cc2cfb5bea3d350321bf6db92fb5130b5db316d23a6d22b5836d50bbd7f6dbfd76e0eeb97674d51ea447e6957cc2e8955efaef62e09cfd0c6ac6b96faf1ddb2bda43f5151ef90d9913f31aca2fdf69fcad77a9ffe0fd7e1823ab7eb9f92cdf6f6d0ef119d9cfdf9dc6fe47bfdb48beafa655ef3641ed1c29ebc844d6410be1b33405f49e65db259cf668638265ce7f7db3c2cbfb6e5efc8cd48cb801cd3c8ad61f41cb3d51f34f5335dff6cd776dfd5037f2fdb3729dfa1a74b3506f2493cfcad4a688af4cfdeec68f7c0fb65d649d57da89854c6c9960e14e94750a995ee25d99c47663d0aa8417cf4b7d6dd60cc633b26d92b5696339b67fb2b1d5f8935c93b533afc5bdb3fbee3bda7ea81b6caf84b193efb3377b1be8a5d51df5be3cf1e1fbd6dee907e21eb4d0fa453baa7629edb85b6921b2ceeab575de7a5e1dc7bcf8187e379bc56d93b8b1d6e14cb46099d5c6318f4cdf76e53b73e9ed75df7e07f60fdf272adb2bd99ae338722dd71f3b13f94e87d7daf9443fca32b2cf45efe252da91e385b120cbd8d23a5e232de3e67ec1519dee41be5865c2ef64a39aa4636069998d65cfc310fcccca9c8802ca58abef593de1771bbe7bad7feabbacf22b1591b2cec4b07075b6b9f99e7664dba5b4b3440bf9b51c3344ed280b91755422eb68ad907f79a3176a979465540c1c2da4669c5a5ac67b04cd08d5e7966b174b35b7ff83ef7dfc99f75ee3bb948c21cdece15a52f23bf5f68fb4837d761cef41cbc8f166b48c4a5db48c77e09d7b07f269677f48f1cb6bff82efd37a50ef28917d6da599681105f67ce3d6f2a91fd44cb9f1a09c43f55eb62fc66a7e876e5e69c7925fab30641f5dae981c6e04bda7f35bdae1f11ee1396b6921e7c63f72b7f902ade30cd03ae1ca1ba075b03d82e8ee9d5ee8bdc5b7b25d8a16e9a59fba5e2dd7eff595a66bf99e65b88b257de723fec975feb9f7eceb3879a6fc0ef4404df9a4fd0a62e51e6ae7b57ede6b47261a2bc4d847cd53c8591c39470a49cdb3cbdea837701e5e2ca3fccb82fd0bbdaf78216b92ab6a523c487b1bdf5f4394b1555e77a0dee72e6b93fb67be0ff367bfcf4063c91bd40ef46dd55a76f3d9597ef8aee177f1328ff780769475ea1b9cc971a7348b9c8157dab2756261dfb976d6aa7586eff4423ea693f69cf34db009ed1ec4c0729c2056eb87aed4d74fdc9ff999bfa61bd28e50ef1c7882165d8d27831fda6e227a8795f3b1efe1fe3a8e17e258b3e8d03c9770162f96812d72051458c669a46536b123dffd6dc9f15ff62fd026256eabf49246f34d06963851ef787221e25ba8b6a9fcb99ff9abba79f13be681fc1297fc7e0f44e372bdd733cd154adf223ed1cf8b7684d48ee8d45ba51db04e19c8d52bc2158eb48ee838a7f9c2be71337b0e643ba7c55284d2bf6c12d64b36f68cb423a026996a9db07c6a5bbe6f16ca95ffb46dfa3dba5163c914ef383b3596b6843ebafceee5c0905f15957ddd3fd28e90d691f3a44a3b42ceb3cbf519af2d23840845cf3184236c6fcfdacb97a09563ab539ea7b3b49776d38b4d6eb8d04f1ac96fc108f905b9a5fc9e91b9965fcef92bdfa1faabdf9f32f17dd8876663c8350973f5de13391ffa64186a6cedd77714bfd60ecd75c9792ea99db4a356218cdbae5fca9573892897f952aedc956be2fd677b969fc8e4fa5990b459e019ee34bf853bf2802b45cc568d31c9ef316ce1ff7ff1fb65bfe5bb65f23b9af23b0897eafb3db79eb456a89e12917185bc7736c7cddc67e7b1669a231538c7ae2ca3d6f7c8b561726d2159e7395a147b41e51fcab4292095c5eda6b29d8d1c53924fa2e23318b770fe532f53eb3f7ffc1d8fdfad1b4af81d2af90efe197e3b4cbda34bbeb9e1c971cdadfe06dd97da01eb1cbc68c7137e9d77fda3fca43c487bc544a6702693e16763477e9bf509ac3253f366dea651e3d94b35f78adf9dfacbdf4bfc5ddf49045df8ea1bacea1b89f23bbd0e3ecb26bf01b282ffcbaff425343ff18176fc239c63a7f53d17bcb630ef7a4916b85399caaa0c36adb3de6c9c5c7de7557eab43fa37e8d3a967134e0c137abfeeeffa56e2effcbea649ef1f35dccdd6d993f5de50cf5d9bf25d286bf9c64df30cda90c757f35befb4c36b34363b65211bd717ca35f1cebab8f5e41af90a22cc91faeaeda13aa650ef77bc515fb1ad7edf37127fa76e38e651be477eff49f6b74ed4779cfbf4be5751d8cece387626ea5bbcb9babff106da91e6d914bc3e8334e46ec0329b67f81d7a762347314bf5d5e38eb40ace11c0f103b5726aa1becd5a83d593dffb6dd6bfe17bbea803d74ac1cf4ce57ca8fa26ef137d17417d4f75237b1bfba2849ab67597f41575f95eaf47359e181713b8d203f5a5f5b511a82f6acfe4b757e59a439af3906b687a6a7ef2f9f537597f97667ebf6edeeb07aeb0561ef35e7d7bf704a331f96d6743a87716c9957233a81543d0c4907e9155da1c9b2b68a12f5ebe19add6039da86f04df43bef82dd63ff16da97f926edeea47c63e853816a5b1de8ce08ae477c387d0ff2a70dc56fb1ba1bee1faa8b4c3df977f59af81dfd51baa6f49dd6c46c65a94d026e23758ffb6efd0ff9ddf9d57df27c4ef55b9860391e0c01896fbea0b8f0bf51df1317d4bbe56b54a7e4f3ea324bfac5ec81a05ba91ab426ecdb925bf9b39d99cc8ef3e9b15d422d51ec973fce49b52ff22bae1846d117e33dc310b57beeb5eb6c063351ed733e7f2db8a6ade6ba2de7d25937cf7ed95fae6784ff5f3c7e6c8710d536a457d2f3ca0f6e86ffbe6fcdfad9b0f7c90d4502c75017e43ea485a497ada919a431aabb71fc8740a3c921ed89cc23e03b3a93b4a5731c62ebfdfb7fc9374f35e43f8fddf17ff229fed3f300bb8fac294efbc2da1c64454cb5a6abb02f62b7fb756fe39ba79ab21f98d19d5470e55fb239350312e25c9eaef1ddcefeff229ff42baf932717feb9f5d8e7fae6efe67a47f25ddfcaba57febe6f3f46fdd7ca19bffe77fff8fff17274956a1</data>
- </image>
- <image name="image2">
- <data format="XPM.GZ" length="2926">789c9d95594f32591086effd15c4ba3393fae895ee4ce6824540141011b7c95cf406a202caa6f065fefb549faaea0b24996fc623cb937aeb3d55754e871f67a587eb6ee9ecc7c96a1dada74929798e96a5b374339bedfefceb8f9f27a7b65da27fcb724bf6e96f27a783752929f516f32c070402289b3fc39d8203c3136157e276c1260eac0f0ade0907927f2d9c58261f929cad72be0cef8535ff5959e277c201ef0fa02cf1ae7022f9efca12ff301ca81e87c21a5f32db5acf95b0eebfcdd92e2be3a5b0fa7986435bfd6e981d99278c0ae6795c288b3e2b98e3036157d8f839961308af985df51b1b0e9dc0098ddf5a3811fd7dceaee52a370d475e28f9b7ca1c07539f67173c144e65be2fcae2d763f62d89df2acb7cc282393e57b6b9ff58d893fca632c7d1ccc78bbcd48b4c7cc2ec4bfdf0aa2cfbf50be6fa2c65d9af2aacfd2c94e53cccf9fa7645eb7794a59ebdb027fe5565895f09cb7e981a267f9febaf3117fab6702af599e7a5e2049e6dce1377c25affa6608e4786e34a58894dfc8b59f5f890731087e28f2de648fbdb16ccfd6c9465bf7365c732f12f61ed3f5016fd4a59f4e6790fddd00a5d137f638eb4bfa532df5ffc148ea4be5ac17c5ea9b2ecd72b98efff403893fa1accb12d5c5696fd4d7f6152c41f95c53f2a98f56b6597fbf3857da9b75e30fb5584b59fa78239de5596fd3e0be6fdccf311b99115f1fcdaccb12fe77927ac7e2365f1c382793e63e14cfccdf3132571e69b1f07e83327d23fbac2bee4d785d57f2a9c89de9c6fecaa1fce98135bf845b9e2189e2a07e6fee287b0cfcf3bce9525ff5d38927a1bcca9cc1b66ca528ff93d89d338e3f9e182b9c86f31a752ff609d2f847f5f83b5ea31c218137a4f8fac0cc738e10cd6d3b7189f718a2ff88a6f38c339ad05adfcf31d3f7089ab037d42ea356e708b9ff8853bdc6395de6b58c706ad736c1ee823f2de608b146dbcc08e8976f012afb04b3975ec1de853aa2457f749d5c16b1ce00d0ecdf75b1ce1dd11fd1b55d236cef7f8808ff88465b4d02676d03da29f51dd9e513fa28f150c3004246d07002288bfe9e7d45f0712f22635a490d15ef730361e3b389c67aedf2390ea3157e73dc333e9a6f042d13ebc7ed32f6882405d3ee1c678030ee10d6630a76f162c8ee8f37adeb14c0aaa0b3e68b725ac80a2b039a29f630db6e46bc127d5fd45de4b5226b0833d8ea07a445f871ae96dacc218ead08073c835136842eba8be016db830e77a419f21aca143f76c025b9ae7e5813ea35bd5a0731fd1c4877a7f614fde57d085deb7f31ad31dccf54fd087883ab7a88f6baabb45fdf760003707fa09ddd826f66048af1826f00a0bb3aa7009b73082bb03fd2faeffa7fff58cfffcbcfffdfbc93f7f7d62d7</data>
- </image>
- <image name="image3">
- <data format="XPM.GZ" length="5726">789ca5975b53e34c0e86efe75750a3bba92d7d899338766ded05a7703e43086ced85da76c839818424f0d5fef7955b520fcc00f5edeef498e289d46fbf52b76df2c78f8dcef9c9c68f3fbecd17b4e8671b598f9e367ee4cfe3f1cb3ffff58f3fbf7daf451bfc3faaa61bd1f7bf7dfb7eb1d8c8364ea793a204ec3140c5fff39c044e4a862be5ba30f63d2795a42a7ca19c55fd7cf25cad30cbfcb9300fc907e37ad5f383e7a45ad7f8937212891f52ce6aa9e7f392a34a3593385c06f671e7f5a234aad7bc3ef59413994f6b65d5a3a3926bd55a4579ae5c574e8debe4d7f3fe6a29b3d7879a7222ec7a817d3e3e2a67ca7b25d7ab75d3eb1a37fce660c733059e2b270d9f4f7e7f1a51a3a11c19c73e1fb63d93317695d358f227cab9309c941c478d54d683a6722ef3e958386e349d67af1f53acfa6ea59c4a1ccf947361d7374e6a3e3e2bb9598b5361e82b6b3e24c2cdaaeaed184bbe43e3b4eefd8c3d3bce17bd2365d547679c663eeeeb496a4d5d0f6bc24923112e8c251f6f3d3b66bf1e0c94535dffb5e4b49ee87ab42b9c5645cfad8dc9e7e3b3e72c55ffee45b9417e3d373076b25ea19cca7c07c61247bf1ed5d35ce663662c717a11a6aac46961ac717f3f5146ea8f56ca566f64acf12cb0e83d2893d6373576b9e7dc386b78ffcf817ddc0d950b89d356c9ae4e0d3d1fbbc6daef6765d27e3f196b3f67c6529f5b2817badea3b08bd48fce77b1ae7f15d8e793e4e7e68706cab6fe32b0dc1f87c6ea37572e347e60acf1b3c0d2cfa9b08b34df19eb7e5c1bebfeed28c7daef81b1fab77ced3fd5948b22f6eccf57d6307f900adbfa5037d6f5dbcab1f24d60f15f3596f30067caa4f75f6cace7b96b2cfe6953b9d0f3d53496b89b1a4b3d781a58e264acf5a9bf4cf71bb78d73fffea34b63cd6f28c71aaf1b6bdc3f7fb2dceaa75960f10bcabaff701b58e24363bd9fbacabaffd032d6f87e6089af84b348fbbb0c2cf17b637d7eec04f6fd8173e558cf4f3fb0c417c6d24f6c1ae7727e4e956dbf6e8df57e9a0496fd307f54f87e3aa75c0893dfafbc61f5424738d4b70e2cfddb33d6fa46cab1d63f34d6f883b23e0fa01258fc15c67a3ed2c0d28f4d653d7fd432d6fba91d58e227c67a7eee84733d7fd4092cfabe9f7911fc379449796cacfe27ca853204163de96791eb7e63dd58d687adc092ffac6ccf8f86b1fabd37d6fdaf2893721c58f6776e2cf78b1b05f671f0fb57c4e60fee8c75bd91b2f9898dd5ff416099bfaf6cfb771358e687b8f8c55660f9fbf75a59f70f1e8d251f2e024bfea5b1d48793c012df32eefa38bc0a1791e8b9b1b1f62733d67cffbe2e0af30f4e59fde19db1fa4361d3c783c0d2efa9b2ee1f2e038bdf85b1ee4f4fd9fa7368acf546c6ead73fefbbb1e9c32cb0e865caa6b73656bd2b65ebef91b1c68f034bbc2ddc8df479921b8b1fac285b3dde7fb71be6af84bbda7fc8034bfcde58f5c681bb9e5f94551f47c69abf1958f25f95f5fce389b1e657034bfe50b92b7cb1f8ffc6c71a0848e830c31c0bece203f6fe078d3e0e70c863c4d7182738c5193ee2d3c75a9f68cc7181cfb8c415aef1055fbdde266ee136eee0d35fd4d8c516eee13e1eb0ce211ee1312b9d78a552eb14cff0fc6b0dbcc04bbce2d9d778c3d792c79a75da3c5e780c75dc5a651f6a7478dd3b9e5f8e3baf507a59f3a7c7788f15ee529535a22f356adc873a36f88a5965a92aa254d6d5f67535b1272abf6b60822920d601f82270809041c60a32580572561942f1b90fe8f2ba313cf841fc1b962ab82c2f5c438f554a4f43e87fa131e0390f3084118c61526ae0014c61c62a33aff7c8fbb5c44d78fa4c03e6b0806758c20ad6ac32e16a5ef0dacf9dc22b3660932bdc623f65cd9f696cc30eecb2428b47e9648ffbca7b04aedc25d807804d38804338b28e7ea031806338815338638d156bb08aef0a5f659fe19c9ddcc0055cfe3cf7ef35e00aae79f51b68c32d8f8e7732e6990477fc73c4baf750812a443f5dfca651e38c16d4fd2855ca9e34bc5687a9cdb19833a6d0fc4223e1d5da3c3f2524e0ef6bc4b347acc49f91637f37ac720e0778fef60e7eab813dcab80775e29779a902b72cd265071d58f3673c58fd0c1ee8e1ad8bf71ad4a3be5652fac0b21a76d2628d5279507aa1218d68fc85c6843bcf7e695aead04c3bdb62a52eab3ed280359e6048f3f7cfa29f1a5cc982355abeea7276b9bba670cbbe9e69c9d5b468f5f374fdaa416b7aa15738a74d8869582af04f5529f78415b6d8df8ab6df57f2ce4797766897ca13700f4bdae3f3be649d7d7f626fb90f0774c84a7b74f4eb53f58d8f633aa1169d96179f671b43187a9598fbe4e88ccee9e2730d7ca44bbaa26bbaa136dd5287eee89e2ae55d0a8facb5a42af1f984c1af95fcd2d3886ac4dfd4f19467c73c3aac76075be505f7b4c9a349c9efef87b71aac923a74c0df079dcb90ff4ac443566af3f7833edfcd15d7a56bf7c1fbeafd39950173d7737d37704337e26fbc63377153da7133f7c86fbedf2af9f079da7b339ef0cc3db9cccdddc23dbba5ebfd358da09498927b702bb7762ffcf6fb40e1738d4f7cfd17efdbcf943e8e7dfff7dfbffd07e707d8fd</data>
- </image>
- <image name="image4">
- <data format="XPM.GZ" length="5422">789cbd975953224910c7dffd14c6e4dbc4460e7437d01d1bfba08817a88007c7c63e643728a01c7278b0b1df7d93cacc9a18c5999ddd88b524e44766fef3a8ea52bf7cde6dd7cf763f7fd9592c6939cc76b301cd773ff756e3f1ebef7ffcf6e7cea730d8e5ef2097db0d3efdb2f3a9b1dccd76cfa793fe065264809cfb72dcf31c3b26e54898bacab1da33c7b1b787ca71dee9d1a572a67c249ccfe5c53fde3093715339124ec13870f138368ec8f9af9463b53f188779c77dc7b1f77f5236ff6763b1c3dab8e0864553e54cfd579e13e7ff6a1c3ac66be348f28367a78f3d63d59f080739d1c3a6b1d49fde6e38c8593e5a0a7bff4b63f18743cf622763ade7c6b3cca3632cf5e09367b1df29479abf61acf3cd3ccb3cbac69aefcab3e85d186bffda5fa0fb054563898733c789d54f7565cd87b7c66a2f29c75a0f1aabbd622cf92156ce243f1d7a967e07c61adf170e6dbe3563ed37f12cfb1d286b7de0ce6798f7f3ca295bff57c2a1ee271e196bbd73659b6fea59f25594b55f3cf42cf63b63d95fb856b6f3191aebfe2c1c7f9d4f201c5afdc7ca1a0fe7c67a9e26c645e1bc7064f33930d6fef63c8bfdc558e2e151d9faed1a6bbcbb1f22df0ff4854d8fdac6a5d0d97bca1a8f39653d1f58f52cf9caca99f2c058eb73e72f229b0f1585a348f3ed2b5b7ccb58e7732f5cb0fef78d557fa65c50ae78967e8f94136172e7b110983e1d0b9b3f9e194b7de8eda5d4f14259f5e0c458fb493d8bff52b9a7fe1d63f57f112ee6b53e775e0a647a3854567f2261f3c7b9b1fa4f3d4bfe91b2f5b3e7d9d949f58b5a2fb8fbb918983f249ec57e631c4b3d91b2d5fbe859fc3363f5df57b6fe1b9ec5ffd258fca1ec59ea75f74191bc7f68acfa929f4ada3f4c8d558f94b57e9c7916fd67e5443875cf4b29f4fa7bc2a697a6ca369fa6b1e60b3c8b7d629c442e7f4359f341cd58ed4565ed1f4f8dc54eeefe28a55eef55b997644eefc298c4de118ef3eadff62cfec6a6b7f62c76cd1727ca2d63d127f7fcc4a1e9d15cd9e63b36167da87b76fe7862ac7a35659b47c9b3e41f1a6b7fe79ec55e50b679ac8cc51f4e3d4bfe5838c9ab5ec1b3f4e3eee738b57aa8aa6cfbf1e059f245c6dacf8b7062f31e186b3dcf9e25dfbdb2ce03469e25fe4959eb27775f2751dc4b255f5938d1f9121aab5e5559e78575638d1f29ab3edc1babddcd27c92c9e66ca564fcf58fd4198acbfd458ec78619c159c3d532e881d0e8cd5eeee23e20b5ef55ac69a6fad4c1abf54eea73d6777cf0b6566a76be5bef2a967e78f9171e61816c2695198dcf94d2366571fb8bf2fd25e16a8bffbfb2c2b64c59efb7fa3b1fc6febffd64040c21433ecfd1b0dece32ddee1008738c27b7cf8590d1ce304a738c3479ce30297acb1f2b6a71f6be033bee02bae718f23f7b18c0758e1d7211e7147f0e33ab8fb633cc153ce5cc62aaf0ad6f00ccff102ebd8e09e9a1f69e0255ee135de600bdbd8e1dabb98c33c06183247ac50e0aa8a58c21893ed1a800040780029645c7b17bbd0c300fa7802b77007039cc1104670cf6b88d97b0d7880314c600ab34dedf0b8c90f73eebe0d0b5872ee06ac38f6099eb9bf19bcc0eb5b0d58c31e4c70093c397e5531c7f12994e180b337389eb3f31cd6f80815de9f0676e0f0ad06cfa105473cfd32af1c1c630d4ee01446ce7b00555871f611d7b8801abfe7a96ea9e38c776ce114ba7808e77001cf50e73e06bc86acf4080d68e2297f3a823a5cb2d63b0d56b9725d1cc035cce1065ad0e6f9ad38df259fae47209ec6906751e25974786a53e86ed1c8c135cfb1ca2ac7dc731bf210e01e8450e33dee40c41a11d7b4e9a2ce3f0b50dca251829855baee340c700a09e7e769f01c4b5c4f899000aafc7ec0d4217a3f533757e29358d92c38e7276413dfe1da4b9bfc94f27dd5db4c07379d6c766abe5d83fa74cbeb8e063464df3657dd668d028de89ea34bf440e38d2ecf35cf7b37de7a4e635699d0149b3c89a9ab638d6b9e4481e3c7dccd8c4630e2778f34c7d6f6b34e0bae62492b7a820a84f4bca985b3b6a14d2ff44a6beee881f6689fca7440958f9e393adcd4414774ccfbb1e6e802bf061c7d42a7ac52a62ad5e88ccee9e2e33b88ead4a0265df2d316d095eb3de2699eb2ca35dd500b5fa94d9d6f6f89771a1dd678a22edf9b0bde5dd6a07be203c635a494a3fcb69be6fd1d4401cf23a4092e288288356a5c7f8f7fef15b7c57fa0b1a4126bc4fc84013479012530fe287ebb468a749b424a384c53dac316c55f2d69c6af6fd65b8db4279f720d4d8ae938eda7b71afb9df546c37f4e97b4c2d5f7637fa4f1cfd7bb5efe45fcfb99fe6cf447fbf2ade2f7f6d46bfcf5ebcedf2b834095</data>
- </image>
- <image name="image5">
- <data format="XPM.GZ" length="6110">789c95975d53e34a0e86efe75750a3bba92d9dc4b19db8b6f62210c26742c2379cda0bb5ed10c24720814038b5ff7de596d4339c81cc99e931d443ab5fbd52773bf0c7b7b5f3416feddb1f5fe64ff4749dafe5639aad7d2b9eefee967ffef73f7f7df9da88d6f87f1437d6a2affffaf275f8b496aff5a7f7650574c80035ffcf73ac1c0b3b996f55c3f35239af4bfc51c5f59ab153ae86e75c39aefbf570abdc6ad43d3f2be78dac627cf1dcaa869fdf148ee258e2bbc28d38f5c5c02230793fa71547ac1ff9fcb8a59c0bc3997035bcbfefecf3d350391676f7c6e21713e344f21f08376ac284ca2df53708ecfd415d39d779f517d79a0dafffea39337fe0028bbf6763edd7bd72acf52e02cbfcbeb1fa1f0596f93b63edef6560f17baedc123db830563d8b6f697cae9cebfed684433f3265ab5ffa9d59fdb05171a36efe69db58f56e946d7fbb81c5dfc458e3fb81a5de6763a91721b0f87f3296fdc42be55cf5e7c6aa9f06167d32d67e3e0a3774ffa067aceb9b8165fda6b1ac77c6ba3ff4a09c27e2b7251cd7a49fa47e63bd0fd0f19c997f6c186b7e32d67e1c099b5f1c1aeb7ec78165de19abbf1b63ed5f4fd9cedf24b0ac2f8c35ff5360b9cfb9b2ee1fbd196b7ff6024bfc5838f463249cd8fdbaae38ae9b1f9805163fa5b19e8775653befe3c0129f1beb7e9bbe9d878eb1d6771b58fc16c2714d59f3c5b1ec2fb58df5fda6fee25c792a9c644de7f5fd798b29e4bf31d6fc87c2b1eddfdc58f76f1258f49f8cc50fae2bdb79dc0c2cf10b63d97f771758e6d55facfd22cbaff78d1a8125fe5ed8f68f403991fad1df8724323fd00e2cf3c676df6781657f4159f7c38d8dd5cf5660993f36d6f3d5174eecfdbf1758fcef184b3cfaf75b42969fae952d9ff8e37ad5ffd458e75d60f1b36dac7e3aca89c677034bbe03e54ce7eb81456f6eace7eb4eb950fdc458f7c3d79346960f4e03cbfa0b65cb771958f22d8c45dfa172a1eb7bc69a7f60acf997c2695d3f4f2263fd3c3954ce34de7f1ea564f16ea29c284360f1e78ce57eb92765f37b1058ced39d714bde37fe3c341b41bf67ac7ad7cabadeed18abdf6363d173cfca85c6bf186b7c1458f437849b755d3f0c2cf3fefddf74cdbac6af2b27a2e76e02cbfca9b1eadd06f6f3b0adac7ec1dfcf56f083c7c24ddd1ff7aa5ca89f8171167bee04ce7d7d67c22dad876e8d357e3fb08f477ffe5aec47dfffcbc03e1f9172a17e5f845bd69f5de58c44dfdff72c6ea95f6a1a6bfe4238ab93f87d514e643df8fb93e5ad4cd7ef0b6789f8755bc6b2de75950b27fa6f810bafe7df97fc3a513d3852b67af68dd55f299c15aa3f15a6bae8d1897222f9c07fde13fbd17ec87c4eea8f526359efdaca24eb6957b914467fff5c9c65522f1c2bab3f7a15b678f2bf2fbac2a579e2f567ca248cfebcf1cb99b49e91701ec93cf8fb9417546aff4f845d24f1f8a69c6a7f1f84f334977a1e95351f9d1b17a2eff7bb486c3da6ca5abfbb122e228df7f98ad295ea6f4f388f743f7dfd65ca2c7e778d35fe5e39d5f8a5b1f6a3afac7e61ac6cf9fcfe97a5cde3a97229f5625db88884a9255c52e9ff5e44ffbe1ba5368f27caa9d63752d6fee0ae709916b2dedfdfd1c8e2b1a96cf12de552390a2ceb33e132120654a632f53c552ec52f5c098f2299c74160d1db511e8d64fe3cf0a8e2e1d3cf0301091d8f1c0b2c3f8af83e3ed6c0115ee118aff919b3ca046ff0f6f734f00eef59e31aa7f8808ffccc70ce4abfa181cfacb0c0177cc525be619bb5d67183953ab8f98f3546d8658d2dfeba8d3bb88b7bac3267953657f44f35f679758fbdccb08f0738609d250ef190f981bb43bfd6e04a16bce288bf1ee3099ee219ab9ce305ff6cae2a97bfd4d8e7d557acf18a35acf338c1c8abec6183bd3cf01363f24b8d2ee7bce2276517a7d8c41666380004e0be542a63a0d51ae0bc8b2ee450601f4aacc30846d8842b18f33e8fa1d219beafe7bd064c7c377a7003b7700725dc7b2f07d50353788047eeca23cc600e2b342a1f1cd9856758c00bbcb24adf3f4b788336cfad73577b5ceffe0a8d8dea84420736a10b5bb00d3b98c22eecb106771b7aecb21a0b987caad1e75a7a1a75000318c2211cc1319cb0d2299ce110ce79bec7b92e3ed5b8e48ef460c65d1d72cd35a8b34a040d8821e1b33ee19ece7c8e05a42bf7f6bacac4716368420b324202fed471dccd759c535e798126c28abdedf3fa3115dcfbeaae39fe4c1ad1158db99f6daaee0dabd0046fe9668546ea356ee98ebfcf70064dbaa7293dd023cdf89455ca739ad3ca3346cf38a405bdd02b2df99e4e71466fd4a675daa00e4e6913dad4a52d385fa5c12adbb443bbb447fbd4e3fb3ee5ecb7d4a7035ebb09403d1ad070d559a7437e8ee8984ee894cee89c5774e8822e79d4a8ce54a3881a144be4cf1a7418464229cca9492dcaa857bd98a9c64fcf017f0a3bdcfa1ef95ee307854397f3ef14a51bb92b1ece8dddb59bf00077e36edddd8f91a2221aef7fce2af76eea1edca39bb9396db927f7ec16eec5bdb2e2f2efb19f69d0216eba3776d2e6fef6dc3a6bccdd86ebc0c5cf919f6bb0974dd7755b6edbedb0c60b446e97bbf941dc2a0d56d973fbaec75de8bb03377043f761d4c73dfd41e5c81dbb8e3b71a7ac71f6b1c2277bfb6ef01f56c7cef199ff44e1fd19fb4ce5b3f1d939fd7d850fefcb6fadf71afffbf797ff037a08fc55</data>
- </image>
- <image name="image6">
- <data format="XPM.GZ" length="8904">789c95d8597322c91107f0f7f9148aadb70d472d4703dde1f0030849a0139d4872f8212bab4020ee43070e7f77179dffec95f7985907cbeefcb6abab33b3ae667ef9f9e0b17771f0f32fdfd61bda8cf8805f6875f0b3df4ea79ffffcd73ffefdeda76ae520fe9394d383ca4f7ffbf6937d39e083cbf92ce4305f70bdf902731b61ca69a554cdf6e63e9cd6f26efc0bcc35ca7b3adabb522a73a594df5f115792a49cfb542dedb905b3f44724ae96c4eea9b0b49fa81b2e77134ea43dbf1696f60f6a69ef8730e2e7bbc2797b5355d7251e07b3d85ee5ce62c4797e760d2795bc3ea44ec5bc136b7c2e81f17c572b2cf18ed5c8ef5e9d5673bfc0a8374dd4129fb92b9c5f77cfe2a484f82ff7ae96355edb8611af1dababf978d93acc72dd2cd5729d46e26a09d79fd5b8fe5658ea81e7579344e2ebc03a1e1f85a51e9f30e687ab1796fc5fd5a8cf409c60bed0bb5af2775db5b477a77022d7391496fb194eb324af473e5ed54cf3b73db1e66b7685a59e5b38413d968565be1cab657d380ba7a84f559c603dd04361b97e0563bebb8a1af3b703eb7c28a91b79fe265f5f4959e3b3af85f3f8fc164e4b32df276ae43753637d7760c6f5b91af94d0bcb7e918893925cf716463e74aa967cfc00c6f3ddb51af919759aaf1fb786b13edc5961e9ff442de3eb2ec4b512aedfaba55eae5c58d6673eff138afb8bcc3faf96f9e5094e4be9de21c02cf534ef6ad46baa463d241f4a4ae5fc7e3353a37d572deded6961593f3d38c17e75af46fba7c2d2fe06c6faf7a78565fd56d5989fa4c6fa7c84753fbf1317f55bc135a92f4fd5b8fea1c67acbc7a356a960ff240ba37f1e8a75fd9ba9b8a8c727acf9bec398afb65358f6ff442dcff74f30c683fa85a5fd8d5ae209785e4dcfaf7961c917cf8ff9cb75b547fe1b71bd2cf3cb8a49f3350bb19e8fa60cebf97705637ef3ad38d1faf760cc4feac2582f6602233fb7146b3e3ec035994ff4a8463e277086fc178565bd1faab13f7dc05ee2356762cddf6de11aead1d8bb5ed1f39d5630ce0b3a82713ef8337182f5e69be25a56cecd4e8dfb6f618ff360a396fa512aae9771fdb4b03c6f066b3d588d7cdee08c64bf09b0c7fb497e7ed649f75bbf8159f60ff329d6f96d3ed438df1f0a4b3c6a9c676127ae79ccff5b35ce0fa91f15f96d61e4c3cbc252af4335eab32b2cf99eab653d7105ce303f3335ee9f16967a1cc3981fee45dc28e3fc1ec335ccdf7c3c1bd562bd7fa8519fbbc2321f7730ce0fcad4381f19c679e9d0bfeeff1eae97b19f931aef93e84febc56fb0e67f0e233faeab510f5f58ce9b86b851c6f52718f5754338937a58799e2be26f8a6b78fff1929fabd770bea76ad4a70263bddae3c212afde9fa1bfa5b8a1ebf710c67c303535da770be7d78387311f4cabb0d47baec67c2ac3a80f95c4a9ceb7fcfd208df5c7f9d754e3f9b77026f9bb6335fa3b53e3fdf2a2b0c4730e7bb99f3b6ab42735ce9347b1e6eb2ed519e7f922de06ee37f785a5fd482dfb4760718af540dbc2127f4b2dfd33f24b913fd5d5121f55602fed7dbedfa44ef3f337e206e67b58a9653f355d35eab3504bff6109eb7e81fe757c4313d6fdc98b53add7038cfa73a2c67e8afe52ef7cde7f59cdb5bc7d3ebfb3a48ef94337e206eae3df61ac073f8575fcfa6a3ccf8be3f1231ec01949bd57b08717e20cf5707785f3eb2e534b7fdc2d2cf1c9f338aed7fc3cf027e2464daebb098c7af812acf3f34c8d7c8e0ae7f753559cd69cd4670eebfaee8833ccd7e0e00cf75f89a92cf7fb7cffa1a29e660ea31ebe274e319f68a1467fcf7026e3e957b0cecfb55a9ec72762ad9f7562825d4b2ded8381317e3e3f2fa8a897df89353e7f09e3ba657186fa874338c3fbd3ab5ae69f8709edfd3d4c981fcf7010d3855af2e77cff7489ce67fb28ce900f256a96f9df54fbbc3d0d60ad5fbedf38dfc0fe1726b097f54c41acebcd2ec4f179321e7558cf8f915aaebb7b35e299c1581fbeadc67a7d11eb78b055cbfd1ef111a1fd391c243f7f278e0792d46f0ca33daf61d4d3e7f3956ba9aef7068cf1350335c6b725ceca32be81608c879b1596fe2b62c2fce1925ada9b154c98af010ee82f15bb8a981a85a5be373079f99b3cc4cb68ef0fe13a3c2a9cdf6ff2f5c2fbf192f5b01553597eef855718f5e123b1238ce7b5b8e82fc0b86ecf601d9f7c3efbfdebb7ccb7358c7a87a19802ea5f17bb3ae6771b467f3c177345ecfa85f37a504f1dc497703dd4f3e7bdc15aef9dd8a3bf60e13a9cd7d7079defe6514c586ff604ae497f61247615ac8f6b18e3e11ab08edf331c245fd32e9cf71f60aec87c347db55c3743b88ef5a7edebd23f1fc241ea61ab628feb610a13f23d2a2cf73fc101edf3df27211ea7583f6571317e87e2385f64bcdae2381e79fdc9c024f6298cf1f02db5c4639a6a8cdf42ec319e3c130798f27a84583f8c4f5f1c9f277fbf7d24f6584f6ce03aeab382d19e1fc5a13218e4cfff80d1deddc268ef3318f53625f540f2cdf7f341ac0fea95aab11ec7b0d6f341cc181ff326f698ef660463be9a6318ed6d591cd03eccd5124f40fb81fa1dae8ba95638cfdfe7e7cd60a0f3db5761c41b5ec48cebe6428df97a0e6b3e16c67899861af96dd432bee6aab05cef893de2376b58d7fb4c2df1db0cc6fc33978565fc5b6a696fb630e6a32da9f17ce41bb0dfd87335ee7f85118fbd292ced498df60626d47f5358ae8fe1007bf100cff3b8aee3659730eeb7437820bede58f3dbaf25eb2c5b6f831dd8e1efaf7ffde67dbec43ffdcfd78eecd8beda899dc6efccceedc22e7fdbe6d7ef1fc56157766d37766bdfecbbfdb09f76177b69dad6ff15c7a16ddba3f83db627b613fbf88cffeeda537bf697e338b717f6d25ed99ebd8e7fbeb1b7f62e8fe5de3ed8fe5f8bc33ec64cb6b18727fb6c4bb66c97b612fbb88f79ed63a9fe388e380689add9ba6dd8d466c69afd080d0dedeb629ced1a36fe47719810a3a8c728ea666086e6c58cccd8bcc6efc44ccd2c463231f31fc611fb300bdb334bb3326bb331c66c8db764deccbbf988717c9a9d69fe208e561c8f7d1c6b7368da319ba3d8cb71cca86c4e4c1c9df89dc4aa0cbf1787e92293537366cecd85b9345731236b4ba667eff258263192ebefc67193c75137b7e6cedc9b07d38e190de3b76f1eedd63cc5119b98e79869e93bf57888f797633d2aa66a1253b3d7a66e1a268dbd65fb3aed3f64ed9acc77e6c793b4b3edf846180f4d8a1b110d68482f76be7f3e8d62344b3ba6f177ebd18b11f7cc22b67fa58949684a339ad3623faeb4a455ec7f4c6bfa4e3d683f4363ceb1970ebdd13b4de2e783f62be63e7ebab4a326b5e8d00eff3c0e6ac77c8fe25c9dc4cf1d1dd30975a84ba771bd74e82cde7d4e17744957d4cb77833f8ee33ac631a11bba8db1dfc7fb8ee98eeee981faf4484ff44ca5f8cbae42d5f8dff81beecfd68b89bb05d5a941a9ddc53b33679d8927ac739cff1218b861fcbeb8911bbb5789e577e332741337753337b723b7704bea9b1b373537f4e0566eed366eebdedcd69cb977f711bf9ffbba7c8d23cee0f8713bd7742d3b7387aeed8edcb13b89df8eebba53eaba33771efb3a7717eed25db99ebb76375fe388f72f630fb766eceedcbd7d720f26b83eddd2ad7b744feed9955cd955dc69fc56a8e3aa2e71fbb7e6ba196b1cd243dc2bc8355cea32b6aec1c6c6b3971db3ebecdfd29de1010fe37d5d7ee191abf1985f79c2d3228e9805cf621f039ef38297bc726d5ebb3ec7dd95b7fcc6effcc19fbce3667c3a3edce456ece5f0d7388c379edb7cc4c77c625adce1aeebbb16339ff2199ff3055ff215f7f89a6ff896eff83edefdc07d7efc528f98093fc5189eb9c4e5f86ba71a9f9cc4df4db7f197488353cebc8d0f21efe20f31f63e9ed7033ff42f7ef4ebb8ece3f0e358c5b67ff5133ef6533f63f673bff04bbfe2a55f53df6ffcd6bff977ffe13ffd2e7e3f7cd3b7bec4319431f187becd8d38ae87fec81f9b1bdef813dfa1a9effad3d8c3993ff717fed25ff99ebff637fed6df7d8d63ffa14ddc7d8369fa7b1b786139fe8279a047dfa79d7ff44ffed9977c39bee5557d92ff1a69c4ac523bfcedfcf0991f076b5734e67930f12dd4d9f8b26f47bc08fb5794c1fe774d188697300ae3f01a26612a7d7c592f31163fdecf93f89a3f0b7313d8703b2c784d6df710966115d661b38f23f6b209dbf066977efc07e75c1e4f78dfc76497e1c32e79b68fcdb5e38f8f4fd309bbd00cad7018dae128feffe318c77ffefeedbf8d5d5e12</data>
- </image>
- <image name="image7">
- <data format="XPM.GZ" length="7976">789c95d8db7222391206e0fb7e0ac7e86e6243c3192a36f6021ff0d9181b63ec8dbd50a6c0600cd8189bc3c6befbaa947faadd6e6fef4c33d5eeaf25a5522955153d7ffcbed3bf3cdff9fd8f6faf4bb71cf30e8fdc62e777ff369d6efef9af7ffcfbdb6fe5d24efe5fadb053faed6fdf7eb3e31ddeb998cf0611e6033acb0fa0768029c45fb9b909570a8de8417423790837c47491bb582870318ef727e2fc133d8e6e142bc5d8df56d5a5d8eed40d69a7b91aed8ddca582b6dba21aed1d98c5344dcea29fd4e562ec5f4b8eedae22ce23e6367d35e21593637f7ba1967806f14a588f69244bfca5b896a17f2f3ad3f8b6941cfb9ba2ba1ab7d10c618d3f4d96fe1335d6f7a0ae44db72b28bfd9b6ac41fab6bb19d9ed5f572f4238c7a9b9be4383fb31aebbb56cbfc268d97f9dc99b88cf5ba37713583ef73978bbadfa62a4ef57982b51e77c9327ead96fd355b18f99a5b35f2bd52cb7a9d1ae7c78cd4d29f0ac932df4aaceba1855afafbb364a9d7835aeae3ca30f273885fc1783780918f7b57a33dee7f39d3fbcb7561bd1f647c3a2f348475fd0558ef17a346fb6eb2d443ea9bf6cfacd4e85f4a967caf619c4fb2c9520faf967ad05b723c8fee1246be344b967ccfd532de9f26cbf85758eba7f9e9fa103fd5bb0debfd84f8a9de2cae5661e4aff7b78bfb5f29161af2fc7327e2229e2fee09d6fd3230cebbbb8375ff3859d64b627d7eb8ad58eb6bf660dddf76b2d47ba446bd2bc9f27cb887b53e9be438deeb7896f1bc4d96e707da2bd87fdaa8d1bf9c2cfb5384711e5c7c3e569cbe3fdc4db2d4e716d6faf561addf23acf59b88d3f3fc558de7513d39e6632b6a791e980cd6e7a7f6d77aa17f3a8f4b18f5a19638adbf9d2ce3bbb09eff9364a9e79d5af2a52358f7af991cfb73558dfea564a9773c3fd592beafdd4c9cea7d942cf59cc25aef31acef5f0ba3de2e136bbddc10463e8cf125967c685facf9d38d1af9efc1385fe65c8dfd7b8976fa7dc48d605ddfa958f325f42f613c493eaeacefdbfd6499ef01d6f7e545b2e4abeda82fdd8aab184f98bf5ac5fa2f93a5bda3ae493e677026ed7ea8967617dfcfb5effbd712a7fd9b27cbf7292f2ee1bc9183f53c77c429ff4bb5cc67cab0eed74a8d7c2ec47a3ecdbb58f3b598af566c50f4a39a2a717cac772ddf2fd9bf8d58f3b13558efa76b35ea25f3b9f4bc59abd1ff10d6fbeb408df1f76a7cdfa98a6b45b80c57e5fb917f823369f7c7c9717d5c5267b2be787fd6f3d7bdeccfb138edcf565c69e0fb57578df9776196765b10d7aad2ce8fb0e6b312d78b928f8bf5af93debf24f35315cf37ea25cbfe6cd52ee66f4ec51a9fae92637faa8beba8979fc15569f78fea466cb74b38e36acc2faeaf514ee7f950acf932da6b1a6f0067128f1a629d8f2d8cfcfc3bec31ff815ad6e7e2f3a541e9797700ebfc17e21ac6734d2dfb6b8ec5297e5b8df69638bc9e647c3159f2dbc2d58ca38fe00c9ea8e57ea1387f56d1f3e5a7b0ce7726ae633eeaaba5ddbe891b45a93f3bb82af970478df82dd8239f5d715694fa717c9f641ce2c7763380359f23712343fc27d863fd920f6718ef9f61d4c30ed4e4637bbcbf5d25ec9fcc77206ee8f80d9c493b57c429df19acf5db8711cf4ec4aeca713e8aef33c7f50cf7c38958f7c79eab657ffca158f335af30ea67166ae4534f967c9fc50eebb14d7820f970fcbe48f97ec9fd3687313fef89c3eb43ead18433e4f3026b3e4bb1437dec50ede3ff1fe06b58e32d6027f399b85ef299d67ba2463d1ec40ecf7bdb524b7c3387ab989fd46867d8a15eaf622a211fa796f571bc1fc2cb4acfcb1eeca47eb60e0fd07ea0f6f17eb05e4ca5412dc67b836ba8ef4db2ccb782510fbe4f96f9900f9706713d3ed69fc3fa251fbf8471de780e233f7b27a61acebb51a39e23b5e46b3bb0c37edcaa11ef4c8df936b0cef72ae681e46be2fde2ab9997e78579163b3c3fcc5bb2c43b17530dde17b3ee4f1faec9783b177bd4c7bec0b5a1ac27de7f7ee0b01ecf622ae17c7858e77b811de23792a5fd4a2dfbcd0b58ef2fed8ff3e04db2e4772bd6f5f85735fafb64d9eff83e1ad4c20b43c6dfc37ade583d1cc6f9bb628dc74bb806179225de358cf5f2bb1afd3335cec70d8cf5da27b5cc6fe2fd3718e8f932927f5a9f7130f2f1e89fe23fa8b19e358cfa714f8dfb2b3e0f8661bd18df87b5ff81d86bfb65b2b4dfc17afe6730d66317e24109f9c4f7d17098ea752c4ef14e61accf5e254bfba11af39dc00ee7f53d59e6d77858afed25cbfe6dd4e8df150ff47e3852237fcc37c0fdc167b0ceff9c2cf190ef608076ac778878760fae61be7d35dad7b0c6db858788b74a8eed9da5355f5cce9265ebedc00eed831d7dd9275e31e638fce987cb3eda897db2533bb373fb6c5fecc2bedae5cffde4fa2a0ffb66dfedcaaec3f5f1b3b1dbbf9047f3d3f8dd70edd97d7bf017f26885390fed5118791cafb53db1a7f6cc9edb8b3f9d47db5eda8ebdb2d7b66b6f6ccfdedabebdb3f7b6608bb664cbff2f0f5bb1555bb375dbb099b1c6186728fc64e3830766681eccc88c7f9587793413f364a66666e6e6d9bc849f8b70bd863f2fcd9b79372bb3361bb335cdff9d87d90dbdf6cc7ee87d605ae6d01c85ebd89c98537366cecd8569870897a61366bafa3a0f731dfaac4dd7dc844c7ae63664bd1b2ef9dc844fdfdcc518f7a660265fe5618aa61462944dc5544dcdd4c3d508571646f64ccf5967c27b874c397cff0a6f6437b4e59ff3700f711d9bd07be4c6ee317c26ee297ca66ee6e6ee397c5edcc2bdbaa57b73ef6ee5d65fe431711bb70d3126aee9c8ed86317b6edf1db8963b7447eed89db85377e6cecda5bb706d7769fa5fe4d1715766e52eddb5ebba1bd773b7ae1f7231e1ba0b9f7b77e50ae15b5ec9dcbb72c822ff4657fb310f57778db0eebecbdc155932e13b0311bb2ee5df0e8666440f340a395ed3981ec329e9d1c435e8e9c73c681af2a8e451428f619833e414b2ba0ea3662eec57b856e15c6cc3ee84df43eb36c499ff98073d87dcb2b89a2b7a093f47e1e7589d8fca4d8b3c168df3e8664baf9feb11cec43accbac847e511e2cf958bb99836cdc2c9d8d032ff3dd433af699bde3eef0bbd517e963be18c840fadc288356d684b4ddaa5bd70edd3d674e9805a744847744c27e10efc9487bd083df7f3d34ca3d0bf19d40c3f8fc2df75c3d816b542641b4e6c894ee98ccee9e2e7f3416dbaa40e5dc5396dfc5cd30975e986bae69c7a744b7dba33535ad03d15a81d6ad8a6f60ffbd28e518ae17b72999ae15ee95385f26fb1750affb8a48c2d9bf04e24669ae5dffef2f1f2d13cbeff0d0ff98147a1df981f79c24f3ce519cff9995f6cc60b7e0e796dc235ff3e82da798c8f0e9f8bb08256b8d39f0d8751afbce4377ee715af7963bb26d4854e79cbcd5fc560e65ddaf01eeff301b7f8908f6c8f8ff9844ff9cc9ef07968bb30efaef3cb186dbe0cf374f88aafb9cb37dce3db70f5f98eefb9c0456e539d4b3cfc658c325738ff4e5be746889079eb8d779e3c7b6f967ee087fec18f3ed7c38e3ffe8d1ffb473ff14f7eea677eee9ffd8b5ff8d7702dfd9b7ff72bbf0ef56a7f8ef1715f50d592dff8ad6ffa5dbfe7f7fd816ff9437f14ae63baf79f22681e3f45c9f339a139e7bfbc3f0dd799997eacc1cfe743cefd573d7efdf9fa3df7e7c77f78aeffe7efdffe0b3d768fed</data>
- </image>
- <image name="image8">
- <data format="XPM.GZ" length="9528">789c9dd7597322c91107f0f7fd148aadb70d472d377438fc20748310120284e4f04356662174204042170e7f77973affd99ed168c60e2f4bccfca68ecececaaa6efefc636b72dadbfae3cfdf9ed6b4bee12d9ed1e3d61ff23c9fbffffd1f7ffbe76fbf572b5be9ff5abdb955f9fd2fbffdeeafb778eb64f11073b86f70b6fe06b19de04af97fb9ab70add4cabd93bb556a95b57d0973396fe791baccb5f287c3aeba52aad187a903d7d43c37d7f330c33ddcd27667fd5b751dbf82b991f767afae96b43d1cc0356d9ff287cba572ad92c74b4db5c5e396665cff02467c61dfacedf2686e683c0fe66635efdf82117f1899753c15edb89f8659c7bb9ab9a5f38d61c6f865619d7fc7ace3f94e5dc5fdb847b3e6833218f90913b35e8f8e0b87bcdde66b61fcbcb05e7f61d6fe548719f9e9a96b258d8f8ecc592daf1f5d9fa25ee2405d295573f38e19eb7568d6fbe37b33f29fc1582fff1febf82a8cfc87b9b999c7cf4318f90e0d33da6fd5965fb92aacf57c63467e9b668cdf86118f9019f5dc36a3ff398c7879d7acfd5db7b0b63f98b17eb81f5b8f60edacedfc68d6f5e01775daee3abe6dd6765787115fb835679caf6f0d6ec18f66d2f1950f578afd360d704dd79b1666d4efcaacd71307dbfee99ab53d8aba588fa619fbe30cc6fc7c5a58d7a36446fe0730ae276bd8ce9fe3c27a3d8caf61fdb95b58ebcf9b351ee9c0384fc2d28cf627b3ae873b3063bd18c6f911ba85753f1ec2a8df60f1b1ae4f407b1df5198ecd7a1eb8325c87f3fd5bc96c3fc90ab6fc5c9ab5bfccd596efb80b5bff9a59f3257533f29fc196ef9619f3633ecbb72c60ec27299b51ef3d18fb45ba66d4c72b8cf3548ecd9aefe00b6bfeb49eb27a49eb3b3c15d6faafc2c81ff50b6b3cceace339c219fa3f15d6f57933239e2b58f0bc60b3b6d379e13c9ee9c76b80ab96ab78bec51a8ce7535c14d6f660d67c4dc58cfc1c99b11ee7ea1af69f0cccba1e7e64d6f8e401c67ac55858c70f61d4071fc2f6bc2b9b713e21fe225f37b0c0cf66e4af67d6f50ac11c24cf1ffa37ca9a3f5ec175acffd4aceb476bb38e0fd1ccf5bcfd00ce502f62c6f526b0c5f3ae6e96d18e7c3433ce1df3f3b45ad47f9cc256df7b66bdff786d46fe9730ceaf383323bf8dc27afeeeabeb38cfa407d7d1ff08463dfab119f9eea8537eb4de116fc3d6ebdc8cfea7b0d5f39d19f9de376b3edcb1ba59467eb70beb7ebc81717dda314bfefe4b2338d3feae6946ffd3c27a3de4a729babed37cbd6be5229f6766cd8f0f66e447d4753c6f6564c6fa1cc2c8afb40b6bff8919f5598105edf766bd1e77d40d3b7f3630ea8d2fd5963f0e66bd5fde83713dba822d5f9959f3e54a66c9f3131e615bbf7775ab1c1bb96fe14cd723e8f5a878fe7bb59dffacd7277b5fa11318ef1fa10ae3bc165d0fb2f3569a30f2e50fd4b6bfe91ec6fd85b519f53b5337ed7cc0f866a676fbb0a07ecaea96d5e3ae19ed2f66ad6726b88efc5e9971be1cc1888fda66d4e78959ebd3f5cc9a6f770adbfee99b639e7fc9f747bd52b5fd5f555bbe635d6df515f7cc1a8f8cd58d329e0f198ce7a15cc0f6bcabc0387ff9445decbf4b33f23381f17ce3a5daf2cb02237fc1c1962f6b477ee8cdacf5ea8afe9aaf5083b19eeed2acf90ad7ea0cebe9d6705ddbdd038cf8a7f9f9978a11ef5fa2f74f69ffebf39a60ec9778a3b67cf1336cf9c67c697f6a7d5fc356af7d75515f6318f9e07d33f6eb0016350575ba1fcdc7096cf576669e6a7d4d60d45720b3ee6ff7a2a632f2bd63c6f837b83e9de6fb331fdfa814ef0f0db59d977eaab6f3cdb7d4697f6afe8666e4731fc67e774f66bd1f3985b19f6506a3de249ad15fd42d9c2fe1d58cfd8778ec7c9300a39e84cdc8f7ac70de9fdfd5565f7c6dd6fefedcacebc36b18cf3b7f68d6fcd21e6cef1f988fca1a6f9899b1de7d18ebefb01e4458cf77b3ae97bb87a3b6fb8619eb3950870ae69bc3182ff979da48f5aef98e2b33d64fe74be7afc62bcf30f67bbc35ebfdc73bd8de2fea6a3b4fe5ceacf99417d8f6d78d19fba7a6b6f5a08119f57e09633d43a5b0be6f9ca909f51136663c0fcd84f3e9158ea8a76d33f28deb870af613c30dac0ff21122f2adf5475cc178dc3f23ff31afa766d5f2ed19b67a6da98bfde4d42d3c0fe30b8cfd15efcd9a6fdf84911fb9555b3e6563c67e7983edfd7161d67c13e24bdb4bf377a1268c777bb0d57f8409e7336cf9f11333f273ad66ab5781ad7da616e433e6ef3bcdd044fd44bddf60cfa7a933a33e0f603c8ffc136cf9eeab33d427a33dc3794d5e6df51356b0edcf6738e27cdd5507c4eb77e006ee670c479c2f35b5d50b6dc30dcd9f3f3263fe8bc23aff156cf595c7dfaa5a3e2299910f0f63bd651bb6e77f15c6f91b0fd599d5e35b61cdb7376b3ee21cc679c1d61ff5c41730f2eb6f61ecdf5056137e3f78f4b7f32fbca88bf3ed15463ec8c184f99fcdc8ff1046fe69acb67cba73d8ce53e4c3eacf233e41ff983f0f5a453dc54c9de1fd3e7660bc0fc4b119fbad6e46bc982f13ac775b5dec978ddaeac59faa85b4bfefc2a8479fefbf8f9fa75afff119b6e7eb8919bf7fbbeacceea764c6fe878bfaacc316df8dbac8574f1d2b1a4fccdfd732b67a8b23b5d547dca86dfde515c67ef34bb59dbf44ea747e68fb8319f77f0f233f6eaa2ee2bb846d3f6daba3b5e3fad1d63b3f9fd3cf21d46b3c52dbf3299661ac677c85f17b36f6d414511f7d339eb7ef66cc3f3123ff5335db79332aacf19ea9c55c5217f783f9a7769ee6f54329ffb8deb6daf21f2fd581f4fefc425d9c3f15b5e5c77760ec379fd743483f08757de23b6ce75f5b5dc4d7872dfe63f5d4f2af96e27cb85317f73f578b5dff455dc473a22ee6cbcf17ae17cfa7a19aadde76619b7fa39e4e313e9f8f25ed07adefabc23a7ea616b4fb37b58df7f9fbb2a4eba17ffe7c912856bff9f32e75b6fceec1b89fb3b5775f7d3df9e0d98b8f7efab33e1fdf7cceebf4b7cfdf99bff1b7fecedffbb97ff00bbff4ab2ffba5ef5771f847ffe4d7fed9bff857ffe6dffdc66ffbb6dff1bb7eef7f8bc3effb037fe88f7cc777fdb1eff993f4edfb537fe607fedc0fff7b1c7ee4c7fec24ffca5bff2255f4e33957dc557d30c355ff70ddff4ad5fc7e133e79d73e48263272ebaa9bb76b3f4e78dbb7577eedecddd835bb8e5cfe3702bf7e89edcda3dbb17f7eadefcb37b771bb7eddaee2d79c7eda619f6dcbe3b70875fc7e18e5cc775ddb1ebb913d777a7eecc0ddcb91bba911bbb0b377197e9df7beeca955c39f5ac7c1587abba9aabbb866bba96cbc8934b2fc0694b93a4bfa7ad41d734a31bbaa53bbaa7393dfc18072d68492b7aa4275ad333bdd02bbda511efb4a16d6ad30eeda63ff7689f0e52fb211d518ae4731cd4751d3aa61e9d509f4ee98c06744e431ab9118de9822674495754a23255a89a4ebcf4239c9a3fe423a31665a9ad1e7c70e935ec2984c0e93cd8f87bda0d314c93afc32cdc845bea85bb704fcdcf7184b9eb848734c3222cc32a3c86a734cb3a3c8717da84d7f016de935fc3266cd33cb4691976c26ed8fb3e8eb09fe6b84b731c84c370143aa14bfd701c7ae124f4c369384b79aaa61806e13c0c290ba3300e17f90a7f8e6391629ca4be97e12a3ca4784ae9efe5507159e8866a18a6fba9857afab3916648afad6ef5298e2cad4b16eed8b3e3744ca7d986e9b70fb38401c7342e7d78cad73ce39bd0e25bbe0b235a7c1f07dff39c1f3ee248e316bce4559aef312cf989d7fc9cc6bff02bbff13b6fc24568f236b7c3f8f3ba70ca1165ae9b46eef21eeff3011ff26e1a7bc41deef231f7f824cdd0e7d314c3190ff89c873faccb1e8fd23d0e531eee78c563bee0095fa66b5f7189cb5ce12ad7d249dce0661adfe24cbc7cb15fa8499dfcae8fd34f844e7acd49876f3a4fa7722d33b9915bb9937b99f3401e6421cb34cbeac7fd925ebf1ec3589eb8eb0e642dcff222aff2967fdf6523dbd2961dd9953dd997033994a3afcf8f94ad11df4a47ba72cc25e9a5184ed20c7d39953319c8b90c6594468fe54226b2fafafc904bb992528ab6cc875249df72ba6e556a524ff137a4292dc9a28f2ea6178a9f9f6391d3eb447aa4e69febf49dc559ba66532ee24dbc8d77f13ecee3435cfcfa3c8d295b7125e3f898c63df9565ca791cff125bec6b7f81e37713bcddc4efddab1fd398e8f7fc36727eec6bdb81f0fe2613c8a1daec76e3c8ebd7812fbf1349e7dd3337dbe8de3fb963888e7711847711c2fe2c4efc7cb78154bb11c2b9ffab57f12877eaab116d36fbbd88cad984dfdd4a5276bf8a1d7afe2c067ca5349e99d4eafbf1aff398eb4265ff6f9f5e7c775f93f66f8f279fbbf8effae3efef5d7dffe0d401ef3fc</data>
- </image>
- <image name="image9">
- <data format="XPM.GZ" length="5678">789c9dd65973db480e07f0f77c0a57f096dac288122991b5b50fbe6f5bf26d4fed039a92e5439725d9963db5df7d5b8d3fdac94c643b095395f9559368000d52f3c7b7a58be6fed2b73fbe4ca632bd2d97ca1b192f7d6b3ff6fb2f7ffef73f7f7df95aab2ef9bfd5a4be54fdfaaf2f5f5bd3a572e96038e8ccc15d0faa843f734b119dcfed06c1b9ad7309a73045ebfd7d3857b39b3ba944efc0a55a4ecc89c6aba9e75788370d7e8b3780edf97db5dd4f9b700a5f476b7e4f705ed5fd6ee6ae5612d4cb62c6fe258c78f266bdff04ceb19ec3a5c6a723f5fc0aeb2eba08cfb7830bdb8fafe15ce3cb99ba9ad792e01db8848fe7ae2596bf9cc3c89787b0e597446bfe4f7089fd1ecdc837555bfedc8fd6fc717f3555cb158c7cd99e473c9e0417960fdf466b3e77b0cdc37db4e63755cf3b1ed63b66e43b8453ecb71dadf96ec1c88fbaea1aea716373aafd3d82737877eef4ad9fabb0e53b8ad6fc1ed4559b4f8e0eeb44b0cdd38a19f9f7a2437ed48731bff214adf54de1125e36e33c8ea3355e4d6df58b39d575d98351bfbb83cb54c2f3ba2e568f0c609bbf71b4d65b37a3be6718e74f2f66bc3f3d18f3e3daea5a45eb711cadf966708a7a5bd1babe06db796a3f254db3f07194103fabc6f3d8806d3e37cdc8ff05b6f39e9991ffbeba86f9a459b4e6736146beab30fa43e766cceb59b49eef2e6cf39c47ebf92ec3386fb9316bfd7c14ade7897aad1f5c8573f835389e07afab6bf63e36cdc83f83ad9ed768cdaf01637e49cca867255aebbd8431cf7411adf5593ea84fbaea14f3e18666ac6fc0a8cf4de032d37e84f9acc7f3e0c368cd670db679dd8dd6f503d8fa7511adf976ccf89e3f47ebf37bea14f341abd1fafc08b679a898515f353ad4c3a7b0cdc7c08cf7fbd18cfa0b18f3218766cc4312adeb97eaac02df9aebe17e1ac399da39b8a8eb7e9a9f587fe8499ddaefcd3e6cf3939ad1bfeb685d1fc2f6becf609bffab68ddff589d613ee8325aeb7931635eba70a6a6ab688dd781dba84fcf43ea49c385fd437f1bb5d4e6fd11b6793830e3fcced419ce9f4ad8f6c7fd59014fe036be6f4d33cee3505d4fd4c270a6f972f8fe349cedc7399c61ff7bb8c07a06633f72d15affadba9ea0df2333d6db66f4eb06467d8eccc87f2d5aef7f800bedaf4ce0765e0bebe1ff9f725f3ff23f31631eeaea98df166cfdacc0ed86c66baa1b384fd7838b5ccf377cdf729f1fe669aa6ea05eb9336b3c770b6788bf6ed678d4828b220dcf6fc2a84fc48cf54674199e0ffb1569bd8dfab6d58d4ced46705beba1449d2788b7121de2c9039ce9fe2ecc7b51fa9f4bcde715c6badc47ebf9108c7adc43b4c6afc06dd1fdb7a3757dac2e2c9f9e19f7877e49eaadeb7538d3fbdd355ce8ba0bf94919d76f60cb67d98cf8a76ab1fdc2bcb8d4ec243a3cdf9a2ebe9858d8bd77476bfa5e0c2eb9edaf0e5f73f77762f8fd6ff896eff89e7bdcff9d183ce0218ff881c73ce1293ffe6a0ceef2133ff38c5ff8d5c718f918cbbf16c34758e1555ee3751f6183377d353ddee26ddef96c0c76bccb7bbccf077cc84d7fbdf84c3adcf2d7111f337d1c834ff894cff8dcc7b84084a68fb1c2977cc5154eb8cab5f76370ca19d7b9c13917fed94d62df9326cf8848c8714625b5a943d78b6350976ee896eee8de4758f3bd78a69e8fe263f00af5c9d1808634a2071affb3228dc15d9ad0749e033dd2133df306cde8c5f77446affedf155aa6155af531d6689d36fe7e4a318f4ddaa26ddaf13176e7cffa3cf67c3f66b4efff7beaaf5d1fe3800ea9492d3a5ad88f1d3aa6937937e8d447d9081dddf479cce88ccee9c25f977445154aa8fa63263f9c4b976a94fa5a32daa56c7e26540fd534fc795f524e0527c24222e216c5984791d23ff3ec73d894b63f571f857ad2e13db996aedcc8addcc9bdf4e48737e82773ea88782603df071fc3bf73f732f45b8ffcb95cd006adc9838c65f25e8c108764eafb318f30f2e7db91477992671aca8c5bf222afb22c2bdfcfc982f7d6f19dfff8acf284fa7c246b52f25446329375d9904dd9926dd9f928868f227c27bb7c4f67be8f7bbe4ffb94cb0157e4509a3e464b8e3e11a3cb6d39a67ee8e349e8f6e33c131fe9504e7d8cb3b78e2cfe167229e772219772a57773e99fd7185b52f9b81f38e744aa52f31975e1d4f735a32ba94be3a373799b15c9a578bb9bfd8c387ff44e9cfb5c8cd093eef7f7bad2b5fdd571d7df77e3fd187fbf24e19eebba1b91c5efcbfbd7bc3fdc72b7be92bbdf8e310859dcbb9eebff5e0c3790c40dddc83db8f1a26fd00739f85f4d79f25fb1c44d7eecf3e763b8290fdda34c7e16e1d3797499e8da3dfd2cc2af9dcba25fccaffffbf797ff03c29a9584</data>
- </image>
- <image name="image10">
- <data format="XPM.GZ" length="6110">789c95975953234b0e85dffb5710adb78e89bcdecaae8a8979000cd860f69d8979905c06836d369bcd37e6bf8f9c3aca886996ee7675e2fe90f2a4f228ab6cfefab174b6b7bdf4e3af6fd319cfaefb4bfd213f2efd289f2693b77fffe75f7f7ffb5eaf2de9bf5aa3be54fbfe8f6fdff7674bfda59dbbdbc1024414a8125f9127e006f836711e9923e75530b7165cad2cae183f4c6cf9a7e0863137c139f2df22e7b54a2d72a882f37a75c144c675cc0f0d67e4d7c1b9c5e90adc377dba4d6cf13be386eb55c0982f5b0bd66af25a11f35f8debb9ad27e3c4161f805dffde19f5cd9db19f4be306fc092d67cba7f5c4a61fc05eef9933f4b3c4963f04633fe1d019f9a8af81fae42472e17ef3a9713d6f70d47b007bfdfbc6a93e76467c138c7a38b1c5c3a573c3b803763f05ecfe3513c778a839432f37cedcbfa7c496bf0ccea0f790d8e257ced0c3feb302f94789adbe6d7089f9e7c6cd2af20b30d6a3e7c4315fe279a857eb95ba710f0c3fa866dca880d7c07e3f54135b3d3b60efcf75628bbf18bb1f3476c67e0f12db7ec819fdef82513fdd80dd8f9933f406cee8ef06187ed1aa33eaed1bab7fb67e62e8dd26b638ea713fc3b633f2df125b1cfe34516fb87646fe0a18f5c971e4c2fb21e68f9e6ff38319dc803f17e03efa5531763f690f8c7a68ea8cfc2d30eaa17662bb7fc6cec8df0597d07b7446dcf653b87f9c25b6fc09d8fd2a135b7c04767f8689cdbf3b67f4b707463f8324b6fc4de396f7f326b1c5b19f96f773cb19f9f0afe5f58c125bfe3e18eb4bbc5f1bd546238b1f76f26aece79909ecfecf135b3f37c005f8180c7f792db1e9cd8c9b55e875c0a88f7a60f8c1c1197a5363f7838f9c11ef82bd3f67ce58af04bb3f93c4e60f83bd1fafcee8df8571eefd1927b67cec3ff7fb6915ecfaf023f7fdc5fe3638ab98ff7c06ce32f36b042e2d4e07c6ea9fc5af9dd13f027b7fde9c317f19ecfd6a82dddfc3c416377f39f9fb98d8e2e760f8cb2760bf1f3bce88bf807d3d3b3f9c433f607ef26f0a76ffd69d910f3df733b49d117f322ebc3f33673cafe2f333ab6595a6f9ff042e8da961acfec6fdcaa673d3f65f07c35fee3b63fe09b8407ce28cf821b844bfb15ef2f7d419f325b1e55f82d16f5e7746bf0b30facd0367e81d1b27ff1f8ddd9ff00cf6fec6fb21d3f363fb678b6bff51cf3d18e7951f125bfcc038773f63ff9aba9f563dd6db02c33fde02c32f1e82bd3f9971d21b39237f19ecf5b59d11bf03435fe2f3b1a9e73f8ff548d7b805e62be31cfde755b0ebad80bdde32b1e5433f2fc1f1fe6cd55b05f47be03297b8bfdc38ad770bce5a312e3760e8cbb3b3c57917ecebed1817aeb7e76cfe733ccf2d495c0367e06a62d3af807dbd58affe795114fdc873638f4b00bbbfd1ff5cf2922d7fdbb8286cffd271363d7902c31fbe30e62af4ae13dbfcb8bfa25114d288f9e7e09223cb863157c1437086f9333083a39f459fab5246be040f0a9b7f95d8ea8dfb61d5eb6791d7c103ac3735961afc2a9c117f043338f68ffb52ebdbfa25b809fd35309b9f12cfbf34441f309107c6fd9af9216d70131cefd77ed61f607ff17cf7cbd2d7bb77865e3cef65560ecaf8f7f1feecfd15287090d00fa58e41908f72fcfa58235c86ab300cd7e1268cc2384cf4ffb7e1ee4f3474e5fbf0a0f31fc334ccc253780e2fe135bc85e11f68ccc37258d12a46aab01ada612d2aadeb6fdec2e87734c246e8846ed80c5ba1a7bb58d4d2d63a1663a6bfdb0e6fbfa1f1a03b59093b3a7675ce9eaaacaa8e8d97b0af2a07bfd4380c473abf17c79676671c6b9986e370a263f1de0d575f6984d37016ceb50abb56f4dad3eb586b18870b8c4aa87ea951d33aba7a2d147a185ba8e758c75857a987c6c71aea43169aa11572ada31b8aa4b4a3ef0b5f16ef93704a8128b43ed220d63d1c92684f8e4297fa504883cab04303ba0c6714b48eb38f3454a1a53337b5920d28fcffa5f5d095d630a44ba28ffb42d721a31b1ad198fa3409db3aba34c298a8ea8eeee296ee48e89e1e3ed178a4692869464f5161944657cf83d641cfbacf16bda8c66bc83ed178a3392deb9c7231743f2bb4aa63a2954d1635a95293dabac61aad7f7e4e6943353a61481dea860e6d929e75ea4505dd196dd30eedd21eedd3da171a07744847d4d34a8ee9844ee98cce55afa395745463952e34a34255aa7da151a70665ba72935a945341e7ac072baa682d5ac39c4975ae993fd760e13e97faacbee42b1e52a1ef975ad791eae88ef89a6f78c4e39fefb79fcf3a4ff896eff89e1ff45afc1c44c5479ef28c9ff8995ff4e477c2c3971aaffcc6735ee6155ed5b1cced855aac688dd779833bac67257478f30b8d2deef136eff02eeff1befe5cd1eb20aa1cf2111ff3092f9e4dfd70c8a79fdfb77cc6e77cc115fdc49c738debaa53725bbfd23568cad9a20e9ed26ad0af505f68b438e742552e443f1854a916559e8578a627acad3d9ad1a6f0c77b91f8d2f7be9432904bb992a15c6b3555f5662837bc2b233d3f5319cbc4b3453ed2d0d7addcc9bd3cc8a34c6516f735e7b93cc9b3bcc8abbcc94faf0f3544e6b22c2bb22a6d59d36ad665433ad2954dd9fa79fe171a223dd9569d1dd9953dfdbab12f07efd7ffa586c8a11ce9cc633991d3cf66bfd778a7f21baf8f7bfbe7f3df6bfc5ae9fd1da71afffde7b7ff018c03db61</data>
- </image>
- <image name="image11">
- <data format="XPM.GZ" length="6254">789cedd7596f23470e07f0f7f914c6f06db0602475b7a4c6621f6ccbb6e4fbbe827d205bb2e553922d9fc17ef72d15ff2c279e71e2c9be6e3409f04375b1582c5677e6976f73c7db1b73df7ef9723f95e94535570de56eee5bffe1e6e6e5d77fffebb72f5fb3c65cf8d328c2bf5ffff1e5ebce74ae9adb1cdd0e66600aa05afc67667d80f35a3b8eef47b783e3386b721cd70db80d17ee7a7c5ef6e00ae3f36e1be79799ebb5147f35d9d61718f1e90cc67cba33cf7e317e2d393e2f4f700e6f46a77cb980919f6c983d1ed792edf96d18f16802b7cd7ae16ed8fc6ae6c65b7e4b7065e3ba955cc6f5cfccb35f8cbf901cc7b91e5d7abebc630ef9d87ac7b0c79f981bb9cdd757b89dd5a37b7065e6f1cc593dc51bc2bebf4b739aff0263be3e26c7f5e8d09cd5cc9ac3796eeb1d44bfe5df4bb6fd5d981b7e9e9539c5bb83114f9793257a1faecc1cfb319fedc7ea4b668f4fecc679ec9a53fc55b88df89be6bc066fbb8b78d938ee37977a85fdac99d37a0ae738af8e39cf6dbe8ce07661f937662e1a3e9f5fdde8970bd8fb53dc181fc2e8373a376739ea49e6b05e5c9f9ac9717da9c195598fdc4dcbf7d65cd4906f2b5a3c1f3e81d14fbce2c67d7986911f9f9a3d3f7984d15fbce5b6f3a141b2e5cb663f0fa99b8b1af25d49b6e7c77081f1065cda38c5fe6f3652be4dd8f31d9933bfaf476ebb1f7405e33ef2a61bf7af0de37ec956b29dd703ecf775d98dfddf9b433fda7809e33ed036ece7bb9e6cfb9fc215c637cc7e9e82f5bd3e54c07db37693edf965772b8be3a7e666d1d2985f163d3b6fabe7a239433ff33decf53a87bd3eebb0d7a39f6cf5aacc39de173475a33e4b30ee3359bd67e76de7af30f6a3c76edb8fd8f94ab38ee77337c66f60d44ba76ed463981ceb21d87f13fd26991bf58ae7d1ca32dc67de4db6fa74e136fc60ced17fdc49b67a8c60bcdfe81af6fbd3321778bfd1a31bf7692dd9c6fb7001dfc0257ceb46ff6c9a43fd6c7ccd8dfa088cfa28e237315f17dca81ff26f7affddb92d1ef5dc6d3b9f5373abdeb6fac6ef554b533d1760efafa939c7fb88276ed46f1ff6fbf86cf6fb414f66ef171dc325fa05eb79fe9ab9912ff26ba15ed271637f79b2d5ebde6df3a94cb67a1dc3e8475972e3f96e727c9e16dd651ef71febdbce527d1ecda9dfe661d48b76e036eedf0046bfd18bb9c0fda471b2ed97e002eebbd18fdb7009b7e13ede5f4db3df4729cc5e1f5d84510f5a75a35e5730ce4b07c9367ee246bcf3643b8f33d8cfb39b6cf3f7dd565f6a99db9edf95dbc66535b98af58cfdd5d61cdf0b5e87fd7b69ebabd7932fdda8d7002e711e076e7c0f76cdfe7ed2cadcea63fff36ef48fd55fdbe837ca60f4973eb9b19ffb64db4f7c7f9479caffda9cfae315f67ce7ddd8cf8e39ddff3db3df0f11d8df2f88eff55585910fadc0a558becfc9715ceb30ce4f1bc9368ee74b3faff83e2c2bef67be82b11f29cdde8fcae6d40f98eff5d315d8fbe9d25c7afd1b6ed47b926cf9adb96d7fb49c6cfbafc3bede7a721c979e1bf33b6eb5e70fe112f3e3f7277c7edd3730ea2507e6b4de8e1bf16b7089fcfd799c0f2db9b51fc777e13ef239318bef377ecfa5f2e7e9d4ece3ba0717362ef17da5b9087c010f102fbe5fb52f83aa883e316b03cfc7fead0a6d587de5dc6dcf4bfcff837e5135cd3bd3cffc98585899be1ff96c0caeb8cf033ee3731ebe8ff3991821830bbee42bbee61bbe0dff1db1fc748c314fc2cc3bbee7293ff0233ff133bffc4c8c90c52bcff3022f72879778995742b42ef7de76f48918abbcc6ebbcc19bbcc5db21e20eef86dfdedb7e3e11639f0f4216877cc4c7d8d92e9ff029d77e2a8f3a3738e39caba0829bdce23697ac3f530f9afd6971838434441851457d1ab0d099d5e453e752d1390de9825b744957744d37744b231ad328ec483e8e416734a13b5b27d471c85b744f537aa0477aa2677ae16b7aa5791a8728f4a318b4408bd4a1255aa615ea522ffc56698dd6698336698bb66927e4b04b7bb44f073465f93e061dd2111dd3099d528dead4a08c722aa8492d6a5329cc0f4212ae72b8dfe1c68618fa3e869c5147ce652817722957722d37e12f87b73292b14ce44eee651a7ab5948758eb7d1acbe3fbbdc8933ccb8bbc525de66521fc16a513fe82bf24cbb2225de9c9aaacc93a2fcb866cca966ccb8eecfeb1a6b227fbe1b903399423b909ab1ecb0975e5546ae157978664e17d5648535a742d6d2995956655ff7d0c1555adc27be95a077a265d3dd7a18cf4422f67b9e8152d84fc9b7aad377aab231debe47d7fe89dde4b67363fce9e86d9130dfbd6477d0a1ff06719a1e677faa2af3afffd9d0bab2de8e26cbe64dad1257db06774597aba223d2a7ff406fb7d0c3ad36ea862a89df6deee4188b0aa6b72a9eb72aff31ff7717c9f6fc85887baa95b7f5c4bb7754757a8a1bbb4f0677721c67898bd17de8f6827eee252f774ffcfefd347f745ea7a10e61fca8b1e7d5c898f6330e971e8f3869e841c4eff2ac28f62684d45265a0f5fab4cf3bf8ef07d0cba0b7d5d0bbdf2ea6f989f8fa1c58fbf657fa7a6ff8ff13fc4f8cf3fbffc1749a8225f</data>
- </image>
- <image name="image12">
- <data format="XPM.GZ" length="7208">789cb597d96e63c90d86effb298ce1dd20a8b196a305412e6c495e255bf26e07b920a923ef9b2cd99683bc7b4ac59fd5ee49774f8241da5d38facc2af227ab58c7faedd795b3e160e5d7dfbebccc7876ad2b7ac5d3955fc7f3fbfbc5dffff1b77f7ef9a5565d59feaf5457aabffce5cb2f81577465eff1a14c409f6034fb6c9108b49afe2d5934736bc9b4eb5c49767d06d76dbeee674ef3c338716bf99378ea6cebc39a73b59de239abd925c5abac3aeb2473f2a715e34a1d7ce95cb5f517895b6e0f0a6e993d0c325bfc1658612f975c5d8d3fc94e33e75a623d752e529965155cb7f9cc89dbd57aad92fcbd64b6785370cbec74e96cfec20958313fd53beeaada7cae19d7a0274c9ceb16ef323327bd495fad5d6b1987c692eb959a1acbc8b9594bdc36ae233fed27e67a1ddc597251ad6bc378d7b8582d923f5e24e65addec746c5c14c8ef0edc367bf8008fe12f9d874635b2e95f38439f18372a58bfe76c76be4ecc8dc2f4c893b3cde78fccc94e67ceed7af2770a6e7362dd038f9b92ec299f66adaec63c376e201f12e326f4e893732bcdd7f5c4d2285aa6f7ceb8d9c6fc0b6749f139ed5fabe6f1b96fdc6c43ff1c0c3bbd18c7039efc851d30e2e9a3b3e52ba95f5bd204eb47664df1768d5bc84738b3c56b810b63d97186bf69e6e42f5c39cb38f9df03b7518ffdcc56ef7b67f82b33277f7aee6cfb15fae0b1f997944fbbde40bd7460dcacd87c79316eb5914fcfb85dc17978ce6cf18e9d713e8ec085ed176d24d616f69bcec105e6bf83b1bff468dc2e307f078c7ca4e96cf3359d57aeb72a961f35c1a80707f018f586bd8df97c011e63ff17cea85fdd98a137bc67b6fc4f9cb548feaa89a37e9b4fdb994d4fc598514f597786bd0ef6f9f7cea8cf1698cd1e1e9d518fb7ccb6dfe7e0b26ca4f9e9be94580f5b4f13e3f6d8d68783cc697d98197345ad5e6d30fa471e32db7eb9bd34ff527586ffb97399deb70aff52453dbbced07fe06cf5d5b49f32661ea7f5bc012e2dbebc395b7d79cb58aab09333eaff98d9ea7de56cfbc73be006f6ff16cca627a4fdd3822ba6472660dfbf5730f64b66c6594fc7197addde0097996dfd1cccd07be98c7eba0697d07f63aca8afec3b5b7d75d319f914e086edb71e384f26c99ef65bc7f10595e6cb30b3e5bf61ecfaf5c519fb3774c6fc3b3023df93cc965f175c821bcec86f64acd82fe967b6f3bde98cfe390037508f5367b34b99d9ee93cc560f1a80d15f2acea8d783b3d5475fc1a5e52fe9fe18c7fd82ff3eb8c4fa1de749ea576e1a7b7ebc0676fd0d67ab677872b67e978ab3ed9f5e81fdbed870367dd40197d077ef8cf371ed8c7867ce8857188ffd3c759cd1efdbe086717873367d6cfe4a66bcaf0f8dfd7ee03730f2e70767dc072db0f75b00e37ee07367acdf7646be27ceb8cf378d15fdcab7603f0f47cee887b3cc96dfbeb3e5cb1db0d77fec6cfb1d5e335b3d601fa35f09fec6e827a967363bea31c6f993d43f6523df374760f4a71c66b67a6d81719ff029d8eff37b67dce7eecff77f60ecfdc73d67fcfdf602f67e7bcd6cf7fd2618e7910799cdbeed6cf555f75f5abe3475363d2cc663aca72118fd16aacee8d7bbccc93f5d1b9755dc57e9be2d4bbf9fe416ecf7d3d419efff7a669b6f7acb9cff1518f7014f9c715faa33ee83028cf32ad7cee8df9a71ec3fbb4f6e9c711ef6c07e5e4f325bbeea6cf5d343673b8f64e7a12ce19f9e9d517fc42bdddf95b3e927d4abc4fe855567c4bb07e3ef034ee76bd2c8f7df21d8fbff09ecfd3477c67d700c467d74e46cf9c88db1df577c90d9eac7ced0b30ef67e2b9c913ff4e5feab65b67abc3a5bbec499ad1edbcea897c7c379d45b67fc3db7302eab365fb732dbfbba0246bc7001f6f5e7c6932a7833b3e59bf67732c9ef833567e45335cef753c319f51c3a63fe2a18f7175d38e3fe38ce6cf91218fdcbefcea8f7d819f57a03a39ff931b3c5777ffe7efdca56afb6b19f67d6ccb6fece19fbf794d9ec0b67e81981911f85cc36ffc319fd5501fb796839c3be07467fd0bb33de1fa3cc36bf6b3c819e30cc6cf96e81d19fa19bd9ecbb607f3ff5329b7d033c81fd2673b28f6681fecc483e397efa13e38f7404091ac641fe771da10c9370197faec275b809b7e12edc8787f0189ec27398fe173a5ec22cccc36b788babfde73d2cf2e78fa8ede73ad6c27ae8846ee8c5d91b716cc6b115b6c34efcdd6ef2d14f99fd40471884bdb01f8671ded2c3f239c273180ec2617c76e3380ac7e1e4fb3ac2693843ecf3382ee2588da31247358ec7504bcf8b98553d3e8bd0f8bd8ed0ccb15bf1532b3d6db42910119390d238f4a8a409b44d3feba04bba4a3186741dba1473a1db38963955e98eeea39787e8e3919ee899a6f492e2b5bc2ea6836671f59c5ee98dde6911bd7c242d3dfa88bc46ebd4a12ef5688336a36d8bb697fa68c7f7073a76c32df569407bb41fc773d2d28dcf2d1ad2880ee830fefe888ee9844ea91ff728e64267dfea8809c73ac6581771c5aa6909ede885a84255aa519d0a6a50935a31429b63d0984bf9ad8ed18c39f45862ee9df8dd7f1c570ea91b79143f17f1bbf9842fe3f38aaff9866ff92edcf07df4f03b1d41f821e6dfe1477e8ae339ea596a8a7fd9f1945f7816bd4ca39739bff25bd4f1ce8baf3df4f57cf047b8882bd6783d8e775e7aebc467977bbcc19bbcc5dbbcc3bbdce701eff1fe52c577ce6919463c8c1e467cc08771f5d2d3111ff3099ff2199f474f13bee055ae70956b9f7be6d33915aed35e5c59c455c7dc88de9a691c446e713b06a6e8651ebf9989e8e79ef9dc2ff19b7f2913b9942b3e916b9eca0d37e4466ef958eee45e1eb8278f34912779fef63ef9dcb732a5bebcc895cc96555c7a4a9a0a9927afaff226efb2900f59fb5a8bffd0a1b24e6fd289f1bad2938de8ed32ea899ad2b3219bb225dbb223bb3fd611abba2efda86143065fb5a4d5cbb1277d2a645f864b1f3fd43192031ec861dacd9e1c450fdd5893693ca71d7a9763399153399373b9f8493d56a522d5a89ca2874ecc7f1e3ff7a526f5e8a1a0d7a8a121cdf02aad1feb08226d0db4c993a86579ba6bd2a33b250acab4508943d3b7f0c94fea11cf885eca995e514daff5464ef536c60f1afb43efc3501f64a88ffaa4cf3fd6615a74aa2f3a939acef5565fe30df211bafaa6efbad00f5dd3f594c94f742c8776b4ab3ddd20d54dddd26ddd89ea77b5af03dd4b5d223fbbd76de8be0e7514f33ed0433d9251ec81851e473ed1d3efbfefbefb9e533dd373bdd0558f2baa95e51bf3db3afcc1fb563ea9f6f7eeb2d3fe7feffd7ffdf5cbbf01475a16d6</data>
- </image>
- <image name="image13">
- <data format="XPM.GZ" length="8312">789c8dd85b5362491207f0f7fe14c6e45bc7460d977380131bfb20285e4045056f1bfb9055050882a0e07563bffb1695ffac99b1b57b86b1677e51e7646565ddb07fffbe75d53bdafafefbb7d59ad713b7e56ef971ebbb7f9acfdffefd9f7ffdf7db6fd5cad6e6df4679abf2db3fbefd66c65b6eeb78713f8ca03fe174fd27f883002ac57fa20fe10c7e8d6e241f2737a24b7003ced56579beb671b9143eb19d7ad18d7226f64b75253e4fdb7003ed376ab45737ae94f47d6ac24edafd437211fd26de7ce2f33639b6d35c5d8de63b75ceb172199cc9f3acf1b26a39b6c77a548ab2937ccc9158fb73cde4f8be2bc3182ff793259f3db5c4a7737526f91ca8f338cdbcabaec5761ec05a2f4e96fe9311bfa5cec425d8a1bd931cdf376bb5d4874e37ae96537deed5a8cf098c7c789c2ccf4fd5f23c4f60cc1f693bf2b1ed64194f492df9782faea2fefe3159e2add4185f3759c677ab467d2f9265bc376aa9b7b98633ac9f3335ea19d74fb548e3395363bced6479bf25d6fc2c254bfba55ae29b2259f279524bfe76ae967ced02d6f9ba5563bebac9926f4d8df1ec244b3ca346bd1cdcc0fc1caae57db6b093e729eeffec8ffaedc0ba1ee6c9b29fdfd5c8e73e59c6cf6ac46fc3a82ff5d5a8df2239beefb43f27f5a28938437db9a1ae57633e71bc19ebfe74276af4bf2bd6f8bc27ceb01e6d5f8dfc488df1996419df502df15d07d6f9b94b96e70fd5f2bc5fa86bb23e1a30ea6dced4f2bcb950cbf3ec61cc1fbf24cbfeb36a9c47717de6958ace4f458dfa3cc05a9f5735f22d8b75ff998e388dcfa9b1def7609c2fe6458de7efd5c89f613d5f76d4c8a7a7c6f32371aef934d4521f7a8773e413f76bce15877ab7c4697f167026f11ca91b717d9937b1e663266a79dec27949ee5f7e52e3bcd98773dc873d35ea7f9c2ce33d810b8947d76aecc7ba5ac66356eac2c5e767b047bc7335c67fa196fd63e37cd4d2fc3a35e68b066ac49ba9d1ffa55ae2711346bda92cce70fe515d9ce758ef7335ea790e17b29f5c578dfd304d96e7af602ff7bfd3768ff56b92a5ff5735f21f244b3cf4572b4bfded548df97a56e3fd5ab2c4afc039f6eb3059ea77aa967a19c99ff53ca45c8dfa2dc45a3f3352d76db48733c4c3fb99cec773b23cbf2dd6fa70260ee38df7b53d4e96f19fa8e5fb241daa71bf5fa8b11f676aacb72338c7fb8f6a79dff4d5781ef9d50adc37fa3ed6bbef244b7fe76aace766721c2f69fe985f13cfc77ab83ea5dd9fc05aaf1cc679e4efd4b86fce92e3fbfc2ece4b725ed857710dfbd79dab65bcf619f668b76a59bf3653e3fbdab6b85ec6fc2e9363ff7606e738afa47f9be17e364d18f781795663fca7625d8ff4961cdbdd425cc7fcdb128cf974eb6419cfad5ace0f9f8cf36508e33c736f6ae477aa46ffc76a9bc5f647d817e258ff4655e7df5d27cbf876d5521fbf0de33c70fabe477fa99d257e5d5c2fcbfbf4922cf51fc339e6d3ab519f9d6469cf60ccb769a911af27defc82169fdf53e3fc395263be53bbd4c3c5fdd4b0ba9e9cc44bf3e7676aacd75db5bc6f5f608cc7b7d5e8af9c2cfb6b0d17f23e57605ddf8f6aac9f91b8817c5c3559fa5ba9b15fced4a8472d59ceeb0318f5b637c9b29f2a6a7c3f7c51e3fb5ba1c6fab94a96f3f2416d7d8ca7fd1788a7fdeb7a7b8671bf9a787e14999eff4e8df3cc5560d4879c38cc47bccfed3b5c60bddcc05eda7da696f56ad762ad873b4d967a78b840bd588ddf979fd5b83fa76a9c8f4730f2757535ceff921af9ed890bac2f4f708ef516cf87c2d5f5bee9a8117f3759dadf60cd7fa0467f4318eb9fafd4582f5571585f72bf8cd5b85fced5385ff6d572fed8328cf564345e2efdb3b66bff0b35bebfadc405c6c706d6f9ba50e3fbfc5c8dfd3d4b96f156d532ff847a16fa7d70a46679be0b637e5cbcef38ac2fccbf1137b49e2358efa39a1af570e202eb933b6aecdf7d58eb5152e3fb43538dfb75478df11e254b3e7d35cee75d319731fe2718f5f057c932de78deb24be7cd931af37fa996f7dd3e8cfd6befd4327eaec27adeadd4387f1fc405fa73676ad4fb492de79bcdd5a8c7448dfbaba2c678906f81f3d86a7f5a6f98d11fc7fb347c3dc0f96e0fd5587f2e59da8730e6d7afd5f8fb85b11ae7e1488df375a2c67e3f85b11ffdb5dac5f3d5f4c44519e7ed138c7c18fd17baff57c952df1b18f1e852ccfafe811af588e791f5693f7693255e5b8def0b0d35cef325acf7dba398f5bcaaabf1fde2558dfd3780f5be417fcc327e427fb686df273d8c761fcfeff0cb68d9e731ff4718e3a32b9891cf528df60b35beef0ec4b6e2e3df4f53bc1f9dd7fdca8762c6f969af61c4f72db1adc8fea031cc929f7f510f6b315e9c2f1ffac3f80e60e4676db29cd7f76a79dfecc043c4df57237ecccf0f353e4bfbd0a9976afcbe3b846b1e7f596fe8931f36d638e3cdd08c3e6d4f3f31c771f8bf8f3fb76662a6e6ceccccdcdc9b85599a07f3685666fde3b35fe4f1649ecd8b79356fe6dd6c9ba669991db36bda66cfecc728bfcee3c01c9a4ef874cd91393627e1cf9e393567e6dcf4cdc05cfc9d3ccc6578ffca5c9b1b5332e510a912fe5b3599c94dcdd44de3d77998820c11b1c9c892234f431ad1986e694253baa39959d0fc5779d03d2d68490ff448ab10654d4fa64dcff442aff446ef26a76d6a52eb6779d00eed529bf6689f0ee8903ad40def1e859f3b3aa61373463d3a0df99cd1f9d779184f7d1a84e72ee892aee89a6ea844e530b355aa987a8858a58cf290a744f93c8f5a88b147756a50c18689c341c08ea6ec7948cf3ca2268ff936946bc253befb2c0fdae119cff99e17bce4077ee415aff9899ff9855ff98ddf799b9b214a8b77681062ed7e9647989325b7798ff7f9800fb9c35d3ee2633ee11e9fd2319ff188cfb9cf834d94f0d3e78b1ff3e0cb90c594aff89a6fb814f228873c2a5cdddcc566c935ae7323442ab815fabae599353fe451580a2dd370d659ebb81b4ebda11dd971f8dc726627766aefec2ccc0d871c3699f4acf998879d5bb2f7766197f6c1861ceccaaeed937db62ff6d5be8528ef76db546d936a3cb12dbb6377f9e2631eb66dba218b3dbb8f1c0eec6188d2b15d7b648fed89edd9537b66cfc32cb56cdf0eecc58ff3622f4386537b65af43844d0e2b7b137e4ab61c4ecaaacd6c6e6bb66e1bb6a0b633a6e5e8c779711cf2183bcbab4d0ecec59f91f36ee846b6e2c6eed64ddcd47443843b3773f3cfd6294f69eaeeddc22dc3db0feed13dd81bb7726bf7e49e6dddbdb857f7c63322f76e76ddf6e7fbc535c38c4fc2587ccca1654b6e2744d8b53dd7767b6edf1db843d7715d77e48ebfdab7ee24acc169184d6f530f77eacedcb9eb879f81bb7097ee2aece73b774db7eec695bedab7340f3106dc7765570979545d16eeadccd55cdd355c11d6c59d0f5bd2b3b73f3b3f68cfbbcddc781f6e09f6237af4637feb277eeaefccbd9ff9b9bff78b9f9f637ee91fc2ecdfdab67fa443bff2ebf00bc7937f0e7ba56736115e6cfbd7e7ba7ff56f34b07dff1ee26cfba66ff91dbf1b7268fb3dbf1f23903fd87c3ecb032d637fc8fd307f9d7072ddfb8eef9a41a8c3d12607eac8337f7cfe9ac75fda8e5dd39ff89e3f0dfd9f71cf9ffbbe1f38fe180151521e1fdba817ee9869a8c185bff457fedadf7c166193f71779c8a7e4cb5cf7155ff599cf3f8ff0f33cf0a9d970c67ff5fec73cbe8cf2d3cfe7e7fadf7af3e3faf8df3fbffd1fd16da73e</data>
- </image>
- <image name="image14">
- <data format="XPM.GZ" length="6046">789ca5d7595323c91107f0f7f914c4e4db84239796ba5bea70f881fb14206e70f821ab5be294388410e0f0777752f9cff2acbd63c05eed4ec46faaea5f59474bbdbffd983bddebcdfdf8eddbe4499eaeeab9fa521ee77e34d3d1e8f5af7ffbcbdfbf7d6fb7e6f4df56bb9a6b7dffd3b7effda7b97a6ee76e3c78074f15341fff7937ad2577df2d6338b7f6d08feebae92c39f6a712ee9ac3f6bbb3f9e407b8463eb9b398c7b7e62ccfacff5b7437f5bf337b3b5dbebb35dfcadb59ec1feb6d5599cf77e0b6fcb00f63bef068d68468b9806be4c5f9da59cadb83514fb8705b9e3c9b5b75ab8aed6c6ecf9bf9dcdd369fc1796ef3dd476b3dc89fc139ea1d255bfb14ee623facbeaaddb53cae9325b6bfc1b539acbe3bcf5a38bff0e2c67ccfc9d6be02fb7e2ec3be9f4b6eec6763f6f5cbc09ccf5b7d54b88b783959dc65341dc1b9b587783f7349f5bdc25ecf26ece771906cf52f9adb38efb001e7f0028cf3a7be39cf6dbf98e0aed517b6de5db4d2fa87e6f63c3c48b6fb5bc1be9f3b6eecd726dc8597cc39ee871cc27e9ebb706dfb430f6eecdf82b9982facfec65dda78e41505f6d7f224d5d7c0b85fa167cefd3eaf998b02793b7063f309bb3bed383e3edf65cbc78727b7edb72cc239dad7e1ae3d2f74622e0bcba363b832737077a3253e2fa59e179ee76b18e72bb5b9c0f348ab66cfa316dc74421c1ffb77dab93fdf37e6c2ebcfe1c2f2a4075778be2fcd6561fb43a7e64e66f5521b2eccbc956cf3c7f57542e1cf53091798ff04ae6cfe207083fb736c2e333b6f415e59d97d9116dce03c3373a7b0f5f3015c593db40837d86f5b5fd0eb12dba5fbeeaeee0fee730617a8bf0357a8bf801becdfa9b9cce01737d6b30317f04ab2ddbf2b37eeb7bbb2fd0f1318f795a6665f0fcfbbab3cb6f7ccbe3e6237da0f609c17556eb4633fba95592c5fcf07eb3f37eb7acd67c9b6fe5dd8efd7831beb5f8571dfe431d9f6a36dee1438ef7bb8c27907b3d74779721dfb0bdcc0f1f7b4cacb0ce7b907fb7dbc4eb6f63eece77d9b6ced6b6ed4ff9a6cf54f60bfcf337337b3fa65db8de7f71cf6f3bb4e8ef5f391b9caccb4e916eb4f7061e641b2ad3ffe7e54755acf02ecf7f7c6dcc17d0d965777f13cd193b92a50cfb3dbf2f915ae30ff4db2d5db811b6b97f87d2979c7efcbd48dfd7a83fdbe1c992b7cff30da3d8f0f936dbe2577b0fd79360bf68bef93adfe7537fa5fc1bebe07b7b54bdc0fa93b0dce7bcb5cf9f9d5e6347edb8dfc3b5850ef861bed137880f31bbad17e91dcc4f6f87e13f234ffa3d9c7d3bddbc6f371721c4f37e6d042ff5737fa67c9b13f8fdc7511fbdfc225fa6f265b7efc3e0c4df2ba1be347b020ff0e467dbce046fff87d5417de9f8630dab99b6ced8db946bdfce86e2c6f0c7b3d2bc936ffbedbfaf353b2fdff49bcdf75e3e3394fb6f14337c6b761417dcb6ed4b3956cf92dd8d73373a37ffcbe6b0a37bf24c7f1343037582ff7932dff04f6fae2ef6533687c7d63d8eb59750fcae81e3c3053dcaf41d9607e2edce83f330f5af045b2f5bf760fadbd844bf45f49b6fef1791f0c06025fba317e031ea0bd72a33dfe7e0fcbe41df3d0e7bf4a1e46efc125dae3efdd70e8a6ed64ebbf0c0b3c8187e6fed3fff7f96f194c2c1cb8fedf32b8e1010ff9822ff98aaff9866fbf96a1b38f74f498eff85e3f0ffcc8137ee2e9e733f89967fcc2affcc60bbcc84bbccc2bbcaa296b9fcde075dee04ddee26deef18e7e76794fffec6bc6feaf2bf939830f74e4211ff1b1ae64914fb48a53fdf4f56f27fa39fb3883cf75e433cf73c62d6e73ce05979ad3e12e575acd84f8e30c22120a54f31d35fa19e867488d265cd040934ee9e257abf10cbae417baa26bbaa15b1ad158ffbba35bada9cf33aae95e133fce78d095acf3113dd2442b79a2293df33acd74fe177aa557ce297c98f1a6ebcf34e359e7bfa2055aa4255ae65d5ad13bf2caf7b442ab1f66ac69c28cd669833674fe4ddae20ddae605ead10eedd20267b4f75186a6f4b94fa22731d68a4e7987f679930ee8908ee8984ee8943e73b6533aa719cdeb59e4b6a7fc4619b5a8adebcaa9f8dc1da352f76ea63b7aaba73ad19de9e859f7748fba5409d32f6ffbefefba105de95ac67a23eef444dff7e650df32841625e8fb42f3c739fff1cc4df5cd61a83b724223ade0442ee452abb8926bb9915b19c9f8e30cec4c297732e6e9fb1ef0b9dccb833cca449e64fa47291f7f17cab3ccb48e1779d54ade644116ff7d773f91b124cb5ac98aacca9a26accb866cfe3ee5e30c5dd7966c4b4f7664573f7bd2977d39f85a8656722847722c27ba2ba77226e732af6fa407ffaae573bf0dd292b6be9b9ee8db66291d4dc8a42b95a77c2e2370a02031a50c21d4f1dd6b182ebe92c1d37019aec275b8d1f1b761142ec238dc85fbf0f0f90cade4314ca4a7194f611a9ec32cbc68c26b78fb4a86a62ce86a4661312c85e5b01256c35ab8b71df97c86ae675d57b32107ba179b614b2bd9fe6a8656f2107ab21976c2aea6ec85fed7cee5a75af6752f0edec77ff57efc9cf2f36864fce3cfdffe0985ad1cb2</data>
- </image>
- <image name="image15">
- <data format="XPM.GZ" length="8488">789c85985b57a23b1286effb57b876eef69a95cde1033ed6acb9f080674054109d351795e4e3a0022a88e2acf9ef53a4deca76ba754fdb69794caaf256a572b0fff87d6778d1def9fd8f1fcb15ada67ec74fe865e7f7f03a9b6dfef9af7ffcfbc76fd5cacef66fb3b253f9ed6f3f7eb3e31dbfd359cc8b08e613f4569f20cc184c29fed972e1c1bed28cfd59e4bc94a1df8273e1d004fb6a39725db85c02e789c55f0d9cc1ff8d32fa4fb65c2ea9ffc2803de6bb4e9c473e15de5a44ae80e1bf70cad0d34b2cfd41b946b1ff129c439fdae7b07f4b1cfb7d19eca1ff5c3993f1f3c879d2b70167c2c5089c834919fa0bb0af48fcefcad03350cea27e2ffaf34a09f397134b7c8fcaf5c8ae07463efc8932c6b7946bb1acc250b9518d0cbd951ce3779565bc83de0af241c78965fcd5962b9cafb2c4d717e69f48be8e95257e5f80b1befe098cf571e5c4b1df1d2ad7a31e330463bdfc9b32e26b24167d1fca92af5052ce25fe9570b584f1b7ca321f9d82913f2b7a9b1c5f8cc776c119e23d539678cd029c4bbffd50967eba4c2cf19c82512ff49e58fa13235f9bc4b1df3ae12af6afbf5696f5725365ac3ff4697c7e9e58f2d15646fe0e94257f3403a35ec25259f217c689a5be4bcab047beaabee1a2fe581fd532e753f24be01cbc492cf96c284bbe5c058c7ab4bbcad26f6789a5be8e94255ff64d58f3672fc0387fac4f2cf6f7ca925ffb08ceb15fd41fead1a93f8ffc7494b11e6be56616edcf8533d4a30f89259fb9b2d8d34819f5bda72cfe4237b18ff6c85fa6e7815196f156fc3553fe1760cdef3cb1ac87ccc7f505ce9525dff6008cfd4175e10cfbcf5e294b3d840bb0ea7b4a1cfbdda5b2c4eb3bcaa2dfa87d8efc0765c9a76b25967cee2b633e9b58f43c284bfeacce8ff3c55795c5dedf2616fb6765d4ff9132f44abd376b584fbf4e2cfb23eacbca9a3fd310ceb09fc20bd893d44f4738f96b27167f6b65b137878963bf1f288b3ffb00ae49bc56fdd7c4bfa92716fb4c59fcbb3765e46f026e8a3fba53867d4f19f115c2f59ae80931df19a5fb6501d6f3c80b57513f7402c67a9a63618e47cefb2b65e4eb4259e633af60d5b75446fdd5138bffae32f65b4d9922bb0938c0fe2871b427cc572f63bde2f95fabe8f9e72bca387f0218e79d1f09ebf94d3db0d6e39132ce078cd7f382e6c29a1fe3c058af7007865effac2cf9f2af8925fea970bd2ce31deceb35d8ef2acbfcfe5cd9899e0c8cfcda7b30e637120f697ea806d67c5c0957512fd4164ee7e53d18fb3bec2ba3fe5bc2b51acef715b889f3f94c58f57a0f6e221ea72cfdae0bd6fc59658c37ca32de60fe4619fd2fca2ec4fe78ded42b7a5efa63b047fddd09a7fd7c2d5cc7fa86437090f1b4116ee87add2a63fe49e238def49551df1d65d1e79ec1585fb79f58ec6f94919f97c4d19eca60ec275b53463c6d655f8bfee6e0206c657e4af5b6a78cf32424967ccdc0f06f7270c0fdf02aacfacc2358ebb3aa8c78f3c4525f5365f1efdacac8575319f118b0aecf8532cefb8a32ec3365d8239ebc8cf956cac8cf3918f1bbf85e6b54ebd8bfb4106e94257e5b57c67e3f4c2cf96b29633f3c82e1dfec0be75a5f0fcaf0374c2c7aaacaa2d72dc1583fb74e2cf5b1026b7e8f138bbf57651ff365a7e010245fe2cf69bd878932cea3677053f2e13e94e1df2b237eedc7fad89e70aef9e9826ba2c75d81d5df89b2f49b0e18eb6306cad83f4fca329e0ae1a6ea3f04ebf91aeb3faf6a3dfabe32ce9f07e11cf791db5386fe9bc412df2958ef7fedc77ef1ea0ffaedab32e21f08ab5e4fcab23ef605aceb3f5346fc0b658c6f82110fc5fac939df78bf5c2be33dd44b2cfbf9108cfb9f9e9471ff2486de83c412ef5819fb51fbf57cca849b5adf3530f4bb73b0de1f26b1e4cb824388ff3f44923f47580f1fe36f66e93c3c13d6f5720d65ccaffda8472a81517f7e03d6f51a0927fdfdc452af2b30e2777530f6030d8555af73ca882707d7c49ef6c1043e502eea91e3fe6bfa3c60bdaaca8867ad8cfdfe26dcc4f9ecc6ca88ef5a19e36b608dbf50967ec278d567ee94a1ef1e5c40ffaeb2f49b4cd85590bf32b80efdb1fe29d3fbc5af84537c6361dd2f740bd67a9a83118fbf07abfeae30e97e8bf70b79dd6fb60cc67bc52e85d3fa0dc184f56b820b6183f18e46928f09b8407eabcad2efe279e2523db84765c9971d80f1bea01b65f41f8309f767030c3dee40d85564bc23701deb85f91cd6cfc4f3cf05c27d437d61ed27f43bac27b5124b3ea6c2be226ccec19a1f8937848ab08def5bcfbf4ee0bcf7c29a6fdb07ebfd37147605ce8b5d619d8f1ec075cc6fc1580ff32c1c68348afee2fde303e13cb637c2ae82fba122acf6f401c6fa51dccfa1e6ea187f0f26bc9fa6c25eb92d1c2ad0739238ea3125701d1ce30b85abe3bdd614f6d82fe64c3814181fefbb62fbbc91fe78df16852fb07f4819f5f8225c683ee2fca37aa863bdc6c223cd6fcce76814b0def64e59e2b1b7c20521ffefca88f7030cbd6484471aff08aceb77a90cfb4d62193f0143bf29c023e1deca9a9f1a5967bd0db6b0a35ffa7e6931a6317ffa9fc6b6133bb5f7f6c13eda59f4f4cb983fdb271d73bb48be9fecb37db14bbbb2afec696ddfecbba5ffafc36eec87ddb57b76df1ed8963db447f6d89ed8537b66cf6ddb7658519763fc6b1d17b6672fed95bdb67d3bb03776686fed9d2dd9b2add8aacd6ccdd6d94fe3573d9f74e4b669ac31868c33de04539811b7b19998a9b9370fe6d1cccc9cf578b3f8dffc7cd2b1314fe6d9bc98a5599957b3366fe6dd6cd8cb84db077fde357b66df1c989639b4ce1c7da9a330c7e6c49c9a33736edaa663bae6c2f45883e8b9e416cc95b9367d33303766c8f9fb5507995b73674aa66c2aa6cade32533375d330b96992350519223b20c7e77c202e65fbf1850eb21734a6094de93eb60793d1360744339ad3829ee8995e68492b7aa535bdd1fb173a8c9dd1863e6897f6689fdb01b5d8538b0ee9888ee9844ee98ccea94d1dead205f5e8f2ab3a350bbaa26bead3806e68c86d10db2dddd1cccca84465aaf0b2554d87efc153bafc4a079fb7fc4b16e5d474969be1f3cc51930ae7f96e68d2d01574e146a6e3c66ee2a65fe5639b5577ef1edca39bb939b745d474e89edcb37ba181b36ee9567ceebebab57b73ef5cd55fe563ee36ee83357439ef5d3370bbeca5cb967b6edf1db0d71157e0c1568b6bb943bbf946c711676cec8edd895bf31addbb539ef3ccb4dc8b3be7bc945d9b3f775cd75db81eefd12f74709bb94b77e5aed9b2ef5807cfdd373377c39643e61b77cb9aee5c897d945de5ebf3c3eed2cc55d96afb1edcde19fc8b8c6b7ade226ec04f8acc3befd9c7647bbf7ca7835f4e239eabeff6fd982efc78fbdd4fd870eaeffd43fcfec86de6e77e6117dfe858f827ffccd62fdbb8bd751dd3f2c62ffdd22dfd8aada7ace1d5affddbf73ad8c7bb6bf98df7fe23b55dbfe7f7fd81bbf22df676e88ffcb13fe10afb46476fe54fe98d2338e339cfd1a6beed3beed677d9c385eff1bfc15fc60afb5a87f157fedaf7398a12cfb79db3c56dc03a6efc90f370ebefb8957cd957fee25cdf731b5fe55c64fc56c8f876dd7e6ff89ca36afadb60fd7e308182338bef75f03d300bde2f43b06bbf67d7a1e0360ae33009d370ef1be1813f3f06c7a7f7373ac28cbfe67419163e84a7f01c5e78eee7b00c2b9f85577ed4afd9cb38bc85f7b0d98efd5947b497af0d7bf908bb612fd8b0cfbe0e42cbdf85c3b066fb23fef95b380e273afab38e4f3e66e1349cf12f32e7a11d3aa1cb56e7e1c29f31b5f9732f5c86ab3fc77ea363fb751dfa61106ec230dc72bb614d77a114caeca112aa7faaf80b1ddbaf8c633ee697d14dd8be4e786d421e9aeca15fd8cfe37e5e979ffdf075d0e7d789db3e81380bfcaee128b2cf1abebbf77ff23467bb338eecac18b14fb5fe7ccffde7ef3ffe0bef4f048c</data>
- </image>
- <image name="image16">
- <data format="XPM.GZ" length="9992">789c85d9d97223b9b106e0fb798a8ec1dd8403e6ceaa38712e2851a4a885daa8f5842f129980486a97a88572f8dd0f54f96775db33dd769b31fd4d55a11289c442cedffff87671b8ffed8fbffff6b2a2d582bff19c9ebffd21af7777ebfffbc7fffef3b7dfdbad6ff9ff9da2f7adf5fbdf7efbdddf7ce36fd387fb58c1fd80a3d50f70b30cd76eb6b855563ea85c9a89d4ed06ae6f98dbcd2f8747b8a34e092eda7affe6973bcd56a1cfc72d75bb83f64ecdfabc3b81f13c2d6156c73375a7d1a9ee8f1d18cfcb7e65b2f6c3486df7a721dc81235c74a86aefdcdcadd248832f775bad46ab51b5ffa26e233f71a5b6e7dd21cc686faaee36b43da7a646fe5fe57d75b3d1ac4c477047ed5a70d12c2a7faa2d1e7e50e7f1d07c0eccfabe74adee76bb1acf0e5caa13c3a2768b2ff75a161f998b86beff5ddd648d879aea5607f15ca8edfd71172ef0be25cc6a2ed45d8bff18467ce11a467c69a4ee357bda3f81bb6a775799ea78efd5567f61aeb6fa8d0f306bfcee4c9deb45f3d1356bfb31c2a89fd8567705d7876a8b2f8ee02ef2756c46fc37eab2a9f9f255fefa6d1b6f3a54b7ac9e0bb5c5ef1ee08ee68f2f61abc72d9811efbe3aaf13d575e9c2dc6f57f1dca97b4dcdb75cc3a2f7a7a0ee37f5fe8878fa5db5abf2d10f563f41e30f75bc43b3f697b7e142e3a3398c78dda3dae6af2c6a6b3cdabfd06de0fde77057e3e50375afdb0fd5fd78be5faae31a16b8a72e4ae4efe3cb45bb9e0f9f6a9bafcec1182f6ea8737de8f37318e3413d33d697a0b6f8790c9788ff556df1870bb5c5cb88af288bcabe1a8fa2cebfbb856d3edcc0ac266d3fd4f5b584b1be8563b5d597e07a07f3d769bcc1e62bef98b5be650b16ed1f9daafb4d8d9777e1b2ec543e5717dd42eb6b06a37ff10316f4b79adf65c7faeb13dcc178bda9ebf9d451d7ebc1406dfb0f3f9a317fc7ea4e439f0f6766ad477e8231de94cc18df15ccf08bdaf60341fb75beced53d8c3feda8fbe82fb7d445b3e42a3e0777d58cfe1425ae1fabcba6e637bec35db59f54e63a7f0d18f97301b6faf16aab7f2fb0e5770fc67a4a53b5ed0fe1566df90e4333f289f66d7d6582b19fb2e68f2d7fdc81913ff70c63bfa0beba87f91e345f6cf52788b7df55bb23b3e6277dc0c8279dc102237ecbbfbb80713f1fc34295c383daf21f1b66bd9e105f89e745cc41e3417e4abc9f3fcda4f3e7504d4d6d4fdee1ae3eefabf58eeaf9e29630c63b6caaedbce59ed4b65eb9118cfd827bea1ed67f6e9a315f0fd405e28da7668d37e0bac51f4b758ebfb20433fa3f87bb7add57fb1d7dafdf23d8ea770d5bfd76d475fdeea86d3da02ecca8cf4f757ddebd33e37c82f7d9fa1866ea7a7db8823bc84f5bddc37a268fea7e89f5ce2cfa7cb837eb75427f0acbef368cfd99d9acf5454e5d5a3e91af12f59ac666ad17b70b97ea2866cdbf6cc0a28e876a1b0fbeafadcfbfc2a4e608475c277568c55e15cf2ddc43fdaecddcadc6ab9affe17bfd923a9f9775fdd9856dfd7957db79990e60acd76101637d0e37ea7abc4b753d9e1318fbb9e0fe1ed663b985edfcb132ebfa230db59d9778cfacf90c4d755106a9e27d86b1fe87b519f9c3f5b289f31999b53df706637ce28559f329c770c9d5fb04fd25db2f4ecc680ffdb7f10d1f665cbfaa5db5172fcd3abe82786dfc69c3accff3a659e321e42bb430ff5fe19e9a9ecce8cf0cc6f391d57942abbb30e9fcf5d57c0b52af1f11c6f9c85fabebfd6d5f5dd7530bc6fe466dd8ce179a3f69b3ee4f1cd4761ee067b3d68368fec4d6d3a0f523561f84f8fa582fa5a72e9a389fb5ccba5eb86d18f33df661d48f8ccc3a5efe5c6deb85c7fdb65e04b45faf070c8b54f98f5e6df5c2473069fbbc65d6f10a883f8fbfd6df8719f588e76d3df05b667d9f101cb53d5798f57ad0fa131b7f5fe53b1f1f6cbc8fe10ec6fb436de713bfadaee7bf8331ff7d50db7c0eaf30f63b999b31ff3ed585a07f437589fd3aa0bd12e3cd2318eb41bc87315ef1cdacfd8f376a9b9f7edf8cf57a0123fff10846fe78515bc70bcfe7f9a7ef1b98b11ebfc3180f1218edf3bab6cee73bb354bf3fc54d18e315939ad17e7a8131bf79664ea9cad7138cf6e54c2d2d6ddf57eb0b7f9fdf258cf3816faaebf98afbedfce3d9acf3379caaebefcf5375d1c47eb082b17f73df8cf9a6f52184fdc1ed99113fee27c2fe3087a3f62774d5a1857c21fe9c4f9d0f6dd8c653c723d73fd6df13b8077b18e345656d8d2799b5fdf409dbfc1c98f53aebf88ab4747c7c75de95eff3ed0a46feb9abeee3bc22dbea02fb8f1caa4be44b3a7089f97d0e633e8477b5e5d335ccdadfb007235edaaaadf5d253d7fbc9014cd87ffb66ec271318f9a6c28c7c9c98a38e1ffacf982ff1a576759d1ecc88d7aedb783833ce4b03b5a01efcab59df97904fc1fbbcde1febf138846dfd5ba9edfcebefd4769e11d87eff91096ce79b266cfbd393bab4f5ee5e6dfbbfd37c47dbcf43c7acf1ba1d18f517b66b6bbebc19f99ac2511daf6aebefdd976ac6fac01b66e40bfdb7f108c98cf6e630de2fd18ce7d13f463dd185599f77a53955e6d3dad57ca1995af07e3935e3fa0d8cf727c42f56bf55be63affefd8dd4769e8cb85ee2f71a3f37e37c71aea626d687028e384f5cabebf5e7ceacf7b35dc778c43d18f145bb8e7c24c463eb139fd5d6f1b9356bbed2236cebd7056cf57065c6fd6b18eff36f66ec1fcf6ac1fb5dbfb6e6d7aedb7c1c9bb57d7aacaded6dc1882734d411edc760d6fbf91d46fbbe5a5f633d3fc3445d36b1be68fea2edbff116b6f5640963beb8156ce76b5cb77cd20846fcde8c7a8e1b30e60f6bfe629d9f07b887eb09c6f334316bfb82fe89d5ff506df9704d18eda54dd8e6d73b6ceb69154fcaf5adeb4bd851dbf9c977d5b61ff803755edff57c736346ffa76aab47fa806d3eeec2767e69a9c5f2795f5bc7b784ed7c746b46bd7818f52ae88fa07fb269463de37ab4f79dc0b63e5cc256ff1375b2f983fc24d4afd7e75369bf7f315ceafaed923a10f2a9f1243b4fcb0e8cfd32b019f9ecc038ffbb1733d6f3b659e309b1b6d683c0f87ee05ecd787ed78cf7e97824b1f3e9a919f3eb0cb6f57ddf8cf7e1fd367fe5c18cf92f66bc8f608c0f6dd7d6eb7bea68fb73db8cfa6233ee9fc1a87f1a9b717d01dbfbd17f9b0f3c35e3fa509dacfd5bd8c67f5c5beb07e39bacfd259cd4472beffef3e3c907cf5e7cf4c95ffbb95fe43fcb3fdff7f5a9dabcc97ffbf173ebeffcbd7ff08ffec93fe7cf8b5ff957ffe6dfbfdaf98f7bf3e72fe258f80fbff69ff9d9a7dcca20b7b091bd99a318fa2d3ff2e3ff1e87dfce4fd8d30ff9f3ec27f9b3e377fd9e1ffb7d3ffd6f71f883dc0b7bda3e87fec81ffb133ff3a7fecc9fe7967e11478ef72247fe15fd253e2ffe2ac775ec1bbee95bbeed3bbeeb7bbf8ca3ef8beac9758e7eedcbfcf7639f9c77ce910b8e9db8e892bbfe551c6eee16b98549ce46feb8a5bb71b7eeceddbb07f7e89edcb37b712bf7eade7e15877b771f550c13b7769f6ee036f29f4d37745b6ee4c66edb4ddc8edb757bbf8c63df4d73062639fa83fcf4a13b72c7eec4cddca93b73e7eec25dba2bd770cd5fc6d1721faeed3ab985aeebb9be2b5c499e1c11e543bc1f529eda94e897f9a0b99bd2c26dd2926ee896eee89e1ee8919ee8d9cde88556f44a6ff4ee2fe8e3e771d09a3e69e006b4419b34a42d1ad198b6699263d97107b44b7bb44f533aa0c35ccd3fab8f051de57b8fe98466744a67744e177e4c9774450db7414d6ae516dad5afe3bd5c4b3fa953eae7360a2a830f2eafeb217010bfcc278414aec39c5ec3222cc34db80d77e1fe67f3253c84c7f0149ec34b5885d7f016de43cc718cc34758bb597e7e193ec3206c84cd300c5b3f89c385511887ed3c06a7611276c26ed80bfbf9cf341cb841380c47e1389c8459380d67e1fc27715cd0325c86abd008cdd00aedd0c9bde9d249fe3ed1cf71cc43114af6ecf2f7a7c0fcd771e43b0faa6fb489af79ce0b5ef20ddff25d98f2bddbe0077ee4277ee6175ef12bbffd751cfc9eeffce0357ffa310f7883eefc1b6ff290b778e4663ce66d9ee416767897f7789fa75febda9fd68f6518f1011ff211e76f477ccc273ce3d3dcce199ff3055ff21537befec31ab7b953fd22d2f7e33fe723c75170295e9c905fe4afc5f9cb78fe7690c248ae652e0b59e6ef3e37722b77722f0ff2284fff1e873cbb81bcc84a5ee54ddee543d6b9eab6e553069267b06cfaa10c654b4632966d99d0b5ecc8aeecfd1807ddb813d997a91cc8a11cc9716ee54466722a6772925b38e7f73ce233b9904bb9928634a5e54fa52d9d1fe218e76fe494f7e8be145246ef36a2cb27c0f0f5b52a3ce6ad2e718ad7719e4fa58b7c945cc69b781befe896d7dfe388f7ee203ec4c7f8149fe34b5e3536f2ba814f5cc5d770155fe35b7c8f1f711d3fe3206ee42a92b8a9df4b358e388c5b7114c7713b4ee24edc8d7b7110aee37e9cc68378188fe2713c89b3789aaf9dc5f378112fe3556cc4666cd5712c633b766237efe7fd58e47e1ccb664cf9dd657c4b3e7f5ca2b84e211f60a6719ae4ab6379abbd4e731a238ea55fa6455aa69b749beedc20aed27dbee5213da687ea9f4fe939bde4bf5fa77b6aa41535c2557aa522fffb37fc0698f795f4eef6dc2c9fe31edd46784c1f313bdfbda69253fa4c6f69c0d3d0f0c3b4c153bae169daf0c3ec71ca7be8f73882b8dd344c5b6994c6f135adfd283f99e76fae90cdafbdfaabaef30ef76f1ffada859716c797729bc3b44de3fc8eaafd34c99f1dfde8dd7fdef3ab79fbaffff9edff01787b9f4f</data>
- </image>
- <image name="image17">
- <data format="XPM.GZ" length="8696">789c7dd85b5363371207f0f7f914d4f45b6a4bb18fefb5b50fdc8c0dd880b9b3b50fddd231d8c6061b83315bfbdd5756fffb4092212164f8211da9d56ae978f2fb6f5b37a7bdaddf7efff1b2e4e5c86ff9075e6cfd165ea7d3f5bffff3affffef859c9b6e2bfd5526d2bfbf98f1f3fddc396dfea3fcdf204fa82b3e5d796490495d23fc92f859b1bd31e5cd576a2c2a9dd97939b66b70f37e14b73393def33d8a37d64d6f6f0be71b964766375fcd2fe8f70552d8be4a6d9bd9b331d2f879be83f376b7bfe027bb55b6f9c95ac5dc6b0d7f5fba63a43befc51e1343ecfcc592bb5b7925b99e5e7d85c29a77c9ec34ded4f1766b4a7e72be5cc6bfcfc64d676768575be86ba5242bea7c9ad8ac57765aeeaf301c6fefa9a19f11f9b75bef060d6e7fd298c7c3936a37db571b55cc1fed39d59fb73c5acfde506467d0467d6e7a56dd678fc87599fa7abc29cc6bf34d7d2b1e0a6b99eda435057b15f3430ebf3616c6e54d27c87c99ca1be7daeae5a3d2ccdba5fbe6e463d3e9a91cf3733e23f346bbcfe12aeeafed2caaced611b46bdf859e1d4df5d99b5bfa4f359cb62fc9acf0cf6b5b45e19a8ab68e71733eaa96b463cfb66e4372f9cc6f36730ea578259f32d453bf2716cd6fc4bddace3bb76e1d4ee96e6bae6aba7ae95b49d7693b95245fb15dc54d3486de38957d7b03ffed329ded036a3be8ecdd88f5e61ad9fba59e773cf85f5f903b886fc9c9bb1fe8919f195cd3a1e770aeb7817e65635cd7f04b7504f27667d3e7766adef3c9ddf7a66e783dbea5a0df73f9b91cf37b885fbc99b719eaf0b6b3e8666e4e7c3ace3c971616ddf87833eef2a66c457363724c527ea7a19f1e97c9bf394fae733b3ae97aee12ac65b99753cbe53d702cef7ab19e799ccb88f355eb6f9c37d613d0f7b669d3fecc0b6df2533e22133f6470aa7f802e2ab235ff9c2dc4cfd5d0e8766eaefd3f88d4ab5897c5dc21eebbd36ebf339a96b25757856d76d3f6766ad2f9a9bb1de1b33eecfbbc21a7fc9ace35306dbfe0ecdc857b5b0aee7de8cf57e5ac7f7ea4619f7c79e59fbfb75615d7fba4f1a52c3fd2def66dd5f599b71bf5d9bb13f2333c6efa88bfd1a99b11fe730eac74fccba7ea7f99306ea476ecd3a9f3b2bace3ed9a757e7e2eacf3335cd3f319ac3fee17ff68d6f9a86dc6fe550b6bfd3c9931dfb919f78fc587fdf61533eaa9b0f6e7540fcd4abd86f7f1b319f90c704bdf477c6bc6fdd128acf5d937e3f90b38e03e9f9a91df8eba61f5da2eacf5b163d67cca8719f10fcc922c18bf817ae57733ce9737ebf3f9bcb04ffd5b661d2fa4fa684a51dfaf6aab07ae9a711e32b38e1756b0d55fdfacf3bb61e1d45f0ee0969a6e60ac272cd54dbb6fb7cd68ef9a351ea9144eedf9d48cf81630de2f64cf63ff6565d678e9a1b03e5f36736af74f665f4bf359ff96b6e743b3e6d71d99b5bfb3e7036b3ed2f96855adbe6464c6fc7b70c0fbedc08cfc5eab8bfc3f98f1fc136cf57b68c6796a99357ea9c1a8077e3563beba59fb535017f97c31a3fd14b6fbb857388def1a66d4fb59618dffc6ace3b13d8ff8e4caacfdf3b159f3eb76ccba1f39f2d12aa37d01d7b01fe97dd2f2b1be75bd3d33f6ff1daee9787e00e3fde54730e2a3a619ebdb36eb7cfe565de46b07c6f3eec38cf3a2f9f52d7bbfec9a757cefcc580fc66ba1be590a6bbbf5c77a28dd1f5c2deedb5318f90f03d8e2a9a88bf37261c6fd3287edbecbccdadfefc318cf8b59428a8fd5163f35ccba3eeac0a81f3a2aacf71de66fd9f8369e9dbfa659cfa77f5673194ef963dfc4fe0781f17ecb7333da6b66ac3f3363bc0375cbeea7a619f5bd28acf175618cef3a30d6234335633c3932e33c3f17d6f64bd8eeb385d9a77c73ba3fe4f33c8b19ef9f1c6e61bc53b3b6f3b4701a2f74603b0fd68e7ccb45e1d4dfbdaa5b657ddeddc2763e4a85357f27668c7708233eb7326b7b7881711e43c38ce7676acb4fb82cacf35d9b43faff5dd28319f93f3123ff0f85359e37735e4ff91ac139eaf9d1acf9201d2f14f7c18119e7b5af8ef9d2f9c88cf7cda959e36586edbc2f609c072a9b315e555dd4cfae19f57d5538c5ebc7704d9d3f9a753d9ecc41f3fd06233f8cf54a068fcd98efbcb0e627e5c3d76c3d7c64d6f5f31e8c7accefcdc8cfb4b0b60718f5405535dbf83730237fb785f5be6a9935df6eae960cf57d07d7f17c3a4f7e936f3d2f6bb5e593fb66c4bb0b33ce6b0dced1bf6e463d6fabe3fcfa796562d6f8f26718f5e85fccc364c2f862e377d51ef90f69fdf1c309f24d6bb5d4616746fdddc38cf8f6cc5a0f7e6ece537f7a83737d9e866a6fe38f61cb473acf21974cd7237d18f3f11ab6f35557fb4ce77702d775fd2ead3faffb6c384cfd97705dfbd37b61bd0fee61acc70538d7e7e5491dd0cee9fd9ee7c57acd582f9faa3dea89ce606b7f5407ec1fcdd439f69726705ddbdd218cfd75a95e87717da8d7328c78f9501d904f3780319e2ccd18ef5c9d231e77a21e227fae0fa33fa7fd1d0ebdc5ffaa0e765e3c5c47feac9d315e13ce317f579d67c8e7b619fb770c5bbc25d8eafdbeb0ae7f02e73a9eb3f1901f575517ebbb802dbe193c549f2d1dfde29b9d38ef82cb37764377ff4d3f4a633ec49fec7be4c66e12ff7c745337c3d7937b76f3f8e7c24dfed017df5fe3702f6ee95edd9b5bb977b7761fc518db6ec7edc6ffcedcdedfc7e1f65ddb1db88eebba4377e48e5dcff531c6893b75676ee0cedd85e3efe37097eeca5dbb1b77ebee5cc9955de62aae5a44527375d7704dd72247dfc7312226214f81721ad23d3dd088c66e46131d851e694a3337a0a7b8e2efe2882ba1679ad3825e6849aff4462b7a77dbb4a60fd7a5988bf8bd4d3bb49b32fecb38682f8eb11fbfda74409d385f970ee9888ea9477dd7a1133aa5b338c280ceffba37451c13baa04bbaa26bbaa1dbf8e45d1ca3441f54a68c2a71e42ad5a84e0d6a52ebdb7c4cdc849d5b32c5376bbcfc385e103ce47beaf0038fdc80c774cc3137fcc8539e7d5b1f137ee2672af39c17fcc2cb38de2b75e88cdf5c97c7bce2775e532dfefcc1db7fccc9d73aa52bdee15ddee37d6ef30177e22afadce5431af291633ee61ef7f9844ff98c077cce177cc9576eff4f715cc7316edc07dff21d97e2a7918c7b318e6e7c6a872bb4e22af5e267b413aec75a9ec57abbe00637dd44e3e01977b8254e4858443cdf4970f7d48b6fb5a1dccb838c64ecda32914799d281cc782a4f5a37f22cf374ef2ce44596f21a7ff3465559c93bb7652d1fb22d3bb2cb73d923917d69cb01cd39938e7479288771a4b51cd1991ca7bbe5908fa4277d39897bb02ba772260339970bb9e43dd989db7425d7f13737b1facfe456eea4249b1defcb546ee945c7889f7b2a52a51b896fd458a747d2883bfb2a4d6979e729be05c5fbf876cefd30e665e1effd83d439a31d3fa21b3fa601d632928e9f50c6c7f1bbef1ffdd4cffc937ff673bff02ff1a9a57ff56f7ee5dfe3a86bffc1c77edb6f53dbeff85dba48391dfb3dbfefdb3eaed777e25edcfaae3ff447fed8f77cdf9ff8537fe607fedc5ff84b7fc5337f4d59fcfd8dbff577bee4f5ff4d66718c8adfe1775fa5953cf23c8eb779b3377c53c6f1af382e507c4f4afcab41087918ca34dcc77dcc5d3b3c6cea3bc53191055ffbbd30a25518c71d3c749d30098f611a66e1293c8779588497b00cafe12dac84a912fba6a7d397d669fa39bca73ff7ddd2df8435f5c247d88ea9dc09bbf16b2fec8776fc0c73c0f3d09132778a113ecfcbe4f34be66114bab40edd70188efc75388edfbdd08ff16ff66c3bfefe84ae36f37f7bafc751e2edf3144f5e3f5676cc50380d67a1cbbdb08ef5d2979d3008e73c4837e22fee753b37e1225c6eea846eb917eb711aef90a370b5b1cc64d7b765375cf3ea6fe2789045b809b7f1c96ee8c64f2577a114ca210b9550a5d3185b97ba7e3bd442fdf33efb6b1c74151af1f966bccb1671edaddce544abf81941e2bd12e3dab4e5feebbdfad77cc43bf1210fd48b1f5d7af93056655973cd2e54e4948ef2fbfc8156b627bf8a63d3968ff2713e899f361ef3e9973a98e4b3fc297fcee792695d7c9f0fd40af373bee0d9e77ce9a751fef259177fb32ff4b55abecef7abdffd3a8ecf3af9f37cdf7dfffcdf3f7ffc1f297d3233</data>
- </image>
- <image name="image18">
- <data format="XPM.GZ" length="9912">789c8dd85973e3389207f0f7fe14158db78e0d8c0e522263631f6cc9972c1ff22d4fec03900958b22d5f922cdb13fbdd1762fe935576bba7a7dd8aaa5f910281ccc441ffe38f1f57c7073ffef8c76ff3855b4ce9074ddccb8f3f78399bbdfff37fffe75fbffdde6efd48ff6745f347ebf7fffaed777bfb837e1c3e3e840ae6178c16bf80a709a651fdb7767cad5daced0a7127f759e52e5c8ae3aa72d1c8e4fe30850b319fc204afbb659a0d75ec8bd38f7cffa072a18e04172de9df164cb05fbbd5483f65d57e5eb9d4ebbe14678ddc552ec479a3dbaec673a42eabf15063ed76b385e7f304cea43dd71167d4f5d5fdd795cb16c9f3edb9ba5d3934c5ed226b56cf6798f22a4dbe2fce0a3c7f7fedacd9c678cc42dd96ef9fa9e5fbe10dd6f6bbe20e4b7ecc6565a7f1e04df13a62557f4f61e4cbadc4fa7cff0267b05ec7f3e2a338cba43ff10d2e24deae541755bc5c5c3b6f697d982b75b3ea8fb911a7f84bbc192e64fc7ca6cea4fd63711bf932562de3332318dfa72718f922bd9fe4ba5da831be9e58eb87b6603c9f1ec47929d7adf42fc54ffaef6d6d89ef07acf5b48451dfeea476d53f3782913f775a5bae5fa8a53ffe5c9c217f96d518bf8333a94fbbad46fd6cc005ae9fa8e53af5c579d991fa9bc0dc9178dc8b3bb9e4db1f89bbeca86a6fb87627e50ff5d714d7f9fb50a3ff5b30c66f77c599d6ef7d6da9cf5735f2b907a37ead57cb75f7a696f1d9398cf1fb0798647cdc11e7987f1eee72598dcf3faa3d57ed55eb5927cd2fc4732a6e67d29e3f16670d3c7f02a3bff4aac6fc2718f123af467ecf6acbfa51aaa5bff605d6f5aa50cbf7cdb2b6ac5fcfe29ca5bec3a11afd1f8b3bb9aca73ec0a5e49f7ae26e53d64b87efa7e541d6bbea79dd765bd78b3e8cf9675ec4753d5fc35a3f77b5e5fa13ace38b6ae47b438dfdc088739d1f2fb525ff0b3847fc97b525be4e8df9318659e2cd276a992f7e4b9ce253c52b0cc55dd855f1ebfa26e6b32dc5ed4cd613dbaf2debc9ab1afbdd1bace32735eaaf27ce309fcc5c9c633ed18e1af5700ae7985fef6ac4e3042ea57dde56237f13b5d4076fc12cd719e3ed3411aff7dad5f8e3038cf58437605d7fb66b4b3ea35ae2c956dccd116f3cafcbd8bf676aa947ffacc6fe59d547d1d6f595cec519eac32ed5580f4e61acafcec3ba3fdfc3a83f7a54cb78ec40acf1b6b89ee22bf5b58219f577a246fd1d893b4de4e3418deb0b38c778066ae93f7dc025bc07a39e43432de7957021eeb2c4d7676a590f99c4e900575da70823deb4212e73592fa98a7fe175bebb7335f67b82753d1fab315fdee102fbc9ab1af90a6ae46b26ce7389bfc1f3f212e7af2398e13335f617896faa575c5fa9912faa2df3e7568dfd12fded603ed9abdab2fe1fa8315f7ab5e5fb2d58e7db588dfadf8159ee0fda5f5d9fced5589fda6ae4eb52dc6dcaf5b8544b7e03fadf2d653e05a9175f36b1ffa3bfe97854dd4f18bfcb29affa5be5bfccda0d89877d16eb7a4ebb6aac471730d6733f52637f73b5a5bd965afae7e7625ddff84e8df8328cfab7e85fcabfacaf5eacf9e2991af3fb12d6f5f0598df997c1c80775c4dda698c76acc3703637e063c3fad5f557e0cc657607ff57b6a89bf457c8a1cf959a965fe39f4afc07eed733557f921c427bd5055f3d35f8b5d53d647ff043b99bf6e20f68eabf74b87ef93c3fbe22d1c62acfa538a3948fbae9a5f25e5badfdfa8313f766acbf5198c7c985d35e64384b17e32daeba09e9d81757d0db5a5fe2ed4389fad609dff17b525df120fd2fc5101ebfcbd5463fe9530ce57dc15a77cca7e750b63ffa24db5cc9f308791bfd0139725d65f990fe49a32ff1ce2e35b921f5fe5677dfc97fe980371dec0f3b6c5f5fe616acbfc6ac039ce13c76a69cf2d608c8f866ac47f2eee627d3404ebfa77a2c6f3f57e9c27c2bdb8403e3953637dda80739c0ff6e112fbd7b95ae6436435ea35c0380fb8b1b844fb11cf2f59e68b6f8a35de610b0ed27ee88aa985f385c497f47dd57e88737d5fb430f623ef60d49ff1b5e5fa8558f71b6aab257eee05467bdc57e3fd71a096fc9b4358ebfd52acf9a26335d6bf0f35f2cd6ac90f9dc238aff1b51abf8fb9514b7c4d8071be093335ce6f576aec77529f94d6ab2a1f16e377588f420663bd89462df98b321f883ab153dd8ff619eb95a9bebf3e6ee07cf72ed6fdde3958ebf74d8df5e3a7253e4d58f78712c67cb1afe22eda0f4e8df523c2a86f3a84b5bd911af3e3beb6c4bf21d6fd833f60ac374eaf97b2be073c4fcf6b2e534bbc3dee2fb17f841d719a0f52ef9bb093f8d244ec3b41e27d525b7e3fb912530bededc31dc91fb7d5c89f8583b4eff66a4bfed03f467b0ef160ddaf6630eeb7f23cd6fdde5fc1986f948b75ffa6ae1af9d98573c9a7d1fb91af6061fcfec8f5d488d73bacfb8b8c87757f70b95ad6137e84f13ecee86fa1ef5f520f5ce2fed0524bfef80dc6ef2f02dad3fd9ebd5ae26f8f609c27c2020ea807c937fb96e4d70d61cc379aaa25df0ecfa316fa83f609f7db8e1ae70738e54feae3541c5ac85f351f28efe07dc4bc8975bf0dbb625ddf435b5c36510fd730ea9b5f60ac4f81c50ef1335b307e5f1ee76ad4f731ec64ffb15db1473dbb4dd8617fc7f3b5fecd54cc8867b88451ff7c505be6cfb11af7e76aac6f8538a0fe4d1fd6f922f1e0fa7d57fa97ea0de75135f653be1097fafbbf165c623c123faef7c72318eb4918c15a3f37620f9b7b71da3fabfbcdb31af5b50f3be97fd4eb41ae9b8e58e77be8abe53a2fd418ff10d6783c88039e679e6a4bbddc8a634be26baafae0bcc0fec885b8c47a1b3e603d7f4fc55a4fe10e76389fbc8b75bc612c667d5e0fd6f9b114878e980730c6e7aafc70289bd2ffb829764dc4b35d5bc6b705e7981f97628ff9e7b76b4b7b3730d6636e8a09fd8d2fb5a53f07b0d6eb9358ebdd4d61cd4f0163bcee41acf33fe0f9c149ff03c1e84f447b519f5ff52f7474bc318a3df62b7b2c4efb8fec1f3b30fa135e61b44f37b5a5fd6db1e68b97b5e5fa138ce7f121acf143fb3a3ef30823bfe10cd6f10e607cdf607c757ddec211edc978428be4f78dd189353fe65aacf1f787b0b6bf27d6fef9098cf528d6467b3358e7eb138cf66c5e5beab7aad7588fdf0f61ac67e6aeb6b4df156b7ecd3eacf301df8f783eeb75c42356ef0f317adc1f1730fa1367628d8f3f10eb7e143fd4b8be03eb78e662edafdf85b55e26e2ba3eaf601ddf0046fb3683d1ffd1c29aef3ed6596fc9b20d36da1b3bb1d3efefabdabc4d7ffbfa89f6cededb997db08ff6c93edb97f4e7fc9bfbd2e72ffab1b0cbd4c6ab5dd937fb6e3fec86ddb43ddbb75bff513fb6ed8eddb57b7660f7d3b786f6c01eda237b6c47f6c49eda337bfeb7fdb8b097f6ca8eedb56dd8a66dd9b6cdf093db8eeddac296c61af3d7fd30ce7843864d30d1dc988999daccdc9a3b736f66e6c13c9a27f36c5ecc3c3de1de2cccf2cffd482dbc9a9579b32bf36e3ecc86d9343dd3375b66dbec985db3670666df0ccd81ed994373648ecde86b3fcc899d99537366cecd85b93457666cae4dc3344dcbb44d6672d331ddf4294ce9ac33ced95d63bff6c3f9d4c29b1da4b7a0b40dbae86edc24fd4cddadbb73f76ee61edca37b72cfeec5cdddc22dddab5b7dee877b4bb9189833f7ee3edc86db743dd7775b6edbedb85db7e7066edf0ddd813b744729e2d11ddb891bb993cffd70a729170377667beedc5db84b77957ec6eeda35d259a1e5dae91d3a771dd775852bbd3517ded8a53bfddc0f7be746de796f569ed6674a1ffd8dcdfcc44ffdadbff3f77ee61ffca37ff2cffec5cffdc2a716fcebe77ef8957ff3effec35e9877bfe1377dcff7fd96dff63b7ed7eff981dff7437fe00ffd913fb6d77ee44ffca93ffb9a177fee8d39f317fed25ff9b1d9f3d7bee19bbee5c6be9dde6ed279cf777de14bb2f6ce2fc990fb739dda40de5e12ad4f2fe9cf483734a129ddd21dddd38c1ee8919ee879dd077aa1392d68f9e73a4d05fa4a2b7b955a79a377faa00ddaa41ef5698bb6d77da31ddaf5c62f6d34c7b44703daff76be781ad2011da6cf908ee8387d467442a7a9e74c67746ea31fd9481774495734a6ebefe60b35fc0935d3b9fec09c509bb274a6ed50970a2ad9b249eb653ad4733a6771a431dff064b4e0294f3ff7836ff92e9d84effd9267fcc08ffc943ecffcc2739bf1c23cf2925f79c56ffcce1fbcc19beb1678fab91f3c4d65dea38cfbbcc5dbbcc3bbe9ef7b3c482decf3900ff8908fcc3e1ff3882ef9844fa58d5ffb9164f88ccff9822ff98ac77c9d3e0d6ed6eb476686a9b596492f6d9ca5b3d8f46b3ff45fd229bdcb0597c10693766c6ff340eb7e84ea801252ed9a4efab7497dff2ffdd07f0953330eb7e12edc875978088f66e8ae6c169ec2737809f3b0084b3e0caf6155b7f0292f3f5b0e6fe13d7c848db0197afc1afaa98dadb01d76c26ed80b83b09f5a19feecc397bcfc6ce5201c86a3701c46e1c44dc369384bc57b1e2ec265b80ae3701d1a7fb59efe6ca36aa719d25c09ed908574760d67a11b8a50c654a669a7f37fbdae7f6e2552e49876d27813276618a7f136dec5fb388b0f7fb7bf7c69e731c56f1e9fdc557c8e2f711e1771195f7fbdfffb7dee4b2babf816dfe387df891b7133f6f89b3df7fbfdf6733ba9a57edc8afdaaa2fef3fdf64b7fbedfefff76dfff129f7f77cfeffff7dfbffd3f2fd865f5</data>
- </image>
- <image name="image19">
- <data format="XPM.GZ" length="8152">789c9598c95223491286effd1458f9ad6d2c5a5b4a993636071020402c12bb189b83878784401b421220c6e6dd2794fe7b16d0d42c5d9d467f44a487fbef4b64f51fbf6fdd764eb67effe3b7c592970fb225437edefa3dac2693f5dffff1b77ffef6a35ad9dafcdb286f557efce5b71fee714bb64e67d37e0ef401bacb0fe08f225029ff67c3a29c6efee42c6051f6ed0d974bc6211897f3f7433fe7b45c2aebfa1c5c03ef82d38a9eb771862a59a554c972fbaf1bae962b78df1f826bbadfbfe49c5544f7bbae713567d1fd59b5a61c9ac6b572cecfe054d96f64a25ab98af3696c5ccdd7f9d038c9659512d8debfcb99a3ffb97f5457367bfc02c67ec9f54a2a95b4c6b9ffa760d178dd997215f1bbba31ecb7c1d08376c1a9faeb166041bcb09f94eab9ff34cc99abc8072560e483a560d5b70336ffcac6d81f0ad6788f946b88df0563e8790d467edcaeb1fa4bc71bae57cc1f12b09ddf34c6fa75c16a6f5fb906bddcb860f56f650cbd3cb8a6ec9b056b3d348cd53ff70c4e516fb097a03edc43ce51df7a9e5f7a51ae219f148ce1df1518f974c382b51f9c31fc1d81911fbe3186beb65f946952b0dabb3446fdf695931278a7e0dc7fb903078dc75536dca85a7dd20d18fe73064e13dd5f55ae219f6e55b0ea7b02463eddac60cde7c018f14d9513aba77ac11adf93b1c6c34b70827a4b8db17e5a70ee2fe3fc24831e3f395ff7f03f099807de58fbcbe5fa357ca1c72bd8e21163d497fae32d5e7a504eac3e6e0ad6f5163881bda931f4d80767e071c1aacfae31e2ab8003b85eb0c60b7bf54cf3e96f8d35de70629cfa9c115f2349abb9bfb95e69d5fad92560cb77c318f370a95c433ff101d8fab103c63c752d65d383b03fc9a0cfdc18fd330107f4cfa531ecef19438f53e57a19f55202a35efc83b1faeb537006be2e58f70fc1563f97c6aa27e7fd987aeb7f77698cfa1c81d1ef342d58f7dbfba9daa71d65d3831e8da1c721187ad0da18f607caf532d667c658ef15ace75f80d16f7c6f0c3d4b05ab1e0c463d4adb58ebc757c1a847e91bab5e5eebc937cad07b61acebe2c04923b727d0ab91e93c93cc18ebe582f37a76b50d67b51aee6bba35c6bc7f02dbfd373146ff350ad6f58131dee78235bf0be5629e1d1be37ebc542ef49f83d1fffec418fdd103db3c9817acfeec18a3bef7c056ffa160f50f7a34cac8df9931f4ef80d10f726a8c7c205ed33b8c95d304f3037aa65926797ce7394b311f5f8d918f91b2cd47776f8cfade2b58dfdf079b5eb66ef5d900dbbc3f50aea39efc1c8c78dc1a0c7dfdb331f46c19e33e84ff75f4976b17acf97830863f57c65aafec951b368f2a05e7ebe1d29873fd7c0d6cf980fd06fc91377000bf2ba7d63fdb05ebfa8b31faa509b6fe3a36d6fe15c49fa29fc354392b732d679c17ddc999f2f8b856dc5f27609bcf9931e2bf52ae237e6a822dde9d8255ff6bb0dd0fb7c698973530f4f023637c3f57954d7f7260cc3b5a18c3bfd458f521065b7d740b567d27c63a7ff80c8cfbc29f2ba765e46b648c7c75c009f285f3d3a0f6e4c918fdb667ec73fde559392b237fb7c699e60bfe64990f793cf9fdc162f9a23ed8ea3b2b58ebbbad6cf7857f3346bd13d8fab10c863ef40eb6fb69db18f3f445b981f9e8ce0bd6fc2c8d316f6f8d71ff36c176fe148c79c57760fb3eba30c6fabae05c5f6fe705d593e17f6af5b930d67927f037853da92b6765e4af06b6feda0307e467c758f319b4de84cb6a3f2c8d753e847d6349727df2fcfae27e710760cc4b3a2d58fbe7086cf9ffc99a6f3246bd5f806dbe0d948bfb646d8c7ebc2858fbf71d0c7fdc5dc19adf3763e4f7118cf3e9ca18fddd32c67cdd05dbf75852b0d65f4939b57acd8c91ff27b07d0ff68cb5dffc0d3843bee05f86fa084e996d3e227e4e343f720d66ac1f1bf7eb39437fee6b7f06dbdf1fe4eb4ef707cb0fdd83d19f1e6cf9e073b07dafbd1b23beed82559f2730f4e52ad8ee2fcd4f28f41b1b635e1d1843af0918f3d3770bd67e2063d553f68d551f413ca97ddf0d0bd6f7ed7cbb9f16e0a07a07cd57c882a89ef09fe15f780133f2795f70de5f9ccf53498a79e2c136cfba60dc3784fda9cdab8a31bee7de8c31ffd7c6f81e2981f17dc2c382d5fe1dd8fab1678cfc948da1d72318f52967ca99c5bf0d4e541fb900a3be656e8c7cccc0017ca3cc65dc3fbd8255ef8931f2d106e3bc7005e6a0ffa733ff5e9050dcafc7056b7c0cb6f92dc698371a7fac07e8b70d46fd4a620c7daac698df03e5ccbe67d7e00cfddb05635ecbae31e6f5ca18f1c21e27aa875c8119fb67c6aa07e5fd10623d21fe8e728a79eab69533ebb75763f443058cbfcf4bc318f3c683cd3f9c67f99113b0cda711b88ffb26fffe0c7db6ef8957b0e9d5558e0349ede7f3a75f17eee7f90d793df7fb5247fe5b609b7f1d707f30c8399f2783ba5470fea172a8a8fdeed2d1778f63e79db8e0fa6ee0eeddd03d7cbf2fd7f431fed7d767e0466e1cdf9cb8a99bb9a7f8ccddf337fbe2f30b3f166ee956eec5bdba37b776eff1e776b4b5e39aff931fbb6ecfed470f5aeec01dba23d776c7d1ca49f4ead49db98eebfe573fdaeedc5db84b77e5aedd8dbb753d77172d945cd9555cd5d5e2ef1357778dffe047ea327244c4e44928b81bead380ee5d9386f4408fae4aa3e85f2b5a1bd39826dff891d29466f444737aa6052de39b2b7aa15737a255b4f6466b7a8fcf36edd0bb3ba426ed7ef583f6689f5a71ed8036cfccade9c8edc7f3db744c27ee20fa771a2dace38eb3b8761a35ab7ff5833ad4a26e7ccee3ce0bba8c3af4e88aaee9265abaa51edd5189caae4d15aa528d12b743f5cf7e5023da6dc5b7fb6e46697c46f1ec999b52169f755477c88e8916b16b3cbb989fa18bdf679ffde01073d18a8acda8e96eb84f090ff89e87c43ce4077e8cf55573631ef1d82da9cd139ebaf8ce673f623d95630ee651874d4dae78c64ff1cc39f5dc053fc7b3295ab98f7baea3a5054f395ae0d5173f5ef8357a1deb83df623d5ef28ad7fccedbbcc34d9ef32eefc59ffbdc8a6b7b6e147d1cf3011f7ecd0b1f718c9cdbf18de378ee89f37cca67dce12e9f474b17d19f4b37e549acd751f4e28aafff5ca7aecf37ee9c7a7c1bdfe8f15d7c96d4e152fc76aa7095e33713d7b9e106d1873aa7f1f7d99feb94a7dec5932ea8e7c9b3f7dcf5e283efbbd40fb8e2efa3c5497cbbee06d4f443ffe0bfef17ef4731178f7cbff9e9c7d1c284cffcd4cfe2f344531efb39d7fdb35ff8a55ff997effac5bf46a5a20f7c4f7bfe2d5a5873cdbf472bdb7ec737a33fbbbcf47b7edfb7a285031f15f547fee8b31fbeed8f6314adb8f3c49ffa893f8b4fc777fdb9bff097fe8a67feca5ffb1b7feb7bf1b9db58f0475ffc38e26b5f8ae7977dc5effa2a3df94e7c6ad4f5099ffaba6ff8d467e28484c58ba88d8f7e448a3792f465e06b72ef373a7464280ff2282319fb954c642a337992b93ccb42966ae1a31ff61b59c98bbcca5beec39bbcc95adeb927dbb2234dd9953dd997961cc8a1edffe84761e348da722c2732e2b59cca9974a42be77221977225d77223b7d293bb0f163ee5e5e7efa52465a9c4b7ab529324de3f0d49e35fb35ca0c0c1c7cfc3f0d1872f7929ac84bedc8541b80fc3f02027e1318cc2384cc234ccc253987ff6e16b5e3efe09cf61119661155ec26b780bebf01eb6c34e68fedcf1fd5cff626537ec85fdd00a07e1301c8576380e279f2cfcf27ef962e7349c854ee886f370112ebff3e1fb7bee8b9510ed5c85eb706355f5d9875fdfb79fed6ce2922fb9f81feedb2ffe9856ffe7bdff277d7ebde7c7bffefadbbf01f4e69c42</data>
- </image>
- <image name="image20">
- <data format="XPM.GZ" length="8728">789c8dd85973e3b81107f0f7f914aec5db560aab83a2c84ae5c1f77dc8b79dca43a301593e245b970fa5f2dd03a1ff0d7b6676928dc2d5fc04126c342ed27ffcbe727d72b8f2fb1fdfa6339addf30a0f68b2f2bb9f0f871ffffcd73ffefdedb7766b25febf6874575abffdeddb6ff66185578e9e4721c17c416ff605ce479846fadfd2c1c285d8cf932bb5dbcdae96e6215c89fde5d2cd4683e15add4cd7f3b678f949e5e9fecd4aedda70210ecb604dab117f49f58539cc627e52b7d2f9b62f5e5e91ea3b53a3fc112ec4619a5c6b7d41ca6bbdde0635aef730aeb7b77025a69bec3a954b7c75bbd16e26cfe0a29dcac364e97653ebf31730eab3836ca9cfc12ca6beb8dd109b851af7db85713f7b0357f01c6631a5fe6cd75a9f25b5d4674ab840fd0d58ebdb16178d2295536a7f91e3a73bb1d6e7f760d4e7deb2e5fc5b18f59b0fb1d66f8770014fe1aaa054df6a32e9f8a32d714bdb770717723e3dc39aef1db5949b9e58e30d0666b9bfc7f91a1fdfc05a7f6be94eab5161bc6fc388cfcdb265fcf6c4713e880f601d6fd7626d4f7882319edc7e762af7951af979852b690fefc18cfe6535dadf11eb78090f62cd373f8b3b8d8eb437ad071dd2f5851e61ac1f6e2ecef3ff245bca1b30daebfa30e6bb43fdda7e9ec2e81f7e80b57df36cc9c7ae1afdb30da37d3c524bb9bd17b71b9db4cc12e2cbe375a4967217e04ac6833bcd967c9ea8255fee03c6fd9ce47b399e24be74ffb295f3790563fda501ace37d47acf9655c9ff3f506a3bd6655acf3d395d972fe068cf6f00446bcbc2b2ed07e73a72ea53d7b304b7b2ddc413edd39dc2993f911aee57a3b82bd5ccf5b6a39df15d992afb45e9779fc990246be784ddcc6fac10b58d70f56e37e57b0f64f4b8dfbbf8b8b06e23f87910f3e822bf8305bea3f10ebfcb1925f2a3bd21e93e66fb79ddb730a6bffef8a757fe0a658fbcf0c605d6fbbd972fe8958fb878fc51a0f5fc2da3f2d18f9f687e2b2d96da7f8af61949bb41f779dc6ef76c4babe990b18fbbd5b88f3785d87914f9ac0ba3e3461ac5fb421cee3f9428dfce27cdd3f58f2e93ada7f15aced9b8acba6980bb823ed0de36c97ce7f866b314b3e5cb759497e707e17fd6b717eb7467d2fd9e9fa3084bdd8a47c54793c9085f1bc46e36c191f2f30d6077329d6f5c16cc2c83f0518ebade98a5b588ff815d6f572a6c6781988f37a81fae37c91f1f02e2e74fd28c59a4f3f126bbef8365bf28bfabbb59877c455b32e52be08ee48b949fb4195c79f69c39aaf4d18f3c939b1ee47b603eb787d82912f3353637f6ec2c81f4b7b5dcecf87b8adcf0bd25faea8307e26e2d83ec9471ff6683fab6b4ef149ffba0af9f20f6ac90737e05ace37693d8a8f6b9a8f5718f9304e9ce7dfaab85d61fc9f89f3fad583b57d17629d4fae826b29f7565ca27f2cee5f627cf38bb8db91f8fd16aced7f126bfb3cc17afe1bec49c6c3bdb8aec536f57fcdb9fd4d58db5f674bff6ec378bf7157621ddff42e8efb93ac4f1fd9b21f2dc46513f9d987112f5b18fb1dd76a8cdfbeb8abf303f7afd01e5f88eb26da3b82d1dffe4c4dc994c6077df6ff23aceb05c168afd95063bd3817ebfc30c7b0ce8f9138bf3f9dc0fa7cdd15e7f70b03e3799a5ec5399f3371cedf1dacfb5180913fefd4923f87f3bb4d399fd660e4933b6ae90f7708633de6ae1af36d0bd6f188fb574d27fdd110d75ef2ed0fc444cea7f6cafdf3f82386915f2bf9e5a68ebf39acefbb47e216d66f7b2ad6e77396f67f8e3782355fb85fcc57b297fc2fc793c43b83bdc4eb3fc4443efdfdc08fe120e594eee73ec7530bc67cb245b6b487611d4f5be23c9e3cace74fd528bf116bfbddad589fc7ec9b58fbcf0fc5b97f1ee10e7c9f9ddae370bf4ad75fd45fd7c8c7be9a3b299f6dd88bc3b398f47e5d18f5fb5798383904b16ba17c532df5f9058cf3fd351c42ea0f93d603e7f3fa750f57f01bacf359f2e1757e9a5d18f9b5a51aef2b24d6e76592fcf812f9a55571b7837cbd88eb26e2bf836bc42ff9f2a4e54db12bc594c6237772bc87627d5eb13d715e4f0ec4faf70b578bf37ada87f5fde04ddc6dca7ee38ec5159edf685d8dfd645bec30fe038bb9f412ff291ca4dca4e711f6faf72cd380f1fe6fae619def727fafed6169bfcff3d5c3680fcdc59a6f47e2b8bfcbfe56c31ef1df8873fc77625f8632c593c6775c6cf579a705ebdfa3cec4f9ef4b97e242bd2f8efbbbbcff4dc4badeba35b1ee4fee5aec02e6c7ba5ae2f1ef626ec1e730c978f7c7e2d0c2f84ff3cd871c6f25d6e7716361cc67bb29aef0be625e607d7e97f6877cff35753f397818f9f39d6c89ef08d6783760ccd7e0c41ef1fb55b5d46fd3780f654b9f2f83b8ad7f9fb91277f13ee2b6c444d8dff7c52e48bee95ccc2dc937a17e2ee16398e0d36c599ffa625ff6fbc90398c4be27eeb7c4363dff85a0eb893910eb78317b7021fb93d987f5ef33a558efe74fc45a3fa5ebfb657e9eb910bb20eb877b1107821fb2657dbf57cbfc756338a0fc48dcef4bffd8b4fff5fb15f653bb0e7bbcefae896b1d5f1b62ed0fbb2ad6feb0ef6aec373762d6fdb42df6d80fec422df1d1018cf5877ad9295e2a61b49f8ed428efaa65fc52275bca6b18f9a013b55cef8c1ae79f8903e68b1bc29affa76c69ef33acf5576ac45364cbfdacb88ff9e290ff3ec6877b8411bf1ba8653eb98d6c397f13eea3ff476a5c3f51cbf5669c9daeefcdacf9f1b0649d65eb6db07d7b17bf07d1f73f9fb73c529f3ec47f7d3d5cfc3cda273bb423fb6c5fecd84eecd4cee26fb1e48773e3f127712c6b98db57fb66dfed875dd855bb66d7ed86ddb45b76dbeec452fa5f71a416ecda3dbb6f0feca13db2c7f6c4f6eca93db3e7f6c25eda2b7b6d6fec6d3cef1771c4f63adbb04ddbb26d5bd88e2d6dd756b636d61843c61936de04d33777dfc7f219478aa16106e6de3c9847f3648666649ecd8b199b49acb56ba66666e6e6d5bc9977f3916af9290eb3b03766d5ac9975b36136cd96d9363b66d7ec997d7310bf0fcd912d62cdc766ddb6e3792729bbdfc7e1ccc2f4cca93933e7e6c25cc658ae622dd7e6c6dcc6a3619aa6157f6ba75ace4c613aa6d43ed2382cc53abaa68ae79e9a3a36762dd5d22413570513bf5d748c9138d6bf4171eac53aeebfc66189fa7447037344f7b1dc9b3ad67666cee821b62c7ee27754fcad8e3156f173448ff4145b4f9f71d09046f44c2f34a0314d684a339ad32bbdd17b3c3e702c6895d6689d36629d9e36690badc971c448b66927d6b14b7bb44f07744847e938a693f8bd748f4ee98ccee9c20ce892aee8da9474f3251f8e6ea9414d6ac5fbb5e39b50271e653cba54511d07ae89dfe2f8bb236a3947d78ead735ee3886db98d2b663f96ddb981bb8fc7837b744ff118ba917b8ec74bfcf743fc7dec266eea666eee5edd9b8dbbd8671ceedd7db8855b756b6edd8cdd461c59f1e336cdf29a49fa8ebf2dcbe27fb7dcb6db896dbfa5bedbcdf918c438f6dcbe3b7087cbabe231fa93e30865c7eec4f5dc29dd2edba271b8b358c7b9bb7097eeca5d4b0cbffab81b77eb1aae19efd9b2fe331fae1d5b56b80e6dbbd2755de56ab66c380e2876f160f6f1df9e03f7f98e077ccf0fd4e04753f2d3671c3ce4113ff30b6df198276ec1539ef19c5ff98ddfe3f1c10b5ee5b5f83de575dee0cdf8843ee62d4bbcfd258eb8e6d12deff02eeff13e1ff0211fa5e3984fb8178fd3789cf1394fe2e7822ff98aaff926b5e4cb7ce16debf876f90accadf8225bc4a7e9e55172377d575cf3a5b7dcf2264e05c7858f63c3fb654b3ee7ed3292f86be01d177cdfdff941fcf4fdbd7ff08ffec90ffdc83fc7e3c58ffdc44ffd2c8ef358c3f771f4667e6e07a6f4affe8dc7f1ca77ff118f855ff56bf158f8f5e80dbf19e3d8f2db7ec7eff2d0fd10c732273cb403bfe7f7fd813f8c773df2c766ec4fe2d173ebfe34d6701623dbf4e7b1860b7fe9fe248ee52fcb5a628baefcb5bf89e7dffa468ca5e95bf1bbed0bdf893b7e9786cb077dd4f0d3babefc35d898171f4c882fec61f99212e2958bd00f776110eec34378b4c1cf3f63f8797f9132de0e8fe129f67e1186be1b46e139bc84b1a53009d3e588d0cfaff6392de761988579987e396692c52f35fc729ffb7a5efcecc62edffde1b72f31fc6abffdf98aef3f7f61bffd3996cfabfffabe8ff1f2ffee9fe3f8cfdfbffd17eeb43aae</data>
- </image>
- <image name="image21">
- <data format="XPM.GZ" length="9096">789c95d8577323371207f0777f8a2de3cd7505330e67eaea1e9473a0b274750f8d6e0c45659154bcbaef7e20fadfb3d25a4ea659de9f81011a8d30e0fefacbb7b3fd9d6fbffcfad37446b3317fe34b9a7cfb459e6e6fdffefd9f7ffdf7a79fbb9d6fe9df5eb7f5adf3f33f7efad95f7ee36fbbf77731c37dc070f601f131c1b5f23fd9bb700f5ecb2e93cbecd5b9dbadf9277b2fbb6cf7e049e35c5f4ee052cdd7eaa242fbfb73775a561e1f608677cc1dad7fa09e3f914d662d0f3d751ff1c91d5c69fcfcae2eda6ab9550ffa1a4f68c1882ff46141bcc3eccae2f38f66eddf5f35ae72fd15b5c5ebc58cfad3c6b9be9cc23d78012eb53e05750ff9a57575d1d6f1d2168c786962d6f270a36ec6bbde58f3736fd6f6c32d8cf602c653e2f9989fefb69bf1d4700f5e6b9cc7e31fccdd767e7e0a637c9e1b6b7d82914fda34ebf3d45177913f7a545b7ef8583d68231f6d33c6b70c63fc610c5778fe08c6f879db8ce707ea12edcb8d19cf3b18f92232633e0a18eb8d909fd2fa6b8cfa1bea0afdf1c08cf9efc1e8cfe7fdd7ad2cdfdc85915f7761463e3760e4db4fcc5aee5e1a6bf9bdb997cbc3b5dae6c38fcde87f13463c61ad71aecfabea41a50e258cf13b9dbfaac47865cdacfd7101f7753d09e2292bac8f6dd8f28bf1583e89619baf166cf33385f1bccff1f6dacdfebf565b3e6250dbf843b7b1e667c5acf51dc33db53f854bf80646fbbca31e5438ff2e60413eb6cc3dcaf940ffe980cee643d8d6e3a5bac2f948185f938f0533d61bfab3fc88d5c7fc91832ddf6f6a42bedd6e63dd2f79fdf5a8394f228c7cc499dac61f97d53de44f8e61d497b3c679bc4ef345451be53df540fab99c343f64fb35acc215f22530f6bfac98b53c6caa6d3d49c7ace57407e37d44f7b09dd7278db5fcd48cf9a9d54dfececc281fc2365ffbea5060bde6f5d8efa4f599e3f123755a7f9a9f166cf97a86b9afd78a3b75afa5e60e8cfa6ce5689f7beaa2aff99575f5c0f279050bce8fb6bac2fee51bb8d2e7f91146be5ca5b67c84d7c6397fee18c6f9ee4e61427ecee088f6faead041f9395ce0f97c7ef4a9c31a8f9fa9bb2d75b8827bc8d7adba8f72a7edcdd79f8e47f39dd647a1f969c355919fa76518f34fe8cfc64b6bb0cd7709633c61d658df57cf66ac175137e37d83b15e5c6caccfbfc068cfe5f554a4f5a1f1caa2daf663dc56176d94bfa8cb6a10f2f3a2b6fd113ae64137bb82fb38ef9e61c179f7a6a6b69eaf7265d67c86116cf79b5718f9e160d6fdecd07f33fe8dc65a3e85b17e98cc9a4fe6c65a7f4f9d5e0f9abfa959ebfba76c2a30df7e1d16359fa8ab36f6cfd05ce6fc484b4da4f9a41575b0fe0eccc857800baca71733ee97ef30c6e7f661ac177f6e467dc463e3094f662d771eb6fc9d98f17b219f9783ee00f3cdebb0e8f8dcabbac4f92c1b661daff4d54d3ec68d7379d882edfcf06a423eb96fd6f6780213f2f56ed6fd1ca2daf243beb19ed7c730f24595daf243878d351f8fb0cdc7116ceb71a6960edee7797f0f82ed0fb96facf11fa8a98ff3a43457bd9cef4b38aa5d571d3a3a3eda33ebfa8b2333f2e9d48c78fc211c719f7c30ebfb3fe6f92abb05f6bb5f560ffaf0315ce9fcc5257559697f91cd1aaf3f53577d1dbf477d3b2ff90216ad2f0335f583e4f8f761c2797460a65c9fa770d4fc79c41f0adc0fae61c2f9720863be68ac66e42f20fe667e5f619c176ed38cf75d7e5f94a1148dc76da9c9d6f7128c78c3111c715e929ab19fdd3a6ce7bd6facebebdd8cdfd7b9bfaa57b6357fbca2ae44e743bc9afaf0394cc4f9f92b7528d4b20c235e1ac011e319a9b913b41ccf33f2edded462fb650217f0228cfcb99119bf2ff3795471d9c7fc4635e17ce0353517dabf3b80b1df094ec7b1aeef6bb396bb1ab6f37ec98cfdd182a3c6e32fd411e7a31fc2982fc9eb837ab65efdb3daf61f9f99b1be6bb3d617860b1daf4c1beb7c3cc2361f7d3862bf8dcdd82f0b6a467f740b1795b6f766e65c9fdb30e9f3ee1ec6faa46733faabcd88ffd0ccfd3cfe4a2d589fbe54c70e7e0f6dc176de687f5c89cea75caaa98df92575ca9fc65fc005fadf376bff8ce703697d5e3463ffddc1188f3c99d1ff5ee3dc7e7c366bfbb26316756c9cff7e2ea03fee603eb7cc989f095ce87ea22733e26d8cf3a40763ffb9e5c67a1f5b534b07e771346b3cee16467fcea96347e7d70d61ac67bf69c6efdd0318fbc38dcdf8fd9fe30969fd61bcd4388fc73da92d1ffe08b6fbcf9219e32dd462fbe5c2acebd5bfc084f1de98a38e77411d0bdcd7f3ef8720160f6bb9d8f925a1b1aea74d33e6fbb9b196cf60db3f4398701eeec0e88fa25a3a386fafcd3a3f52c185ae27ba8409f37b07e3fde6506efbc75da9eb0eceab9e19e3cff9e57e335ed758c73381b17f441aebf8ce6142f9ae59e375a5dac6c7b559fbe33d18fbd51dc1c897bb51c702f7c37c1f61b178780c5bffdbb0edbff7c6399f3c520be68f16619c6fe1d48cf3cacab17ee3ab3a16ba9efc028cfb577c37a35cc72735ee177ec78cf77bce9f34f9e70ac6791296d4b6be7906933a0a1ceb22fb4e1da9aeb3bdbaee68b96fc3b82ff98119f7af6db8c679bc6fd6f763ccf99028187f74b0edaf4375c47a8d2f30e2098f30e6272e98115f475de3be10f2fb31b566f3b7af8eb63f8ecc68ff1e467d5fa86bac1fdf856b3d1ffcbb19f7a3bc7e5338185f3881d30532af9791ba46ff2470a18e6f30c64b68afae71fee7f9afe7f1ebfcee99d1dfb159f311b661e437ecc251e3f1705de3fcec9b753dc55bb3c6e3f2df7fd5f53ca21c5fa1ae3bda5e78806d3e0766adefdf60b44f3766e4a76eacf97f35eb78dc4ae3dcde70e6dd175ff2c173fa888fbe4eff253ffab29ecb7d5ca63f7dfafa717ef6ca5ffb1b7f9b3e77fede3ff8c7794b3fd61dcebe8863923e533ff34ffed9bff857ffe6dffd825ff44b7ed9aff8d5d4cef84fe220bf967a5cf71b7ed36ff96dbfe377fd9edff7437fe00ffd913ff62729c2f11fc43149bd9cfa337fee2f7ccbb77dc7777dcff77de107bef495f3ce397221b7f2751ce4d9b113175ded46eed28ddd95bb7637eed6ddb97bf7e01eddc44dddcc3db9e78fb17c8863ec27eec5bda616dedcbb5b708b6ec92dbb95e6b3ead652d9badb709b6ecb6d7fcfcbf738d2ff79703b6ed7edb97d374c7d1eb8c3ef2df8d7fcdf2377ec4edca93b73e7eec2e6c8e2c851b45cdb755cd7f55cdf156ef02186ef9fd255e4c911a5dc053ffe1407b90b0ae9dee8dc11a5c36ade2fd5e93ba24b1ad3155da73fdd24dfd29d3ba57b7aa0c73443e34f718c521b139ad28c9ebef74acff4e222bdd21bbdd3022dd2122da716566895d668dd4f68e3631cb499fecf568a719b76521c35eda616f6689f867440877444c76e8f4ee894cee89c2ed2a745edf9339ff3411deaa6b1a45f15a985c2bfd2804aaa820f2e500881e7f799508751b84cb1aed2348cc3959f7cce47b80e37e95e7a1beec27d78088f614277611a66e1293c8797f01adec27b58088b61292cd3435809ab61ed8738467e12d6c346d80c5b613bec84ddb017f6c3306dde8370e84ec351380e27e1349c85f370115aa19d7ed574f3ec7e8823b5d10bfd745f1f843254ec43c98e4ec230bdd103f3fccdcd358ff892c77cc5d77cc3b79e69e3733edc05dff13d3fa4e5fe98eebe139ef28c9ff8995ff895dfd2f79d177891977899577895d7789d373ecfcb3c0edee42dde260ab7a99d1ddee53ddee7211ff0211ff1319fa4a74ff98ccff9825bdce64e3a99c63fec970977b9976f4783d4ca35975ccd230fe73c162f4e48d2d54fd26d426a19c9653a91beda2f6917c958aee45a6ee456eee45e1ed253411e65225399c9933ccb8bbcca9bbca74cb02cfcf6fc48f3cdb2284bb22c2bb22a6bb22e1bb2295bb22d3bb22b7bb22f43399043399263eecac9d7e7989cfa5acee45c2ea425ed7427ed4a2fdd4d2ed26d744906524a157d7472ecebf8e15cfdf13c9d9f9731fd408af9351f47b21c2fe3385ec5eb78136fe35dbc9f8f223ec4c7afcfb1f838ffc6499ca67e66f1293ec797f81adfe27b7a7a212ec6a5b81c57520baba956fefc360e2b896bf121d55cf7213db31137e356dc9645cfbc91dade89bb1f5af8228e4f9fbdb8ef25f52b7198be0729fed5d4fa871a5fe5e38736f4b39b3e6b5f96fc9538fef4f3f5bcfcbd367eef3df7b75af8fdf7ed5f8ae7cfdffbf6fde3fe9b38fef7cf9ffe0fd0a2b0b0</data>
- </image>
- <image name="image22">
- <data format="XPM.GZ" length="8584">789c8dd859731bb91107f0777f0a95f1b695c2f2d64ca5f22089ba498a14258a522a0fdd8da1445dd4419d5bf9ee81d0ffc6ae6dd9d9385aefcf33d368341a98f1fefedbca74d85ff9edf72f8f4b5ace65452ee861e5b7f07473f3f6effffceb8f2f5f9b8d958fff97c54ae3eb3fbe7cf5b31559192c6eab04f7178c967f01af47b85afadf8765036ec1f7d945b24b2ecc3c30d7f57e820bbdee2bb35ef7c36c8dd78545af3bc94ed7a93437f4f9c70fd76bf9f9318ce77dc3acf7735dfdf12bc573e646f9e17009b730dec8acd73d9b9bf514ef20b9b0fb7d30eb75ba32b728c56fc185e6438f66bddf53761a8f6be696c62bb2533c2fe6765ae63085315f776246fc07b3c6f35b1f6ed4cca1ad6ea01efedcacf93832ebf8d4347792e508c6fcfd8519f99e99355f1a666bbc4d7347afdfc3a807bd9a359eb3f8983fa5f56894713c1dbf6ed6f8d51c46bd7991adf37b32233e9bf579776e5e6da6f9dec182e757cd787e66d6fcdc5bb6d663db8cf95e9a353e6b3dca660dcfd7b3f5f97bb33eef2ecdfabcefc3987f48fdd6ac5bbebca56ed6b03feeb3d37559376bbd2a6f463f5e64a7f8dc3523dfd76ccd7760d67cfd3c5bd7ffd08cfc37b339c5cbf916c964f1d05fb466d6f1fd285bc73f30a3deefd9ba5e4bb38ee7b3753cdf86ad1f6a66cce72e5bc77b32633ea766c49bc0587f7f69c6fa1f27c7f5d3f5a08919eb716dd6f560860bbd9fc98cf5393263bf6c646bfd76cda84fd75c683e1e46ffbac28cfcbbd93aff5bb3ce87e6d9ba9e7db3c6f78b6c5d5fad67d9b27ee9656bfc7533eafb9eadf5dd816d3dafcd3a1ea5fdd8aa37305f1eaa5b38efe4d5acf595876cadd7cc8c7ae5ebe8e76333c65bcd4ef904bbdfcebf8519cf7bb3cecfb5b2753e3766accf6db65e5f3397ade4ab6c49f73bd8d6fb285bd7b763467dc7d91a7fd7ace3bb1c0fe3bdc0584f6ff514d2eb69bfb7a8817ee03bb59d07ae67c6fc27d9da1feb30eac5dbea560beb7768c6fbd78cf9bad2acf9f2068cfe0ef766c47f33239f90adfd3c3463be1d33eaa1fd406d9bcf9119f5dbcdd6e7f7e036fa25cdb7ddc8fbf3c58cf1e766eca71a6cfb6b235bebdd50b7ec7c10d8de0fab66f4ff345bdff7de8cef8f5d33f6d389ba6dfb87cd7a7f7569467dd7cc98cfa659eb473b701be7633f5bfba165c67eabb275be365e5bfbdfb5cdda8f6e1b2eb15efbd97aff331cd0ffab668def9a667dde617d3a75f477daef6d6aa27e3c36a31f46668cffa6b6fdea9fe1422d4b75bb8dfa5e676bfcd2acf516c46b9758bf8119eb27d9daffef665dcfeaca8c7cefcc5a3fbe8103fa6d6a46fd76ccacf541be9d3aae3f98713eb460ac9fa4feeec47ec5f7e0b919f51f9bb57e6107b6f3e5dd8cfa9ea8637fe9f887661d5f025ce2fd6ad7511f798203eab966c6f51775a78efa6f9971fe6c9849c7ef9aa59df27f86addfafcde8e72b33e6539a11af61e690ae1770a9268b87fe95b4fe1db2fdeb8ed5b93e5766d4e7526df3e35eb6be9f8fccfa3c0533f6dba359fb419e61f4af5c98513fbbbfadf98561b6de7f62c6f7f91e8cf5a28e19fd726b46bdbc59527ddcba39a4f5208b87fd4f4f66ecf703b3cec737d5ab36df35b3d65fd2fdabcdd80f9affc28cf57e85719ef12e8cfdcaad6c7dbe075bff35cd388fe7d9babf9d19df5b6333de87857ad5faf7365be3bf9b35bed4b3357ec38cf3dcee6f6b3ddd14c6f94adb30c6a71b33eaa5d7d9f60f8f60f44335336bbde40a2ef13db584711eb1d6876d7efc98addf1f9519eb776fd6fd29186fb58d7ab4cca8c74eb6d6c3c6437f86976c7dbf23bf55f42769bdb9c0f9c0e9efcf45d3fa4f6ed4566fe99b113f98d13f7b30f2750bb3f63bb7619cf7cee2973a5f3e85d14f928df1aaec945f95ade3877d33d6f7d98cf7c1c0acfd21a5baa8ebfdd579b6beff8e617b7f637e45d07a85b4df8abcfed280d1ffa2f9e5f5a11333ce8f51b6ae47c38cf91c64eb7aecc3783fca305bd7d7e295f83ed9326bbeb20bdbfa6e9ab13fda66ad1777d485ed871dd8faefcc8cf1cfcdd81f13b8d47844d97afe613e05c693347ed9cafbfb14c6fb466a30be9fc2058cf3257833f6df545d58bfb259af0782119f9f60f427bf98f1fc2b8cf12a519716efce8cf3fe4c4d783f86743e9652d8f7760fc6f74da5f948d9d67a841a6cf33d33a3fffab0f5bbce4fa8adfba94af5899f7336fe098cfd26e730fa21ccd4793e1335593edb30e9fe09a95e24b67ebc5497388fc3158cfd5f3918ef3feaa973fc0e4c7a3d5cabb9016fc21d9c17a97f38e68b7abe99f1bd3881b11faa0063ff923d1f10ef424db6ffd2fb864389f951df8cefa7819ad03f61cf8cf9325c69bd58c70fdc40be5d33ea5966a7ff5e4e0277aa4eba7e045758bff4fe94763c70f4f96318e3855bb5541a8fd3fa4a7c1ee36f99f57a58a805e34bc7ace3733a4f439b09fdb161467e63b5c094ea172a6ee87a84426df1dca93ad06c96c64b7fdfa93aa1a1e6747e569554a8af5effb85fc7bb51571ddc9ffa79368b236a7f4dd55503eb77a69ea19fa86646bd4fe199e6375a7af77f7e28fe622f3ec45fd5f7d73f62f859fcb74f7ffcb9bff0737fe9affcb5bff1b77ee1effcbd7ff8f6be9fe5e11fe3b84bffe49ffd8b7f8dcfbff977bfe6d7fd86effacd6f73f93c0fbfe5b7e3983b7e37feaca5dff7fcbeeff97ecc6be00f62fc5fe4e1877ee40f63be8b98c3461c77cd8ffd913f8e594cfc899ffa537fe66bbefef33c7cc3377d2bdeb51da3dcc6088b38723bfeeaf8555ff8d279e71cf903f7d33c9cb8e02a3773e7eec2cdfd9dbbf45d77e5aedd8dbb750b77e7eedd837b74e4968e7f96877b72cfeec5bdc6281c23bcf93df7eed6dcbadb705db7e9b6dcb6db71bbfeccbdc56bd5a7790cfd91db73fb7ee47a8e5ddfdfbb813b88630fddc84fdd617c72ec8edc718c3189730d9fe5e14edcd49dba335773f5984bcd0f62e60dd774ada8b6ebb85557b8927c8cc17e40eed33cce898849620d96f1a9b9ab533c79dc31cd62b40e9dd305cd5de16b8ee832c6b8fa2c8f18e39a6ee896167175e32f37f3135ad09d2be89e1e7c2ffec43f73af7e2be671f0791ef4484b7aa2677f4c2f31c69c5ee92d8efd4e6bb44e1bd475d1ee8d36e3ba4c62977d5a0f3f8ca36ed136edd06e7c668ff6a947fdf8fb206678f0b17368186b7111f3e9fa3b1a7dde1f74187318d3111dd3844e684aa7744635aa53234669d290ba1fef368a7f618a73293eef0f2ad9739cac8fa71c33cbc7e9cb333ee70b9ebb195ff2155ff30d7f54ece027fd117f78e1c734e0bb1867c0f7fcc08fbce4277ee6177ee53777ec02bff35aec91e1cff70bafc74c3662165dde8cffdce26ddee15ddee37deec535eef92ef7e3c7fce057e7478c71c0431ef1218ff9286672cc133ee1299ff2197b9afb11d7e23debbf3ac7e2f53a3762259adce25efc89ef1f8e7f8988732ac5bb13711f1152945f9c1f125fe322f1dd52c94ccee542e6722957722d37722b0bb993fb1ce517e7983cc8a32c6394204f31c633b7e4455ee52dfefe2e6bb22e1bdfe7f2433dd6a52b9bb225dbb223bbb227fbd293be0ce420fe0c6394911ccaf8db5cfe9a87feb91cc9b14ce444a631c2a99c494d3856a32e0d69c6b8adf80ee658b574ef8f79207a5f3ab22a45fc9cf3c1c54f94f8d9112716e2fb7116cec385ec8439e75cbecd43ff2c5c86ab701d6ec26d5884bb701f1ec2635886a7f01c5ec26b788b91aaf01ed6e4f0cf9afc990762ac878dd00d9b612b6c871dcc8ec26ed80bfba117fa6110631c8461187d64f27d3d10e3308cc351380e93702264b58b7f3e0da7e14c26a116eaa1119a3c0fad1feb817bdb21fe353414a1acfc9f1174bd2a5751153f82e274aa6a26f4637fd8fce4ae3aaf2e98be8d90a28ce357cabcbaacaeaaeb14e193fef8b6ff7e8cf1fd3ef97beffdbff7f3f5bffffcf23f9ad4e4ee</data>
- </image>
- <image name="image23">
- <data format="XPM.GZ" length="8856">789c95d75b5363b91107f0f7fd14d4f4db564aeb3b76a5f2602ec6dc317748e5a1a5962f188301db60a7f2dd239ffeb786c930c966590ff31b9dd36a492d9de33f7edfb83d3bdef8fd8fdfde663c1b858d30e4d78ddf653e992cfffe8fbffdf3b76fd5ca46fabf56ae6f54befde5b76fee61236c9c3c3fc502f409bdd9e7164ea052f1dfda32816ba5e6dab15fb869762bb889f681b9acf7c76c6dff58bb5c2a05b5afa8cbb56aab88775eb859aee9fd7c0b372b857dd95c2b17d78f60c40bdeaced9eb2b988d75ebb522a078d17b7b28bfe7d5f9d7e0a4bc35c2de285ef2eda7960d6f881cdf562dac353b6b64fcc0db5836b9a6fa0eca29d16668de7c6d945bbaf99351eedc04de45736239f79b6deaff15a39fe45b6c6eb9937abc5f5ef30e24bdbacf973335be7bb62d6f844d945bb7b3437b4fdd2acfd85e76c5ff4770b07eddf1f99b1dead6cedffd48cfeafb2b57fcb3f68ff6191adede8bf6aebfb6a46bcbb6cbd3e1bf18af155cb39fe5d76717ddc56a7f845fe54cbd6fec666ed8f3b66cc97cfd6f57c3463bdcee09ad6af3f3163bedecc1adf4fb275feaa66f4f79eade3cdd76b7f749b5dac17ef999b45bb7bcad6f6a9b9552bee5fc1a8071e666b7f9766bd9fb660ac27d97c62be5db6e6c73a1f2d9b8f706cd6ebfd218c7af55d33d62f64eb7ccfcc1adf6d99353f19c196dfc08cf9bcc9d678cf66d47fbe5fe79396668cbfadae59bd0db3b5bf0f33f2bbcad6fb8359e7dfddc2b65e457dd5cab6bf7dc98cfcd98cf5de8591bfafaaabd6df9bba86f354ea669c474b33cec71b33e25d9b75fcfe14c6f323b6cd386fb3514ffd6c9d9fb919f55133ebf8fd47b6e61fcd3a5f7c9c1d8af13cc2561f3d33e28fb28b786ed7acfd853333d6c3c61bb01e361f41fb731d3317d78762ffd4d8e63feca8f379a0f972cea7955de41366661d6fa89b351f798551af543223fe205befef98319fcd6cad9743b3c6f72ebb185fd07ae1ba9d6f7333e25f99117fc7acf1c2cbdaf58a9d4761d7acd7cb0ab6f5ba37633c57d95a6f4f66acd7036cfbf3da8c7a413cdb6f6ec7ace363e457c3fb47d856e7f19d98b53f7e36eb7a0bfaafd7357f199b91ffad19f3c3704bf7874ccda8978b6cedffc88cfbf7b3b5fd1016d453c38cf5d4f1b09d777ea1ae613ce1365be74bcc7a7f9cabeb2d3c2fa766e45b35235ec58cfd1160c1f9db356b3ef264c6782fcd18ef41b6b6d7cc58bf4d33ebfe9fa91b659c87d1acf1e83c5be39d9ab17f8bfe1a95bcff06663c1f87b0bd4f8819e3df32a3feafb335df13b3f6e7efd4b65fa8a96e94511f4333e297b3753fbc9811ffc8acf1dd12aee37de9205bd763df8cf19c9bb13f5db6cec7bb19f9b660d487b019f534336b7e54316b7efc600ef5227e17b6f52da937cb38ff74bcf9bc91b76c9d8f1b33faebab6d3eb807d7f17ebe6346bd338c7a9660c6787761c1f78343339e972533ced7ba59c7c74f6629ecd1be69ebb969c6f36d6cf652e4539c3f9bd586cd87c0751daf7f35eb78a96af65a6f2b18e70b6f9971de4fcd982f8b277a3ebaa119e76dd9acfb8f8ed49ba85f9a98757e385bc7430eb6fa7cc9d67aea98313f17669cbf03b38ecfddc32dd47334633db6cdd89fcb6c1dff8759f3e37db314dfcffd1e8cfa0c453d6dfa5cdf7558f07ebb6fd6f9097abf4fe3d7f598c275ad0f6ac02dd4e70c46bdb9aa19effbcfd9fabebb30a33e2eb2f53c467ecd329e4fbb30d69b8afa6ba6f9c47e2633ceab4bb885f1b4cc3a1e3e306b7db3c0c837f4cd386f9bd93a7f67ea26ea85c666bd5ffa66bdde35603c6f5d0fc6fabba919f3d335e37d51c79bd603e3b937eb78a406a3bef8d1acf510ec7ecc876f98f57ab2eb711ec8dc8cfaf5d93afe277513e7812ccd887f6e463e88d7c47af102b6f785366ccfdf6333d677c78c7cceb3757eb6d42debaf386f5bb5cd3abe3fecc2b8deeda99bd85f7e0bc6f39c2eccd85f5d736c14be51b7f03c93aa19f18fe03adee79a668d1f9d19f95b3c3b1f4e60bcbfb88119e3ff8005eba7d7874dd1f3293e9bd1aee30d56af928d7c6b309e2fec60ac0f4d61ec4fb934ebfcf807750be7437c37ebfea20e8cfce8d48cf7aba659e3c5a19aadbecf60abef3bb3f6e78afae6bc9ef1416df9c83b8ce7b71318f51047663cbfaed48cfce323cc589fa8f6159c8fea3c1facfd855c0f1518cf07b98371fec83e2c41e7d3abd99e470463ffb84333cef3111cb5de6234ebfe8f4f6a5fc1fa78b3b6bb03b881f92bfaf3ebf9d2f19cc3381fa5a5e632f2ed98351ebdc2a87fe99931ffc730e3bc3f8523dea73ed4be82f93a8059fb736538e2fbefdc8cfd7164d6f9756fea50c1fba6e62f39bf6d339e075eed1bda7f9c98d1be82510f7e08473d1fdc8b3af5a7f5553c1f43dd37d0de57870af2fb801ba8bf32cc58bf00c77e71bf1f65f78bfbdfd5d2c0fb5bf17e18523e3a9f71658eba3e0feaf47552f773c58c7a98c18c7ceed582fcb9381f258d07f377aa4e05a7ef1f02475daf98aded726dd6f1b833b5d87c2dcd98af056ce3bb37ebf863b1be12835ddf8519eb5d520bf6ab1cc3acf7fb627e6323449cc7276aa920fe186e68fe7161c6fcefc311e7cda119edafea58c17ed2fea234709e5dc298eff80a637eb8388ffaebd733ddbf2f668dcfd7ead8d0eba5045b7b319ffd7e1ff3d39b39fa131f76de05272ebabe1bb8a11b595b31a687f4b75f7dc6eed14ddc937b7653f7e25edd9b9bb9b95bb877f7e1966eb5bee6bfe4d1765b6edbedb85dd749bff75cd7edbb0377e88edcb13b71a7e9ef67aee7ce7f9587bb48bd5fba2b779d7e6edcadbb73f7aee4caaee2aaaee6eaae917e365dd3b5c839fe390f2262f214dc1549fa44b74b7d1ad09046f440637aa4093dd1c4edd1334de9855ee9edc73cdc05cd684e0b7a4f3f1fe967492b6ad3166dd30eed5287f6a84bfb7440877444c729e2099dd2d9e73ca847e77491225cd2155dd30dddd21ddd5389ca54a12ad5a84e0ddaa4a61b528b1d13a707533aede5731eb4e2b4fc3ca085bbe3215df1881f78cc8f3ce1277ee6a97be6177ee5379ef19c17fcce1fbce415b73fe571c15bbccd3bb4e05deef01e7d7097f7f9800fa9ca477c9ce29ef0299f718fcff9822ff98aaff9866f3faf0bddf01ddf7389cb5c4931aae9193ae63a37d633c39b34e026b7bcf3944e52efc3fa04f5fd54773fd4871ff8a11ff9073ff68f7ee29ffcb39ffa17ffeadffccccffdc2bffb0fbff42bdf762dbfe5b71dff5ca77ec7effa8edfa3ab14a1ebbb74e3f7fd41bafbd01ff9e3747737fdfb893ff567fe88074504cce3a73c7afedc5ff84b5af9ab74ff75fa7de36ffd1db5fd3df70b97b8e2cbe9ada0eaee7ced7b4d7dcf833b3e9d9a7ed32f69903e73df4d7736d3679922767d2bb840213d88b913025789beca23b54b3a59d33dfeda2fc3200cc388fbe1218cc363ba7f129ec233dd84691adf3557c3cb5779a428afe12dbca5ba9ca72c8e43725a8d6aba7eeec6619136fe7bf8084b3e0c43ee7cde5f9feb34ac429b477e1206be17b6c276d8e166587025ec864ed80bddb0efe7e120addf8dbbf8bcc77edc2f690c87a19d4691764d384a91d27a84137f104ed308f6fd209cf9dbb06d7311f8e73c8a5c7ae13cd5c171ca23d56db80cd370b9fe4dfd7015aec34db8fd7e2df5be3ec7c25db80fa5504efd554235c5a8865afaf3328da6ee275cf9eaacfbf9fc088db0199ae965ce0909a757c2f4e04cb5330b637f2ff1ab33efcb736c15eea52f0371fe4586fe5846a12d0f3296c7f47bf267f270c41d79926799ca8bbcca9bcc642e0b79970f59a637c3d5ffc8a3986769cb966ccb8eeca68a8bd2913de9cabe1cc8a11cc980dac579c7bfc8231d4d8e1c87a51ccb899cca99f4e43cf57f21977225d77e24d772c3d5f5357aed4f7914ffde9bc9addcc9bd94a42c15a94a2d7d114dcf7e495f57a5155da4c888f0c5beb5d8328f5e4ed7838831dcb8555c9f331c0772198771943e0fee73949ff348eda9af717c8c93f8149fbf5fed986f530e8f29faf4d3bf7e91c73a527c882ff135bec599343ec7482df3b888eff123e7fc8b3cd249d48fb3b88cabd8fe31c27a3c711ab7dcc3aff3c0caa6dfb11fb77dffd31cd94f5e875fe6f11f6bfeff7cbefdebafbffd1b7cc74283</data>
- </image>
-</images>
-<connections>
- <connection>
- <sender>fileNewAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>fileNew()</slot>
- </connection>
- <connection>
- <sender>fileOpenAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>fileOpen()</slot>
- </connection>
- <connection>
- <sender>fileSaveAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>fileSave()</slot>
- </connection>
- <connection>
- <sender>fileSaveAsAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>fileSaveAs()</slot>
- </connection>
- <connection>
- <sender>filePrintAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>filePrint()</slot>
- </connection>
- <connection>
- <sender>fileExitAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>fileExit()</slot>
- </connection>
- <connection>
- <sender>editUndoAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>editUndo()</slot>
- </connection>
- <connection>
- <sender>editRedoAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>editRedo()</slot>
- </connection>
- <connection>
- <sender>editCutAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>editCut()</slot>
- </connection>
- <connection>
- <sender>editCopyAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>editCopy()</slot>
- </connection>
- <connection>
- <sender>editPasteAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>editPaste()</slot>
- </connection>
- <connection>
- <sender>editFindAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>editFind()</slot>
- </connection>
- <connection>
- <sender>helpIndexAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>helpIndex()</slot>
- </connection>
- <connection>
- <sender>helpContentsAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>helpContents()</slot>
- </connection>
- <connection>
- <sender>helpAboutAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>helpAbout()</slot>
- </connection>
- <connection>
- <sender>buildAll_PackagesAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>buildAllPackages()</slot>
- </connection>
- <connection>
- <sender>buildSelected_PackageAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>buildSelectedPackages()</slot>
- </connection>
- <connection>
- <sender>buildRescan_PackagesAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>buildRescanPackages()</slot>
- </connection>
- <connection>
- <sender>editPreferencesAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>editPreferences()</slot>
- </connection>
- <connection>
- <sender>debugConsoleAction</sender>
- <signal>activated()</signal>
- <receiver>MainWindowBase</receiver>
- <slot>debugConsole()</slot>
- </connection>
-</connections>
-<slots>
- <slot>fileNew()</slot>
- <slot>fileOpen()</slot>
- <slot>fileSave()</slot>
- <slot>fileSaveAs()</slot>
- <slot>filePrint()</slot>
- <slot>fileExit()</slot>
- <slot>editUndo()</slot>
- <slot>editRedo()</slot>
- <slot>editCut()</slot>
- <slot>editCopy()</slot>
- <slot>editPaste()</slot>
- <slot>editFind()</slot>
- <slot>helpIndex()</slot>
- <slot>helpContents()</slot>
- <slot>helpAbout()</slot>
- <slot>buildAllPackages()</slot>
- <slot>buildSelectedPackages()</slot>
- <slot>buildRescanPackages()</slot>
- <slot>editPreferences()</slot>
- <slot>debugConsole()</slot>
-</slots>
-<layoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>packageview.h</includehint>
-</includehints>
-</UI>
diff --git a/bin/commander/packages.py b/bin/commander/packages.py
deleted file mode 100644
index 8841ead0f..000000000
--- a/bin/commander/packages.py
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: iso8859-15 -*-
-
-from oe import data, event, parse, debug, build, make
-import copy, glob, os, sys
-
-class Packages:
- """Provide a higher level API to the OE package data"""
- __instance = None
-
- def __init__( self, cfg = {} ):
- print "Packages.__init__()"
- make.cfg = cfg
- make.pkgdata = {}
- make.pkgs = {}
- self.valid = False
-
- try:
- make.cfg = parse.handle("conf/oe.conf", make.cfg )
- except IOError:
- fatal("Unable to open oe.conf")
-
- def instance():
- if Packages.__instance is None:
- Packages.__instance = Packages()
- return Packages.__instance
-
- instance = staticmethod( instance )
-
- def numPackages( self ):
- return len( make.pkgdata )
-
- def names( self ):
- return make.pkgdata.keys()
-
- def isVirtual( self, package ):
- return "virtual" in data.getVar( "PROVIDES", make.pkgdata[package], 1 ) # Python 2.3 only
-
- def data( self, package, key ):
- if package in make.pkgdata and key in make.pkgdata[package]:
- return data.getVar( key, make.pkgdata[package], 1 )
- else:
- return "N/A"
-
- def getVar( self, key ):
- return data.getVar( key, make.cfg )
-
- def scan( self, progressCallback ):
- make.collect_oefiles( progressCallback )
-
-
-#------------------------------------------------------------------------#
-# main
-#------------------------------------------------------------------------#
-
-if __name__ == "__main__":
- def function( *args, **kwargs ):
- print args, kwargs
-
- p = Packages( cfg )
- p.scan( function ) \ No newline at end of file
diff --git a/bin/commander/packageview.py b/bin/commander/packageview.py
deleted file mode 100644
index cf04f7e62..000000000
--- a/bin/commander/packageview.py
+++ /dev/null
@@ -1,71 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: iso8859-15 -*-
-
-from qt import *
-from packages import Packages
-from appinfo import *
-connect = QObject.connect
-
-class PackageView( QListView ):
-
- columns = "PROVIDES CHECK A B C D E F STATUS CATEGORY SECTION PRIORITY MAINTAINER SRC_URI HOMEPAGE DEPENDS RDEPENDS SHORTNAME".split()
- coldict = {}
- for i in range( 0, len( columns ) ):
- coldict[ columns[i] ] = i
-
- def __init__( self, *args ):
- QListView.__init__( self, *args )
-
- for c in PackageView.columns:
- if len( c ) > 1: self.addColumn( c.title() )
- else: self.addColumn( " " )
-
- self.setColumnWidthMode( 2, QListView.Manual )
- self.setColumnWidthMode( 3, QListView.Manual )
- self.setColumnWidthMode( 4, QListView.Manual )
- self.setColumnWidthMode( 5, QListView.Manual )
- self.setColumnWidthMode( 6, QListView.Manual )
- self.setColumnWidthMode( 7, QListView.Manual )
-
- header = self.header()
-
- header.setLabel( 0, QIconSet( QPixmap( imageDir + "package.png" ) ), "Provider" )
-
- header.setLabel( 2, QIconSet( QPixmap( imageDir + "do_unpack.png" ) ), "" )
- header.setLabel( 3, QIconSet( QPixmap( imageDir + "do_patch.png" ) ), "" )
- header.setLabel( 4, QIconSet( QPixmap( imageDir + "do_configure.png" ) ), "" )
- header.setLabel( 5, QIconSet( QPixmap( imageDir + "do_compile.png" ) ), "" )
- header.setLabel( 6, QIconSet( QPixmap( imageDir + "do_stage.png" ) ), "" )
- header.setLabel( 7, QIconSet( QPixmap( imageDir + "do_install.png" ) ), "" )
-
-
- self.setRootIsDecorated( True )
- self.setAllColumnsShowFocus( True )
- self.setShowSortIndicator( True )
- self.setShowToolTips( True )
- self.setColumnAlignment( PackageView.coldict["CHECK"], Qt.AlignCenter )
-
- connect( self, SIGNAL( "mouseButtonClicked( int, QListViewItem*, const QPoint&, int )" ),
- self.handleMouseButtonClicked )
-
- def handleMouseButtonClicked( self, button, item, pos, col ):
- if item and col == self.coldict["CHECK"]: item.toggleCheck()
-
- def expandAll( self, expand = True ):
- it = QListViewItemIterator( self )
- while it.current():
- it.current().setOpen( expand )
- it += 1
-
-#------------------------------------------------------------------------#
-# main
-#------------------------------------------------------------------------#
-
-if __name__ == "__main__":
- import sys
- from qt import *
- app = QApplication( sys.argv )
- mw = PackageView()
- app.setMainWidget( mw )
- app.exec_loop()
-
diff --git a/bin/commander/provideritem.py b/bin/commander/provideritem.py
deleted file mode 100644
index bac9f045d..000000000
--- a/bin/commander/provideritem.py
+++ /dev/null
@@ -1,170 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: iso8859-15 -*-
-
-import os
-from qt import *
-from appinfo import *
-from packages import Packages
-
-class ProviderItem( QListViewItem ): #QCheckListItem
-
- columns = { "PROVIDES": 0,
- "CHECK": 1,
- "unpack":2, "patch":3, "configure":4, "compile":5, "stage":6, "install":7,
- "STATUS": 8,
- "CATEGORY": 9,
- "SECTION": 10,
- "PRIORITY": 11,
- "MAINTAINER": 12,
- "SRC_URI": 13,
- "HOMEPAGE": 14,
- "DEPENDS": 15,
- "RDEPENDS": 16,
- "SHORTNAME": 17 }
-
- icons = {}
-
- def __init__( self, parent, provider, virtual = False ):
-
- if not ProviderItem.icons:
- ProviderItem.icons = { "unpack" : QPixmap( imageDir + "do_unpack.png" ),
- "patch" : QPixmap( imageDir + "do_patch.png" ),
- "configure" : QPixmap( imageDir + "do_configure.png" ),
- "compile" : QPixmap( imageDir + "do_compile.png" ),
- "stage" : QPixmap( imageDir + "do_stage.png" ),
- "install" : QPixmap( imageDir + "do_install.png" ) }
-
- self.parent = parent
- self.virtual = virtual
- self.p = Packages.instance()
- self.fullname = provider
- self.shortname = provider.split( "/" )[-1]
- # <HACK>
- # Caution! I have absolutely no idea if it is correct to assume, that
- # the last provider is the most unspecific one... for now this seems to work :)
- # </HACK>
- self.mup = self.mupValue()
- self.virtualp = self.virtualValue()
-
- print "ProviderItemInit: FN='%s' SN='%s', VP='%s', MUP='%s'" % ( self.fullname, self.shortname, self.virtualp, self.mup )
-
- if self.mup == "N/A":
- print "Warning: MUP of '%s' seems to be not available." % provider
-
- if virtual:
- QListViewItem.__init__( self, parent, provider )
- return
-
- if self.virtualp:
- #
- # check if a corresponding virtual parent element already has been added
- #
- vparent = parent.findItem( self.virtualp, 0 )
- if not vparent:
- vparent = ProviderItem( parent, self.virtualp, True )
- vparent.setPixmap( 0, QPixmap( imageDir + "virtual.png" ) )
-
- QListViewItem.__init__( self, vparent, provider )
- #QCheckListItem.__init__( self, vparent, provider, QCheckListItem.CheckBox )
-
- else:
- #
- # check if a corresponding mup parent element already has been added
- #
- vparent = parent.findItem( self.mup, 0 )
- if not vparent:
- vparent = ProviderItem( parent, self.mup, True )
- vparent.setPixmap( 0, QPixmap( imageDir + "virtual.png" ) )
- QListViewItem.__init__( self, vparent, provider )
-
- self.decorate()
- self.syncStatus()
- self.setPixmap( 0, QPixmap( imageDir + "package.png" ) )
- self.setCheckStatus( False )
-
- def getVar( self, value ):
- return self.p.data( self.fullname, value )
-
- def virtualValue( self ):
- #print self.p.data(self.fullname, "PROVIDES" )
- providers = self.p.data(self.fullname, "PROVIDES" ).split()
- for p in providers:
- if p.split( '/' )[0] == "virtual": return p
-
- def mupValue( self ):
- providers = self.p.data( self.fullname, "PROVIDES" ).split()
- return providers[-1]
-
- def setCheckStatus( self, checked ):
- self.checked = checked
- if self.checked:
- self.setPixmap( 1, QPixmap( imageDir + "checked.png" ) )
- else:
- self.setPixmap( 1, QPixmap( imageDir + "unchecked.png" ) )
-
- def setBuildStatus( self, *args, **kwargs ):
- for el in kwargs:
- if el in ProviderItem.columns:
- self.setPixmap( ProviderItem.columns[el], ( QPixmap(), ProviderItem.icons[el] )[ kwargs[el] ] )
- if "status" in kwargs:
- self.setText( ProviderItem.columns["STATUS"], kwargs["status"] )
-
- def decorate( self ):
- if self.fullname.startswith( "virtual" ):
- return
- self.st( "PROVIDES", self.fullname.split('/')[-1] )
- self.st( "CATEGORY", self.p.data(self.fullname, "CATEGORY") )
- self.st( "SECTION", self.p.data(self.fullname, "SECTION") )
- self.st( "PRIORITY", self.p.data(self.fullname, "PRIORITY") )
- self.st( "MAINTAINER", self.p.data(self.fullname, "MAINTAINER") )
- self.st( "SRC_URI", self.p.data(self.fullname, "SRC_URI") )
- self.st( "HOMEPAGE", self.p.data(self.fullname, "HOMEPAGE") )
- self.st( "DEPENDS", self.p.data(self.fullname, "DEPENDS") )
- self.st( "RDEPENDS", self.p.data(self.fullname, "RDEPENDS") )
- self.st( "SHORTNAME", self.shortname )
-
- def syncStatus( self ):
- if self.virtual:
- return
-
- status = {}
- for el in "unpack patch configure compile stage install".split():
- statname = "%s/stamps/%s-%s-%s.do_%s" % ( self.p.getVar( "TMPDIR" ),
- self.getVar( "PN" ),
- self.getVar( "PV" ),
- self.getVar( "PR" ),
- el )
- #print "stat'ing", statname,
- try:
- os.stat( statname )
- except OSError:
- status[el] = False
- #print "not found."
- else:
- status[el] = True
- #print "found."
-
- print "status for package", self.shortname, "=", status
- apply( self.setBuildStatus, (), status )
-
- def st( self, column, value ):
- self.setText( ProviderItem.columns[column], value )
-
- def toggleCheck( self ):
- self.setCheckStatus( not self.checked )
-
- def selectToBuild( self, honorDeps = True ):
- pass
-
-#------------------------------------------------------------------------#
-# main
-#------------------------------------------------------------------------#
-
-if __name__ == "__main__":
- import sys
- from qt import *
- app = QApplication( sys.argv )
- mw = QListView()
- app.setMainWidget( mw )
- app.exec_loop()
-
diff --git a/bin/commander/pythonshell.py b/bin/commander/pythonshell.py
deleted file mode 100644
index 26a2c90f7..000000000
--- a/bin/commander/pythonshell.py
+++ /dev/null
@@ -1,205 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: iso8859-15 -*-
-#------------------------------------------------------------------------#
-# This file is part of the ELAN environment - http://elan.wox.org
-# (C) 2002-2004 Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de>
-#
-# Licensed under GPL
-#------------------------------------------------------------------------#
-# $Id$
-# $Source$
-#------------------------------------------------------------------------#
-
-"""Implements a Python Interpreter embedded in a QMultiLineEditor"""
-
-__revision__ = "$Revision$"
-__version__ = __revision__.replace('$','').replace('Revision:','').strip()
-__author__ = "Michael 'Mickey' Lauer <mickey@tm.informatik.uni-frankfurt.de>"
-
-#------------------------------------------------------------------------#
-from Queue import Queue
-import sys
-#------------------------------------------------------------------------#
-import qt
-import code
-try:
- import rlcompleter
-except ImportError:
- print >>sys.stderr,"Warning: Couldn't import rlcompleter or readline. Continuing without... :("
-#------------------------------------------------------------------------#
-
-class EPythonShell( qt.QMultiLineEdit ):
- """An interactive Python interpreter shell embedded in a QMultiLine editor."""
-
- class Output:
- def __init__( self, writefunc ):
- self.writefunc = writefunc
- def write( self, line ):
- if line != "\n":
- map( self.writefunc, line.split("\n") )
-
- def __init__( self, parent, localdict={} ):
- qt.QMultiLineEdit.__init__( self, parent )
- qt.QObject.connect( self, qt.SIGNAL( "returnPressed()" ), self.slotReturnPressed )
- self.setFont( qt.QFont( "Fixed", 8 ) )
-
- self.history = []
- self.pointer = 0
- self.cmdFromHistory = False
- self.console = code.InteractiveConsole( localdict )
- self.completer = rlcompleter.Completer()
- self.possibleCompletions = []
-
- # We're overriding the prompts just in case someone set up prompt coloring
- sys.ps1 = ">>> "
- sys.ps2 = "... "
-
- cprt = 'Type "copyright", "credits" or "license" for more information.'
- self.append( "Python %s on %s\n%s" % ( sys.version, sys.platform, cprt ) )
- self.append( sys.ps1 )
- self.more, self.prompt = 0, sys.ps1
- self.output = EPythonShell.Output( self.writeResult )
- self.stdout = sys.stdout
- self.stderr = sys.stderr
-
- self.cursorToEnd()
-
- def isQt3( self ):
- return qt.qVersion()[0] == '3'
-
- def keyPressEvent( self, e ):
- """Intercept certain key press events and handle them to provide
- command line history and attribute name completion."""
-
- if ( e.key() == qt.Qt.Key_Up ):
- if not self.pointer > 0:
- return
- row, col = self.getCursorPosition()
- self.home()
- self.killLine()
- if self.pointer > 0:
- self.pointer -= 1
- self.append( "%s" % self.history[self.pointer] )
- self.end()
- self.cmdFromHistory = True
- return
-
- elif ( e.key() == qt.Qt.Key_Down ):
- if not self.pointer < len( self.history )-1:
- return
- self.pointer += 1
- row, col = self.getCursorPosition()
- self.home()
- self.killLine()
- self.append( "%s" % self.history[self.pointer] )
- self.end()
- self.cmdFromHistory = True
- return
-
- elif e.key() == qt.Qt.Key_Return:
- self.end()
-
- elif e.key() == qt.Qt.Key_Tab:
- row, col = self.getCursorPosition()
- line = str( self.textLine( row ) )[4:]
-
- if len( self.possibleCompletions ) == 1:
- self.home()
- self.killLine()
- self.append( ">>> %s" % self.possibleCompletions[0] )
- self.end()
- else:
- print >>sys.stderr, repr( self.possibleCompletions )
- return
-
- self.cmdFromHistory = False
-
- qt.QMultiLineEdit.keyPressEvent( self, e )
-
- def keyReleaseEvent( self, e ):
- if e.key() == qt.Qt.Key_Up:
- return
-
- #
- # try command line completion
- #
-
- if str( e.key() )[0] in "ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.":
- row, col = self.getCursorPosition()
- line = str( self.textLine( row ) )[4:]
- possibleCompletions = []
- state = 0
- if len( line ) > 1:
- while True:
- try:
- nextCompletion = self.completer.complete( line, state )
- except Exception, why:
- #print >>sys.stderr, why
- break
- if not nextCompletion is None:
- possibleCompletions.append( nextCompletion )
- state += 1
- else:
- break
-
- #print >> sys.stderr, "'%s': possible completions: %s" % ( line, repr( possibleCompletions ) )
- self.possibleCompletions = possibleCompletions
-
- qt.QMultiLineEdit.keyReleaseEvent( self, e )
-
- def cursorToEnd( self ):
- """Move the cursor to the end of the view."""
-
- # In Qt3, the QMultiLineEdit is derived from QTextEdit and deals in terms
- # of paragraphs and no longer lines. QTextEdit.setCursorPosition() doesn't
- # work as expected here, so we're faking a CTRL+END key here to achieve the
- # same effect :-)
-
- if self.isQt3():
- event = qt.QKeyEvent( qt.QKeyEvent.KeyPress, qt.Qt.Key_End, 0, qt.Qt.ControlButton )
- qt.qApp.postEvent( self, event )
- else:
- rows = self.numLines()
- self.setCursorPosition( rows, 4 )
- self.end()
-
- def removeLastLine( self ):
- self.removeLine( self.numLines()-1 )
-
- def writeResult( self, result ):
- if result == "":
- return
- #print >> self.stdout, "appending '%s'" % result
- self.append( result )
-
- def handleInput( self, line ):
- if len( line ) > 5 and not self.cmdFromHistory:
- self.history.append( line )
-
- self.pointer = len( self.history )
- sys.stdout, sys.stderr = self.output, self.output
- self.more = self.console.push( line[4:] )
- sys.stdout, sys.stderr = self.stdout, self.stderr
-
- def slotReturnPressed( self ):
- row, col = self.getCursorPosition()
- self.removeLine( row )
- line = str( self.textLine( row-1 ) )
- #print "text sending to interpreter: '%s'" % line
- self.handleInput( line )
- if self.more:
- self.prompt = sys.ps2
- else:
- self.prompt = sys.ps1
- self.append( self.prompt )
- self.cursorToEnd()
-
-#------------------------------------------------------------------------#
-if __name__ == "__main__":
-
- a = qt.QApplication( sys.argv )
- w = EPythonShell( None )
- w.resize( qt.QSize( 640, 480 ) )
- w.show()
- a.setMainWidget( w )
- a.exec_loop()
diff --git a/bin/oe/__init__.py b/bin/oe/__init__.py
deleted file mode 100644
index 72c0f1259..000000000
--- a/bin/oe/__init__.py
+++ /dev/null
@@ -1,1268 +0,0 @@
-#!/usr/bin/python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""
-OpenEmbedded Build System Python Library
-
-Copyright: (c) 2003 by Holger Schurig
-
-Part of this code has been shamelessly stolen from Gentoo's portage.py.
-This source had GPL-2 as license, so the same goes for this file.
-
-Please visit http://www.openembedded.org/phpwiki/ for more info.
-
-Try "pydoc ./oe.py" to get some nice output.
-"""
-
-__version__ = "1.1"
-
-__all__ = [
-
- "debug",
- "note",
- "error",
- "fatal",
-
- "mkdirhier",
- "movefile",
-
- "tokenize",
- "evaluate",
- "flatten",
- "relparse",
- "ververify",
- "isjustname",
- "isspecific",
- "pkgsplit",
- "catpkgsplit",
- "vercmp",
- "pkgcmp",
- "dep_parenreduce",
- "dep_opconvert",
- "digraph",
-
-# fetch
- "decodeurl",
- "encodeurl",
-
-# modules
- "parse",
- "data",
- "event",
- "build",
- "fetch",
- "make",
- "manifest"
- ]
-
-whitespace = '\t\n\x0b\x0c\r '
-lowercase = 'abcdefghijklmnopqrstuvwxyz'
-
-import sys, os, types, re
-
-#
-# Check for the Python version. A lot of stuff needs Python 2.3 or later
-#
-if sys.version_info[:3] < (2, 3, 0):
- print "OpenEmbedded needs Python 2.3 or later. Please upgrade."
- sys.exit(-1)
-
-#projectdir = os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0])))
-projectdir = os.getcwd()
-env = {}
-
-class VarExpandError(Exception):
- pass
-
-class MalformedUrl(Exception):
- """Exception raised when encountering an invalid url"""
-
-
-#######################################################################
-#######################################################################
-#
-# SECTION: Debug
-#
-# PURPOSE: little functions to make yourself known
-#
-#######################################################################
-#######################################################################
-
-debug_prepend = ''
-
-
-def debug(lvl, *args):
- if 'OEDEBUG' in env and (env['OEDEBUG'] >= str(lvl)):
- print debug_prepend + 'DEBUG:', ''.join(args)
-
-def note(*args):
- print debug_prepend + 'NOTE:', ''.join(args)
-
-def error(*args):
- print debug_prepend + 'ERROR:', ''.join(args)
-
-def fatal(*args):
- print debug_prepend + 'ERROR:', ''.join(args)
- sys.exit(1)
-
-
-#######################################################################
-#######################################################################
-#
-# SECTION: File
-#
-# PURPOSE: Basic file and directory tree related functions
-#
-#######################################################################
-#######################################################################
-
-def mkdirhier(dir):
- """Create a directory like 'mkdir -p', but does not complain if
- directory already exists like os.makedirs
- """
-
- debug(3, "mkdirhier(%s)" % dir)
- try:
- os.makedirs(dir)
- debug(2, "created " + dir)
- except OSError, e:
- if e.errno != 17: raise e
-
-
-#######################################################################
-
-import stat
-
-def movefile(src,dest,newmtime=None,sstat=None):
- """Moves a file from src to dest, preserving all permissions and
- attributes; mtime will be preserved even when moving across
- filesystems. Returns true on success and false on failure. Move is
- atomic.
- """
-
- #print "movefile("+src+","+dest+","+str(newmtime)+","+str(sstat)+")"
- try:
- if not sstat:
- sstat=os.lstat(src)
- except Exception, e:
- print "!!! Stating source file failed... movefile()"
- print "!!!",e
- return None
-
- destexists=1
- try:
- dstat=os.lstat(dest)
- except:
- dstat=os.lstat(os.path.dirname(dest))
- destexists=0
-
- if destexists:
- if stat.S_ISLNK(dstat[stat.ST_MODE]):
- try:
- os.unlink(dest)
- destexists=0
- except Exception, e:
- pass
-
- if stat.S_ISLNK(sstat[stat.ST_MODE]):
- try:
- target=os.readlink(src)
- if destexists and not stat.S_ISDIR(dstat[stat.ST_MODE]):
- os.unlink(dest)
- os.symlink(target,dest)
-# os.lchown(dest,sstat[stat.ST_UID],sstat[stat.ST_GID])
- os.unlink(src)
- return os.lstat(dest)
- except Exception, e:
- print "!!! failed to properly create symlink:"
- print "!!!",dest,"->",target
- print "!!!",e
- return None
-
- renamefailed=1
- if sstat[stat.ST_DEV]==dstat[stat.ST_DEV]:
- try:
- ret=os.rename(src,dest)
- renamefailed=0
- except Exception, e:
- import errno
- if e[0]!=errno.EXDEV:
- # Some random error.
- print "!!! Failed to move",src,"to",dest
- print "!!!",e
- return None
- # Invalid cross-device-link 'bind' mounted or actually Cross-Device
-
- if renamefailed:
- didcopy=0
- if stat.S_ISREG(sstat[stat.ST_MODE]):
- try: # For safety copy then move it over.
- shutil.copyfile(src,dest+"#new")
- os.rename(dest+"#new",dest)
- didcopy=1
- except Exception, e:
- print '!!! copy',src,'->',dest,'failed.'
- print "!!!",e
- return None
- else:
- #we don't yet handle special, so we need to fall back to /bin/mv
- a=getstatusoutput("/bin/mv -f "+"'"+src+"' '"+dest+"'")
- if a[0]!=0:
- print "!!! Failed to move special file:"
- print "!!! '"+src+"' to '"+dest+"'"
- print "!!!",a
- return None # failure
- try:
- if didcopy:
- missingos.lchown(dest,sstat[stat.ST_UID],sstat[stat.ST_GID])
- os.chmod(dest, stat.S_IMODE(sstat[stat.ST_MODE])) # Sticky is reset on chown
- os.unlink(src)
- except Exception, e:
- print "!!! Failed to chown/chmod/unlink in movefile()"
- print "!!!",dest
- print "!!!",e
- return None
-
- if newmtime:
- os.utime(dest,(newmtime,newmtime))
- else:
- os.utime(dest, (sstat[stat.ST_ATIME], sstat[stat.ST_MTIME]))
- newmtime=sstat[stat.ST_MTIME]
- return newmtime
-
-
-
-#######################################################################
-#######################################################################
-#
-# SECTION: Download
-#
-# PURPOSE: Download via HTTP, FTP, CVS, BITKEEPER, handling of MD5-signatures
-# and mirrors
-#
-#######################################################################
-#######################################################################
-
-def decodeurl(url):
- """Decodes an URL into the tokens (scheme, network location, path,
- user, password, parameters).
-
- >>> decodeurl("http://www.google.com/index.html")
- ('http', 'www.google.com', '/index.html', '', '', {})
-
- CVS url with username, host and cvsroot. The cvs module to check out is in the
- parameters:
-
- >>> decodeurl("cvs://anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg")
- ('cvs', 'cvs.handhelds.org', '/cvs', 'anoncvs', '', {'module': 'familiar/dist/ipkg'})
-
- Dito, but this time the username has a password part. And we also request a special tag
- to check out.
-
- >>> decodeurl("cvs://anoncvs:anonymous@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-81")
- ('cvs', 'cvs.handhelds.org', '/cvs', 'anoncvs', 'anonymous', {'tag': 'V0-99-81', 'module': 'familiar/dist/ipkg'})
- """
-
- m = re.compile('(?P<type>[^:]*)://((?P<user>.+)@)?(?P<location>[^;]+)(;(?P<parm>.*))?').match(url)
- if not m:
- raise MalformedUrl(url)
-
- type = m.group('type')
- location = m.group('location')
- if not location:
- raise MalformedUrl(url)
- user = m.group('user')
- parm = m.group('parm')
- m = re.compile('(?P<host>[^/;]+)(?P<path>/[^;]+)').match(location)
- if m:
- host = m.group('host')
- path = m.group('path')
- else:
- host = ""
- path = location
- if user:
- m = re.compile('(?P<user>[^:]+)(:?(?P<pswd>.*))').match(user)
- if m:
- user = m.group('user')
- pswd = m.group('pswd')
- else:
- user = ''
- pswd = ''
- #note("decodeurl: %s decoded to:" % url)
- #note("decodeurl: type = '%s'" % type)
- #note("decodeurl: host = '%s'" % host)
- #note("decodeurl: path = '%s'" % path)
- #note("decodeurl: parm = '%s'" % parm)
- #note("decodeurl: user = '%s'" % user)
- #note("decodeurl: pswd = '%s'" % pswd)
- p = {}
- if parm:
- for s in parm.split(';'):
- s1,s2 = s.split('=')
- p[s1] = s2
-
- return (type, host, path, user, pswd, p)
-
-#######################################################################
-
-def encodeurl(decoded):
- """Encodes a URL from tokens (scheme, network location, path,
- user, password, parameters).
-
- >>> encodeurl(['http', 'www.google.com', '/index.html', '', '', {}])
-
- "http://www.google.com/index.html"
-
- CVS with username, host and cvsroot. The cvs module to check out is in the
- parameters:
-
- >>> encodeurl(['cvs', 'cvs.handhelds.org', '/cvs', 'anoncvs', '', {'module': 'familiar/dist/ipkg'}])
-
- "cvs://anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg"
-
- Dito, but this time the username has a password part. And we also request a special tag
- to check out.
-
- >>> encodeurl(['cvs', 'cvs.handhelds.org', '/cvs', 'anoncvs', 'anonymous', {'tag': 'V0-99-81', 'module': 'familiar/dist/ipkg'}])
-
- "cvs://anoncvs:anonymous@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-81"
- """
-
- (type, host, path, user, pswd, p) = decoded
-
- if not type or not path:
- fatal("invalid or missing parameters for url encoding")
- url = '%s://' % type
- if user:
- url += "%s" % user
- if pswd:
- url += ":%s" % pswd
- url += "@"
- if host:
- url += "%s" % host
- url += "%s" % path
- if p:
- for parm in p.keys():
- url += ";%s=%s" % (parm, p[parm])
-
- return url
-
-#######################################################################
-
-def which(path, item, direction = 0):
- """Useful function for locating a file in a PATH"""
- found = ""
- for p in (path or "").split(':'):
- if os.path.exists(os.path.join(p, item)):
- found = os.path.join(p, item)
- if direction == 0:
- break
- return found
-
-#######################################################################
-
-
-
-
-#######################################################################
-#######################################################################
-#
-# SECTION: Dependency
-#
-# PURPOSE: Compare build & run dependencies
-#
-#######################################################################
-#######################################################################
-
-def tokenize(mystring):
- """Breaks a string like 'foo? (bar) oni? (blah (blah))' into (possibly embedded) lists:
-
- >>> tokenize("x")
- ['x']
- >>> tokenize("x y")
- ['x', 'y']
- >>> tokenize("(x y)")
- [['x', 'y']]
- >>> tokenize("(x y) b c")
- [['x', 'y'], 'b', 'c']
- >>> tokenize("foo? (bar) oni? (blah (blah))")
- ['foo?', ['bar'], 'oni?', ['blah', ['blah']]]
- >>> tokenize("sys-apps/linux-headers nls? (sys-devel/gettext)")
- ['sys-apps/linux-headers', 'nls?', ['sys-devel/gettext']]
- """
-
- newtokens = []
- curlist = newtokens
- prevlists = []
- level = 0
- accum = ""
- for x in mystring:
- if x=="(":
- if accum:
- curlist.append(accum)
- accum=""
- prevlists.append(curlist)
- curlist=[]
- level=level+1
- elif x==")":
- if accum:
- curlist.append(accum)
- accum=""
- if level==0:
- print "!!! tokenizer: Unmatched left parenthesis in:\n'"+mystring+"'"
- return None
- newlist=curlist
- curlist=prevlists.pop()
- curlist.append(newlist)
- level=level-1
- elif x in whitespace:
- if accum:
- curlist.append(accum)
- accum=""
- else:
- accum=accum+x
- if accum:
- curlist.append(accum)
- if (level!=0):
- print "!!! tokenizer: Exiting with unterminated parenthesis in:\n'"+mystring+"'"
- return None
- return newtokens
-
-
-#######################################################################
-
-def evaluate(tokens,mydefines,allon=0):
- """Removes tokens based on whether conditional definitions exist or not.
- Recognizes !
-
- >>> evaluate(['sys-apps/linux-headers', 'nls?', ['sys-devel/gettext']], {})
- ['sys-apps/linux-headers']
-
- Negate the flag:
-
- >>> evaluate(['sys-apps/linux-headers', '!nls?', ['sys-devel/gettext']], {})
- ['sys-apps/linux-headers', ['sys-devel/gettext']]
-
- Define 'nls':
-
- >>> evaluate(['sys-apps/linux-headers', 'nls?', ['sys-devel/gettext']], {"nls":1})
- ['sys-apps/linux-headers', ['sys-devel/gettext']]
-
- Turn allon on:
-
- >>> evaluate(['sys-apps/linux-headers', 'nls?', ['sys-devel/gettext']], {}, True)
- ['sys-apps/linux-headers', ['sys-devel/gettext']]
- """
-
- if tokens == None:
- return None
- mytokens = tokens + [] # this copies the list
- pos = 0
- while pos < len(mytokens):
- if type(mytokens[pos]) == types.ListType:
- evaluate(mytokens[pos], mydefines)
- if not len(mytokens[pos]):
- del mytokens[pos]
- continue
- elif mytokens[pos][-1] == "?":
- cur = mytokens[pos][:-1]
- del mytokens[pos]
- if allon:
- if cur[0] == "!":
- del mytokens[pos]
- else:
- if cur[0] == "!":
- if (cur[1:] in mydefines) and (pos < len(mytokens)):
- del mytokens[pos]
- continue
- elif (cur not in mydefines) and (pos < len(mytokens)):
- del mytokens[pos]
- continue
- pos = pos + 1
- return mytokens
-
-
-#######################################################################
-
-def flatten(mytokens):
- """Converts nested arrays into a flat arrays:
-
- >>> flatten([1,[2,3]])
- [1, 2, 3]
- >>> flatten(['sys-apps/linux-headers', ['sys-devel/gettext']])
- ['sys-apps/linux-headers', 'sys-devel/gettext']
- """
-
- newlist=[]
- for x in mytokens:
- if type(x)==types.ListType:
- newlist.extend(flatten(x))
- else:
- newlist.append(x)
- return newlist
-
-
-#######################################################################
-
-_package_weights_ = {"pre":-2,"p":0,"alpha":-4,"beta":-3,"rc":-1} # dicts are unordered
-_package_ends_ = ["pre", "p", "alpha", "beta", "rc", "cvs", "bk", "HEAD" ] # so we need ordered list
-
-def relparse(myver):
- """Parses the last elements of a version number into a triplet, that can
- later be compared:
-
- >>> relparse('1.2_pre3')
- [1.2, -2, 3.0]
- >>> relparse('1.2b')
- [1.2, 98, 0]
- >>> relparse('1.2')
- [1.2, 0, 0]
- """
-
- number = 0
- p1 = 0
- p2 = 0
- mynewver = myver.split('_')
- if len(mynewver)==2:
- # an _package_weights_
- number = float(mynewver[0])
- match = 0
- for x in _package_ends_:
- elen = len(x)
- if mynewver[1][:elen] == x:
- match = 1
- p1 = _package_weights_[x]
- try:
- p2 = float(mynewver[1][elen:])
- except:
- p2 = 0
- break
- if not match:
- # normal number or number with letter at end
- divider = len(myver)-1
- if myver[divider:] not in "1234567890":
- # letter at end
- p1 = ord(myver[divider:])
- number = float(myver[0:divider])
- else:
- number = float(myver)
- else:
- # normal number or number with letter at end
- divider = len(myver)-1
- if myver[divider:] not in "1234567890":
- #letter at end
- p1 = ord(myver[divider:])
- number = float(myver[0:divider])
- else:
- number = float(myver)
- return [number,p1,p2]
-
-
-#######################################################################
-
-__ververify_cache__ = {}
-
-def ververify(myorigval,silent=1):
- """Returns 1 if given a valid version string, els 0. Valid versions are in the format
-
- <v1>.<v2>...<vx>[a-z,_{_package_weights_}[vy]]
-
- >>> ververify('2.4.20')
- 1
- >>> ververify('2.4..20') # two dots
- 0
- >>> ververify('2.x.20') # 'x' is not numeric
- 0
- >>> ververify('2.4.20a')
- 1
- >>> ververify('2.4.20cvs') # only one trailing letter
- 0
- >>> ververify('1a')
- 1
- >>> ververify('test_a') # no version at all
- 0
- >>> ververify('2.4.20_beta1')
- 1
- >>> ververify('2.4.20_beta')
- 1
- >>> ververify('2.4.20_wrongext') # _wrongext is no valid trailer
- 0
- """
-
- # Lookup the cache first
- try:
- return __ververify_cache__[myorigval]
- except KeyError:
- pass
-
- if len(myorigval) == 0:
- if not silent:
- error("package version is empty")
- __ververify_cache__[myorigval] = 0
- return 0
- myval = myorigval.split('.')
- if len(myval)==0:
- if not silent:
- error("package name has empty version string")
- __ververify_cache__[myorigval] = 0
- return 0
- # all but the last version must be a numeric
- for x in myval[:-1]:
- if not len(x):
- if not silent:
- error("package version has two points in a row")
- __ververify_cache__[myorigval] = 0
- return 0
- try:
- foo = int(x)
- except:
- if not silent:
- error("package version contains non-numeric '"+x+"'")
- __ververify_cache__[myorigval] = 0
- return 0
- if not len(myval[-1]):
- if not silent:
- error("package version has trailing dot")
- __ververify_cache__[myorigval] = 0
- return 0
- try:
- foo = int(myval[-1])
- __ververify_cache__[myorigval] = 1
- return 1
- except:
- pass
-
- # ok, our last component is not a plain number or blank, let's continue
- if myval[-1][-1] in lowercase:
- try:
- foo = int(myval[-1][:-1])
- return 1
- __ververify_cache__[myorigval] = 1
- # 1a, 2.0b, etc.
- except:
- pass
- # ok, maybe we have a 1_alpha or 1_beta2; let's see
- ep=string.split(myval[-1],"_")
- if len(ep)!= 2:
- if not silent:
- error("package version has more than one letter at then end")
- __ververify_cache__[myorigval] = 0
- return 0
- try:
- foo = string.atoi(ep[0])
- except:
- # this needs to be numeric, i.e. the "1" in "1_alpha"
- if not silent:
- error("package version must have numeric part before the '_'")
- __ververify_cache__[myorigval] = 0
- return 0
-
- for mye in _package_ends_:
- if ep[1][0:len(mye)] == mye:
- if len(mye) == len(ep[1]):
- # no trailing numeric is ok
- __ververify_cache__[myorigval] = 1
- return 1
- else:
- try:
- foo = string.atoi(ep[1][len(mye):])
- __ververify_cache__[myorigval] = 1
- return 1
- except:
- # if no _package_weights_ work, *then* we return 0
- pass
- if not silent:
- error("package version extension after '_' is invalid")
- __ververify_cache__[myorigval] = 0
- return 0
-
-
-def isjustname(mypkg):
- myparts = string.split(mypkg,'-')
- for x in myparts:
- if ververify(x):
- return 0
- return 1
-
-
-_isspecific_cache_={}
-
-def isspecific(mypkg):
- "now supports packages with no category"
- try:
- return __isspecific_cache__[mypkg]
- except:
- pass
-
- mysplit = string.split(mypkg,"/")
- if not isjustname(mysplit[-1]):
- __isspecific_cache__[mypkg] = 1
- return 1
- __isspecific_cache__[mypkg] = 0
- return 0
-
-
-#######################################################################
-
-__pkgsplit_cache__={}
-
-def pkgsplit(mypkg, silent=1):
-
- """This function can be used as a package verification function. If
- it is a valid name, pkgsplit will return a list containing:
- [pkgname, pkgversion(norev), pkgrev ].
-
- >>> pkgsplit('')
- >>> pkgsplit('x')
- >>> pkgsplit('x-')
- >>> pkgsplit('-1')
- >>> pkgsplit('glibc-1.2-8.9-r7')
- >>> pkgsplit('glibc-2.2.5-r7')
- ['glibc', '2.2.5', 'r7']
- >>> pkgsplit('foo-1.2-1')
- >>> pkgsplit('Mesa-3.0')
- ['Mesa', '3.0', 'r0']
- """
-
- try:
- return __pkgsplit_cache__[mypkg]
- except KeyError:
- pass
-
- myparts = string.split(mypkg,'-')
- if len(myparts) < 2:
- if not silent:
- error("package name without name or version part")
- __pkgsplit_cache__[mypkg] = None
- return None
- for x in myparts:
- if len(x) == 0:
- if not silent:
- error("package name with empty name or version part")
- __pkgsplit_cache__[mypkg] = None
- return None
- # verify rev
- revok = 0
- myrev = myparts[-1]
- ververify(myrev, 0)
- if len(myrev) and myrev[0] == "r":
- try:
- string.atoi(myrev[1:])
- revok = 1
- except:
- pass
- if revok:
- if ververify(myparts[-2]):
- if len(myparts) == 2:
- __pkgsplit_cache__[mypkg] = None
- return None
- else:
- for x in myparts[:-2]:
- if ververify(x):
- __pkgsplit_cache__[mypkg]=None
- return None
- # names can't have versiony looking parts
- myval=[string.join(myparts[:-2],"-"),myparts[-2],myparts[-1]]
- __pkgsplit_cache__[mypkg]=myval
- return myval
- else:
- __pkgsplit_cache__[mypkg] = None
- return None
-
- elif ververify(myparts[-1],silent):
- if len(myparts)==1:
- if not silent:
- print "!!! Name error in",mypkg+": missing name part."
- __pkgsplit_cache__[mypkg]=None
- return None
- else:
- for x in myparts[:-1]:
- if ververify(x):
- if not silent: error("package name has multiple version parts")
- __pkgsplit_cache__[mypkg] = None
- return None
- myval = [string.join(myparts[:-1],"-"), myparts[-1],"r0"]
- __pkgsplit_cache__[mypkg] = myval
- return myval
- else:
- __pkgsplit_cache__[mypkg] = None
- return None
-
-
-#######################################################################
-
-__catpkgsplit_cache__ = {}
-
-def catpkgsplit(mydata,silent=1):
- """returns [cat, pkgname, version, rev ]
-
- >>> catpkgsplit('sys-libs/glibc-1.2-r7')
- ['sys-libs', 'glibc', '1.2', 'r7']
- >>> catpkgsplit('glibc-1.2-r7')
- ['null', 'glibc', '1.2', 'r7']
- """
-
- try:
- return __catpkgsplit_cache__[mydata]
- except KeyError:
- pass
-
- cat = os.path.basename(os.path.dirname(mydata))
- mydata = os.path.join(cat, os.path.basename(mydata))
-# if mydata[:len(projectdir)] == projectdir:
-# mydata = mydata[len(projectdir)+1:]
- if mydata[-3:] == '.oe':
- mydata = mydata[:-3]
-
- mysplit = mydata.split("/")
- p_split = None
- splitlen = len(mysplit)
- if splitlen == 1:
- retval = [None]
- p_split = pkgsplit(mydata,silent)
- else:
- retval = [mysplit[splitlen - 2]]
- p_split = pkgsplit(mysplit[splitlen - 1],silent)
- if not p_split:
- __catpkgsplit_cache__[mydata] = None
- return None
- retval.extend(p_split)
- __catpkgsplit_cache__[mydata] = retval
- return retval
-
-
-#######################################################################
-
-__vercmp_cache__ = {}
-
-def vercmp(val1,val2):
- """This takes two version strings and returns an integer to tell you whether
- the versions are the same, val1>val2 or val2>val1.
-
- >>> vercmp('1', '2')
- -1.0
- >>> vercmp('2', '1')
- 1.0
- >>> vercmp('1', '1.0')
- 0
- >>> vercmp('1', '1.1')
- -1.0
- >>> vercmp('1.1', '1_p2')
- 1.0
- """
-
- # quick short-circuit
- if val1 == val2:
- return 0
- valkey = val1+" "+val2
-
- # cache lookup
- try:
- return __vercmp_cache__[valkey]
- try:
- return - __vercmp_cache__[val2+" "+val1]
- except KeyError:
- pass
- except KeyError:
- pass
-
- # consider 1_p2 vc 1.1
- # after expansion will become (1_p2,0) vc (1,1)
- # then 1_p2 is compared with 1 before 0 is compared with 1
- # to solve the bug we need to convert it to (1,0_p2)
- # by splitting _prepart part and adding it back _after_expansion
-
- val1_prepart = val2_prepart = ''
- if val1.count('_'):
- val1, val1_prepart = val1.split('_', 1)
- if val2.count('_'):
- val2, val2_prepart = val2.split('_', 1)
-
- # replace '-' by '.'
- # FIXME: Is it needed? can val1/2 contain '-'?
-
- val1 = string.split(val1,'-')
- if len(val1) == 2:
- val1[0] = val1[0] +"."+ val1[1]
- val2 = string.split(val2,'-')
- if len(val2) == 2:
- val2[0] = val2[0] +"."+ val2[1]
-
- val1 = string.split(val1[0],'.')
- val2 = string.split(val2[0],'.')
-
- # add back decimal point so that .03 does not become "3" !
- for x in range(1,len(val1)):
- if val1[x][0] == '0' :
- val1[x] = '.' + val1[x]
- for x in range(1,len(val2)):
- if val2[x][0] == '0' :
- val2[x] = '.' + val2[x]
-
- # extend varion numbers
- if len(val2) < len(val1):
- val2.extend(["0"]*(len(val1)-len(val2)))
- elif len(val1) < len(val2):
- val1.extend(["0"]*(len(val2)-len(val1)))
-
- # add back _prepart tails
- if val1_prepart:
- val1[-1] += '_' + val1_prepart
- if val2_prepart:
- val2[-1] += '_' + val2_prepart
- # The above code will extend version numbers out so they
- # have the same number of digits.
- for x in range(0,len(val1)):
- cmp1 = relparse(val1[x])
- cmp2 = relparse(val2[x])
- for y in range(0,3):
- myret = cmp1[y] - cmp2[y]
- if myret != 0:
- __vercmp_cache__[valkey] = myret
- return myret
- __vercmp_cache__[valkey] = 0
- return 0
-
-
-#######################################################################
-
-def pkgcmp(pkg1,pkg2):
- """ Compares two packages, which should have been split via
- pkgsplit(). if the return value val is less than zero, then pkg2 is
- newer than pkg1, zero if equal and positive if older.
-
- >>> pkgcmp(['glibc', '2.2.5', 'r7'], ['glibc', '2.2.5', 'r7'])
- 0
- >>> pkgcmp(['glibc', '2.2.5', 'r4'], ['glibc', '2.2.5', 'r7'])
- -1
- >>> pkgcmp(['glibc', '2.2.5', 'r7'], ['glibc', '2.2.5', 'r2'])
- 1
- """
-
- mycmp = vercmp(pkg1[1],pkg2[1])
- if mycmp > 0:
- return 1
- if mycmp < 0:
- return -1
- r1=string.atoi(pkg1[2][1:])
- r2=string.atoi(pkg2[2][1:])
- if r1 > r2:
- return 1
- if r2 > r1:
- return -1
- return 0
-
-
-#######################################################################
-
-def dep_parenreduce(mysplit, mypos=0):
- """Accepts a list of strings, and converts '(' and ')' surrounded items to sub-lists:
-
- >>> dep_parenreduce([''])
- ['']
- >>> dep_parenreduce(['1', '2', '3'])
- ['1', '2', '3']
- >>> dep_parenreduce(['1', '(', '2', '3', ')', '4'])
- ['1', ['2', '3'], '4']
- """
-
- while mypos < len(mysplit):
- if mysplit[mypos] == "(":
- firstpos = mypos
- mypos = mypos + 1
- while mypos < len(mysplit):
- if mysplit[mypos] == ")":
- mysplit[firstpos:mypos+1] = [mysplit[firstpos+1:mypos]]
- mypos = firstpos
- break
- elif mysplit[mypos] == "(":
- # recurse
- mysplit = dep_parenreduce(mysplit,mypos)
- mypos = mypos + 1
- mypos = mypos + 1
- return mysplit
-
-
-def dep_opconvert(mysplit, myuse):
- "Does dependency operator conversion"
-
- mypos = 0
- newsplit = []
- while mypos < len(mysplit):
- if type(mysplit[mypos]) == types.ListType:
- newsplit.append(dep_opconvert(mysplit[mypos],myuse))
- mypos += 1
- elif mysplit[mypos] == ")":
- # mismatched paren, error
- return None
- elif mysplit[mypos]=="||":
- if ((mypos+1)>=len(mysplit)) or (type(mysplit[mypos+1])!=types.ListType):
- # || must be followed by paren'd list
- return None
- try:
- mynew = dep_opconvert(mysplit[mypos+1],myuse)
- except Exception, e:
- error("unable to satisfy OR dependancy: " + string.join(mysplit," || "))
- raise e
- mynew[0:0] = ["||"]
- newsplit.append(mynew)
- mypos += 2
- elif mysplit[mypos][-1] == "?":
- # use clause, i.e "gnome? ( foo bar )"
- # this is a quick and dirty hack so that repoman can enable all USE vars:
- if (len(myuse) == 1) and (myuse[0] == "*"):
- # enable it even if it's ! (for repoman) but kill it if it's
- # an arch variable that isn't for this arch. XXX Sparc64?
- if (mysplit[mypos][:-1] not in settings.usemask) or \
- (mysplit[mypos][:-1]==settings["ARCH"]):
- enabled=1
- else:
- enabled=0
- else:
- if mysplit[mypos][0] == "!":
- myusevar = mysplit[mypos][1:-1]
- enabled = not myusevar in myuse
- #if myusevar in myuse:
- # enabled = 0
- #else:
- # enabled = 1
- else:
- myusevar=mysplit[mypos][:-1]
- enabled = myusevar in myuse
- #if myusevar in myuse:
- # enabled=1
- #else:
- # enabled=0
- if (mypos +2 < len(mysplit)) and (mysplit[mypos+2] == ":"):
- # colon mode
- if enabled:
- # choose the first option
- if type(mysplit[mypos+1]) == types.ListType:
- newsplit.append(dep_opconvert(mysplit[mypos+1],myuse))
- else:
- newsplit.append(mysplit[mypos+1])
- else:
- # choose the alternate option
- if type(mysplit[mypos+1]) == types.ListType:
- newsplit.append(dep_opconvert(mysplit[mypos+3],myuse))
- else:
- newsplit.append(mysplit[mypos+3])
- mypos += 4
- else:
- # normal use mode
- if enabled:
- if type(mysplit[mypos+1]) == types.ListType:
- newsplit.append(dep_opconvert(mysplit[mypos+1],myuse))
- else:
- newsplit.append(mysplit[mypos+1])
- # otherwise, continue
- mypos += 2
- else:
- # normal item
- newsplit.append(mysplit[mypos])
- mypos += 1
- return newsplit
-
-class digraph:
- """beautiful directed graph object"""
-
- def __init__(self):
- self.dict={}
- #okeys = keys, in order they were added (to optimize firstzero() ordering)
- self.okeys=[]
- self.__callback_cache=[]
-
- def __str__(self):
- str = ""
- for key in self.okeys:
- str += "%s:\t%s\n" % (key, self.dict[key][1])
- return str
-
- def addnode(self,mykey,myparent):
- if not mykey in self.dict:
- self.okeys.append(mykey)
- if myparent==None:
- self.dict[mykey]=[0,[]]
- else:
- self.dict[mykey]=[0,[myparent]]
- self.dict[myparent][0]=self.dict[myparent][0]+1
- return
- if myparent and (not myparent in self.dict[mykey][1]):
- self.dict[mykey][1].append(myparent)
- self.dict[myparent][0]=self.dict[myparent][0]+1
-
- def delnode(self,mykey, ref = 1):
- """Delete a node
-
- If ref is 1, remove references to this node from other nodes.
- If ref is 2, remove nodes that reference this node."""
- if not mykey in self.dict:
- return
- for x in self.dict[mykey][1]:
- self.dict[x][0]=self.dict[x][0]-1
- del self.dict[mykey]
- while 1:
- try:
- self.okeys.remove(mykey)
- except ValueError:
- break
- if ref:
- __kill = []
- for k in self.okeys:
- if mykey in self.dict[k][1]:
- if ref == 1 or ref == 2:
- self.dict[k][1].remove(mykey)
- if ref == 2:
- __kill.append(k)
- for l in __kill:
- self.delnode(l, ref)
-
- def allnodes(self):
- "returns all nodes in the dictionary"
- return self.dict.keys()
-
- def firstzero(self):
- "returns first node with zero references, or NULL if no such node exists"
- for x in self.okeys:
- if self.dict[x][0]==0:
- return x
- return None
-
- def firstnonzero(self):
- "returns first node with nonzero references, or NULL if no such node exists"
- for x in self.okeys:
- if self.dict[x][0]!=0:
- return x
- return None
-
-
- def allzeros(self):
- "returns all nodes with zero references, or NULL if no such node exists"
- zerolist = []
- for x in self.dict.keys():
- if self.dict[x][0]==0:
- zerolist.append(x)
- return zerolist
-
- def hasallzeros(self):
- "returns 0/1, Are all nodes zeros? 1 : 0"
- zerolist = []
- for x in self.dict.keys():
- if self.dict[x][0]!=0:
- return 0
- return 1
-
- def empty(self):
- if len(self.dict)==0:
- return 1
- return 0
-
- def hasnode(self,mynode):
- return mynode in self.dict
-
- def getparents(self, item):
- if not self.hasnode(item):
- return []
- return self.dict[item][1]
-
- def getchildren(self, item):
- if not self.hasnode(item):
- return []
- children = [i for i in self.okeys if item in self.getparents(i)]
- return children
-
- def walkdown(self, item, callback, debug = None, usecache = False):
- if not self.hasnode(item):
- return 0
-
- if usecache:
- if self.__callback_cache.count(item):
- if debug:
- print "hit cache for item: %s" % item
- return 1
-
- parents = self.getparents(item)
- children = self.getchildren(item)
- for p in parents:
- if p in children:
-# print "%s is both parent and child of %s" % (p, item)
- if usecache:
- self.__callback_cache.append(p)
- ret = callback(self, p)
- if ret == 0:
- return 0
- continue
- if item == p:
- print "eek, i'm my own parent!"
- return 0
- if debug:
- print "item: %s, p: %s" % (item, p)
- ret = self.walkdown(p, callback, debug, usecache)
- if ret == 0:
- return 0
- if usecache:
- self.__callback_cache.append(item)
- return callback(self, item)
-
- def walkup(self, item, callback):
- if not self.hasnode(item):
- return 0
-
- parents = self.getparents(item)
- children = self.getchildren(item)
- for c in children:
- if c in parents:
- ret = callback(self, item)
- if ret == 0:
- return 0
- continue
- if item == c:
- print "eek, i'm my own child!"
- return 0
- ret = self.walkup(c, callback)
- if ret == 0:
- return 0
- return callback(self, item)
-
- def copy(self):
- mygraph=digraph()
- for x in self.dict.keys():
- mygraph.dict[x]=self.dict[x][:]
- mygraph.okeys=self.okeys[:]
- return mygraph
-
-#######################################################################
-#######################################################################
-#
-# SECTION: Config
-#
-# PURPOSE: Reading and handling of system/target-specific/local configuration
-# reading of package configuration
-#
-#######################################################################
-#######################################################################
-
-def reader(cfgfile, feeder):
- """Generic configuration file reader that opens a file, reads the lines,
- handles continuation lines, comments, empty lines and feed all read lines
- into the function feeder(lineno, line).
- """
-
- f = open(cfgfile,'r')
- lineno = 0
- while 1:
- lineno = lineno + 1
- s = f.readline()
- if not s: break
- w = s.strip()
- if not w: continue # skip empty lines
- s = s.rstrip()
- if s[0] == '#': continue # skip comments
- while s[-1] == '\\':
- s2 = f.readline()[:-1].strip()
- s = s[:-1] + s2
- feeder(lineno, s)
-
-if __name__ == "__main__":
- import doctest, oe
- doctest.testmod(oe)
diff --git a/bin/oe/build.py b/bin/oe/build.py
deleted file mode 100644
index 756cbd7fc..000000000
--- a/bin/oe/build.py
+++ /dev/null
@@ -1,392 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""
-OpenEmbedded 'Build' implementation
-
-Core code for function execution and task handling in the
-OpenEmbedded (http://openembedded.org) build infrastructure.
-
-Copyright: (c) 2003 Chris Larson
-
-Based on functions from the base oe module, Copyright 2003 Holger Schurig
-"""
-
-from oe import debug, data, fetch, fatal, error, note, event, mkdirhier
-import oe, os
-
-# data holds flags and function name for a given task
-_task_data = data.init()
-
-# graph represents task interdependencies
-_task_graph = oe.digraph()
-
-# stack represents execution order, excepting dependencies
-_task_stack = []
-
-# events
-class FuncFailed(Exception):
- """Executed function failed"""
-
-class EventException(Exception):
- """Exception which is associated with an Event."""
-
- def __init__(self, msg, event):
- self.event = event
-
- def getEvent(self):
- return self._event
-
- def setEvent(self, event):
- self._event = event
-
- event = property(getEvent, setEvent, None, "event property")
-
-class TaskBase(event.Event):
- """Base class for task events"""
-
- def __init__(self, t, d = {}):
- self.task = t
- self.data = d
-
- def getTask(self):
- return self._task
-
- def setTask(self, task):
- self._task = task
-
- task = property(getTask, setTask, None, "task property")
-
- def getData(self):
- return self._data
-
- def setData(self, data):
- self._data = data
-
- data = property(getData, setData, None, "data property")
-
-class TaskStarted(TaskBase):
- """Task execution started"""
-
-class TaskSucceeded(TaskBase):
- """Task execution completed"""
-
-class TaskFailed(TaskBase):
- """Task execution failed"""
-
-class InvalidTask(TaskBase):
- """Invalid Task"""
-
-# functions
-
-def init(data):
- global _task_data, _task_graph, _task_stack
- _task_data = data.init()
- _task_graph = oe.digraph()
- _task_stack = []
-
-
-def exec_func(func, d, dirs = None):
- """Execute an OE 'function'"""
-
- body = data.getVar(func, d)
- if not body:
- return
-
- if not dirs:
- dirs = (data.getVarFlag(func, 'dirs', d) or "").split()
- for adir in dirs:
- adir = data.expand(adir, d)
- mkdirhier(adir)
-
- if len(dirs) > 0:
- adir = dirs[-1]
- else:
- adir = data.getVar('B', d, 1)
-
- adir = data.expand(adir, d)
-
- try:
- prevdir = os.getcwd()
- except OSError:
- prevdir = data.expand('${TOPDIR}', d)
- if adir and os.access(adir, os.F_OK):
- os.chdir(adir)
-
- if data.getVarFlag(func, "python", d):
- exec_func_python(func, d)
- else:
- exec_func_shell(func, d)
- os.chdir(prevdir)
-
-def exec_func_python(func, d):
- """Execute a python OE 'function'"""
- import re, os
-
- tmp = "def " + func + "():\n%s" % data.getVar(func, d)
- comp = compile(tmp + '\n' + func + '()', oe.data.getVar('FILE', d, 1) + ':' + func, "exec")
- prevdir = os.getcwd()
- g = {} # globals
- g['oe'] = oe
- g['os'] = os
- g['d'] = d
- exec comp in g
- if os.path.exists(prevdir):
- os.chdir(prevdir)
-
-def exec_func_shell(func, d):
- """Execute a shell OE 'function' Returns true if execution was successful.
-
- For this, it creates a bash shell script in the tmp dectory, writes the local
- data into it and finally executes. The output of the shell will end in a log file and stdout.
-
- Note on directory behavior. The 'dirs' varflag should contain a list
- of the directories you need created prior to execution. The last
- item in the list is where we will chdir/cd to.
- """
- import sys
-
- deps = data.getVarFlag(func, 'deps', d)
- check = data.getVarFlag(func, 'check', d)
- if check in globals():
- if globals()[check](func, deps):
- return
-
- global logfile
- t = data.getVar('T', d, 1)
- if not t:
- return 0
- mkdirhier(t)
- logfile = "%s/log.%s.%s" % (t, func, str(os.getpid()))
- runfile = "%s/run.%s.%s" % (t, func, str(os.getpid()))
-
- f = open(runfile, "w")
- f.write("#!/bin/sh -e\n")
- if data.getVar("OEDEBUG", d): f.write("set -x\n")
- data.emit_env(f, d)
-
- f.write("cd %s\n" % os.getcwd())
- if func: f.write("%s\n" % func)
- f.close()
- os.chmod(runfile, 0775)
- if not func:
- error("Function not specified")
- raise FuncFailed()
-
- # open logs
- si = file('/dev/null', 'r')
- try:
- if data.getVar("OEDEBUG", d):
- so = os.popen("tee \"%s\"" % logfile, "w")
- else:
- so = file(logfile, 'w')
- except OSError, e:
- oe.error("opening log file: %s" % e)
- pass
-
- se = so
-
- # dup the existing fds so we dont lose them
- osi = [os.dup(sys.stdin.fileno()), sys.stdin.fileno()]
- oso = [os.dup(sys.stdout.fileno()), sys.stdout.fileno()]
- ose = [os.dup(sys.stderr.fileno()), sys.stderr.fileno()]
-
- # replace those fds with our own
- os.dup2(si.fileno(), osi[1])
- os.dup2(so.fileno(), oso[1])
- os.dup2(se.fileno(), ose[1])
-
- # execute function
- prevdir = os.getcwd()
- if data.getVarFlag(func, "fakeroot", d):
- maybe_fakeroot = "PATH=\"%s\" fakeroot " % oe.data.getVar("PATH", d, 1)
- else:
- maybe_fakeroot = ''
- ret = os.system('%ssh -e %s' % (maybe_fakeroot, runfile))
- os.chdir(prevdir)
-
- # restore the backups
- os.dup2(osi[0], osi[1])
- os.dup2(oso[0], oso[1])
- os.dup2(ose[0], ose[1])
-
- # close our logs
- si.close()
- so.close()
- se.close()
-
- # close the backup fds
- os.close(osi[0])
- os.close(oso[0])
- os.close(ose[0])
-
- if ret==0:
- if not data.getVar("OEDEBUG", d):
- os.remove(runfile)
-# os.remove(logfile)
- return
- else:
- error("function %s failed" % func)
- if data.getVar("OEINCLUDELOGS", d):
- error("log data follows (%s)" % logfile)
- f = open(logfile, "r")
- while True:
- l = f.readline()
- if l == '':
- break
- l = l.rstrip()
- print '| %s' % l
- f.close()
- else:
- error("see log in %s" % logfile)
- raise FuncFailed()
-
-
-_task_cache = []
-
-def exec_task(task, d):
- """Execute an OE 'task'
-
- The primary difference between executing a task versus executing
- a function is that a task exists in the task digraph, and therefore
- has dependencies amongst other tasks."""
-
- # check if the task is in the graph..
- task_graph = data.getVar('_task_graph', d)
- if not task_graph:
- task_graph = oe.digraph()
- data.setVar('_task_graph', task_graph, d)
- task_cache = data.getVar('_task_cache', d)
- if not task_cache:
- task_cache = []
- data.setVar('_task_cache', task_cache, d)
- if not task_graph.hasnode(task):
- raise EventException("", InvalidTask(task, d))
-
- # check whether this task needs executing..
- if not data.getVarFlag(task, 'force', d):
- if stamp_is_current(task, d):
- return 1
-
- # follow digraph path up, then execute our way back down
- def execute(graph, item):
- if data.getVarFlag(item, 'task', d):
- if item in task_cache:
- return 1
-
- if task != item:
- # deeper than toplevel, exec w/ deps
- exec_task(item, d)
- return 1
-
- try:
- debug(1, "Executing task %s" % item)
- event.fire(TaskStarted(item, d))
- exec_func(item, d)
- event.fire(TaskSucceeded(item, d))
- task_cache.append(item)
- except FuncFailed, reason:
- note( "Task failed: %s" % reason )
- failedevent = TaskFailed(item, d)
- event.fire(failedevent)
- raise EventException(None, failedevent)
-
- # execute
- task_graph.walkdown(task, execute)
-
- # make stamp, or cause event and raise exception
- if not data.getVarFlag(task, 'nostamp', d):
- mkstamp(task, d)
-
-
-def stamp_is_current(task, d, checkdeps = 1):
- """Check status of a given task's stamp. returns 0 if it is not current and needs updating."""
- task_graph = data.getVar('_task_graph', d)
- if not task_graph:
- task_graph = oe.digraph()
- data.setVar('_task_graph', task_graph, d)
- stamp = data.getVar('STAMP', d)
- if not stamp:
- return 0
- stampfile = "%s.%s" % (data.expand(stamp, d), task)
- if not os.access(stampfile, os.F_OK):
- return 0
-
- if checkdeps == 0:
- return 1
-
- import stat
- tasktime = os.stat(stampfile)[stat.ST_MTIME]
-
- _deps = []
- def checkStamp(graph, task):
- # check for existance
- if data.getVarFlag(task, 'nostamp', d):
- return 1
-
- if not stamp_is_current(task, d, 0):
- return 0
-
- depfile = "%s.%s" % (data.expand(stamp, d), task)
- deptime = os.stat(depfile)[stat.ST_MTIME]
- if deptime > tasktime:
- return 0
- return 1
-
- return task_graph.walkdown(task, checkStamp)
-
-
-def md5_is_current(task):
- """Check if a md5 file for a given task is current"""
-
-
-def mkstamp(task, d):
- """Creates/updates a stamp for a given task"""
- stamp = data.getVar('STAMP', d)
- if not stamp:
- return
- stamp = "%s.%s" % (data.expand(stamp, d), task)
- mkdirhier(os.path.dirname(stamp))
- open(stamp, "w+")
-
-
-def add_task(task, deps, d):
- task_graph = data.getVar('_task_graph', d)
- if not task_graph:
- task_graph = oe.digraph()
- data.setVar('_task_graph', task_graph, d)
- data.setVarFlag(task, 'task', 1, d)
- task_graph.addnode(task, None)
- for dep in deps:
- if not task_graph.hasnode(dep):
- task_graph.addnode(dep, None)
- task_graph.addnode(task, dep)
-
-
-def remove_task(task, kill, d):
- """Remove an OE 'task'.
-
- If kill is 1, also remove tasks that depend on this task."""
-
- task_graph = data.getVar('_task_graph', d)
- if not task_graph:
- task_graph = oe.digraph()
- data.setVar('_task_graph', task_graph, d)
- if not task_graph.hasnode(task):
- return
-
- data.delVarFlag(task, 'task', d)
- ref = 1
- if kill == 1:
- ref = 2
- task_graph.delnode(task, ref)
-
-def task_exists(task, d):
- task_graph = data.getVar('_task_graph', d)
- if not task_graph:
- task_graph = oe.digraph()
- data.setVar('_task_graph', task_graph, d)
- return task_graph.hasnode(task)
-
-def get_task_data():
- return _task_data
diff --git a/bin/oe/data.py b/bin/oe/data.py
deleted file mode 100644
index ccfaa9a3f..000000000
--- a/bin/oe/data.py
+++ /dev/null
@@ -1,477 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""
-OpenEmbedded 'Data' implementations
-
-Functions for interacting with the data structure used by the
-OpenEmbedded (http://openembedded.org) build infrastructure.
-
-Copyright: (c) 2003 Chris Larson
-
-Based on functions from the base oe module, Copyright 2003 Holger Schurig
-"""
-
-import sys, os, re, time, types
-if sys.argv[0][-5:] == "pydoc":
- path = os.path.dirname(os.path.dirname(sys.argv[1]))
-else:
- path = os.path.dirname(os.path.dirname(sys.argv[0]))
-sys.path.append(path)
-
-from oe import note, debug
-
-def init():
- return {}
-
-_data = init()
-
-def initVar(var, d = _data):
- """Non-destructive var init for data structure"""
- if not var in d:
- d[var] = {}
-
- if not "flags" in d[var]:
- d[var]["flags"] = {}
-
-__setvar_regexp__ = {}
-__setvar_regexp__["_append"] = re.compile('(?P<base>.*?)%s(_(?P<add>.*))?' % "_append")
-__setvar_regexp__["_prepend"] = re.compile('(?P<base>.*?)%s(_(?P<add>.*))?' % "_prepend")
-__setvar_regexp__["_delete"] = re.compile('(?P<base>.*?)%s(_(?P<add>.*))?' % "_delete")
-
-def setVar(var, value, d = _data):
- """Set a variable to a given value
-
- Example:
- >>> setVar('TEST', 'testcontents')
- >>> print getVar('TEST')
- testcontents
- """
- for v in ["_append", "_prepend", "_delete"]:
- match = __setvar_regexp__[v].match(var)
- if match:
- base = match.group('base')
- override = match.group('add')
- l = getVarFlag(base, v, d) or []
- if override == 'delete':
- if l.count([value, None]):
- del l[l.index([value, None])]
- l.append([value, override])
- setVarFlag(base, v, l, d)
- return
-
- if not var in d:
- initVar(var, d)
- if getVarFlag(var, 'matchesenv', d):
- delVarFlag(var, 'matchesenv', d)
- setVarFlag(var, 'export', 1, d)
- d[var]["content"] = value
-
-def getVar(var, d = _data, exp = 0):
- """Gets the value of a variable
-
- Example:
- >>> setVar('TEST', 'testcontents')
- >>> print getVar('TEST')
- testcontents
- """
- if not var in d or not "content" in d[var]:
- return None
- if exp:
- return expand(d[var]["content"], d, var)
- return d[var]["content"]
-
-def delVar(var, d = _data):
- """Removes a variable from the data set
-
- Example:
- >>> setVar('TEST', 'testcontents')
- >>> print getVar('TEST')
- testcontents
- >>> delVar('TEST')
- >>> print getVar('TEST')
- None
- """
- if var in d:
- del d[var]
-
-def setVarFlag(var, flag, flagvalue, d = _data):
- """Set a flag for a given variable to a given value
-
- Example:
- >>> setVarFlag('TEST', 'python', 1)
- >>> print getVarFlag('TEST', 'python')
- 1
- """
-# print "d[%s][\"flags\"][%s] = %s" % (var, flag, flagvalue)
- if not var in d:
- initVar(var, d)
- d[var]["flags"][flag] = flagvalue
-
-def getVarFlag(var, flag, d = _data):
- """Gets given flag from given var
-
- Example:
- >>> setVarFlag('TEST', 'python', 1)
- >>> print getVarFlag('TEST', 'python')
- 1
- """
- if var in d and "flags" in d[var] and flag in d[var]["flags"]:
- return d[var]["flags"][flag]
- return None
-
-def delVarFlag(var, flag, d = _data):
- """Removes a given flag from the variable's flags
-
- Example:
- >>> setVarFlag('TEST', 'testflag', 1)
- >>> print getVarFlag('TEST', 'testflag')
- 1
- >>> delVarFlag('TEST', 'testflag')
- >>> print getVarFlag('TEST', 'testflag')
- None
-
- """
- if var in d and "flags" in d[var] and flag in d[var]["flags"]:
- del d[var]["flags"][flag]
-
-def setVarFlags(var, flags, d = _data):
- """Set the flags for a given variable
-
- Example:
- >>> myflags = {}
- >>> myflags['test'] = 'blah'
- >>> setVarFlags('TEST', myflags)
- >>> print getVarFlag('TEST', 'test')
- blah
- """
- if not var in d:
- initVar(var, d)
- d[var]["flags"] = flags
-
-def getVarFlags(var, d = _data):
- """Gets a variable's flags
-
- Example:
- >>> setVarFlag('TEST', 'test', 'blah')
- >>> print getVarFlags('TEST')['test']
- blah
- """
- if var in d and "flags" in d[var]:
- return d[var]["flags"]
- return None
-
-def delVarFlags(var, d = _data):
- """Removes a variable's flags
-
- Example:
- >>> setVarFlag('TEST', 'testflag', 1)
- >>> print getVarFlag('TEST', 'testflag')
- 1
- >>> delVarFlags('TEST')
- >>> print getVarFlags('TEST')
- None
-
- """
- if var in d and "flags" in d[var]:
- del d[var]["flags"]
-
-def getData(d = _data):
- """Returns the data object used"""
- return d
-
-def setData(newData, d = _data):
- """Sets the data object to the supplied value"""
- d = newData
-
-__expand_var_regexp__ = re.compile(r"\${[^{}]+}")
-__expand_python_regexp__ = re.compile(r"\${@.+?}")
-
-def expand(s, d = _data, varname = None):
- """Variable expansion using the data store.
-
- Example:
- Standard expansion:
- >>> setVar('A', 'sshd')
- >>> print expand('/usr/bin/${A}')
- /usr/bin/sshd
-
- Python expansion:
- >>> print expand('result: ${@37 * 72}')
- result: 2664
- """
- def var_sub(match):
- key = match.group()[2:-1]
- if varname and key:
- if varname == key:
- raise Exception("variable %s references itself!" % varname)
- var = getVar(key, d, 1)
- if var is not None:
- return var
- else:
- return match.group()
-
- def python_sub(match):
- import oe
- code = match.group()[3:-1]
- locals()['d'] = d
- s = eval(code)
- if type(s) == types.IntType: s = str(s)
- return s
-
- if type(s) is not types.StringType: # sanity check
- return s
-
- while s.find('$') != -1:
- olds = s
- try:
- s = __expand_var_regexp__.sub(var_sub, s)
- s = __expand_python_regexp__.sub(python_sub, s)
- if s == olds: break
- if type(s) is not types.StringType: # sanity check
- import oe
- oe.error('expansion of %s returned non-string %s' % (olds, s))
- except:
- import oe
- oe.note("%s:%s while evaluating:\n%s" % (sys.exc_info()[0], sys.exc_info()[1], s))
- raise
- return s
-
-def expandKeys(alterdata = _data, readdata = None):
- if readdata == None:
- readdata = alterdata
-
- for key in alterdata.keys():
- ekey = expand(key, readdata)
- if key == ekey:
- continue
- val = getVar(key, alterdata)
- if val is None:
- continue
-# import copy
-# setVarFlags(ekey, copy.copy(getVarFlags(key, readdata)), alterdata)
- setVar(ekey, val, alterdata)
-
- for i in ('_append', '_prepend', '_delete'):
- dest = getVarFlag(ekey, i, alterdata) or []
- src = getVarFlag(key, i, readdata) or []
- dest.extend(src)
- setVarFlag(ekey, i, dest, alterdata)
-
- delVar(key, alterdata)
-
-def expandData(alterdata = _data, readdata = None):
- """For each variable in alterdata, expand it, and update the var contents.
- Replacements use data from readdata.
-
- Example:
- >>> a=init()
- >>> b=init()
- >>> setVar("dlmsg", "dl_dir is ${DL_DIR}", a)
- >>> setVar("DL_DIR", "/path/to/whatever", b)
- >>> expandData(a, b)
- >>> print getVar("dlmsg", a)
- dl_dir is /path/to/whatever
- """
- if readdata == None:
- readdata = alterdata
-
- for key in alterdata.keys():
- val = getVar(key, alterdata)
- if type(val) is not types.StringType:
- continue
- expanded = expand(val, readdata)
-# print "key is %s, val is %s, expanded is %s" % (key, val, expanded)
- if val != expanded:
- setVar(key, expanded, alterdata)
-
-import os
-
-def inheritFromOS(d = _data):
- """Inherit variables from the environment."""
-# fakeroot needs to be able to set these
- non_inherit_vars = [ "LD_LIBRARY_PATH", "LD_PRELOAD" ]
- for s in os.environ.keys():
- if not s in non_inherit_vars:
- try:
- setVar(s, os.environ[s], d)
- setVarFlag(s, 'matchesenv', '1', d)
- except TypeError:
- pass
-
-import sys
-
-def emit_var(var, o=sys.__stdout__, d = _data, all=False):
- """Emit a variable to be sourced by a shell."""
- if getVarFlag(var, "python", d):
- return 0
-
- try:
- if all:
- oval = getVar(var, d, 0)
- val = getVar(var, d, 1)
- except KeyboardInterrupt:
- raise
- except:
- o.write('# expansion of %s threw %s\n' % (var, sys.exc_info()[0]))
- return 0
-
- if all:
- o.write('# %s=%s\n' % (var, oval))
-
- if type(val) is not types.StringType:
- return 0
-
- if getVarFlag(var, 'matchesenv', d):
- return 0
-
- if var.find("-") != -1 or var.find(".") != -1 or var.find('{') != -1 or var.find('}') != -1 or var.find('+') != -1:
- return 0
-
- val.rstrip()
- if not val:
- return 0
-
- if getVarFlag(var, "func", d):
-# NOTE: should probably check for unbalanced {} within the var
- o.write("%s() {\n%s\n}\n" % (var, val))
- else:
- if getVarFlag(var, "export", d):
- o.write('export ')
- else:
- if not all:
- return 0
-# if we're going to output this within doublequotes,
-# to a shell, we need to escape the quotes in the var
- alter = re.sub('"', '\\"', val.strip())
- o.write('%s="%s"\n' % (var, alter))
- return 1
-
-
-def emit_env(o=sys.__stdout__, d = _data, all=False):
- """Emits all items in the data store in a format such that it can be sourced by a shell."""
-
- env = d.keys()
-
- for e in env:
- if getVarFlag(e, "func", d):
- continue
- emit_var(e, o, d, all) and o.write('\n')
-
- for e in env:
- if not getVarFlag(e, "func", d):
- continue
- emit_var(e, o, d) and o.write('\n')
-
-def update_data(d = _data):
- """Modifies the environment vars according to local overrides and commands.
- Examples:
- Appending to a variable:
- >>> setVar('TEST', 'this is a')
- >>> setVar('TEST_append', ' test')
- >>> setVar('TEST_append', ' of the emergency broadcast system.')
- >>> update_data()
- >>> print getVar('TEST')
- this is a test of the emergency broadcast system.
-
- Prepending to a variable:
- >>> setVar('TEST', 'virtual/libc')
- >>> setVar('TEST_prepend', 'virtual/tmake ')
- >>> setVar('TEST_prepend', 'virtual/patcher ')
- >>> update_data()
- >>> print getVar('TEST')
- virtual/patcher virtual/tmake virtual/libc
-
- Overrides:
- >>> setVar('TEST_arm', 'target')
- >>> setVar('TEST_ramses', 'machine')
- >>> setVar('TEST_local', 'local')
- >>> setVar('OVERRIDES', 'arm')
-
- >>> setVar('TEST', 'original')
- >>> update_data()
- >>> print getVar('TEST')
- target
-
- >>> setVar('OVERRIDES', 'arm:ramses:local')
- >>> setVar('TEST', 'original')
- >>> update_data()
- >>> print getVar('TEST')
- local
- """
-
- debug(2, "update_data()")
-
-# can't do delete env[...] while iterating over the dictionary, so remember them
- dodel = []
- overrides = (getVar('OVERRIDES', d, 1) or "").split(':') or []
-
- def applyOverrides(var, d = _data):
- if not overrides:
- debug(1, "OVERRIDES not defined, nothing to do")
- return
- val = getVar(var, d)
- for o in overrides:
- if var.endswith("_" + o):
- l = len(o)+1
- name = var[:-l]
- d[name] = d[var]
-
- for s in d.keys():
- applyOverrides(s, d)
- sval = getVar(s, d) or ""
-
-# Handle line appends:
- for (a, o) in getVarFlag(s, '_append', d) or []:
- # maybe the OVERRIDE was not yet added so keep the append
- if (o and o in overrides) or not o:
- delVarFlag(s, '_append', d)
- if o:
- if not o in overrides:
- continue
- sval+=a
- setVar(s, sval, d)
-
-# Handle line prepends
- for (a, o) in getVarFlag(s, '_prepend', d) or []:
- # maybe the OVERRIDE was not yet added so keep the append
- if (o and o in overrides) or not o:
- delVarFlag(s, '_prepend', d)
- if o:
- if not o in overrides:
- continue
- sval=a+sval
- setVar(s, sval, d)
-
-# Handle line deletions
- name = s + "_delete"
- nameval = getVar(name, d)
- if nameval:
- sval = getVar(s, d)
- if sval:
- new = ''
- pattern = nameval.replace('\n','').strip()
- for line in sval.split('\n'):
- if line.find(pattern) == -1:
- new = new + '\n' + line
- setVar(s, new, d)
- dodel.append(name)
-
-# delete all environment vars no longer needed
- for s in dodel:
- delVar(s, d)
-
-def inherits_class(klass, d):
- val = getVar('__inherit_cache', d) or ""
- if ("classes/%s.oeclass" % klass) in val.split():
- return True
- return False
-
-def _test():
- """Start a doctest run on this module"""
- import doctest
- from oe import data
- doctest.testmod(data)
-
-if __name__ == "__main__":
- _test()
diff --git a/bin/oe/event.py b/bin/oe/event.py
deleted file mode 100644
index 47d3bd0aa..000000000
--- a/bin/oe/event.py
+++ /dev/null
@@ -1,191 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""
-OpenEmbedded 'Event' implementation
-
-Classes and functions for manipulating 'events' in the
-OpenEmbedded (http://openembedded.org) build infrastructure.
-
-Copyright: (c) 2003-2004 Chris Larson
-"""
-
-import os, re
-class Event:
- """Base class for events"""
- type = "Event"
-
-NotHandled = 0
-Handled = 1
-handlers = []
-
-def tmpHandler(event):
- """Default handler for code events"""
- return NotHandled
-
-def defaultTmpHandler():
- tmp = "def tmpHandler(e):\n\t\"\"\"heh\"\"\"\n\treturn 0"
- comp = compile(tmp, "tmpHandler(e)", "exec")
- return comp
-
-def fire(event):
- """Fire off an Event"""
- for h in handlers:
- if type(h).__name__ == "code":
- exec(h)
- if tmpHandler(event) == Handled:
- return Handled
- else:
- if h(event) == Handled:
- return Handled
- return NotHandled
-
-def register(handler):
- """Register an Event handler"""
- if handler is not None:
-# handle string containing python code
- if type(handler).__name__ == "str":
- return registerCode(handler)
-# prevent duplicate registration
- if not handler in handlers:
- handlers.append(handler)
-
-def registerCode(handlerStr):
- """Register a 'code' Event.
- Deprecated interface; call register instead.
-
- Expects to be passed python code as a string, which will
- be passed in turn to compile() and then exec(). Note that
- the code will be within a function, so should have had
- appropriate tabbing put in place."""
- tmp = "def tmpHandler(e):\n%s" % handlerStr
- comp = compile(tmp, "tmpHandler(e)", "exec")
-# prevent duplicate registration
- if not comp in handlers:
- handlers.append(comp)
-
-def remove(handler):
- """Remove an Event handler"""
- for h in handlers:
- if type(handler).__name__ == "str":
- return removeCode(handler)
-
- if handler is h:
- handlers.remove(handler)
-
-def removeCode(handlerStr):
- """Remove a 'code' Event handler
- Deprecated interface; call remove instead."""
- tmp = "def tmpHandler(e):\n%s" % handlerStr
- comp = compile(tmp, "tmpHandler(e)", "exec")
- handlers.remove(comp)
-
-def getName(e):
- """Returns the name of a class or class instance"""
- if getattr(e, "__name__", None) == None:
- return e.__class__.__name__
- else:
- return e.__name__
-
-
-class PkgBase(Event):
- """Base class for package events"""
-
- def __init__(self, t, d = {}):
- self.pkg = t
- self.data = d
-
- def getPkg(self):
- return self._pkg
-
- def setPkg(self, pkg):
- self._pkg = pkg
-
- def getData(self):
- return self._data
-
- def setData(self, data):
- self._data = data
-
- pkg = property(getPkg, setPkg, None, "pkg property")
- data = property(getData, setData, None, "data property")
-
-
-class BuildBase(Event):
- """Base class for oemake run events"""
-
- def __init__(self, n, p, c):
- self.name = n
- self.pkgs = p
- self.cfg = c
-
- def getPkgs(self):
- return self._pkgs
-
- def setPkgs(self, pkgs):
- self._pkgs = pkgs
-
- def getName(self):
- return self._name
-
- def setName(self, name):
- self._name = name
-
- def getCfg(self):
- return self._cfg
-
- def setCfg(self, cfg):
- self._cfg = cfg
-
- pkgs = property(getPkgs, setPkgs, None, "pkgs property")
- name = property(getName, setName, None, "name property")
- cfg = property(getCfg, setCfg, None, "cfg property")
-
-
-class DepBase(PkgBase):
- """Base class for dependency events"""
-
- def __init__(self, t, data, d):
- self.dep = d
- PkgBase.__init__(self, t, data)
-
- def getDep(self):
- return self._dep
-
- def setDep(self, dep):
- self._dep = dep
-
- dep = property(getDep, setDep, None, "dep property")
-
-
-class PkgStarted(PkgBase):
- """Package build started"""
-
-
-class PkgFailed(PkgBase):
- """Package build failed"""
-
-
-class PkgSucceeded(PkgBase):
- """Package build completed"""
-
-
-class BuildStarted(BuildBase):
- """oemake build run started"""
-
-
-class BuildCompleted(BuildBase):
- """oemake build run completed"""
-
-
-class UnsatisfiedDep(DepBase):
- """Unsatisfied Dependency"""
-
-
-class RecursiveDep(DepBase):
- """Recursive Dependency"""
-
-
-class MultipleProviders(PkgBase):
- """Multiple Providers"""
-
diff --git a/bin/oe/fetch.py b/bin/oe/fetch.py
deleted file mode 100644
index 4f7e5888c..000000000
--- a/bin/oe/fetch.py
+++ /dev/null
@@ -1,621 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""
-OpenEmbedded 'Fetch' implementations
-
-Classes for obtaining upstream sources for the
-OpenEmbedded (http://openembedded.org) build infrastructure.
-
-NOTE that it requires Python 2.x due to its use of static methods.
-
-Copyright: (c) 2003 Chris Larson
-
-Based on functions from the base oe module, Copyright 2003 Holger Schurig
-"""
-
-import os, re
-import oe
-import oe.data
-
-class FetchError(Exception):
- """Exception raised when a download fails"""
-
-class NoMethodError(Exception):
- """Exception raised when there is no method to obtain a supplied url or set of urls"""
-
-class MissingParameterError(Exception):
- """Exception raised when a fetch method is missing a critical parameter in the url"""
-
-#decodeurl("cvs://anoncvs:anonymous@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-81")
-#('cvs', 'cvs.handhelds.org', '/cvs', 'anoncvs', 'anonymous', {'tag': 'V0-99-81', 'module': 'familiar/dist/ipkg'})
-
-def uri_replace(uri, uri_find, uri_replace, d = oe.data.init()):
-# oe.note("uri_replace: operating on %s" % uri)
- if not uri or not uri_find or not uri_replace:
- oe.debug(1, "uri_replace: passed an undefined value, not replacing")
- uri_decoded = list(oe.decodeurl(uri))
- uri_find_decoded = list(oe.decodeurl(uri_find))
- uri_replace_decoded = list(oe.decodeurl(uri_replace))
- result_decoded = ['','','','','',{}]
- for i in uri_find_decoded:
- loc = uri_find_decoded.index(i)
- result_decoded[loc] = uri_decoded[loc]
- import types
- if type(i) == types.StringType:
- import re
- if (re.match(i, uri_decoded[loc])):
- result_decoded[loc] = re.sub(i, uri_replace_decoded[loc], uri_decoded[loc])
- if uri_find_decoded.index(i) == 2:
- if d:
- localfn = oe.fetch.localpath(uri, d)
- if localfn:
- result_decoded[loc] = os.path.dirname(result_decoded[loc]) + "/" + os.path.basename(oe.fetch.localpath(uri, d))
-# oe.note("uri_replace: matching %s against %s and replacing with %s" % (i, uri_decoded[loc], uri_replace_decoded[loc]))
- else:
-# oe.note("uri_replace: no match")
- return uri
-# else:
-# for j in i.keys():
-# FIXME: apply replacements against options
- return oe.encodeurl(result_decoded)
-
-methods = []
-
-def init(urls = [], d = oe.data.init()):
- for m in methods:
- m.urls = []
-
- for u in urls:
- for m in methods:
- m.data = d
- if m.supports(u, d):
- m.urls.append(u)
-
-def go(d = oe.data.init()):
- """Fetch all urls"""
- for m in methods:
- if m.urls:
- m.go(d)
-
-def localpaths(d):
- """Return a list of the local filenames, assuming successful fetch"""
- local = []
- for m in methods:
- for u in m.urls:
- local.append(m.localpath(u, d))
- return local
-
-def localpath(url, d = oe.data.init()):
- for m in methods:
- if m.supports(url, d):
- return m.localpath(url, d)
- return url
-
-class Fetch(object):
- """Base class for 'fetch'ing data"""
-
- def __init__(self, urls = []):
- self.urls = []
- for url in urls:
- if self.supports(oe.decodeurl(url), d) is 1:
- self.urls.append(url)
-
- def supports(url, d):
- """Check to see if this fetch class supports a given url.
- Expects supplied url in list form, as outputted by oe.decodeurl().
- """
- return 0
- supports = staticmethod(supports)
-
- def localpath(url, d = oe.data.init()):
- """Return the local filename of a given url assuming a successful fetch.
- """
- return url
- localpath = staticmethod(localpath)
-
- def setUrls(self, urls):
- self.__urls = urls
-
- def getUrls(self):
- return self.__urls
-
- urls = property(getUrls, setUrls, None, "Urls property")
-
- def setData(self, data):
- self.__data = data
-
- def getData(self):
- return self.__data
-
- data = property(getData, setData, None, "Data property")
-
- def go(self, urls = []):
- """Fetch urls"""
- raise NoMethodError("Missing implementation for url")
-
-class Wget(Fetch):
- """Class to fetch urls via 'wget'"""
- def supports(url, d):
- """Check to see if a given url can be fetched using wget.
- Expects supplied url in list form, as outputted by oe.decodeurl().
- """
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(url, d))
- return type in ['http','https','ftp']
- supports = staticmethod(supports)
-
- def localpath(url, d):
-# strip off parameters
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(url, d))
- if "localpath" in parm:
-# if user overrides local path, use it.
- return parm["localpath"]
- url = oe.encodeurl([type, host, path, user, pswd, {}])
- return os.path.join(oe.data.getVar("DL_DIR", d), os.path.basename(url))
- localpath = staticmethod(localpath)
-
- def go(self, d = oe.data.init(), urls = []):
- """Fetch urls"""
- def fetch_uri(uri, basename, dl, md5, d):
- if os.path.exists(dl):
-# file exists, but we didnt complete it.. trying again..
- fetchcmd = oe.data.getVar("RESUMECOMMAND", d, 1)
- else:
- fetchcmd = oe.data.getVar("FETCHCOMMAND", d, 1)
-
- oe.note("fetch " + uri)
- fetchcmd = fetchcmd.replace("${URI}", uri)
- fetchcmd = fetchcmd.replace("${FILE}", basename)
- oe.debug(2, "executing " + fetchcmd)
- ret = os.system(fetchcmd)
- if ret != 0:
- return False
-
-# supposedly complete.. write out md5sum
- if oe.which(oe.data.getVar('PATH', d), 'md5sum'):
- try:
- md5pipe = os.popen('md5sum ' + dl)
- md5data = (md5pipe.readline().split() or [ "" ])[0]
- md5pipe.close()
- except OSError:
- md5data = ""
- md5out = file(md5, 'w')
- md5out.write(md5data)
- md5out.close()
- else:
- md5out = file(md5, 'w')
- md5out.write("")
- md5out.close()
- return True
-
- if not urls:
- urls = self.urls
-
- from copy import deepcopy
- localdata = deepcopy(d)
- oe.data.setVar('OVERRIDES', "wget:" + oe.data.getVar('OVERRIDES', localdata), localdata)
- oe.data.update_data(localdata)
-
- for uri in urls:
- completed = 0
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(uri, localdata))
- basename = os.path.basename(path)
- dl = self.localpath(uri, d)
- dl = oe.data.expand(dl, localdata)
- md5 = dl + '.md5'
-
- if os.path.exists(md5):
-# complete, nothing to see here..
- continue
-
- premirrors = [ i.split() for i in (oe.data.getVar('PREMIRRORS', localdata, 1) or "").split('\n') if i ]
- for (find, replace) in premirrors:
- newuri = uri_replace(uri, find, replace)
- if newuri != uri:
- if fetch_uri(newuri, basename, dl, md5, localdata):
- completed = 1
- break
-
- if completed:
- continue
-
- if fetch_uri(uri, basename, dl, md5, localdata):
- continue
-
-# try mirrors
- mirrors = [ i.split() for i in (oe.data.getVar('MIRRORS', localdata, 1) or "").split('\n') if i ]
- for (find, replace) in mirrors:
- newuri = uri_replace(uri, find, replace)
- if newuri != uri:
- if fetch_uri(newuri, basename, dl, md5, localdata):
- completed = 1
- break
-
- if not completed:
- raise FetchError(uri)
-
- del localdata
-
-
-methods.append(Wget())
-
-class Cvs(Fetch):
- """Class to fetch a module or modules from cvs repositories"""
- def supports(url, d):
- """Check to see if a given url can be fetched with cvs.
- Expects supplied url in list form, as outputted by oe.decodeurl().
- """
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(url, d))
- return type in ['cvs', 'pserver']
- supports = staticmethod(supports)
-
- def localpath(url, d):
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(url, d))
- if "localpath" in parm:
-# if user overrides local path, use it.
- return parm["localpath"]
-
- if not "module" in parm:
- raise MissingParameterError("cvs method needs a 'module' parameter")
- else:
- module = parm["module"]
- if 'tag' in parm:
- tag = parm['tag']
- else:
- tag = ""
- if 'date' in parm:
- date = parm['date']
- else:
- if not tag:
- date = oe.data.getVar("CVSDATE", d, 1) or oe.data.getVar("DATE", d, 1)
- else:
- date = ""
-
- return os.path.join(oe.data.getVar("DL_DIR", d, 1),oe.data.expand('%s_%s_%s_%s.tar.gz' % ( module.replace('/', '.'), host, tag, date), d))
- localpath = staticmethod(localpath)
-
- def go(self, d = oe.data.init(), urls = []):
- """Fetch urls"""
- if not urls:
- urls = self.urls
-
- from copy import deepcopy
- localdata = deepcopy(d)
- oe.data.setVar('OVERRIDES', "cvs:%s" % oe.data.getVar('OVERRIDES', localdata), localdata)
- oe.data.update_data(localdata)
-
- for loc in urls:
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(loc, localdata))
- if not "module" in parm:
- raise MissingParameterError("cvs method needs a 'module' parameter")
- else:
- module = parm["module"]
-
- dlfile = self.localpath(loc, localdata)
- dldir = oe.data.getVar('DL_DIR', localdata, 1)
-# if local path contains the cvs
-# module, consider the dir above it to be the
-# download directory
-# pos = dlfile.find(module)
-# if pos:
-# dldir = dlfile[:pos]
-# else:
-# dldir = os.path.dirname(dlfile)
-
-# setup cvs options
- options = []
- if 'tag' in parm:
- tag = parm['tag']
- else:
- tag = ""
-
- if 'date' in parm:
- date = parm['date']
- else:
- if not tag:
- date = oe.data.getVar("CVSDATE", d, 1) or oe.data.getVar("DATE", d, 1)
- else:
- date = ""
-
- if "method" in parm:
- method = parm["method"]
- else:
- method = "pserver"
-
- if "localdir" in parm:
- localdir = parm["localdir"]
- else:
- localdir = module
-
- cvs_rsh = None
- if method == "ext":
- if "rsh" in parm:
- cvs_rsh = parm["rsh"]
-
- tarfn = oe.data.expand('%s_%s_%s_%s.tar.gz' % (module.replace('/', '.'), host, tag, date), localdata)
- oe.data.setVar('TARFILES', dlfile, localdata)
- oe.data.setVar('TARFN', tarfn, localdata)
-
- dl = os.path.join(dldir, tarfn)
- if os.access(dl, os.R_OK):
- oe.debug(1, "%s already exists, skipping cvs checkout." % tarfn)
- continue
-
- pn = oe.data.getVar('PN', d, 1)
- cvs_tarball_stash = None
- if pn:
- cvs_tarball_stash = oe.data.getVar('CVS_TARBALL_STASH_%s' % pn, d, 1)
- if cvs_tarball_stash == None:
- cvs_tarball_stash = oe.data.getVar('CVS_TARBALL_STASH', d, 1)
- if cvs_tarball_stash:
- fetchcmd = oe.data.getVar("FETCHCOMMAND_wget", d, 1)
- uri = cvs_tarball_stash + tarfn
- oe.note("fetch " + uri)
- fetchcmd = fetchcmd.replace("${URI}", uri)
- ret = os.system(fetchcmd)
- if ret == 0:
- oe.note("Fetched %s from tarball stash, skipping checkout" % tarfn)
- continue
-
- if date:
- options.append("-D %s" % date)
- if tag:
- options.append("-r %s" % tag)
-
- olddir = os.path.abspath(os.getcwd())
- os.chdir(oe.data.expand(dldir, localdata))
-
-# setup cvsroot
- if method == "dir":
- cvsroot = path
- else:
- cvsroot = ":" + method + ":" + user
- if pswd:
- cvsroot += ":" + pswd
- cvsroot += "@" + host + ":" + path
-
- oe.data.setVar('CVSROOT', cvsroot, localdata)
- oe.data.setVar('CVSCOOPTS', " ".join(options), localdata)
- oe.data.setVar('CVSMODULE', module, localdata)
- cvscmd = oe.data.getVar('FETCHCOMMAND', localdata, 1)
- cvsupdatecmd = oe.data.getVar('UPDATECOMMAND', localdata, 1)
-
- if cvs_rsh:
- cvscmd = "CVS_RSH=\"%s\" %s" % (cvs_rsh, cvscmd)
- cvsupdatecmd = "CVS_RSH=\"%s\" %s" % (cvs_rsh, cvsupdatecmd)
-
-# create module directory
- oe.debug(2, "Fetch: checking for module directory")
- pkg=oe.data.expand('${PN}', d)
- pkgdir=os.path.join(oe.data.expand('${CVSDIR}', localdata), pkg)
- moddir=os.path.join(pkgdir,localdir)
- if os.access(os.path.join(moddir,'CVS'), os.R_OK):
- oe.note("Update " + loc)
-# update sources there
- os.chdir(moddir)
- myret = os.system(cvsupdatecmd)
- else:
- oe.note("Fetch " + loc)
-# check out sources there
- oe.mkdirhier(pkgdir)
- os.chdir(pkgdir)
- oe.debug(1, "Running %s" % cvscmd)
- myret = os.system(cvscmd)
-
- if myret != 0:
- try:
- os.rmdir(moddir)
- except OSError:
- pass
- raise FetchError(module)
-
- os.chdir(moddir)
- os.chdir('..')
-# tar them up to a defined filename
- myret = os.system("tar -czf %s %s" % (os.path.join(dldir,tarfn), os.path.basename(moddir)))
- if myret != 0:
- try:
- os.unlink(tarfn)
- except OSError:
- pass
- os.chdir(olddir)
- del localdata
-
-methods.append(Cvs())
-
-class Bk(Fetch):
- def supports(url, d):
- """Check to see if a given url can be fetched via bitkeeper.
- Expects supplied url in list form, as outputted by oe.decodeurl().
- """
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(url, d))
- return type in ['bk']
- supports = staticmethod(supports)
-
-methods.append(Bk())
-
-class Local(Fetch):
- def supports(url, d):
- """Check to see if a given url can be fetched in the local filesystem.
- Expects supplied url in list form, as outputted by oe.decodeurl().
- """
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(url, d))
- return type in ['file','patch']
- supports = staticmethod(supports)
-
- def localpath(url, d):
- """Return the local filename of a given url assuming a successful fetch.
- """
- path = url.split("://")[1]
- newpath = path
- if path[0] != "/":
- filespath = oe.data.getVar('FILESPATH', d, 1)
- if filespath:
- newpath = oe.which(filespath, path)
- if not newpath:
- filesdir = oe.data.getVar('FILESDIR', d, 1)
- if filesdir:
- newpath = os.path.join(filesdir, path)
- return newpath
- localpath = staticmethod(localpath)
-
- def go(self, urls = []):
- """Fetch urls (no-op for Local method)"""
-# no need to fetch local files, we'll deal with them in place.
- return 1
-
-methods.append(Local())
-
-class Svn(Fetch):
- """Class to fetch a module or modules from svn repositories"""
- def supports(url, d):
- """Check to see if a given url can be fetched with svn.
- Expects supplied url in list form, as outputted by oe.decodeurl().
- """
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(url, d))
- return type in ['svn']
- supports = staticmethod(supports)
-
- def localpath(url, d):
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(url, d))
- if "localpath" in parm:
-# if user overrides local path, use it.
- return parm["localpath"]
-
- if not "module" in parm:
- raise MissingParameterError("svn method needs a 'module' parameter")
- else:
- module = parm["module"]
- if 'rev' in parm:
- revision = parm['rev']
- else:
- revision = ""
-
- date = oe.data.getVar("CVSDATE", d, 1) or oe.data.getVar("DATE", d, 1)
-
- return os.path.join(oe.data.getVar("DL_DIR", d, 1),oe.data.expand('%s_%s_%s_%s.tar.gz' % ( module.replace('/', '.'), host, revision, date), d))
- localpath = staticmethod(localpath)
-
- def go(self, d = oe.data.init(), urls = []):
- """Fetch urls"""
- if not urls:
- urls = self.urls
-
- from copy import deepcopy
- localdata = deepcopy(d)
- oe.data.setVar('OVERRIDES', "svn:%s" % oe.data.getVar('OVERRIDES', localdata), localdata)
- oe.data.update_data(localdata)
-
- for loc in urls:
- (type, host, path, user, pswd, parm) = oe.decodeurl(oe.data.expand(loc, localdata))
- if not "module" in parm:
- raise MissingParameterError("svn method needs a 'module' parameter")
- else:
- module = parm["module"]
-
- dlfile = self.localpath(loc, localdata)
- dldir = oe.data.getVar('DL_DIR', localdata, 1)
-# if local path contains the svn
-# module, consider the dir above it to be the
-# download directory
-# pos = dlfile.find(module)
-# if pos:
-# dldir = dlfile[:pos]
-# else:
-# dldir = os.path.dirname(dlfile)
-
-# setup svn options
- options = []
- if 'rev' in parm:
- revision = parm['rev']
- else:
- revision = ""
-
- date = oe.data.getVar("CVSDATE", d, 1) or oe.data.getVar("DATE", d, 1)
-
- if "method" in parm:
- method = parm["method"]
- else:
- method = "pserver"
-
- svn_rsh = None
- if method == "ext":
- if "rsh" in parm:
- svn_rsh = parm["rsh"]
-
- tarfn = oe.data.expand('%s_%s_%s_%s.tar.gz' % (module.replace('/', '.'), host, revision, date), localdata)
- oe.data.setVar('TARFILES', dlfile, localdata)
- oe.data.setVar('TARFN', tarfn, localdata)
-
- dl = os.path.join(dldir, tarfn)
- if os.access(dl, os.R_OK):
- oe.debug(1, "%s already exists, skipping svn checkout." % tarfn)
- continue
-
- svn_tarball_stash = oe.data.getVar('CVS_TARBALL_STASH', d, 1)
- if svn_tarball_stash:
- fetchcmd = oe.data.getVar("FETCHCOMMAND_wget", d, 1)
- uri = svn_tarball_stash + tarfn
- oe.note("fetch " + uri)
- fetchcmd = fetchcmd.replace("${URI}", uri)
- ret = os.system(fetchcmd)
- if ret == 0:
- oe.note("Fetched %s from tarball stash, skipping checkout" % tarfn)
- continue
-
- olddir = os.path.abspath(os.getcwd())
- os.chdir(oe.data.expand(dldir, localdata))
-
-# setup svnroot
-# svnroot = ":" + method + ":" + user
-# if pswd:
-# svnroot += ":" + pswd
- svnroot = host + path
-
- oe.data.setVar('SVNROOT', svnroot, localdata)
- oe.data.setVar('SVNCOOPTS', " ".join(options), localdata)
- oe.data.setVar('SVNMODULE', module, localdata)
- svncmd = oe.data.getVar('FETCHCOMMAND', localdata, 1)
- svncmd = "svn co http://%s/%s" % (svnroot, module)
-
- if revision:
- svncmd = "svn co -r %s http://%s/%s" % (revision, svnroot, module)
- if svn_rsh:
- svncmd = "svn_RSH=\"%s\" %s" % (svn_rsh, svncmd)
-
-# create temp directory
- oe.debug(2, "Fetch: creating temporary directory")
- oe.mkdirhier(oe.data.expand('${WORKDIR}', localdata))
- oe.data.setVar('TMPBASE', oe.data.expand('${WORKDIR}/oesvn.XXXXXX', localdata), localdata)
- tmppipe = os.popen(oe.data.getVar('MKTEMPDIRCMD', localdata, 1) or "false")
- tmpfile = tmppipe.readline().strip()
- if not tmpfile:
- oe.error("Fetch: unable to create temporary directory.. make sure 'mktemp' is in the PATH.")
- raise FetchError(module)
-
-# check out sources there
- os.chdir(tmpfile)
- oe.note("Fetch " + loc)
- oe.debug(1, "Running %s" % svncmd)
- myret = os.system(svncmd)
- if myret != 0:
- try:
- os.rmdir(tmpfile)
- except OSError:
- pass
- raise FetchError(module)
-
- os.chdir(os.path.join(tmpfile, os.path.dirname(module)))
-# tar them up to a defined filename
- myret = os.system("tar -czf %s %s" % (os.path.join(dldir,tarfn), os.path.basename(module)))
- if myret != 0:
- try:
- os.unlink(tarfn)
- except OSError:
- pass
-# cleanup
- os.system('rm -rf %s' % tmpfile)
- os.chdir(olddir)
- del localdata
-
-methods.append(Svn())
diff --git a/bin/oe/make.py b/bin/oe/make.py
deleted file mode 100644
index ba3adeaf6..000000000
--- a/bin/oe/make.py
+++ /dev/null
@@ -1,246 +0,0 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""
-OpenEmbedded 'Make' implementations
-
-Functions for reading OE files, building a dependency graph and
-building a set of OE files while walking along the dependency graph.
-
-This file is part of the OpenEmbedded (http://openembedded.org) build infrastructure.
-"""
-
-from oe import debug, digraph, data, fetch, fatal, error, note, event, parse
-import copy, oe, re, sys, os, glob, sre_constants
-try:
- import cPickle as pickle
-except ImportError:
- import pickle
- print "NOTE: Importing cPickle failed. Falling back to a very slow implementation."
-
-pkgdata = {}
-cfg = data.init()
-cache = None
-digits = "0123456789"
-ascii_letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
-mtime_cache = {}
-
-def get_oefiles( path = os.getcwd() ):
- """Get list of default .oe files by reading out the current directory"""
- contents = os.listdir(path)
- oefiles = []
- for f in contents:
- (root, ext) = os.path.splitext(f)
- if ext == ".oe":
- oefiles.append(os.path.abspath(os.path.join(os.getcwd(),f)))
- return oefiles
-
-def find_oefiles( path ):
- """Find all the .oe files in a directory (uses find)"""
- findcmd = 'find ' + path + ' -name *.oe | grep -v SCCS/'
- try:
- finddata = os.popen(findcmd)
- except OSError:
- return []
- return finddata.readlines()
-
-def deps_clean(d):
- depstr = data.getVar('__depends', d)
- if depstr:
- deps = depstr.split(" ")
- for dep in deps:
- (f,old_mtime_s) = dep.split("@")
- old_mtime = int(old_mtime_s)
- new_mtime = parse.cached_mtime(f)
- if (new_mtime > old_mtime):
- return False
- return True
-
-def load_oefile( oefile ):
- """Load and parse one .oe build file"""
-
- if not cache in [None, '']:
- cache_oefile = oefile.replace( '/', '_' )
-
- try:
- cache_mtime = os.stat( "%s/%s" % ( cache, cache_oefile ) )[8]
- except OSError:
- cache_mtime = 0
- file_mtime = parse.cached_mtime(oefile)
-
- if file_mtime > cache_mtime:
- #print " : '%s' dirty. reparsing..." % oefile
- pass
- else:
- #print " : '%s' clean. loading from cache..." % oefile
- cache_data = unpickle_oe( cache_oefile )
- if deps_clean(cache_data):
- return cache_data, True
-
- oepath = data.getVar('OEPATH', cfg)
- safeoepath = data.getVar('OEPATH', cfg)
- topdir = data.getVar('TOPDIR', cfg)
- if not topdir:
- topdir = os.path.abspath(os.getcwd())
- # set topdir to here
- data.setVar('TOPDIR', topdir, cfg)
- oefile = os.path.abspath(oefile)
- oefile_loc = os.path.abspath(os.path.dirname(oefile))
- # expand tmpdir to include this topdir
- data.setVar('TMPDIR', data.getVar('TMPDIR', cfg, 1) or "", cfg)
- # add topdir to oepath
- # oepath = "%s:%s" % (topdir, oepath)
- # set topdir to location of .oe file
- topdir = oefile_loc
- #data.setVar('TOPDIR', topdir, cfg)
- # add that topdir to oepath
- oepath = "%s:%s" % (topdir, oepath)
- # go there
- oldpath = os.path.abspath(os.getcwd())
- os.chdir(topdir)
- data.setVar('OEPATH', oepath, cfg)
- oe = copy.deepcopy(cfg)
- try:
- parse.handle(oefile, oe) # read .oe data
- if not cache in [None, '']: pickle_oe( cache_oefile, oe) # write cache
- os.chdir(oldpath)
- return oe, False
- finally:
- os.chdir(oldpath)
- data.setVar('OEPATH', safeoepath, cfg)
-
-def pickle_oe( oefile, oe ):
- p = pickle.Pickler( file( "%s/%s" % ( cache, oefile ), "wb" ), -1 )
- p.dump( oe )
-
-def unpickle_oe( oefile ):
- p = pickle.Unpickler( file( "%s/%s" % ( cache, oefile ), "rb" ) )
- oe = p.load()
- funcstr = data.getVar('__functions__', oe)
- if funcstr:
- comp = compile(funcstr, "<pickled>", "exec")
- exec comp in __builtins__
- return oe
-
-def collect_oefiles( progressCallback ):
- """Collect all available .oe build files"""
-
- parsed, cached, skipped, masked = 0, 0, 0, 0
- global cache
- cache = oe.data.getVar( "CACHE", cfg, 1 )
- if not cache in [None, '']:
- print "NOTE: Using cache in '%s'" % cache
- try:
- os.stat( cache )
- except OSError:
- oe.mkdirhier( cache )
- else: print "NOTE: Not using a cache. Set CACHE = <directory> to enable."
- files = (data.getVar( "OEFILES", cfg, 1 ) or "").split()
- data.setVar("OEFILES", " ".join(files), cfg)
-
- if not len(files):
- files = get_oefiles()
-
- if not len(files):
- oe.error("no files to build.")
-
- newfiles = []
- for f in files:
- if os.path.isdir(f):
- dirfiles = find_oefiles(f)
- if dirfiles:
- newfiles += dirfiles
- continue
- newfiles += glob.glob(f) or [ f ]
-
- oemask = oe.data.getVar('OEMASK', cfg, 1) or ""
- try:
- oemask_compiled = re.compile(oemask)
- except sre_constants.error:
- oe.fatal("OEMASK is not a valid regular expression.")
-
- for i in xrange( len( newfiles ) ):
- f = newfiles[i]
- if oemask and oemask_compiled.search(f):
- oe.debug(1, "oemake: skipping %s" % f)
- masked += 1
- continue
- progressCallback( i + 1, len( newfiles ), f )
- debug(1, "oemake: parsing %s" % f)
-
- # read a file's metadata
- try:
- pkgdata[f], fromCache = load_oefile(f)
- if fromCache: cached += 1
- else: parsed += 1
- deps = None
- if pkgdata[f] is not None:
- # allow metadata files to add items to OEFILES
- #data.update_data(pkgdata[f])
- addoefiles = data.getVar('OEFILES', pkgdata[f]) or None
- if addoefiles:
- for aof in addoefiles.split():
- if not files.count(aof):
- if not os.path.isabs(aof):
- aof = os.path.join(os.path.dirname(f),aof)
- files.append(aof)
- for var in pkgdata[f].keys():
- if data.getVarFlag(var, "handler", pkgdata[f]) and data.getVar(var, pkgdata[f]):
- event.register(data.getVar(var, pkgdata[f]))
- except IOError, e:
- oe.error("opening %s: %s" % (f, e))
- pass
- except oe.parse.SkipPackage:
- skipped += 1
- pass
- except KeyboardInterrupt:
- raise
- except Exception, e:
- oe.error("%s while parsing %s" % (e, f))
- print "\rNOTE: Parsing finished. %d cached, %d parsed, %d skipped, %d masked." % ( cached, parsed, skipped, masked ),
-
-def explode_version(s):
- import string
- r = []
- alpha_regexp = re.compile('^([a-zA-Z]+)(.*)$')
- numeric_regexp = re.compile('^(\d+)(.*)$')
- while (s != ''):
- if s[0] in digits:
- m = numeric_regexp.match(s)
- r.append(int(m.group(1)))
- s = m.group(2)
- continue
- if s[0] in ascii_letters:
- m = alpha_regexp.match(s)
- r.append(m.group(1))
- s = m.group(2)
- continue
- s = s[1:]
- return r
-
-def vercmp_part(a, b):
- va = explode_version(a)
- vb = explode_version(b)
- while True:
- if va == []:
- ca = None
- else:
- ca = va.pop(0)
- if vb == []:
- cb = None
- else:
- cb = vb.pop(0)
- if ca == None and cb == None:
- return 0
- if ca > cb:
- return 1
- if ca < cb:
- return -1
-
-def vercmp(ta, tb):
- (va, ra) = ta
- (vb, rb) = tb
-
- r = vercmp_part(va, vb)
- if (r == 0):
- r = vercmp_part(ra, rb)
- return r
diff --git a/bin/oe/manifest.py b/bin/oe/manifest.py
deleted file mode 100644
index fa397bb80..000000000
--- a/bin/oe/manifest.py
+++ /dev/null
@@ -1,129 +0,0 @@
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-
-import os, sys
-import oe, oe.data
-
-def getfields(line):
- fields = {}
- fieldmap = ( "pkg", "src", "dest", "type", "mode", "uid", "gid", "major", "minor", "start", "inc", "count" )
- for f in xrange(len(fieldmap)):
- fields[fieldmap[f]] = None
-
- if not line:
- return None
-
- splitline = line.split()
- if not len(splitline):
- return None
-
- try:
- for f in xrange(len(fieldmap)):
- if splitline[f] == '-':
- continue
- fields[fieldmap[f]] = splitline[f]
- except IndexError:
- pass
- return fields
-
-def parse (mfile, d):
- manifest = []
- while 1:
- line = mfile.readline()
- if not line:
- break
- if line.startswith("#"):
- continue
- fields = getfields(line)
- if not fields:
- continue
- manifest.append(fields)
- return manifest
-
-def emit (func, manifest, d):
-#str = "%s () {\n" % func
- str = ""
- for line in manifest:
- emittedline = emit_line(func, line, d)
- if not emittedline:
- continue
- str += emittedline + "\n"
-# str += "}\n"
- return str
-
-def mangle (func, line, d):
- import copy
- newline = copy.copy(line)
- src = oe.data.expand(newline["src"], d)
-
- if src:
- if not os.path.isabs(src):
- src = "${WORKDIR}/" + src
-
- dest = newline["dest"]
- if not dest:
- return
-
- if dest.startswith("/"):
- dest = dest[1:]
-
- if func is "do_install":
- dest = "${D}/" + dest
-
- elif func is "do_populate":
- dest = "${WORKDIR}/install/" + newline["pkg"] + "/" + dest
-
- elif func is "do_stage":
- varmap = {}
- varmap["${bindir}"] = "${STAGING_DIR}/${HOST_SYS}/bin"
- varmap["${libdir}"] = "${STAGING_DIR}/${HOST_SYS}/lib"
- varmap["${includedir}"] = "${STAGING_DIR}/${HOST_SYS}/include"
- varmap["${datadir}"] = "${STAGING_DATADIR}"
-
- matched = 0
- for key in varmap.keys():
- if dest.startswith(key):
- dest = varmap[key] + "/" + dest[len(key):]
- matched = 1
- if not matched:
- newline = None
- return
- else:
- newline = None
- return
-
- newline["src"] = src
- newline["dest"] = dest
- return newline
-
-def emit_line (func, line, d):
- import copy
- newline = copy.deepcopy(line)
- newline = mangle(func, newline, d)
- if not newline:
- return None
-
- str = ""
- type = newline["type"]
- mode = newline["mode"]
- src = newline["src"]
- dest = newline["dest"]
- if type is "d":
- str = "install -d "
- if mode:
- str += "-m %s " % mode
- str += dest
- elif type is "f":
- if not src:
- return None
- if dest.endswith("/"):
- str = "install -d "
- str += dest + "\n"
- str += "install "
- else:
- str = "install -D "
- if mode:
- str += "-m %s " % mode
- str += src + " " + dest
- del newline
- return str
diff --git a/bin/oe/parse/ConfHandler.py b/bin/oe/parse/ConfHandler.py
deleted file mode 100644
index 2e17f7f64..000000000
--- a/bin/oe/parse/ConfHandler.py
+++ /dev/null
@@ -1,184 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""class for handling configuration data files
-
- Reads the file and obtains its metadata"""
-
-import re, oe.data, os, sys
-from oe import debug, fatal
-
-#__config_regexp__ = re.compile( r"(?P<exp>export\s*)?(?P<var>[a-zA-Z0-9\-_+.${}]+)\s*(?P<colon>:)?(?P<ques>\?)?=\s*(?P<apo>['\"]?)(?P<value>.*)(?P=apo)$")
-__config_regexp__ = re.compile( r"(?P<exp>export\s*)?(?P<var>[a-zA-Z0-9\-_+.${}/]+)(\[(?P<flag>[a-zA-Z0-9\-_+.]+)\])?\s*((?P<colon>:=)|(?P<ques>\?=)|(?P<append>\+=)|(?P<prepend>=\+)|=)\s*(?P<apo>['\"]?)(?P<value>.*)(?P=apo)$")
-__include_regexp__ = re.compile( r"include\s+(.+)" )
-
-def init(data):
- if not oe.data.getVar('TOPDIR', data):
- oe.data.setVar('TOPDIR', os.getcwd(), data)
- if not oe.data.getVar('OEPATH', data):
- oebuild = os.path.abspath(sys.argv[0])
- oebin = os.path.dirname(oebuild)
- oedir = os.path.dirname(oebin)
- oe.data.setVar('OEPATH', "${TOPDIR}:%s:%s:${HOME}/.oe:${OEDIR}/bin:${OEDIR}:%s/share/oe" % (oebin, oedir, sys.prefix), data)
-
-def supports(fn, d):
- return localpath(fn, d)[-5:] == ".conf"
-
-def localpath(fn, d):
- if os.path.exists(fn):
- return fn
-
- localfn = None
- try:
- localfn = oe.fetch.localpath(fn, d)
- except oe.MalformedUrl:
- pass
-
- if not localfn:
- localfn = fn
- return localfn
-
-def obtain(fn, data = {}):
- import sys, oe
- fn = oe.data.expand(fn, data)
- localfn = oe.data.expand(localpath(fn, data), data)
-
- if localfn != fn:
- dldir = oe.data.getVar('DL_DIR', data, 1)
- if not dldir:
- debug(1, "obtain: DL_DIR not defined")
- return localfn
- oe.mkdirhier(dldir)
- try:
- oe.fetch.init([fn])
- except oe.fetch.NoMethodError:
- (type, value, traceback) = sys.exc_info()
- debug(1, "obtain: no method: %s" % value)
- return localfn
-
- try:
- oe.fetch.go(data)
- except oe.fetch.MissingParameterError:
- (type, value, traceback) = sys.exc_info()
- debug(1, "obtain: missing parameters: %s" % value)
- return localfn
- except oe.fetch.FetchError:
- (type, value, traceback) = sys.exc_info()
- debug(1, "obtain: failed: %s" % value)
- return localfn
- return localfn
-
-
-def include(oldfn, fn, data = {}):
- if oldfn == fn: # prevent infinate recursion
- return None
-
- import oe
- fn = oe.data.expand(fn, data)
- oldfn = oe.data.expand(oldfn, data)
-
- from oe.parse import handle
- try:
- ret = handle(fn, data, 1)
- except IOError:
- debug(2, "CONF file '%s' not found" % fn)
-
-def handle(fn, data = {}, include = 0):
- if include:
- inc_string = "including"
- else:
- inc_string = "reading"
- init(data)
-
- if include == 0:
- oe.data.inheritFromOS(data)
- oldfile = None
- else:
- oldfile = oe.data.getVar('FILE', data)
-
- fn = obtain(fn, data)
- oepath = ['.']
- if not os.path.isabs(fn):
- f = None
- voepath = oe.data.getVar("OEPATH", data)
- if voepath:
- oepath += voepath.split(":")
- for p in oepath:
- currname = os.path.join(oe.data.expand(p, data), fn)
- if os.access(currname, os.R_OK):
- f = open(currname, 'r')
- abs_fn = currname
- debug(1, "CONF %s %s" % (inc_string, currname))
- break
- if f is None:
- raise IOError("file not found")
- else:
- f = open(fn,'r')
- debug(1, "CONF %s %s" % (inc_string,fn))
- abs_fn = fn
-
- if include:
- oe.parse.mark_dependency(data, abs_fn)
-
- lineno = 0
- oe.data.setVar('FILE', fn, data)
- while 1:
- lineno = lineno + 1
- s = f.readline()
- if not s: break
- w = s.strip()
- if not w: continue # skip empty lines
- s = s.rstrip()
- if s[0] == '#': continue # skip comments
- while s[-1] == '\\':
- s2 = f.readline()[:-1].strip()
- lineno = lineno + 1
- s = s[:-1] + s2
- feeder(lineno, s, fn, data)
-
- if oldfile:
- oe.data.setVar('FILE', oldfile, data)
-
- if oe.data.getVar('OEDIR', data, 1):
- oe.note("OEDIR is deprecated, please switch to OEPATH.")
- return data
-
-def feeder(lineno, s, fn, data = {}):
- m = __config_regexp__.match(s)
- if m:
- groupd = m.groupdict()
- key = groupd["var"]
- if "exp" in groupd and groupd["exp"] != None:
- oe.data.setVarFlag(key, "export", 1, data)
- if "ques" in groupd and groupd["ques"] != None:
- val = oe.data.getVar(key, data)
- if val == None:
- val = groupd["value"]
- elif "colon" in groupd and groupd["colon"] != None:
- val = oe.data.expand(groupd["value"], data)
- elif "append" in groupd and groupd["append"] != None:
- val = "%s %s" % ((oe.data.getVar(key, data) or ""), groupd["value"])
- elif "prepend" in groupd and groupd["prepend"] != None:
- val = "%s %s" % (groupd["value"], (oe.data.getVar(key, data) or ""))
- else:
- val = groupd["value"]
- if 'flag' in groupd and groupd['flag'] != None:
-# oe.note("setVarFlag(%s, %s, %s, data)" % (key, groupd['flag'], val))
- oe.data.setVarFlag(key, groupd['flag'], val, data)
- else:
- oe.data.setVar(key, val, data)
- return
-
- m = __include_regexp__.match(s)
- if m:
- s = oe.data.expand(m.group(1), data)
-# debug(2, "CONF %s:%d: including %s" % (fn, lineno, s))
- include(fn, s, data)
- return
-
- raise ParseError("%s:%d: unparsed line: '%s'" % (fn, lineno, s));
-
-# Add us to the handlers list
-from oe.parse import handlers
-handlers.append({'supports': supports, 'handle': handle, 'init': init})
-del handlers
diff --git a/bin/oe/parse/OEHandler.py b/bin/oe/parse/OEHandler.py
deleted file mode 100644
index c614a5a38..000000000
--- a/bin/oe/parse/OEHandler.py
+++ /dev/null
@@ -1,360 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""class for handling .oe files
-
- Reads the file and obtains its metadata"""
-
-import re, oe, os, sys
-import oe.fetch, oe.build
-from oe import debug, data, fetch, fatal
-
-from oe.parse.ConfHandler import include, localpath, obtain, init
-from oe.parse import ParseError
-
-__func_start_regexp__ = re.compile( r"(((?P<py>python)|(?P<fr>fakeroot))\s*)*(?P<func>[\w\-\+]+)?\s*\(\s*\)\s*{$" )
-__inherit_regexp__ = re.compile( r"inherit\s+(.+)" )
-__export_func_regexp__ = re.compile( r"EXPORT_FUNCTIONS\s+(.+)" )
-__addtask_regexp__ = re.compile("addtask\s+(?P<func>\w+)\s*((before\s*(?P<before>((.*(?=after))|(.*))))|(after\s*(?P<after>((.*(?=before))|(.*)))))*")
-__addhandler_regexp__ = re.compile( r"addhandler\s+(.+)" )
-__def_regexp__ = re.compile( r"def\s+(\w+).*:" )
-__python_func_regexp__ = re.compile( r"(\s+.*)|(^$)" )
-__word__ = re.compile(r"\S+")
-
-__infunc__ = ""
-__inpython__ = False
-__body__ = []
-__oepath_found__ = 0
-__classname__ = ""
-classes = [ None, ]
-
-def supports(fn, d):
- localfn = localpath(fn, d)
- return localfn[-3:] == ".oe" or localfn[-8:] == ".oeclass" or localfn[-4:] == ".inc"
-
-def inherit(files, d):
- __inherit_cache = data.getVar('__inherit_cache', d) or ""
- fn = ""
- lineno = 0
- for f in files:
- file = data.expand(f, d)
- if file[0] != "/" and file[-8:] != ".oeclass":
- file = "classes/%s.oeclass" % file
-
- if not file in __inherit_cache.split():
- debug(2, "OE %s:%d: inheriting %s" % (fn, lineno, file))
- __inherit_cache += " %s" % file
- include(fn, file, d)
- data.setVar('__inherit_cache', __inherit_cache, d)
-
-
-def handle(fn, d = {}, include = 0):
- global __func_start_regexp__, __inherit_regexp__, __export_func_regexp__, __addtask_regexp__, __addhandler_regexp__, __infunc__, __body__, __oepath_found__, __residue__
- __body__ = []
- __oepath_found__ = 0
- __infunc__ = ""
- __classname__ = ""
- __residue__ = []
-
- if include == 0:
- debug(2, "OE " + fn + ": handle(data)")
- else:
- debug(2, "OE " + fn + ": handle(data, include)")
-
- (root, ext) = os.path.splitext(os.path.basename(fn))
- init(d)
-
- if ext == ".oeclass":
- __classname__ = root
- classes.append(__classname__)
-
- if include != 0:
- oldfile = data.getVar('FILE', d)
- else:
- oldfile = None
-
- fn = obtain(fn, d)
- oepath = ['.']
- if not os.path.isabs(fn):
- f = None
- voepath = data.getVar("OEPATH", d)
- if voepath:
- oepath += voepath.split(":")
- for p in oepath:
- p = data.expand(p, d)
- j = os.path.join(p, fn)
- if os.access(j, os.R_OK):
- abs_fn = j
- f = open(j, 'r')
- break
- if f is None:
- raise IOError("file not found")
- else:
- f = open(fn,'r')
- abs_fn = fn
-
- if include:
- oe.parse.mark_dependency(d, abs_fn)
-
- if ext != ".oeclass":
- data.setVar('FILE', fn, d)
- i = (data.getVar("INHERIT", d, 1) or "").split()
- if not "base" in i and __classname__ != "base":
- i[0:0] = ["base"]
- inherit(i, d)
-
- lineno = 0
- while 1:
- lineno = lineno + 1
- s = f.readline()
- if not s: break
- s = s.rstrip()
- feeder(lineno, s, fn, d)
- if __inpython__:
- # add a blank line to close out any python definition
- feeder(lineno + 1, "", fn, d)
- if ext == ".oeclass":
- classes.remove(__classname__)
- else:
- if include == 0:
- data.expandKeys(d)
- data.update_data(d)
- anonqueue = data.getVar("__anonqueue", d, 1) or []
- for anon in anonqueue:
- data.setVar("__anonfunc", anon["content"], d)
- data.setVarFlags("__anonfunc", anon["flags"], d)
- from oe import build
- try:
- t = data.getVar('T', d)
- data.setVar('T', '${TMPDIR}/', d)
- build.exec_func("__anonfunc", d)
- data.delVar('T', d)
- if t:
- data.setVar('T', t, d)
- except Exception, e:
- oe.debug(1, "executing anonymous function: %s" % e)
- raise
- data.delVar("__anonqueue", d)
- data.delVar("__anonfunc", d)
- set_additional_vars(fn, d, include)
- data.update_data(d)
-
- for var in d.keys():
- if data.getVarFlag(var, 'handler', d):
- oe.event.register(data.getVar(var, d))
- continue
-
- if not data.getVarFlag(var, 'task', d):
- continue
-
- deps = data.getVarFlag(var, 'deps', d) or []
- postdeps = data.getVarFlag(var, 'postdeps', d) or []
- oe.build.add_task(var, deps, d)
- for p in postdeps:
- pdeps = data.getVarFlag(p, 'deps', d) or []
- pdeps.append(var)
- data.setVarFlag(p, 'deps', pdeps, d)
- oe.build.add_task(p, pdeps, d)
- if oldfile:
- oe.data.setVar("FILE", oldfile, d)
- return d
-
-def feeder(lineno, s, fn, d):
- global __func_start_regexp__, __inherit_regexp__, __export_func_regexp__, __addtask_regexp__, __addhandler_regexp__, __def_regexp__, __python_func_regexp__, __inpython__,__infunc__, __body__, __oepath_found__, classes, oe, __residue__
- if __infunc__:
- if s == '}':
- __body__.append('')
- data.setVar(__infunc__, '\n'.join(__body__), d)
- data.setVarFlag(__infunc__, "func", 1, d)
- if __infunc__ == "__anonymous":
- anonqueue = oe.data.getVar("__anonqueue", d) or []
- anonitem = {}
- anonitem["content"] = oe.data.getVar("__anonymous", d)
- anonitem["flags"] = oe.data.getVarFlags("__anonymous", d)
- anonqueue.append(anonitem)
- oe.data.setVar("__anonqueue", anonqueue, d)
- oe.data.delVarFlags("__anonymous", d)
- oe.data.delVar("__anonymous", d)
- __infunc__ = ""
- __body__ = []
- else:
- __body__.append(s)
- return
-
- if __inpython__:
- m = __python_func_regexp__.match(s)
- if m:
- __body__.append(s)
- return
- else:
- text = '\n'.join(__body__)
- comp = compile(text, "<oe>", "exec")
- exec comp in __builtins__
- __body__ = []
- __inpython__ = False
- funcs = data.getVar('__functions__', d) or ""
- data.setVar('__functions__', "%s\n%s" % (funcs, text), d)
-# fall through
-
- if s == '' or s[0] == '#': return # skip comments and empty lines
-
- if s[-1] == '\\':
- __residue__.append(s[:-1])
- return
-
- s = "".join(__residue__) + s
- __residue__ = []
-
- m = __func_start_regexp__.match(s)
- if m:
- __infunc__ = m.group("func") or "__anonymous"
- key = __infunc__
- if data.getVar(key, d):
-# clean up old version of this piece of metadata, as its
-# flags could cause problems
- data.setVarFlag(key, 'python', None, d)
- data.setVarFlag(key, 'fakeroot', None, d)
- if m.group("py") is not None:
- data.setVarFlag(key, "python", "1", d)
- else:
- data.delVarFlag(key, "python", d)
- if m.group("fr") is not None:
- data.setVarFlag(key, "fakeroot", "1", d)
- else:
- data.delVarFlag(key, "fakeroot", d)
- return
-
- m = __def_regexp__.match(s)
- if m:
- __body__.append(s)
- __inpython__ = True
- return
-
- m = __export_func_regexp__.match(s)
- if m:
- fns = m.group(1)
- n = __word__.findall(fns)
- for f in n:
- allvars = []
- allvars.append(f)
- allvars.append(classes[-1] + "_" + f)
-
- vars = [[ allvars[0], allvars[1] ]]
- if len(classes) > 1 and classes[-2] is not None:
- allvars.append(classes[-2] + "_" + f)
- vars = []
- vars.append([allvars[2], allvars[1]])
- vars.append([allvars[0], allvars[2]])
-
- for (var, calledvar) in vars:
- if data.getVar(var, d) and not data.getVarFlag(var, 'export_func', d):
- continue
-
- if data.getVar(var, d):
- data.setVarFlag(var, 'python', None, d)
- data.setVarFlag(var, 'func', None, d)
-
- for flag in [ "func", "python" ]:
- if data.getVarFlag(calledvar, flag, d):
- data.setVarFlag(var, flag, data.getVarFlag(calledvar, flag, d), d)
- for flag in [ "dirs" ]:
- if data.getVarFlag(var, flag, d):
- data.setVarFlag(calledvar, flag, data.getVarFlag(var, flag, d), d)
-
- if data.getVarFlag(calledvar, "python", d):
- data.setVar(var, "\toe.build.exec_func('" + calledvar + "', d)\n", d)
- else:
- data.setVar(var, "\t" + calledvar + "\n", d)
- data.setVarFlag(var, 'export_func', '1', d)
-
- return
-
- m = __addtask_regexp__.match(s)
- if m:
- func = m.group("func")
- before = m.group("before")
- after = m.group("after")
- if func is None:
- return
- var = "do_" + func
-
- data.setVarFlag(var, "task", 1, d)
-
- if after is not None:
-# set up deps for function
- data.setVarFlag(var, "deps", after.split(), d)
- if before is not None:
-# set up things that depend on this func
- data.setVarFlag(var, "postdeps", before.split(), d)
- return
-
- m = __addhandler_regexp__.match(s)
- if m:
- fns = m.group(1)
- hs = __word__.findall(fns)
- for h in hs:
- data.setVarFlag(h, "handler", 1, d)
- return
-
- m = __inherit_regexp__.match(s)
- if m:
-
- files = m.group(1)
- n = __word__.findall(files)
- inherit(n, d)
- return
-
- from oe.parse import ConfHandler
- return ConfHandler.feeder(lineno, s, fn, d)
-
-__pkgsplit_cache__={}
-def vars_from_file(mypkg, d):
- if not mypkg:
- return (None, None, None)
- if mypkg in __pkgsplit_cache__:
- return __pkgsplit_cache__[mypkg]
-
- myfile = os.path.splitext(os.path.basename(mypkg))
- parts = myfile[0].split('_')
- __pkgsplit_cache__[mypkg] = parts
- exp = 3 - len(parts)
- tmplist = []
- while exp != 0:
- exp -= 1
- tmplist.append(None)
- parts.extend(tmplist)
- return parts
-
-def set_additional_vars(file, d, include):
- """Deduce rest of variables, e.g. ${A} out of ${SRC_URI}"""
-
- debug(2,"OE %s: set_additional_vars" % file)
-
- src_uri = data.getVar('SRC_URI', d)
- if not src_uri:
- return
- src_uri = data.expand(src_uri, d)
-
- a = data.getVar('A', d)
- if a:
- a = data.expand(a, d).split()
- else:
- a = []
-
- from oe import fetch
- try:
- fetch.init(src_uri.split())
- except fetch.NoMethodError:
- pass
- except oe.MalformedUrl,e:
- raise ParseError("Unable to generate local paths for SRC_URI due to malformed uri: %s" % e)
-
- a += fetch.localpaths(d)
- del fetch
- data.setVar('A', " ".join(a), d)
-
-
-# Add us to the handlers list
-from oe.parse import handlers
-handlers.append({'supports': supports, 'handle': handle, 'init': init})
-del handlers
diff --git a/bin/oe/parse/SRPMHandler.py b/bin/oe/parse/SRPMHandler.py
deleted file mode 100644
index db1b9ce5e..000000000
--- a/bin/oe/parse/SRPMHandler.py
+++ /dev/null
@@ -1,126 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""class for handling .src.rpm files
-
- Accesses the file and obtains its metadata"""
-
-import re, oe, os, sys
-import oe.fetch
-from oe import debug, data, fetch, fatal
-from oe.parse.ConfHandler import init
-
-_srpm_vartranslate = {
-"NAME": "PN",
-"VERSION": "PV",
-"RELEASE": "PR",
-}
-
-def supports(fn, d):
- return fn[-8:] == ".src.rpm"
-
-def handle(fn, d = {}, include = 0):
- init(d)
- oepath = ['.']
- if not os.path.isabs(fn):
- f = None
- voepath = data.getVar("OEPATH", d)
- if voepath:
- oepath += voepath.split(":")
- for p in oepath:
- p = data.expand(p, d)
- if os.access(os.path.join(p, fn), os.R_OK):
- f = open(os.path.join(p, fn), 'r')
- if f is None:
- raise IOError("file not found")
- else:
- f = open(fn,'r')
-
- srpm_vars = os.popen('rpm --querytags').read().split('\n')
- for v in srpm_vars:
- if v in _srpm_vartranslate:
- var = _srpm_vartranslate[v]
- else:
- var = v
- querycmd = 'rpm -qp --qf \'%%{%s}\' %s 2>/dev/null' % (v, fn)
- value = os.popen(querycmd).read().strip()
- if value == "(none)":
- value = None
- if value:
- data.setVar(var, value, d)
-
- data.setVar("SRPMFILE", fn, d)
-
- inheritclasses = data.getVar("INHERIT", d)
- if inheritclasses:
- i = inheritclasses.split()
- else:
- i = []
-
- if not "base_srpm" in i:
- i[0:0] = ["base_srpm"]
-
- for c in i:
- oe.parse.handle('classes/%s.oeclass' % c, d)
-
- set_automatic_vars(fn, d, include)
- set_additional_vars(fn, d, include)
- data.update_data(d)
- return d
-
-def set_automatic_vars(file, d, include):
- """Deduce per-package environment variables"""
-
- debug(2, "setting automatic vars")
-
- data.setVar('CATEGORY', 'srpm', d)
- data.setVar('P', '${PN}-${PV}', d)
- data.setVar('PF', '${P}-${PR}', d)
-
- for s in ['${TOPDIR}/${CATEGORY}/${PF}',
- '${TOPDIR}/${CATEGORY}/${PN}-${PV}',
- '${TOPDIR}/${CATEGORY}/files',
- '${TOPDIR}/${CATEGORY}']:
- s = data.expand(s, d)
- if os.access(s, os.R_OK):
- data.setVar('FILESDIR', s, d)
- break
-
- data.setVar('WORKDIR', '${TMPDIR}/${CATEGORY}/${PF}', d)
- data.setVar('T', '${WORKDIR}/temp', d)
- data.setVar('D', '${WORKDIR}/image', d)
- if not data.getVar('S', d):
- data.setVar('S', '${WORKDIR}/${P}', d)
- data.setVar('SLOT', '0', d)
-
-def set_additional_vars(file, d, include):
- """Deduce rest of variables, e.g. ${A} out of ${SRC_URI}"""
-
- debug(2,"set_additional_vars")
-
- src_uri = data.getVar('SRC_URI', d)
- if not src_uri:
- return
- src_uri = data.expand(src_uri, d)
-
- a = data.getVar('A', d)
- if a:
- a = data.expand(a, d).split()
- else:
- a = []
-
- from oe import fetch
- try:
- fetch.init(src_uri.split())
- except fetch.NoMethodError:
- pass
-
- a += fetch.localpaths(d)
- del fetch
- data.setVar('A', ''.join(a), d)
-
-
-# Add us to the handlers list
-from oe.parse import handlers
-handlers.append({'supports': supports, 'handle': handle, 'init': init})
-del handlers
diff --git a/bin/oe/parse/__init__.py b/bin/oe/parse/__init__.py
deleted file mode 100644
index 5a07e67b5..000000000
--- a/bin/oe/parse/__init__.py
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-"""
-OpenEmbedded Parsers
-
-File parsers for the OpenEmbedded
-(http://openembedded.org) build infrastructure.
-
-Copyright: (c) 2003 Chris Larson
-
-Based on functions from the base oe module, Copyright 2003 Holger Schurig
-"""
-__version__ = '1.0'
-
-__all__ = [ 'handlers', 'supports', 'handle', 'init', 'ConfHandler', 'OEHandler', 'SRPMHandler', 'ParseError' ]
-handlers = []
-
-class ParseError(Exception):
- """Exception raised when parsing fails"""
-
-class SkipPackage(Exception):
- """Exception raised to skip this package"""
-
-import ConfHandler
-ConfHandler.ParseError = ParseError
-import OEHandler
-OEHandler.ParseError = ParseError
-import SRPMHandler
-SRPMHandler.ParseError = ParseError
-
-__mtime_cache = {}
-
-def cached_mtime(f):
- import os
- if not __mtime_cache.has_key(f):
- __mtime_cache[f] = os.stat(f)[8]
- return __mtime_cache[f]
-
-def mark_dependency(d, f):
- import oe, os
- if f.startswith('./'):
- f = "%s/%s" % (os.getcwd(), f[2:])
- deps = (oe.data.getVar('__depends', d) or "").split()
- deps.append("%s@%s" % (f, cached_mtime(f)))
- oe.data.setVar('__depends', " ".join(deps), d)
-
-def supports(fn, data):
- """Returns true if we have a handler for this file, false otherwise"""
- for h in handlers:
- if h['supports'](fn, data):
- return 1
- return 0
-
-def handle(fn, data, include = 0):
- """Call the handler that is appropriate for this file"""
- for h in handlers:
- if h['supports'](fn, data):
- return h['handle'](fn, data, include)
- return None
-
-def init(fn, data):
- for h in handlers:
- if h['supports'](fn):
- return h['init'](data)
diff --git a/bin/oebuild b/bin/oebuild
deleted file mode 100644
index 1d0abe91a..000000000
--- a/bin/oebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-
-import os, sys, getopt, copy
-sys.path.append('/usr/share/oe')
-from oe import *
-import oe
-
-def usage(errorlevel=0, txt=''):
- print
- if txt:
- print txt
-
- print "Usage: oebuild [options]... [task] [oefile]"
- print
- print "Run task (defaults to 'build') on oefile (defaults to first"
- print "*.oe file found in current dir)"
- print
- print "Options:"
- print " %s\t\t%s" % ("-V, --version", "output version information and exit")
- print " %s\t\t%s" % ("-f, --force", "forces execution of specified task")
- print
- print "Example: oebuild build content/glibc-2.3.1.oe"
- print
- sys.exit(0)
-
-__version__ = 1.0
-def version():
- print "OpenEmbedded Build Infrastructure Core version %s" % oe.__version__
- print "OEBuild version %s" % __version__
-
-def get_oefile():
- """Returns the first *.oe file found in current directory"""
- dirs = os.listdir(os.getcwd())
- dirs.sort()
- for f in dirs:
- if os.path.splitext(f)[1] == ".oe":
- return os.path.abspath(os.path.join(os.getcwd(),f))
- return None
-
-def get_cmd():
- """Get default command, currently always 'build'"""
- return "build"
-
-#
-# Handle options:
-#
-try:
- (opts, args) = getopt.getopt(sys.argv[1:], 'Vhf', [ 'version', 'help', 'force' ])
-except getopt.GetoptError:
- usage(1)
-
-optsonly = [ opt for (opt,val) in opts]
-if '--version' in optsonly or '-V' in optsonly:
- version()
- sys.exit(0)
-
-if '--help' in optsonly or '-h' in optsonly:
- usage(1)
-
-
-
-#
-# variable initialization
-#
-
-oefile = None
-cmd = None
-oedata = None
-
-try:
- make.cfg = parse.handle("conf/oe.conf", make.cfg)
-except IOError:
- (type, value, traceback) = sys.exc_info()
- fatal("Unable to open oe.conf: %s" % value)
-
-if len(args) == 0:
- # user didnt specify command or .oe
- # see if we can find a .oe file in the current dir
- oefile = get_oefile()
- cmd = get_cmd()
-elif len(args) == 1:
- # one of two cases:
- # 1) oebuild COMMAND
- # 2) oebuild OEFILE
- # First, see if this is a valid task.
- try:
- oedata, cached = oe.make.load_oefile(args[0])
- except Exception, e:
- fatal("unable to read %s: %s" % (args[0], e))
- if not oedata:
- # If so, assume its a command.
- # If its a command, but we cant get a .oe file
- # in the current dir, usage()
- cmd = args[0]
- else:
- # If not, assume a .oe file.
- oefile = args[0]
-
- if not cmd:
- cmd = get_cmd()
-
- if not oefile:
- oefile = get_oefile()
-elif len(args) == 2:
- # user specified both
- cmd = args[0]
- oefile = args[1]
-else:
- # invalid
- usage(1)
-
-if not cmd:
- usage(1)
-
-if not oefile:
- usage(1)
-
-try:
- if not oedata:
- oedata, cached = make.load_oefile(oefile)
-
- if not oedata:
- fatal("Unable to open %s" % oefile)
-
- if '--force' in optsonly or '-f' in optsonly:
- data.setVarFlag('do_%s' % cmd, 'force', 1, oedata)
-
-
-#
-# Finally exec the requested task
-#
-
- build.exec_task('do_%s' % cmd, oedata)
-except build.FuncFailed:
- fatal("task stack execution failed")
-except build.EventException:
- (type, value, traceback) = sys.exc_info()
- e = value.event
- fatal("%s event exception, aborting" % event.getName(e))
-except Exception, e:
- fatal("%s" % e)
diff --git a/bin/oecommander b/bin/oecommander
deleted file mode 100644
index e49c09966..000000000
--- a/bin/oecommander
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: iso8859-15 -*-
-
-import sys
-
-#
-# module global vars and functions
-#
-__author__ = "Michael 'Mickey' Lauer <mickey@vanille.de>"
-__version__ = "0.0.1"
-
-def fail( reason ):
- print "ERROR:", reason
- sys.exit( -1 )
-
-#
-# sanity check Qt and PyQt
-#
-
-try:
- from qt import *
-except ImportError:
- fail( "Can't import the qt module. You need to have PyQt (http://riverbankcomputing.co.uk) 3.10 or later installed." )
- sys.exit( -1 )
-
-try:
- PYQT_VERSION_STR
-except NameError:
- fail( "Your PyQt (%s) is too old. Please upgrade to PyQt 3.10 or later." % PYQT_VERSION )
-
-major, minor = PYQT_VERSION_STR.split( '.' )
-if int(major) < 3 or ( int(major) == 3 and int(minor) < 10 ):
- fail( "Your PyQt (%s) is too old. Please upgrade to PyQt 3.10 or later." % PYQT_VERSION_STR )
-
-import sys
-try:
- from commander.mainwindow import MainWindow
-except ImportError:
- fail( "Can't load the GUI parts. Did you 'qmake commander.pro && make' in $OEDIR/commander/?" )
-from qt import *
-
-#------------------------------------------------------------------------#
-# main
-#------------------------------------------------------------------------#
-
-from commander.application import CommanderApplication
-app = CommanderApplication( sys.argv )
-app.initialize()
-app.run()
diff --git a/bin/oeread b/bin/oeread
deleted file mode 100644
index 8b84b2140..000000000
--- a/bin/oeread
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/env python
-# ex:ts=4:sw=4:sts=4:et
-# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
-
-import sys, copy, oe, oe.parse, oe.build
-#from oe import *
-
-d = oe.data.init()
-d = oe.parse.handle("conf/oe.conf", d)
-
-if len(sys.argv) == 2:
- try:
- d = oe.parse.handle(sys.argv[1], d)
- except Exception, e:
- oe.fatal("%s" % e)
-
-# emit variables and shell functions
-oe.data.emit_env(sys.__stdout__, d, True)
-# emit the metadata which isnt valid shell
-for e in d.keys():
- if oe.data.getVarFlag(e, 'python', d):
- sys.__stdout__.write("\npython %s () {\n%s}\n" % (e, oe.data.getVar(e, d, 1)))
diff --git a/bin/utils/__init__.py b/bin/utils/__init__.py
deleted file mode 100644
index e69de29bb..000000000
--- a/bin/utils/__init__.py
+++ /dev/null
diff --git a/bin/utils/daemon.py b/bin/utils/daemon.py
deleted file mode 100644
index 3744222f2..000000000
--- a/bin/utils/daemon.py
+++ /dev/null
@@ -1,73 +0,0 @@
-#!/usr/bin/python
-
-'''
- This module is used to fork the current process into a daemon.
- Almost none of this is necessary (or advisable) if your daemon
- is being started by inetd. In that case, stdin, stdout and stderr are
- all set up for you to refer to the network connection, and the fork()s
- and session manipulation should not be done (to avoid confusing inetd).
- Only the chdir() and umask() steps remain as useful.
- References:
- UNIX Programming FAQ
- 1.7 How do I get my program to act like a daemon?
- http://www.erlenstar.demon.co.uk/unix/faq_2.html#SEC16
- Advanced Programming in the Unix Environment
- W. Richard Stevens, 1992, Addison-Wesley, ISBN 0-201-56317-7.
-
- History:
- 2001/07/10 by Jürgen Hermann
- 2002/08/28 by Noah Spurrier
- 2003/02/24 by Clark Evans
-
- http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66012
-'''
-import sys, os, time
-from signal import SIGTERM
-
-def daemonize(stdout='/dev/null', stderr=None, stdin='/dev/null', pidfile=None, startmsg=None):
- '''
- This forks the current process into a daemon.
- The stdin, stdout, and stderr arguments are file names that
- will be opened and be used to replace the standard file descriptors
- in sys.stdin, sys.stdout, and sys.stderr.
- These arguments are optional and default to /dev/null.
- Note that stderr is opened unbuffered, so
- if it shares a file with stdout then interleaved output
- may not appear in the order that you expect.
- '''
- # Do first fork.
- try:
- pid = os.fork()
- if pid > 0: sys.exit(0) # Exit first parent.
- except OSError, e:
- sys.stderr.write("fork #1 failed: (%d) %s\n" % (e.errno, e.strerror))
- sys.exit(1)
-
- # Decouple from parent environment.
- os.chdir("/")
- os.umask(0)
- os.setsid()
-
- # Do second fork.
- try:
- pid = os.fork()
- if pid > 0: sys.exit(0) # Exit second parent.
- except OSError, e:
- sys.stderr.write("fork #2 failed: (%d) %s\n" % (e.errno, e.strerror))
- sys.exit(1)
-
- # Open file descriptors and print start message
- if not stderr: stderr = stdout
- si = file(stdin, 'r')
- so = file(stdout, 'a+')
- se = file(stderr, 'a+', 0)
- pid = str(os.getpid())
- if startmsg:
- sys.stderr.write("\n%s\n" % startmsg % pid)
- sys.stderr.flush()
- if pidfile: file(pidfile,'w+').write("%s\n" % pid)
-
- # Redirect standard file descriptors.
- os.dup2(si.fileno(), sys.stdin.fileno())
- os.dup2(so.fileno(), sys.stdout.fileno())
- os.dup2(se.fileno(), sys.stderr.fileno())
diff --git a/bin/utils/itertools.py b/bin/utils/itertools.py
deleted file mode 100644
index 790ea07a2..000000000
--- a/bin/utils/itertools.py
+++ /dev/null
@@ -1,10 +0,0 @@
-"""itertools appeared in Python 2.3 - this module mimicks it (partly)"""
-
-from __future__ import generators
-
-def cycle( sequence ):
- """Return a cyclic generator iterating over sequence"""
- while True:
- for element in sequence:
- yield element
-
diff --git a/bin/utils/optparse.py b/bin/utils/optparse.py
deleted file mode 100644
index f8e3394c9..000000000
--- a/bin/utils/optparse.py
+++ /dev/null
@@ -1,1399 +0,0 @@
-"""optparse - a powerful, extensible, and easy-to-use option parser.
-
-By Greg Ward <gward@python.net>
-
-Originally distributed as Optik; see http://optik.sourceforge.net/ .
-
-If you have problems with this module, please do not file bugs,
-patches, or feature requests with Python; instead, use Optik's
-SourceForge project page:
- http://sourceforge.net/projects/optik
-
-For support, use the optik-users@lists.sourceforge.net mailing list
-(http://lists.sourceforge.net/lists/listinfo/optik-users).
-"""
-
-# Python developers: please do not make changes to this file, since
-# it is automatically generated from the Optik source code.
-
-__version__ = "1.4.1+"
-
-__all__ = ['Option',
- 'SUPPRESS_HELP',
- 'SUPPRESS_USAGE',
- 'STD_HELP_OPTION',
- 'STD_VERSION_OPTION',
- 'Values',
- 'OptionContainer',
- 'OptionGroup',
- 'OptionParser',
- 'HelpFormatter',
- 'IndentedHelpFormatter',
- 'TitledHelpFormatter',
- 'OptParseError',
- 'OptionError',
- 'OptionConflictError',
- 'OptionValueError',
- 'BadOptionError']
-
-__copyright__ = """
-Copyright (c) 2001-2003 Gregory P. Ward. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in the
- documentation and/or other materials provided with the distribution.
-
- * Neither the name of the author nor the names of its
- contributors may be used to endorse or promote products derived from
- this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
-IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
-TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
-PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR
-CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-"""
-
-import sys, os
-import types
-import textwrap
-
-class OptParseError (Exception):
- def __init__ (self, msg):
- self.msg = msg
-
- def __str__ (self):
- return self.msg
-
-
-class OptionError (OptParseError):
- """
- Raised if an Option instance is created with invalid or
- inconsistent arguments.
- """
-
- def __init__ (self, msg, option):
- self.msg = msg
- self.option_id = str(option)
-
- def __str__ (self):
- if self.option_id:
- return "option %s: %s" % (self.option_id, self.msg)
- else:
- return self.msg
-
-class OptionConflictError (OptionError):
- """
- Raised if conflicting options are added to an OptionParser.
- """
-
-class OptionValueError (OptParseError):
- """
- Raised if an invalid option value is encountered on the command
- line.
- """
-
-class BadOptionError (OptParseError):
- """
- Raised if an invalid or ambiguous option is seen on the command-line.
- """
-
-
-class HelpFormatter:
-
- """
- Abstract base class for formatting option help. OptionParser
- instances should use one of the HelpFormatter subclasses for
- formatting help; by default IndentedHelpFormatter is used.
-
- Instance attributes:
- indent_increment : int
- the number of columns to indent per nesting level
- max_help_position : int
- the maximum starting column for option help text
- help_position : int
- the calculated starting column for option help text;
- initially the same as the maximum
- width : int
- total number of columns for output
- level : int
- current indentation level
- current_indent : int
- current indentation level (in columns)
- help_width : int
- number of columns available for option help text (calculated)
- """
-
- def __init__ (self,
- indent_increment,
- max_help_position,
- width,
- short_first):
- self.indent_increment = indent_increment
- self.help_position = self.max_help_position = max_help_position
- self.width = width
- self.current_indent = 0
- self.level = 0
- self.help_width = width - max_help_position
- self.short_first = short_first
-
- def indent (self):
- self.current_indent += self.indent_increment
- self.level += 1
-
- def dedent (self):
- self.current_indent -= self.indent_increment
- assert self.current_indent >= 0, "Indent decreased below 0."
- self.level -= 1
-
- def format_usage (self, usage):
- raise NotImplementedError, "subclasses must implement"
-
- def format_heading (self, heading):
- raise NotImplementedError, "subclasses must implement"
-
- def format_description (self, description):
- desc_width = self.width - self.current_indent
- indent = " "*self.current_indent
- return textwrap.fill(description, desc_width,
- initial_indent=indent,
- subsequent_indent=indent)
-
- def format_option (self, option):
- # The help for each option consists of two parts:
- # * the opt strings and metavars
- # eg. ("-x", or "-fFILENAME, --file=FILENAME")
- # * the user-supplied help string
- # eg. ("turn on expert mode", "read data from FILENAME")
- #
- # If possible, we write both of these on the same line:
- # -x turn on expert mode
- #
- # But if the opt string list is too long, we put the help
- # string on a second line, indented to the same column it would
- # start in if it fit on the first line.
- # -fFILENAME, --file=FILENAME
- # read data from FILENAME
- result = []
- opts = option.option_strings
- opt_width = self.help_position - self.current_indent - 2
- if len(opts) > opt_width:
- opts = "%*s%s\n" % (self.current_indent, "", opts)
- indent_first = self.help_position
- else: # start help on same line as opts
- opts = "%*s%-*s " % (self.current_indent, "", opt_width, opts)
- indent_first = 0
- result.append(opts)
- if option.help:
- help_lines = textwrap.wrap(option.help, self.help_width)
- result.append("%*s%s\n" % (indent_first, "", help_lines[0]))
- result.extend(["%*s%s\n" % (self.help_position, "", line)
- for line in help_lines[1:]])
- elif opts[-1] != "\n":
- result.append("\n")
- return "".join(result)
-
- def store_option_strings (self, parser):
- self.indent()
- max_len = 0
- for opt in parser.option_list:
- strings = self.format_option_strings(opt)
- opt.option_strings = strings
- max_len = max(max_len, len(strings) + self.current_indent)
- self.indent()
- for group in parser.option_groups:
- for opt in group.option_list:
- strings = self.format_option_strings(opt)
- opt.option_strings = strings
- max_len = max(max_len, len(strings) + self.current_indent)
- self.dedent()
- self.dedent()
- self.help_position = min(max_len + 2, self.max_help_position)
-
- def format_option_strings (self, option):
- """Return a comma-separated list of option strings & metavariables."""
- if option.takes_value():
- metavar = option.metavar or option.dest.upper()
- short_opts = [sopt + metavar for sopt in option._short_opts]
- long_opts = [lopt + "=" + metavar for lopt in option._long_opts]
- else:
- short_opts = option._short_opts
- long_opts = option._long_opts
-
- if self.short_first:
- opts = short_opts + long_opts
- else:
- opts = long_opts + short_opts
-
- return ", ".join(opts)
-
-class IndentedHelpFormatter (HelpFormatter):
- """Format help with indented section bodies.
- """
-
- def __init__ (self,
- indent_increment=2,
- max_help_position=24,
- width=80,
- short_first=1):
- HelpFormatter.__init__(
- self, indent_increment, max_help_position, width, short_first)
-
- def format_usage (self, usage):
- return "usage: %s\n" % usage
-
- def format_heading (self, heading):
- return "%*s%s:\n" % (self.current_indent, "", heading)
-
-
-class TitledHelpFormatter (HelpFormatter):
- """Format help with underlined section headers.
- """
-
- def __init__ (self,
- indent_increment=0,
- max_help_position=24,
- width=80,
- short_first=0):
- HelpFormatter.__init__ (
- self, indent_increment, max_help_position, width, short_first)
-
- def format_usage (self, usage):
- return "%s %s\n" % (self.format_heading("Usage"), usage)
-
- def format_heading (self, heading):
- return "%s\n%s\n" % (heading, "=-"[self.level] * len(heading))
-
-
-_builtin_cvt = { "int" : (int, "integer"),
- "long" : (long, "long integer"),
- "float" : (float, "floating-point"),
- "complex" : (complex, "complex") }
-
-def check_builtin (option, opt, value):
- (cvt, what) = _builtin_cvt[option.type]
- try:
- return cvt(value)
- except ValueError:
- raise OptionValueError(
- #"%s: invalid %s argument %r" % (opt, what, value))
- "option %s: invalid %s value: %r" % (opt, what, value))
-
-def check_choice(option, opt, value):
- if value in option.choices:
- return value
- else:
- choices = ", ".join(map(repr, option.choices))
- raise OptionValueError(
- "option %s: invalid choice: %r (choose from %s)"
- % (opt, value, choices))
-
-# Not supplying a default is different from a default of None,
-# so we need an explicit "not supplied" value.
-NO_DEFAULT = "NO"+"DEFAULT"
-
-
-class Option:
- """
- Instance attributes:
- _short_opts : [string]
- _long_opts : [string]
-
- action : string
- type : string
- dest : string
- default : any
- nargs : int
- const : any
- choices : [string]
- callback : function
- callback_args : (any*)
- callback_kwargs : { string : any }
- help : string
- metavar : string
- """
-
- # The list of instance attributes that may be set through
- # keyword args to the constructor.
- ATTRS = ['action',
- 'type',
- 'dest',
- 'default',
- 'nargs',
- 'const',
- 'choices',
- 'callback',
- 'callback_args',
- 'callback_kwargs',
- 'help',
- 'metavar']
-
- # The set of actions allowed by option parsers. Explicitly listed
- # here so the constructor can validate its arguments.
- ACTIONS = ("store",
- "store_const",
- "store_true",
- "store_false",
- "append",
- "count",
- "callback",
- "help",
- "version")
-
- # The set of actions that involve storing a value somewhere;
- # also listed just for constructor argument validation. (If
- # the action is one of these, there must be a destination.)
- STORE_ACTIONS = ("store",
- "store_const",
- "store_true",
- "store_false",
- "append",
- "count")
-
- # The set of actions for which it makes sense to supply a value
- # type, ie. where we expect an argument to this option.
- TYPED_ACTIONS = ("store",
- "append",
- "callback")
-
- # The set of known types for option parsers. Again, listed here for
- # constructor argument validation.
- TYPES = ("string", "int", "long", "float", "complex", "choice")
-
- # Dictionary of argument checking functions, which convert and
- # validate option arguments according to the option type.
- #
- # Signature of checking functions is:
- # check(option : Option, opt : string, value : string) -> any
- # where
- # option is the Option instance calling the checker
- # opt is the actual option seen on the command-line
- # (eg. "-a", "--file")
- # value is the option argument seen on the command-line
- #
- # The return value should be in the appropriate Python type
- # for option.type -- eg. an integer if option.type == "int".
- #
- # If no checker is defined for a type, arguments will be
- # unchecked and remain strings.
- TYPE_CHECKER = { "int" : check_builtin,
- "long" : check_builtin,
- "float" : check_builtin,
- "complex" : check_builtin,
- "choice" : check_choice,
- }
-
-
- # CHECK_METHODS is a list of unbound method objects; they are called
- # by the constructor, in order, after all attributes are
- # initialized. The list is created and filled in later, after all
- # the methods are actually defined. (I just put it here because I
- # like to define and document all class attributes in the same
- # place.) Subclasses that add another _check_*() method should
- # define their own CHECK_METHODS list that adds their check method
- # to those from this class.
- CHECK_METHODS = None
-
-
- # -- Constructor/initialization methods ----------------------------
-
- def __init__ (self, *opts, **attrs):
- # Set _short_opts, _long_opts attrs from 'opts' tuple.
- # Have to be set now, in case no option strings are supplied.
- self._short_opts = []
- self._long_opts = []
- opts = self._check_opt_strings(opts)
- self._set_opt_strings(opts)
-
- # Set all other attrs (action, type, etc.) from 'attrs' dict
- self._set_attrs(attrs)
-
- # Check all the attributes we just set. There are lots of
- # complicated interdependencies, but luckily they can be farmed
- # out to the _check_*() methods listed in CHECK_METHODS -- which
- # could be handy for subclasses! The one thing these all share
- # is that they raise OptionError if they discover a problem.
- for checker in self.CHECK_METHODS:
- checker(self)
-
- def _check_opt_strings (self, opts):
- # Filter out None because early versions of Optik had exactly
- # one short option and one long option, either of which
- # could be None.
- opts = filter(None, opts)
- if not opts:
- raise TypeError("at least one option string must be supplied")
- return opts
-
- def _set_opt_strings (self, opts):
- for opt in opts:
- if len(opt) < 2:
- raise OptionError(
- "invalid option string %r: "
- "must be at least two characters long" % opt, self)
- elif len(opt) == 2:
- if not (opt[0] == "-" and opt[1] != "-"):
- raise OptionError(
- "invalid short option string %r: "
- "must be of the form -x, (x any non-dash char)" % opt,
- self)
- self._short_opts.append(opt)
- else:
- if not (opt[0:2] == "--" and opt[2] != "-"):
- raise OptionError(
- "invalid long option string %r: "
- "must start with --, followed by non-dash" % opt,
- self)
- self._long_opts.append(opt)
-
- def _set_attrs (self, attrs):
- for attr in self.ATTRS:
- if attrs.has_key(attr):
- setattr(self, attr, attrs[attr])
- del attrs[attr]
- else:
- if attr == 'default':
- setattr(self, attr, NO_DEFAULT)
- else:
- setattr(self, attr, None)
- if attrs:
- raise OptionError(
- "invalid keyword arguments: %s" % ", ".join(attrs.keys()),
- self)
-
-
- # -- Constructor validation methods --------------------------------
-
- def _check_action (self):
- if self.action is None:
- self.action = "store"
- elif self.action not in self.ACTIONS:
- raise OptionError("invalid action: %r" % self.action, self)
-
- def _check_type (self):
- if self.type is None:
- # XXX should factor out another class attr here: list of
- # actions that *require* a type
- if self.action in ("store", "append"):
- if self.choices is not None:
- # The "choices" attribute implies "choice" type.
- self.type = "choice"
- else:
- # No type given? "string" is the most sensible default.
- self.type = "string"
- else:
- if self.type not in self.TYPES:
- raise OptionError("invalid option type: %r" % self.type, self)
- if self.action not in self.TYPED_ACTIONS:
- raise OptionError(
- "must not supply a type for action %r" % self.action, self)
-
- def _check_choice(self):
- if self.type == "choice":
- if self.choices is None:
- raise OptionError(
- "must supply a list of choices for type 'choice'", self)
- elif type(self.choices) not in (types.TupleType, types.ListType):
- raise OptionError(
- "choices must be a list of strings ('%s' supplied)"
- % str(type(self.choices)).split("'")[1], self)
- elif self.choices is not None:
- raise OptionError(
- "must not supply choices for type %r" % self.type, self)
-
- def _check_dest (self):
- if self.action in self.STORE_ACTIONS and self.dest is None:
- # No destination given, and we need one for this action.
- # Glean a destination from the first long option string,
- # or from the first short option string if no long options.
- if self._long_opts:
- # eg. "--foo-bar" -> "foo_bar"
- self.dest = self._long_opts[0][2:].replace('-', '_')
- else:
- self.dest = self._short_opts[0][1]
-
- def _check_const (self):
- if self.action != "store_const" and self.const is not None:
- raise OptionError(
- "'const' must not be supplied for action %r" % self.action,
- self)
-
- def _check_nargs (self):
- if self.action in self.TYPED_ACTIONS:
- if self.nargs is None:
- self.nargs = 1
- elif self.nargs is not None:
- raise OptionError(
- "'nargs' must not be supplied for action %r" % self.action,
- self)
-
- def _check_callback (self):
- if self.action == "callback":
- if not callable(self.callback):
- raise OptionError(
- "callback not callable: %r" % self.callback, self)
- if (self.callback_args is not None and
- type(self.callback_args) is not types.TupleType):
- raise OptionError(
- "callback_args, if supplied, must be a tuple: not %r"
- % self.callback_args, self)
- if (self.callback_kwargs is not None and
- type(self.callback_kwargs) is not types.DictType):
- raise OptionError(
- "callback_kwargs, if supplied, must be a dict: not %r"
- % self.callback_kwargs, self)
- else:
- if self.callback is not None:
- raise OptionError(
- "callback supplied (%r) for non-callback option"
- % self.callback, self)
- if self.callback_args is not None:
- raise OptionError(
- "callback_args supplied for non-callback option", self)
- if self.callback_kwargs is not None:
- raise OptionError(
- "callback_kwargs supplied for non-callback option", self)
-
-
- CHECK_METHODS = [_check_action,
- _check_type,
- _check_choice,
- _check_dest,
- _check_const,
- _check_nargs,
- _check_callback]
-
-
- # -- Miscellaneous methods -----------------------------------------
-
- def __str__ (self):
- return "/".join(self._short_opts + self._long_opts)
-
- def takes_value (self):
- return self.type is not None
-
-
- # -- Processing methods --------------------------------------------
-
- def check_value (self, opt, value):
- checker = self.TYPE_CHECKER.get(self.type)
- if checker is None:
- return value
- else:
- return checker(self, opt, value)
-
- def process (self, opt, value, values, parser):
-
- # First, convert the value(s) to the right type. Howl if any
- # value(s) are bogus.
- if value is not None:
- if self.nargs == 1:
- value = self.check_value(opt, value)
- else:
- value = tuple([self.check_value(opt, v) for v in value])
-
- # And then take whatever action is expected of us.
- # This is a separate method to make life easier for
- # subclasses to add new actions.
- return self.take_action(
- self.action, self.dest, opt, value, values, parser)
-
- def take_action (self, action, dest, opt, value, values, parser):
- if action == "store":
- setattr(values, dest, value)
- elif action == "store_const":
- setattr(values, dest, self.const)
- elif action == "store_true":
- setattr(values, dest, True)
- elif action == "store_false":
- setattr(values, dest, False)
- elif action == "append":
- values.ensure_value(dest, []).append(value)
- elif action == "count":
- setattr(values, dest, values.ensure_value(dest, 0) + 1)
- elif action == "callback":
- args = self.callback_args or ()
- kwargs = self.callback_kwargs or {}
- self.callback(self, opt, value, parser, *args, **kwargs)
- elif action == "help":
- parser.print_help()
- sys.exit(0)
- elif action == "version":
- parser.print_version()
- sys.exit(0)
- else:
- raise RuntimeError, "unknown action %r" % self.action
-
- return 1
-
-# class Option
-
-
-def get_prog_name ():
- return os.path.basename(sys.argv[0])
-
-
-SUPPRESS_HELP = "SUPPRESS"+"HELP"
-SUPPRESS_USAGE = "SUPPRESS"+"USAGE"
-
-STD_HELP_OPTION = Option("-h", "--help",
- action="help",
- help="show this help message and exit")
-STD_VERSION_OPTION = Option("--version",
- action="version",
- help="show program's version number and exit")
-
-
-class Values:
-
- def __init__ (self, defaults=None):
- if defaults:
- for (attr, val) in defaults.items():
- setattr(self, attr, val)
-
- def __repr__ (self):
- return ("<%s at 0x%x: %r>"
- % (self.__class__.__name__, id(self), self.__dict__))
-
- def _update_careful (self, dict):
- """
- Update the option values from an arbitrary dictionary, but only
- use keys from dict that already have a corresponding attribute
- in self. Any keys in dict without a corresponding attribute
- are silently ignored.
- """
- for attr in dir(self):
- if dict.has_key(attr):
- dval = dict[attr]
- if dval is not None:
- setattr(self, attr, dval)
-
- def _update_loose (self, dict):
- """
- Update the option values from an arbitrary dictionary,
- using all keys from the dictionary regardless of whether
- they have a corresponding attribute in self or not.
- """
- self.__dict__.update(dict)
-
- def _update (self, dict, mode):
- if mode == "careful":
- self._update_careful(dict)
- elif mode == "loose":
- self._update_loose(dict)
- else:
- raise ValueError, "invalid update mode: %r" % mode
-
- def read_module (self, modname, mode="careful"):
- __import__(modname)
- mod = sys.modules[modname]
- self._update(vars(mod), mode)
-
- def read_file (self, filename, mode="careful"):
- vars = {}
- execfile(filename, vars)
- self._update(vars, mode)
-
- def ensure_value (self, attr, value):
- if not hasattr(self, attr) or getattr(self, attr) is None:
- setattr(self, attr, value)
- return getattr(self, attr)
-
-
-class OptionContainer:
-
- """
- Abstract base class.
-
- Class attributes:
- standard_option_list : [Option]
- list of standard options that will be accepted by all instances
- of this parser class (intended to be overridden by subclasses).
-
- Instance attributes:
- option_list : [Option]
- the list of Option objects contained by this OptionContainer
- _short_opt : { string : Option }
- dictionary mapping short option strings, eg. "-f" or "-X",
- to the Option instances that implement them. If an Option
- has multiple short option strings, it will appears in this
- dictionary multiple times. [1]
- _long_opt : { string : Option }
- dictionary mapping long option strings, eg. "--file" or
- "--exclude", to the Option instances that implement them.
- Again, a given Option can occur multiple times in this
- dictionary. [1]
- defaults : { string : any }
- dictionary mapping option destination names to default
- values for each destination [1]
-
- [1] These mappings are common to (shared by) all components of the
- controlling OptionParser, where they are initially created.
-
- """
-
- def __init__ (self, option_class, conflict_handler, description):
- # Initialize the option list and related data structures.
- # This method must be provided by subclasses, and it must
- # initialize at least the following instance attributes:
- # option_list, _short_opt, _long_opt, defaults.
- self._create_option_list()
-
- self.option_class = option_class
- self.set_conflict_handler(conflict_handler)
- self.set_description(description)
-
- def _create_option_mappings (self):
- # For use by OptionParser constructor -- create the master
- # option mappings used by this OptionParser and all
- # OptionGroups that it owns.
- self._short_opt = {} # single letter -> Option instance
- self._long_opt = {} # long option -> Option instance
- self.defaults = {} # maps option dest -> default value
-
-
- def _share_option_mappings (self, parser):
- # For use by OptionGroup constructor -- use shared option
- # mappings from the OptionParser that owns this OptionGroup.
- self._short_opt = parser._short_opt
- self._long_opt = parser._long_opt
- self.defaults = parser.defaults
-
- def set_conflict_handler (self, handler):
- if handler not in ("ignore", "error", "resolve"):
- raise ValueError, "invalid conflict_resolution value %r" % handler
- self.conflict_handler = handler
-
- def set_description (self, description):
- self.description = description
-
-
- # -- Option-adding methods -----------------------------------------
-
- def _check_conflict (self, option):
- conflict_opts = []
- for opt in option._short_opts:
- if self._short_opt.has_key(opt):
- conflict_opts.append((opt, self._short_opt[opt]))
- for opt in option._long_opts:
- if self._long_opt.has_key(opt):
- conflict_opts.append((opt, self._long_opt[opt]))
-
- if conflict_opts:
- handler = self.conflict_handler
- if handler == "ignore": # behaviour for Optik 1.0, 1.1
- pass
- elif handler == "error": # new in 1.2
- raise OptionConflictError(
- "conflicting option string(s): %s"
- % ", ".join([co[0] for co in conflict_opts]),
- option)
- elif handler == "resolve": # new in 1.2
- for (opt, c_option) in conflict_opts:
- if opt.startswith("--"):
- c_option._long_opts.remove(opt)
- del self._long_opt[opt]
- else:
- c_option._short_opts.remove(opt)
- del self._short_opt[opt]
- if not (c_option._short_opts or c_option._long_opts):
- c_option.container.option_list.remove(c_option)
-
- def add_option (self, *args, **kwargs):
- """add_option(Option)
- add_option(opt_str, ..., kwarg=val, ...)
- """
- if type(args[0]) is types.StringType:
- option = self.option_class(*args, **kwargs)
- elif len(args) == 1 and not kwargs:
- option = args[0]
- if not isinstance(option, Option):
- raise TypeError, "not an Option instance: %r" % option
- else:
- raise TypeError, "invalid arguments"
-
- self._check_conflict(option)
-
- self.option_list.append(option)
- option.container = self
- for opt in option._short_opts:
- self._short_opt[opt] = option
- for opt in option._long_opts:
- self._long_opt[opt] = option
-
- if option.dest is not None: # option has a dest, we need a default
- if option.default is not NO_DEFAULT:
- self.defaults[option.dest] = option.default
- elif not self.defaults.has_key(option.dest):
- self.defaults[option.dest] = None
-
- return option
-
- def add_options (self, option_list):
- for option in option_list:
- self.add_option(option)
-
- # -- Option query/removal methods ----------------------------------
-
- def get_option (self, opt_str):
- return (self._short_opt.get(opt_str) or
- self._long_opt.get(opt_str))
-
- def has_option (self, opt_str):
- return (self._short_opt.has_key(opt_str) or
- self._long_opt.has_key(opt_str))
-
- def remove_option (self, opt_str):
- option = self._short_opt.get(opt_str)
- if option is None:
- option = self._long_opt.get(opt_str)
- if option is None:
- raise ValueError("no such option %r" % opt_str)
-
- for opt in option._short_opts:
- del self._short_opt[opt]
- for opt in option._long_opts:
- del self._long_opt[opt]
- option.container.option_list.remove(option)
-
-
- # -- Help-formatting methods ---------------------------------------
-
- def format_option_help (self, formatter):
- if not self.option_list:
- return ""
- result = []
- for option in self.option_list:
- if not option.help is SUPPRESS_HELP:
- result.append(formatter.format_option(option))
- return "".join(result)
-
- def format_description (self, formatter):
- if self.description:
- return formatter.format_description(self.description)
- else:
- return ""
-
- def format_help (self, formatter):
- if self.description:
- desc = self.format_description(formatter) + "\n"
- else:
- desc = ""
- return desc + self.format_option_help(formatter)
-
-
-class OptionGroup (OptionContainer):
-
- def __init__ (self, parser, title, description=None):
- self.parser = parser
- OptionContainer.__init__(
- self, parser.option_class, parser.conflict_handler, description)
- self.title = title
-
- def _create_option_list (self):
- self.option_list = []
- self._share_option_mappings(self.parser)
-
- def set_title (self, title):
- self.title = title
-
- # -- Help-formatting methods ---------------------------------------
-
- def format_help (self, formatter):
- result = formatter.format_heading(self.title)
- formatter.indent()
- result += OptionContainer.format_help(self, formatter)
- formatter.dedent()
- return result
-
-
-class OptionParser (OptionContainer):
-
- """
- Class attributes:
- standard_option_list : [Option]
- list of standard options that will be accepted by all instances
- of this parser class (intended to be overridden by subclasses).
-
- Instance attributes:
- usage : string
- a usage string for your program. Before it is displayed
- to the user, "%prog" will be expanded to the name of
- your program (self.prog or os.path.basename(sys.argv[0])).
- prog : string
- the name of the current program (to override
- os.path.basename(sys.argv[0])).
-
- allow_interspersed_args : boolean = true
- if true, positional arguments may be interspersed with options.
- Assuming -a and -b each take a single argument, the command-line
- -ablah foo bar -bboo baz
- will be interpreted the same as
- -ablah -bboo -- foo bar baz
- If this flag were false, that command line would be interpreted as
- -ablah -- foo bar -bboo baz
- -- ie. we stop processing options as soon as we see the first
- non-option argument. (This is the tradition followed by
- Python's getopt module, Perl's Getopt::Std, and other argument-
- parsing libraries, but it is generally annoying to users.)
-
- rargs : [string]
- the argument list currently being parsed. Only set when
- parse_args() is active, and continually trimmed down as
- we consume arguments. Mainly there for the benefit of
- callback options.
- largs : [string]
- the list of leftover arguments that we have skipped while
- parsing options. If allow_interspersed_args is false, this
- list is always empty.
- values : Values
- the set of option values currently being accumulated. Only
- set when parse_args() is active. Also mainly for callbacks.
-
- Because of the 'rargs', 'largs', and 'values' attributes,
- OptionParser is not thread-safe. If, for some perverse reason, you
- need to parse command-line arguments simultaneously in different
- threads, use different OptionParser instances.
-
- """
-
- standard_option_list = []
-
- def __init__ (self,
- usage=None,
- option_list=None,
- option_class=Option,
- version=None,
- conflict_handler="error",
- description=None,
- formatter=None,
- add_help_option=1,
- prog=None):
- OptionContainer.__init__(
- self, option_class, conflict_handler, description)
- self.set_usage(usage)
- self.prog = prog
- self.version = version
- self.allow_interspersed_args = 1
- if formatter is None:
- formatter = IndentedHelpFormatter()
- self.formatter = formatter
-
- # Populate the option list; initial sources are the
- # standard_option_list class attribute, the 'option_list'
- # argument, and the STD_VERSION_OPTION (if 'version' supplied)
- # and STD_HELP_OPTION globals.
- self._populate_option_list(option_list,
- add_help=add_help_option)
-
- self._init_parsing_state()
-
- # -- Private methods -----------------------------------------------
- # (used by our or OptionContainer's constructor)
-
- def _create_option_list (self):
- self.option_list = []
- self.option_groups = []
- self._create_option_mappings()
-
- def _populate_option_list (self, option_list, add_help=1):
- if self.standard_option_list:
- self.add_options(self.standard_option_list)
- if option_list:
- self.add_options(option_list)
- if self.version:
- self.add_option(STD_VERSION_OPTION)
- if add_help:
- self.add_option(STD_HELP_OPTION)
-
- def _init_parsing_state (self):
- # These are set in parse_args() for the convenience of callbacks.
- self.rargs = None
- self.largs = None
- self.values = None
-
-
- # -- Simple modifier methods ---------------------------------------
-
- def set_usage (self, usage):
- if usage is None:
- self.usage = "%prog [options]"
- elif usage is SUPPRESS_USAGE:
- self.usage = None
- elif usage.startswith("usage: "):
- # for backwards compatibility with Optik 1.3 and earlier
- self.usage = usage[7:]
- else:
- self.usage = usage
-
- def enable_interspersed_args (self):
- self.allow_interspersed_args = 1
-
- def disable_interspersed_args (self):
- self.allow_interspersed_args = 0
-
- def set_default (self, dest, value):
- self.defaults[dest] = value
-
- def set_defaults (self, **kwargs):
- self.defaults.update(kwargs)
-
- def get_default_values (self):
- return Values(self.defaults)
-
-
- # -- OptionGroup methods -------------------------------------------
-
- def add_option_group (self, *args, **kwargs):
- # XXX lots of overlap with OptionContainer.add_option()
- if type(args[0]) is types.StringType:
- group = OptionGroup(self, *args, **kwargs)
- elif len(args) == 1 and not kwargs:
- group = args[0]
- if not isinstance(group, OptionGroup):
- raise TypeError, "not an OptionGroup instance: %r" % group
- if group.parser is not self:
- raise ValueError, "invalid OptionGroup (wrong parser)"
- else:
- raise TypeError, "invalid arguments"
-
- self.option_groups.append(group)
- return group
-
- def get_option_group (self, opt_str):
- option = (self._short_opt.get(opt_str) or
- self._long_opt.get(opt_str))
- if option and option.container is not self:
- return option.container
- return None
-
-
- # -- Option-parsing methods ----------------------------------------
-
- def _get_args (self, args):
- if args is None:
- return sys.argv[1:]
- else:
- return args[:] # don't modify caller's list
-
- def parse_args (self, args=None, values=None):
- """
- parse_args(args : [string] = sys.argv[1:],
- values : Values = None)
- -> (values : Values, args : [string])
-
- Parse the command-line options found in 'args' (default:
- sys.argv[1:]). Any errors result in a call to 'error()', which
- by default prints the usage message to stderr and calls
- sys.exit() with an error message. On success returns a pair
- (values, args) where 'values' is an Values instance (with all
- your option values) and 'args' is the list of arguments left
- over after parsing options.
- """
- rargs = self._get_args(args)
- if values is None:
- values = self.get_default_values()
-
- # Store the halves of the argument list as attributes for the
- # convenience of callbacks:
- # rargs
- # the rest of the command-line (the "r" stands for
- # "remaining" or "right-hand")
- # largs
- # the leftover arguments -- ie. what's left after removing
- # options and their arguments (the "l" stands for "leftover"
- # or "left-hand")
- self.rargs = rargs
- self.largs = largs = []
- self.values = values
-
- try:
- stop = self._process_args(largs, rargs, values)
- except (BadOptionError, OptionValueError), err:
- self.error(err.msg)
-
- args = largs + rargs
- return self.check_values(values, args)
-
- def check_values (self, values, args):
- """
- check_values(values : Values, args : [string])
- -> (values : Values, args : [string])
-
- Check that the supplied option values and leftover arguments are
- valid. Returns the option values and leftover arguments
- (possibly adjusted, possibly completely new -- whatever you
- like). Default implementation just returns the passed-in
- values; subclasses may override as desired.
- """
- return (values, args)
-
- def _process_args (self, largs, rargs, values):
- """_process_args(largs : [string],
- rargs : [string],
- values : Values)
-
- Process command-line arguments and populate 'values', consuming
- options and arguments from 'rargs'. If 'allow_interspersed_args' is
- false, stop at the first non-option argument. If true, accumulate any
- interspersed non-option arguments in 'largs'.
- """
- while rargs:
- arg = rargs[0]
- # We handle bare "--" explicitly, and bare "-" is handled by the
- # standard arg handler since the short arg case ensures that the
- # len of the opt string is greater than 1.
- if arg == "--":
- del rargs[0]
- return
- elif arg[0:2] == "--":
- # process a single long option (possibly with value(s))
- self._process_long_opt(rargs, values)
- elif arg[:1] == "-" and len(arg) > 1:
- # process a cluster of short options (possibly with
- # value(s) for the last one only)
- self._process_short_opts(rargs, values)
- elif self.allow_interspersed_args:
- largs.append(arg)
- del rargs[0]
- else:
- return # stop now, leave this arg in rargs
-
- # Say this is the original argument list:
- # [arg0, arg1, ..., arg(i-1), arg(i), arg(i+1), ..., arg(N-1)]
- # ^
- # (we are about to process arg(i)).
- #
- # Then rargs is [arg(i), ..., arg(N-1)] and largs is a *subset* of
- # [arg0, ..., arg(i-1)] (any options and their arguments will have
- # been removed from largs).
- #
- # The while loop will usually consume 1 or more arguments per pass.
- # If it consumes 1 (eg. arg is an option that takes no arguments),
- # then after _process_arg() is done the situation is:
- #
- # largs = subset of [arg0, ..., arg(i)]
- # rargs = [arg(i+1), ..., arg(N-1)]
- #
- # If allow_interspersed_args is false, largs will always be
- # *empty* -- still a subset of [arg0, ..., arg(i-1)], but
- # not a very interesting subset!
-
- def _match_long_opt (self, opt):
- """_match_long_opt(opt : string) -> string
-
- Determine which long option string 'opt' matches, ie. which one
- it is an unambiguous abbrevation for. Raises BadOptionError if
- 'opt' doesn't unambiguously match any long option string.
- """
- return _match_abbrev(opt, self._long_opt)
-
- def _process_long_opt (self, rargs, values):
- arg = rargs.pop(0)
-
- # Value explicitly attached to arg? Pretend it's the next
- # argument.
- if "=" in arg:
- (opt, next_arg) = arg.split("=", 1)
- rargs.insert(0, next_arg)
- had_explicit_value = 1
- else:
- opt = arg
- had_explicit_value = 0
-
- opt = self._match_long_opt(opt)
- option = self._long_opt[opt]
- if option.takes_value():
- nargs = option.nargs
- if len(rargs) < nargs:
- if nargs == 1:
- self.error("%s option requires a value" % opt)
- else:
- self.error("%s option requires %d values"
- % (opt, nargs))
- elif nargs == 1:
- value = rargs.pop(0)
- else:
- value = tuple(rargs[0:nargs])
- del rargs[0:nargs]
-
- elif had_explicit_value:
- self.error("%s option does not take a value" % opt)
-
- else:
- value = None
-
- option.process(opt, value, values, self)
-
- def _process_short_opts (self, rargs, values):
- arg = rargs.pop(0)
- stop = 0
- i = 1
- for ch in arg[1:]:
- opt = "-" + ch
- option = self._short_opt.get(opt)
- i += 1 # we have consumed a character
-
- if not option:
- self.error("no such option: %s" % opt)
- if option.takes_value():
- # Any characters left in arg? Pretend they're the
- # next arg, and stop consuming characters of arg.
- if i < len(arg):
- rargs.insert(0, arg[i:])
- stop = 1
-
- nargs = option.nargs
- if len(rargs) < nargs:
- if nargs == 1:
- self.error("%s option requires a value" % opt)
- else:
- self.error("%s option requires %s values"
- % (opt, nargs))
- elif nargs == 1:
- value = rargs.pop(0)
- else:
- value = tuple(rargs[0:nargs])
- del rargs[0:nargs]
-
- else: # option doesn't take a value
- value = None
-
- option.process(opt, value, values, self)
-
- if stop:
- break
-
-
- # -- Feedback methods ----------------------------------------------
-
- def error (self, msg):
- """error(msg : string)
-
- Print a usage message incorporating 'msg' to stderr and exit.
- If you override this in a subclass, it should not return -- it
- should either exit or raise an exception.
- """
- self.print_usage(sys.stderr)
- sys.exit("%s: error: %s" % (get_prog_name(), msg))
-
- def get_usage (self):
- if self.usage:
- return self.formatter.format_usage(
- self.usage.replace("%prog", get_prog_name()))
- else:
- return ""
-
- def print_usage (self, file=None):
- """print_usage(file : file = stdout)
-
- Print the usage message for the current program (self.usage) to
- 'file' (default stdout). Any occurence of the string "%prog" in
- self.usage is replaced with the name of the current program
- (basename of sys.argv[0]). Does nothing if self.usage is empty
- or not defined.
- """
- if self.usage:
- print >>file, self.get_usage()
-
- def get_version (self):
- if self.version:
- return self.version.replace("%prog", get_prog_name())
- else:
- return ""
-
- def print_version (self, file=None):
- """print_version(file : file = stdout)
-
- Print the version message for this program (self.version) to
- 'file' (default stdout). As with print_usage(), any occurence
- of "%prog" in self.version is replaced by the current program's
- name. Does nothing if self.version is empty or undefined.
- """
- if self.version:
- print >>file, self.get_version()
-
- def format_option_help (self, formatter=None):
- if formatter is None:
- formatter = self.formatter
- formatter.store_option_strings(self)
- result = []
- result.append(formatter.format_heading("options"))
- formatter.indent()
- if self.option_list:
- result.append(OptionContainer.format_option_help(self, formatter))
- result.append("\n")
- for group in self.option_groups:
- result.append(group.format_help(formatter))
- result.append("\n")
- formatter.dedent()
- # Drop the last "\n", or the header if no options or option groups:
- return "".join(result[:-1])
-
- def format_help (self, formatter=None):
- if formatter is None:
- formatter = self.formatter
- result = []
- if self.usage:
- result.append(self.get_usage() + "\n")
- if self.description:
- result.append(self.format_description(formatter) + "\n")
- result.append(self.format_option_help(formatter))
- return "".join(result)
-
- def print_help (self, file=None):
- """print_help(file : file = stdout)
-
- Print an extended help message, listing all options and any
- help text provided with them, to 'file' (default stdout).
- """
- if file is None:
- file = sys.stdout
- file.write(self.format_help())
-
-# class OptionParser
-
-
-def _match_abbrev (s, wordmap):
- """_match_abbrev(s : string, wordmap : {string : Option}) -> string
-
- Return the string key in 'wordmap' for which 's' is an unambiguous
- abbreviation. If 's' is found to be ambiguous or doesn't match any of
- 'words', raise BadOptionError.
- """
- # Is there an exact match?
- if wordmap.has_key(s):
- return s
- else:
- # Isolate all words with s as a prefix.
- possibilities = [word for word in wordmap.keys()
- if word.startswith(s)]
- # No exact match, so there had better be just one possibility.
- if len(possibilities) == 1:
- return possibilities[0]
- elif not possibilities:
- raise BadOptionError("no such option: %s" % s)
- else:
- # More than one possible completion: ambiguous prefix.
- raise BadOptionError("ambiguous option: %s (%s?)"
- % (s, ", ".join(possibilities)))
-
-
-# Some day, there might be many Option classes. As of Optik 1.3, the
-# preferred way to instantiate Options is indirectly, via make_option(),
-# which will become a factory function when there are many Option
-# classes.
-make_option = Option
diff --git a/bin/utils/textwrap.py b/bin/utils/textwrap.py
deleted file mode 100644
index f371fbbe5..000000000
--- a/bin/utils/textwrap.py
+++ /dev/null
@@ -1,355 +0,0 @@
-"""Text wrapping and filling.
-"""
-
-# Copyright (C) 1999-2001 Gregory P. Ward.
-# Copyright (C) 2002, 2003 Python Software Foundation.
-# Written by Greg Ward <gward@python.net>
-
-__revision__ = "$Id$"
-
-import string, re
-
-# Do the right thing with boolean values for all known Python versions
-# (so this module can be copied to projects that don't depend on Python
-# 2.3, e.g. Optik and Docutils).
-try:
- True, False
-except NameError:
- (True, False) = (1, 0)
-
-__all__ = ['TextWrapper', 'wrap', 'fill']
-
-# Hardcode the recognized whitespace characters to the US-ASCII
-# whitespace characters. The main reason for doing this is that in
-# ISO-8859-1, 0xa0 is non-breaking whitespace, so in certain locales
-# that character winds up in string.whitespace. Respecting
-# string.whitespace in those cases would 1) make textwrap treat 0xa0 the
-# same as any other whitespace char, which is clearly wrong (it's a
-# *non-breaking* space), 2) possibly cause problems with Unicode,
-# since 0xa0 is not in range(128).
-_whitespace = '\t\n\x0b\x0c\r '
-
-class TextWrapper:
- """
- Object for wrapping/filling text. The public interface consists of
- the wrap() and fill() methods; the other methods are just there for
- subclasses to override in order to tweak the default behaviour.
- If you want to completely replace the main wrapping algorithm,
- you'll probably have to override _wrap_chunks().
-
- Several instance attributes control various aspects of wrapping:
- width (default: 70)
- the maximum width of wrapped lines (unless break_long_words
- is false)
- initial_indent (default: "")
- string that will be prepended to the first line of wrapped
- output. Counts towards the line's width.
- subsequent_indent (default: "")
- string that will be prepended to all lines save the first
- of wrapped output; also counts towards each line's width.
- expand_tabs (default: true)
- Expand tabs in input text to spaces before further processing.
- Each tab will become 1 .. 8 spaces, depending on its position in
- its line. If false, each tab is treated as a single character.
- replace_whitespace (default: true)
- Replace all whitespace characters in the input text by spaces
- after tab expansion. Note that if expand_tabs is false and
- replace_whitespace is true, every tab will be converted to a
- single space!
- fix_sentence_endings (default: false)
- Ensure that sentence-ending punctuation is always followed
- by two spaces. Off by default because the algorithm is
- (unavoidably) imperfect.
- break_long_words (default: true)
- Break words longer than 'width'. If false, those words will not
- be broken, and some lines might be longer than 'width'.
- """
-
- whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))
-
- unicode_whitespace_trans = {}
- uspace = ord(u' ')
- for x in map(ord, _whitespace):
- unicode_whitespace_trans[x] = uspace
-
- # This funky little regex is just the trick for splitting
- # text up into word-wrappable chunks. E.g.
- # "Hello there -- you goof-ball, use the -b option!"
- # splits into
- # Hello/ /there/ /--/ /you/ /goof-/ball,/ /use/ /the/ /-b/ /option!
- # (after stripping out empty strings).
- wordsep_re = re.compile(r'(\s+|' # any whitespace
- r'-*\w{2,}-(?=\w{2,})|' # hyphenated words
- r'(?<=[\w\!\"\'\&\.\,\?])-{2,}(?=\w))') # em-dash
-
- # XXX will there be a locale-or-charset-aware version of
- # string.lowercase in 2.3?
- sentence_end_re = re.compile(r'[%s]' # lowercase letter
- r'[\.\!\?]' # sentence-ending punct.
- r'[\"\']?' # optional end-of-quote
- % string.lowercase)
-
-
- def __init__ (self,
- width=70,
- initial_indent="",
- subsequent_indent="",
- expand_tabs=True,
- replace_whitespace=True,
- fix_sentence_endings=False,
- break_long_words=True):
- self.width = width
- self.initial_indent = initial_indent
- self.subsequent_indent = subsequent_indent
- self.expand_tabs = expand_tabs
- self.replace_whitespace = replace_whitespace
- self.fix_sentence_endings = fix_sentence_endings
- self.break_long_words = break_long_words
-
-
- # -- Private methods -----------------------------------------------
- # (possibly useful for subclasses to override)
-
- def _munge_whitespace(self, text):
- """_munge_whitespace(text : string) -> string
-
- Munge whitespace in text: expand tabs and convert all other
- whitespace characters to spaces. Eg. " foo\tbar\n\nbaz"
- becomes " foo bar baz".
- """
- if self.expand_tabs:
- text = text.expandtabs()
- if self.replace_whitespace:
- if isinstance(text, str):
- text = text.translate(self.whitespace_trans)
- elif isinstance(text, unicode):
- text = text.translate(self.unicode_whitespace_trans)
- return text
-
-
- def _split(self, text):
- """_split(text : string) -> [string]
-
- Split the text to wrap into indivisible chunks. Chunks are
- not quite the same as words; see wrap_chunks() for full
- details. As an example, the text
- Look, goof-ball -- use the -b option!
- breaks into the following chunks:
- 'Look,', ' ', 'goof-', 'ball', ' ', '--', ' ',
- 'use', ' ', 'the', ' ', '-b', ' ', 'option!'
- """
- chunks = self.wordsep_re.split(text)
- chunks = filter(None, chunks)
- return chunks
-
- def _fix_sentence_endings(self, chunks):
- """_fix_sentence_endings(chunks : [string])
-
- Correct for sentence endings buried in 'chunks'. Eg. when the
- original text contains "... foo.\nBar ...", munge_whitespace()
- and split() will convert that to [..., "foo.", " ", "Bar", ...]
- which has one too few spaces; this method simply changes the one
- space to two.
- """
- i = 0
- pat = self.sentence_end_re
- while i < len(chunks)-1:
- if chunks[i+1] == " " and pat.search(chunks[i]):
- chunks[i+1] = " "
- i += 2
- else:
- i += 1
-
- def _handle_long_word(self, chunks, cur_line, cur_len, width):
- """_handle_long_word(chunks : [string],
- cur_line : [string],
- cur_len : int, width : int)
-
- Handle a chunk of text (most likely a word, not whitespace) that
- is too long to fit in any line.
- """
- space_left = max(width - cur_len, 1)
-
- # If we're allowed to break long words, then do so: put as much
- # of the next chunk onto the current line as will fit.
- if self.break_long_words:
- cur_line.append(chunks[0][0:space_left])
- chunks[0] = chunks[0][space_left:]
-
- # Otherwise, we have to preserve the long word intact. Only add
- # it to the current line if there's nothing already there --
- # that minimizes how much we violate the width constraint.
- elif not cur_line:
- cur_line.append(chunks.pop(0))
-
- # If we're not allowed to break long words, and there's already
- # text on the current line, do nothing. Next time through the
- # main loop of _wrap_chunks(), we'll wind up here again, but
- # cur_len will be zero, so the next line will be entirely
- # devoted to the long word that we can't handle right now.
-
- def _wrap_chunks(self, chunks):
- """_wrap_chunks(chunks : [string]) -> [string]
-
- Wrap a sequence of text chunks and return a list of lines of
- length 'self.width' or less. (If 'break_long_words' is false,
- some lines may be longer than this.) Chunks correspond roughly
- to words and the whitespace between them: each chunk is
- indivisible (modulo 'break_long_words'), but a line break can
- come between any two chunks. Chunks should not have internal
- whitespace; ie. a chunk is either all whitespace or a "word".
- Whitespace chunks will be removed from the beginning and end of
- lines, but apart from that whitespace is preserved.
- """
- lines = []
- if self.width <= 0:
- raise ValueError("invalid width %r (must be > 0)" % self.width)
-
- while chunks:
-
- # Start the list of chunks that will make up the current line.
- # cur_len is just the length of all the chunks in cur_line.
- cur_line = []
- cur_len = 0
-
- # Figure out which static string will prefix this line.
- if lines:
- indent = self.subsequent_indent
- else:
- indent = self.initial_indent
-
- # Maximum width for this line.
- width = self.width - len(indent)
-
- # First chunk on line is whitespace -- drop it, unless this
- # is the very beginning of the text (ie. no lines started yet).
- if chunks[0].strip() == '' and lines:
- del chunks[0]
-
- while chunks:
- l = len(chunks[0])
-
- # Can at least squeeze this chunk onto the current line.
- if cur_len + l <= width:
- cur_line.append(chunks.pop(0))
- cur_len += l
-
- # Nope, this line is full.
- else:
- break
-
- # The current line is full, and the next chunk is too big to
- # fit on *any* line (not just this one).
- if chunks and len(chunks[0]) > width:
- self._handle_long_word(chunks, cur_line, cur_len, width)
-
- # If the last chunk on this line is all whitespace, drop it.
- if cur_line and cur_line[-1].strip() == '':
- del cur_line[-1]
-
- # Convert current line back to a string and store it in list
- # of all lines (return value).
- if cur_line:
- lines.append(indent + ''.join(cur_line))
-
- return lines
-
-
- # -- Public interface ----------------------------------------------
-
- def wrap(self, text):
- """wrap(text : string) -> [string]
-
- Reformat the single paragraph in 'text' so it fits in lines of
- no more than 'self.width' columns, and return a list of wrapped
- lines. Tabs in 'text' are expanded with string.expandtabs(),
- and all other whitespace characters (including newline) are
- converted to space.
- """
- text = self._munge_whitespace(text)
- indent = self.initial_indent
- if len(text) + len(indent) <= self.width:
- return [indent + text]
- chunks = self._split(text)
- if self.fix_sentence_endings:
- self._fix_sentence_endings(chunks)
- return self._wrap_chunks(chunks)
-
- def fill(self, text):
- """fill(text : string) -> string
-
- Reformat the single paragraph in 'text' to fit in lines of no
- more than 'self.width' columns, and return a new string
- containing the entire wrapped paragraph.
- """
- return "\n".join(self.wrap(text))
-
-
-# -- Convenience interface ---------------------------------------------
-
-def wrap(text, width=70, **kwargs):
- """Wrap a single paragraph of text, returning a list of wrapped lines.
-
- Reformat the single paragraph in 'text' so it fits in lines of no
- more than 'width' columns, and return a list of wrapped lines. By
- default, tabs in 'text' are expanded with string.expandtabs(), and
- all other whitespace characters (including newline) are converted to
- space. See TextWrapper class for available keyword args to customize
- wrapping behaviour.
- """
- w = TextWrapper(width=width, **kwargs)
- return w.wrap(text)
-
-def fill(text, width=70, **kwargs):
- """Fill a single paragraph of text, returning a new string.
-
- Reformat the single paragraph in 'text' to fit in lines of no more
- than 'width' columns, and return a new string containing the entire
- wrapped paragraph. As with wrap(), tabs are expanded and other
- whitespace characters converted to space. See TextWrapper class for
- available keyword args to customize wrapping behaviour.
- """
- w = TextWrapper(width=width, **kwargs)
- return w.fill(text)
-
-
-# -- Loosely related functionality -------------------------------------
-
-def dedent(text):
- """dedent(text : string) -> string
-
- Remove any whitespace than can be uniformly removed from the left
- of every line in `text`.
-
- This can be used e.g. to make triple-quoted strings line up with
- the left edge of screen/whatever, while still presenting it in the
- source code in indented form.
-
- For example:
-
- def test():
- # end first line with \ to avoid the empty line!
- s = '''\
- hello
- world
- '''
- print repr(s) # prints ' hello\n world\n '
- print repr(dedent(s)) # prints 'hello\n world\n'
- """
- lines = text.expandtabs().split('\n')
- margin = None
- for line in lines:
- content = line.lstrip()
- if not content:
- continue
- indent = len(line) - len(content)
- if margin is None:
- margin = indent
- else:
- margin = min(margin, indent)
-
- if margin is not None and margin > 0:
- for i in range(len(lines)):
- lines[i] = lines[i][margin:]
-
- return '\n'.join(lines)