pax_global_header00006660000000000000000000000064126312313610014510gustar00rootroot0000000000000052 comment=f95ce290bc6394d25cd51d0db2e197cd14d6d07b ultisnips-3.1/000077500000000000000000000000001263123136100134055ustar00rootroot00000000000000ultisnips-3.1/.bzrignore000066400000000000000000000000231263123136100154020ustar00rootroot00000000000000doc/tags .bzr-repo ultisnips-3.1/.gitignore000066400000000000000000000000251263123136100153720ustar00rootroot00000000000000*.pyc *.swp doc/tags ultisnips-3.1/.travis.yml000066400000000000000000000015601263123136100155200ustar00rootroot00000000000000language: python python: - 2.7 - 3.3 - 3.4 env: - VIM_VERSION="74" - VIM_VERSION="mercurial" # - VIM_VERSION="NEOVIM" install: # Some of these commands fail transiently. We keep retrying them until they succeed. - until sudo add-apt-repository ppa:kalakris/tmux -y; do sleep 10; done - until sudo add-apt-repository ppa:neovim-ppa/unstable -y; do sleep 10; done - until sudo apt-get update -qq; do sleep 10; done - until sudo apt-get install -qq -y --force-yes tmux xclip gdb neovim mercurial; do sleep 10; done - ./travis_install.sh script: - ./travis_test.sh notifications: webhooks: urls: - https://webhooks.gitter.im/e/558acac434012ba838cd on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false ultisnips-3.1/COPYING.txt000066400000000000000000001045131263123136100152620ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. 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 them 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 prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. 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. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey 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; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If 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 convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU 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 that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. 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. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 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. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. 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 state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 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 3 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, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program 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, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU 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 Lesser General Public License instead of this License. But first, please read . ultisnips-3.1/ChangeLog000066400000000000000000000216501263123136100151630ustar00rootroot00000000000000version 3.1 (07-Dec-2015): - This is the last release done by @SirVer. The new maintainer of UltiSnips is @seletskiy. The repository remains https://github.com/SirVer/ultisnips, so this should not affect any users. This is also the last release to be published on vim.org. Please follow the master branch on GitHub for the latest stable version. - New option `e`: Context aware snippets. This gives very precise and powerful control over which snippet should be expanded depending on surrounding code. *UltiSnips-context-snippets* - New option `m`: Trim whitespace in all snippet lines. - Very powerful, freely configurable pre/post-expand and post-jump actions allow for transforming the buffer outside the snippet. *UltiSnips-snippet-actions* - Automatic triggering of snippets without the need to press the expand trigger. *UltiSnips-autotrigger* - Better error reporting for snippet errors including python stacktraces and listing of executed code. - Undo is more granular. Each jump and expand is now a separate undo step. - UltiSnips now emits autocommands on certain events. *UltiSnips-custom-autocommands* - clearsnippets now clears all snippets below the current priority. This fits better with the priority system introduced in 3.0. - snipMate snippets support can be disabled. *UltiSnipsEnableSnipMate* - UltiSnipsEditSplit got a new value 'context'. *UltiSnipsEditSplit* - Improved syntax highlighting for snippets filetype. - Mappings and autocommands are now only established when needed, i.e. when a snippet is active. This boosts performance outside of snippets. - New integration with Unite, TagBar, and deoplete. - New Ctags configuration file for snippet definitions. - Bug fixes, performance improvements, code cleanups and refactorings. - No longer supports Vim < 7.4. version 3.0 (02-Mar-2014): - Organisational changes: The project is now hosted on github. Snippets are now shipped separately - please track honza/vim-snippets. - UltiSnips is now a drop in replacement for snipMate - it parses snipMate snippets and expands them emulating snipMates smaller feature set. - Filetype tab completion for UltiSnipsEdit. - UltiSnipsEdit now only edits private snippet files. Use UltiSnipsEdit! if you want to edit shipped files. - New option 's' which strips trailing whitespace before jumping to next tabstop - New option 'a' which converts non-ascii characters into ascii characters in transformations. - New keyword in snippet files: priority defines which snippets should overwrite others. This deprecates the '!' option. *UltiSnips-adding-snippets* - Remove common whitespace of visual line selections before inserting in an indented tabstop. - Support for overwriting the snippet directory name on a per buffer basis to support per project snippets. *UltiSnips-snippet-search-path* - The keymaps for jumping in snippets are now only mapped when a snippet is active, allowing them to be used for something else otherwise. - Expanding and jumping no longer overwrites the unnamed register. - Integration with Valloric/YouCompleteMe and Shougo/neocomplete.vim. - Other plugins can add sources for snippets to create snippets on the fly. *UltiSnips-extending* - Vim functions now indicates if it did any work. *UltiSnips-trigger-functions* - For python extensions: UltiSnips adds itself to the sys.path and can be easily imported if it is available. *UltiSnips-python-module-path* - A new function giving programmatic access to the snippets currently available for expansion for other plugins integrating with UltiSnips. *UltiSnips_SnippetsInCurrentScope* - New or improved snippets (now in a different repo): all, bib, c, cpp, cs, d, django, eruby, go, haskell, html, html, htmljinja, java, javascript, js, ledger, ocaml, perl, php, puppet, python, ruby, scss, sh, tex, vim, xml, zsh. version 2.2 (01-Sep-2012): - Support to silence Python-not-found warnings. *UltiSnips-python-warning* - Matchit support for snippet files. - Improvements to syntax file. - Various smaller bug fixes. - New command to manually add a filetype to the list for the current buffer. *:UltiSnipsAddFiletypes* - New or improved snippets: all, snippets, haskell, bindzone, python, golang, json, html, coffee, coffee_jasmine, javascript_jasmine, ruby, php, markdown. version 2.1 (14-Feb-2012): - Python interpolation access to text from visual selection via snip.v. - Support for transformations of ${VISUAL} texts. - New or improved snippets: python, tex, texmath, ruby, rails, html, django version 2.0 (05-Feb-2012): - Backwards incompatible change: Support for normal mode editing. Snippets are no longer exited when leaving insert mode but only by leaving the text span of the snippets. This allows usage of normal mode commands and autoformatting. It also increases compatibility with other plugins. - Backwards incompatible change: Changed glob patterns for snippets to behave more like Vim *UltiSnips-adding-snippets* - Backwards incompatible change: Zero Tabstop is no longer removed in nested snippets - Support for ${VISUAL:default text} placeholder. *UltiSnips-visual-placeholder* - Improved handling of utf-8 characters in files and snippet definitions. - Full support for :py3. UltiSnips now works with python >= 2.6 or >= 3.2. - New or improved snippets: python, all version 1.6 (30-Dec-2011): - Significant speed improvements and a few bugs fixed. - Better handling of non ASCII chars in snippets by assuming UTF-8 encoding when no other information is available. - Contributions for UltiSnips are now also accepted on GitHub: https://github.com/SirVer/ultisnips/ - New or improved snippets: ruby, rails, xhtml version 1.5 (24-Sep-2011): - Some critical bug fixes for new vim versions. - New or improved snippets: tex, texmath, python, jinja2, go, puppet, xhtml - Configuration of search path for snippets *UltiSnips-snippet-search-path* - New parser implementation: A little faster, more flexible and less bugged. version 1.4 (17-Jul-2011): - New or improved snippets: php, html, djangohtml, mako, lua - Snippets are now listed alphabetically by their trigger, no longer in order of appearance - Snippet files are now automatically reloaded when they change. - Support for other directory names for snippets beside "UltiSnips" *UltiSnips-snippet-search-path* - Errors are now shown in a scratch window. - Now fully supports Windows with python >= 2.6. UltiSnips should now work on all systems that Vim runs on. - a syntax file was added for snippets files with nice highlighting. - snippets definition files now have the filetype 'snippets'. It used to be 'snippet'. version 1.3 (14-Feb-2011): - Erlang snippets (g0rdin) - Other VimScripts can now define and immediately expand anonymous snippets ( *UltiSnips_Anon* ) (Ryan Wooden) - Other VimScripts can now define new snippets via a function ( *UltiSnips_AddSnippet* ) (Ryan Wooden) - New Snippets for eruby and rails (Ches Martin). - A new Option 't' has been added to snippets that avoid expanding tabstops. Be also more consistent with how indenting is handled. (Ryan Wooden) - Added a ftplugin script for .snippets files. Syntax highlighting still missing. (Rupa Deadwyler) - Added UltiSnipsReset and UltiSnipsEdit (Idea by JCEB) version 1.2 (24-Aug-2010): - many bugs were fixed - smode mappings for printable characters are now removed before expanding a snippet. This is configurable. *UltiSnips-warning-smappings* - all shipped snippets are now fully compatible with UltiSnips - added support for global snippets which enhance python interpolation even more *UltiSnips-globals* - added support for multi word and regular expression triggers. Very powerful in combination with python interpolation. - Python interpolation became much more powerful *UltiSnips-python* - added support for clearsnippets command *UltiSnips-clearing-snippets* - added support for option w which is a little more strict than i. - added support for listing of valid triggers. Defaults to . - added support for option i (inword expansion) - extends keyword is now supported on the first line of snippet files. This makes it easy to define special cases, for example cpp extends c: a cpp trigger is useless in c, but a c trigger is valuable for cpp. - UltiSnips now adheres to expandtab and tabstop options of vim version 1.1 (21-Jul-2009): - Made triggers configurable. You can also use the same trigger for expanding and tabbing. The TextMate configuration and is now possible. - Conditional Inserts can now be nested - Added support for b option. This only considers a snippet at the beginning of a line ( *UltiSnips-adding-snippets* ) - Added support for ! option. This overwrites previously defined snippets with the same tab trigger ( *UltiSnips-adding-snippets* ) - Support for dotted filetype syntax. Now snippets for more than one filetype can be active ( *UltiSnips-adding-snippets* ) ultisnips-3.1/README.md000066400000000000000000000067401263123136100146730ustar00rootroot00000000000000[![Build Status](https://travis-ci.org/SirVer/ultisnips.svg?branch=master)](https://travis-ci.org/SirVer/ultisnips) [![Stories in Ready](https://badge.waffle.io/SirVer/ultisnips.png?label=ready&title=Ready)](https://waffle.io/SirVer/ultisnips) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/SirVer/ultisnips?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) UltiSnips ========= UltiSnips is the ultimate solution for snippets in Vim. It has tons of features and is very fast. ![GIF Demo](https://raw.github.com/SirVer/ultisnips/master/doc/demo.gif) In this demo I am editing a python file. I first expand the `#!` snippet, then the `class` snippet. The completion menu comes from [YouCompleteMe](https://github.com/Valloric/YouCompleteMe), UltiSnips also integrates with [neocomplete](https://github.com/Shougo/neocomplete.vim). I can jump through placeholders and add text while the snippet inserts text in other places automatically: when I add `Animal` as a base class, `__init__` gets updated to call the base class constructor. When I add arguments to the constructor, they automatically get assigned to instance variables. I then insert my personal snippet for `print` debugging. Note that I left insert mode, inserted another snippet and went back to add an additional argument to `__init__` and the class snippet was still active and added another instance variable. The official home of UltiSnips is at . Please add pull requests and issues there. UltiSnips was started in Jun 2009 by @SirVer. In Dec 2015, maintenance was handed over to @seletskiy. Quick Start ----------- This assumes you are using [Vundle](https://github.com/gmarik/Vundle.vim). Adapt for your plugin manager of choice. Put this into your `.vimrc`. " Track the engine. Plugin 'SirVer/ultisnips' " Snippets are separated from the engine. Add this if you want them: Plugin 'honza/vim-snippets' " Trigger configuration. Do not use if you use https://github.com/Valloric/YouCompleteMe. let g:UltiSnipsExpandTrigger="" let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" " If you want :UltiSnipsEdit to split your window. let g:UltiSnipsEditSplit="vertical" UltiSnips comes with comprehensive [documentation](https://github.com/SirVer/ultisnips/blob/master/doc/UltiSnips.txt). As there are more options and tons of features I suggest you at least skim it. Screencasts ----------- From a gentle introduction to really advanced in a few minutes: The blog posts of the screencasts contain more advanced examples of the things discussed in the videos. - [Episode 1: What are snippets and do I need them?](http://www.sirver.net/blog/2011/12/30/first-episode-of-ultisnips-screencast/) - [Episode 2: Creating Basic Snippets](http://www.sirver.net/blog/2012/01/08/second-episode-of-ultisnips-screencast/) - [Episode 3: What's new in version 2.0](http://www.sirver.net/blog/2012/02/05/third-episode-of-ultisnips-screencast/) - [Episode 4: Python Interpolation](http://www.sirver.net/blog/2012/03/31/fourth-episode-of-ultisnips-screencast/) Also the excellent [Vimcasts](http://vimcasts.org) dedicated three episodes to UltiSnips: - [Meet UltiSnips](http://vimcasts.org/episodes/meet-ultisnips/) - [Using Python interpolation in UltiSnips snippets](http://vimcasts.org/episodes/ultisnips-python-interpolation/) - [Using selected text in UltiSnips snippets](http://vimcasts.org/episodes/ultisnips-visual-placeholder/) ultisnips-3.1/after/000077500000000000000000000000001263123136100145065ustar00rootroot00000000000000ultisnips-3.1/after/plugin/000077500000000000000000000000001263123136100160045ustar00rootroot00000000000000ultisnips-3.1/after/plugin/UltiSnips_after.vim000066400000000000000000000003521263123136100216340ustar00rootroot00000000000000" Called after everything else to reclaim keys (Needed for Supertab) if exists("b:did_after_plugin_ultisnips_after") || !exists("g:_uspy") finish endif let b:did_after_plugin_ultisnips_after = 1 call UltiSnips#map_keys#MapKeys() ultisnips-3.1/autoload/000077500000000000000000000000001263123136100152155ustar00rootroot00000000000000ultisnips-3.1/autoload/UltiSnips.vim000066400000000000000000000113061263123136100176650ustar00rootroot00000000000000if exists("b:did_autoload_ultisnips") || !exists("g:_uspy") " Define no-op function, called via ftdetect/UltiSnips.vim. " TODO(sirver): Add a test for that using a bad g:UltiSnipsPythonVersion " setting. Without this fix moving the cursor will spam errors, with this " it should not. function! UltiSnips#FileTypeChanged() endfunction finish endif let b:did_autoload_ultisnips = 1 " Also import vim as we expect it to be imported in many places. exec g:_uspy "import vim" exec g:_uspy "from UltiSnips import UltiSnips_Manager" function! s:compensate_for_pum() """ The CursorMovedI event is not triggered while the popup-menu is visible, """ and it's by this event that UltiSnips updates its vim-state. The fix is """ to explicitly check for the presence of the popup menu, and update """ the vim-state accordingly. if pumvisible() exec g:_uspy "UltiSnips_Manager._cursor_moved()" endif endfunction function! UltiSnips#Edit(bang, ...) if a:0 == 1 && a:1 != '' let type = a:1 else let type = "" endif exec g:_uspy "vim.command(\"let file = '%s'\" % UltiSnips_Manager._file_to_edit(vim.eval(\"type\"), vim.eval('a:bang')))" if !len(file) return endif let mode = 'e' if exists('g:UltiSnipsEditSplit') if g:UltiSnipsEditSplit == 'vertical' let mode = 'vs' elseif g:UltiSnipsEditSplit == 'horizontal' let mode = 'sp' elseif g:UltiSnipsEditSplit == 'context' let mode = 'vs' if winwidth(0) <= 2 * (&tw ? &tw : 80) let mode = 'sp' endif endif endif exe ':'.mode.' '.escape(file, ' ') endfunction function! UltiSnips#AddFiletypes(filetypes) exec g:_uspy "UltiSnips_Manager.add_buffer_filetypes('" . a:filetypes . ".all')" return "" endfunction function! UltiSnips#FileTypeComplete(arglead, cmdline, cursorpos) let ret = {} let items = map( \ split(globpath(&runtimepath, 'syntax/*.vim'), '\n'), \ 'fnamemodify(v:val, ":t:r")' \ ) call insert(items, 'all') for item in items if !has_key(ret, item) && item =~ '^'.a:arglead let ret[item] = 1 endif endfor return sort(keys(ret)) endfunction function! UltiSnips#ExpandSnippet() exec g:_uspy "UltiSnips_Manager.expand()" return "" endfunction function! UltiSnips#ExpandSnippetOrJump() call s:compensate_for_pum() exec g:_uspy "UltiSnips_Manager.expand_or_jump()" return "" endfunction function! UltiSnips#ListSnippets() exec g:_uspy "UltiSnips_Manager.list_snippets()" return "" endfunction function! UltiSnips#SnippetsInCurrentScope() let g:current_ulti_dict = {} exec g:_uspy "UltiSnips_Manager.snippets_in_current_scope()" return g:current_ulti_dict endfunction function! UltiSnips#SaveLastVisualSelection() exec g:_uspy "UltiSnips_Manager._save_last_visual_selection()" return "" endfunction function! UltiSnips#JumpBackwards() call s:compensate_for_pum() exec g:_uspy "UltiSnips_Manager.jump_backwards()" return "" endfunction function! UltiSnips#JumpForwards() call s:compensate_for_pum() exec g:_uspy "UltiSnips_Manager.jump_forwards()" return "" endfunction function! UltiSnips#FileTypeChanged() exec g:_uspy "UltiSnips_Manager.reset_buffer_filetypes()" exec g:_uspy "UltiSnips_Manager.add_buffer_filetypes('" . &ft . "')" return "" endfunction function! UltiSnips#AddSnippetWithPriority(trigger, value, description, options, filetype, priority) exec g:_uspy "trigger = vim.eval(\"a:trigger\")" exec g:_uspy "value = vim.eval(\"a:value\")" exec g:_uspy "description = vim.eval(\"a:description\")" exec g:_uspy "options = vim.eval(\"a:options\")" exec g:_uspy "filetype = vim.eval(\"a:filetype\")" exec g:_uspy "priority = vim.eval(\"a:priority\")" exec g:_uspy "UltiSnips_Manager.add_snippet(trigger, value, description, options, filetype, priority)" return "" endfunction function! UltiSnips#Anon(value, ...) " Takes the same arguments as SnippetManager.expand_anon: " (value, trigger="", description="", options="") exec g:_uspy "args = vim.eval(\"a:000\")" exec g:_uspy "value = vim.eval(\"a:value\")" exec g:_uspy "UltiSnips_Manager.expand_anon(value, *args)" return "" endfunction function! UltiSnips#CursorMoved() exec g:_uspy "UltiSnips_Manager._cursor_moved()" endf function! UltiSnips#LeavingBuffer() exec g:_uspy "UltiSnips_Manager._leaving_buffer()" endf function! UltiSnips#LeavingInsertMode() exec g:_uspy "UltiSnips_Manager._leaving_insert_mode()" endfunction function! UltiSnips#TrackChange() exec g:_uspy "UltiSnips_Manager._track_change()" endfunction " }}} ultisnips-3.1/autoload/UltiSnips/000077500000000000000000000000001263123136100171475ustar00rootroot00000000000000ultisnips-3.1/autoload/UltiSnips/map_keys.vim000066400000000000000000000053121263123136100214750ustar00rootroot00000000000000if exists("b:did_autoload_ultisnips_map_keys") || !exists("g:_uspy") finish endif let b:did_autoload_ultisnips_map_keys = 1 " The trigger used to expand a snippet. " NOTE: expansion and forward jumping can, but needn't be the same trigger if !exists("g:UltiSnipsExpandTrigger") let g:UltiSnipsExpandTrigger = "" endif " The trigger used to display all triggers that could possible " match in the current position. if !exists("g:UltiSnipsListSnippets") let g:UltiSnipsListSnippets = "" endif " The trigger used to jump forward to the next placeholder. " NOTE: expansion and forward jumping can be the same trigger. if !exists("g:UltiSnipsJumpForwardTrigger") let g:UltiSnipsJumpForwardTrigger = "" endif " The trigger to jump backward inside a snippet if !exists("g:UltiSnipsJumpBackwardTrigger") let g:UltiSnipsJumpBackwardTrigger = "" endif " Should UltiSnips unmap select mode mappings automagically? if !exists("g:UltiSnipsRemoveSelectModeMappings") let g:UltiSnipsRemoveSelectModeMappings = 1 end " If UltiSnips should remove Mappings, which should be ignored if !exists("g:UltiSnipsMappingsToIgnore") let g:UltiSnipsMappingsToIgnore = [] endif " UltiSnipsEdit will use this variable to decide if a new window " is opened when editing. default is "normal", allowed are also " "vertical", "horizontal", and "context". if !exists("g:UltiSnipsEditSplit") let g:UltiSnipsEditSplit = 'normal' endif " A list of directory names that are searched for snippets. if !exists("g:UltiSnipsSnippetDirectories") let g:UltiSnipsSnippetDirectories = [ "UltiSnips" ] endif " Enable or Disable snipmate snippet expansion. if !exists("g:UltiSnipsEnableSnipMate") let g:UltiSnipsEnableSnipMate = 1 endif function! UltiSnips#map_keys#MapKeys() if g:UltiSnipsExpandTrigger == g:UltiSnipsJumpForwardTrigger exec "inoremap " . g:UltiSnipsExpandTrigger . " =UltiSnips#ExpandSnippetOrJump()" exec "snoremap " . g:UltiSnipsExpandTrigger . " :call UltiSnips#ExpandSnippetOrJump()" else exec "inoremap " . g:UltiSnipsExpandTrigger . " =UltiSnips#ExpandSnippet()" exec "snoremap " . g:UltiSnipsExpandTrigger . " :call UltiSnips#ExpandSnippet()" endif exec "xnoremap " . g:UltiSnipsExpandTrigger. " :call UltiSnips#SaveLastVisualSelection()gvs" exec "inoremap " . g:UltiSnipsListSnippets . " =UltiSnips#ListSnippets()" exec "snoremap " . g:UltiSnipsListSnippets . " :call UltiSnips#ListSnippets()" snoremap c snoremap c snoremap c snoremap "_c endf ultisnips-3.1/autoload/neocomplete/000077500000000000000000000000001263123136100175275ustar00rootroot00000000000000ultisnips-3.1/autoload/neocomplete/sources/000077500000000000000000000000001263123136100212125ustar00rootroot00000000000000ultisnips-3.1/autoload/neocomplete/sources/ultisnips.vim000066400000000000000000000013631263123136100237640ustar00rootroot00000000000000let s:save_cpo = &cpo set cpo&vim let s:source = { \ 'name' : 'ultisnips', \ 'kind' : 'keyword', \ 'mark' : '[US]', \ 'rank' : 8, \ 'matchers' : \ (g:neocomplete#enable_fuzzy_completion ? \ ['matcher_fuzzy'] : ['matcher_head']), \ } function! s:source.gather_candidates(context) let suggestions = [] let snippets = UltiSnips#SnippetsInCurrentScope() for trigger in keys(snippets) let description = get(snippets, trigger) call add(suggestions, { \ 'word' : trigger, \ 'menu' : self.mark . ' '. description \ }) endfor return suggestions endfunction function! neocomplete#sources#ultisnips#define() return s:source endfunction let &cpo = s:save_cpo unlet s:save_cpo ultisnips-3.1/autoload/unite/000077500000000000000000000000001263123136100163415ustar00rootroot00000000000000ultisnips-3.1/autoload/unite/sources/000077500000000000000000000000001263123136100200245ustar00rootroot00000000000000ultisnips-3.1/autoload/unite/sources/ultisnips.vim000066400000000000000000000036221263123136100225760ustar00rootroot00000000000000let s:save_cpo = &cpo set cpo&vim let s:unite_source = { \ 'name': 'ultisnips', \ 'hooks': {}, \ 'action_table': {}, \ 'default_action': 'expand', \ } let s:unite_source.action_table.preview = { \ 'description' : 'ultisnips snippets', \ 'is_quit' : 0, \ } function! s:unite_source.action_table.preview.func(candidate) " no nice preview at this point, cannot get snippet text let snippet_preview = a:candidate['word'] echo snippet_preview endfunction let s:unite_source.action_table.expand = { \ 'description': 'expand the current snippet', \ 'is_quit': 1 \} function! s:unite_source.action_table.expand.func(candidate) let delCurrWord = (getline(".")[col(".")-1] == " ") ? "" : "diw" exe "normal " . delCurrWord . "a" . a:candidate['trigger'] . " " call UltiSnips#ExpandSnippet() return '' endfunction function! s:unite_source.get_longest_snippet_len(snippet_list) let longest = 0 for snip in items(a:snippet_list) if strlen(snip['word']) > longest let longest = strlen(snip['word']) endif endfor return longest endfunction function! s:unite_source.gather_candidates(args, context) let default_val = {'word': '', 'unite__abbr': '', 'is_dummy': 0, 'source': \ 'ultisnips', 'unite__is_marked': 0, 'kind': 'command', 'is_matched': 1, \ 'is_multiline': 0} let snippet_list = UltiSnips#SnippetsInCurrentScope() let max_len = s:unite_source.get_longest_snippet_len(snippet_list) let canditates = [] for snip in items(snippet_list) let curr_val = copy(default_val) let curr_val['word'] = printf('%-*s', max_len, snip[0]) . " " . snip[1] let curr_val['trigger'] = snip[0] call add(canditates, curr_val) endfor return canditates endfunction function! unite#sources#ultisnips#define() return s:unite_source endfunction "unlet s:unite_source let &cpo = s:save_cpo unlet s:save_cpo ultisnips-3.1/ctags/000077500000000000000000000000001263123136100145065ustar00rootroot00000000000000ultisnips-3.1/ctags/UltiSnips.cnf000066400000000000000000000001411263123136100171240ustar00rootroot00000000000000--langdef=UltiSnips --langmap=UltiSnips:.snippets --regex-UltiSnips=/^snippet (.*)/\1/s,snippet/ ultisnips-3.1/doc/000077500000000000000000000000001263123136100141525ustar00rootroot00000000000000ultisnips-3.1/doc/UltiSnips.txt000066400000000000000000002166031263123136100166550ustar00rootroot00000000000000*UltiSnips.txt* For Vim version 7.0 or later. The Ultimate Plugin for Snippets in Vim~ UltiSnips *snippet* *snippets* *UltiSnips* 1. Description |UltiSnips-description| 1.1 Requirements |UltiSnips-requirements| 1.2 Acknowledgments |UltiSnips-acknowledgments| 2. Installation and Updating |UltiSnips-installnupdate| 3. Settings & Commands |UltiSnips-settings| 3.1 Commands |UltiSnips-commands| 3.2 Triggers |UltiSnips-triggers| 3.2.1 Using your own trigger functions |UltiSnips-trigger-functions| 3.2.2 Custom autocommands |UltiSnips-custom-autocommands| 3.2.3 Path to Python Module |UltiSnips-python-module-path| 3.3 Snippet Search Path |UltiSnips-snippet-search-path| 3.4 Warning About Select Mode Mappings |UltiSnips-warning-smappings| 3.5 Functions |UltiSnips-functions| 3.5.1 UltiSnips#AddSnippetWithPriority |UltiSnips#AddSnippetWithPriority| 3.5.2 UltiSnips#Anon |UltiSnips#Anon| 3.5.3 UltiSnips#SnippetsInCurrentScope |UltiSnips#SnippetsInCurrentScope| 3.6 Missing python support |UltiSnips-python-warning| 4. Syntax |UltiSnips-syntax| 4.1 Adding Snippets |UltiSnips-adding-snippets| 4.1.1 Character Escaping |UltiSnips-character-escaping| 4.2 Plaintext Snippets |UltiSnips-plaintext-snippets| 4.3 Visual Placeholder |UltiSnips-visual-placeholder| 4.4 Interpolation |UltiSnips-interpolation| 4.4.1 Shellcode |UltiSnips-shellcode| 4.4.2 VimScript |UltiSnips-vimscript| 4.4.3 Python |UltiSnips-python| 4.4.4 Global Snippets |UltiSnips-globals| 4.5 Tabstops and Placeholders |UltiSnips-tabstops| 4.6 Mirrors |UltiSnips-mirrors| 4.7 Transformations |UltiSnips-transformations| 4.7.1 Replacement String |UltiSnips-replacement-string| 4.7.2 Demos |UltiSnips-demos| 4.8 Clearing snippets |UltiSnips-clearing-snippets| 4.9 Context snippets |UltiSnips-context-snippets| 4.10 Snippet actions |UltiSnips-snippet-actions| 4.10.1 Pre-expand actions |UltiSnips-pre-expand-actions| 4.10.2 Post-expand actions |UltiSnips-post-expand-actions| 4.10.3 Post-jump actions |UltiSnips-post-jump-actions| 4.11 Autotrigger |UltiSnips-autotrigger| 5. UltiSnips and Other Plugins |UltiSnips-other-plugins| 5.1 Existing Integrations |UltiSnips-integrations| 5.2 Extending UltiSnips |UltiSnips-extending| 6. Helping Out |UltiSnips-helping| 7. Contributors |UltiSnips-contributors| This plugin only works if 'compatible' is not set. {Vi does not have any of these features} {only available when |+python| or |+python3| have been enabled at compile time} ============================================================================== 1. Description *UltiSnips-description* UltiSnips provides snippet management for the Vim editor. A snippet is a short piece of text that is either re-used often or contains a lot of redundant text. UltiSnips allows you to insert a snippet with only a few key strokes. Snippets are common in structured text like source code but can also be used for general editing like, for example, inserting a signature in an email or inserting the current date in a text file. @SirVer posted several short screencasts which make a great introduction to UltiSnips, illustrating its features and usage. http://www.sirver.net/blog/2011/12/30/first-episode-of-ultisnips-screencast/ http://www.sirver.net/blog/2012/01/08/second-episode-of-ultisnips-screencast/ http://www.sirver.net/blog/2012/02/05/third-episode-of-ultisnips-screencast/ http://www.sirver.net/blog/2012/03/31/fourth-episode-of-ultisnips-screencast/ Also the excellent [Vimcasts](http://vimcasts.org) dedicated three episodes to UltiSnips: http://vimcasts.org/episodes/meet-ultisnips/ http://vimcasts.org/episodes/ultisnips-python-interpolation/ http://vimcasts.org/episodes/ultisnips-visual-placeholder/ 1.1 Requirements *UltiSnips-requirements* ---------------- This plugin works with Vim version 7.4 or later. It only works if the 'compatible' setting is not set. This plugin is tested against Python 2.7, 3.3 or 3.4. All other versions are unsupported, but might work. The Python 2.x or Python 3.x interface must be available. In other words, Vim must be compiled with either the |+python| feature or the |+python3| feature. The following commands show how to test if you have python compiled in Vim. They print '1' if the python version is compiled in, '0' if not. Test if Vim is compiled with python version 2.x: > :echo has("python") The python version Vim is linked against can be found with: > :py import sys; print(sys.version) Test if Vim is compiled with python version 3.x: > :echo has("python3") The python version Vim is linked against can be found with: > :py3 import sys; print(sys.version) Note that Vim is maybe not using your system-wide installed python version, so make sure to check the Python version inside of Vim. UltiSnips attempts to auto-detect which python version is compiled into Vim. Unfortunately, in some versions of Vim this detection does not work. In that case you have to explicitly tell UltiSnips which version to use using the 'UltiSnipsUsePythonVersion' global variable. To use python version 2.x: > let g:UltiSnipsUsePythonVersion = 2 To use python version 3.x: > let g:UltiSnipsUsePythonVersion = 3 1.2 Acknowledgments *UltiSnips-acknowledgments* ------------------- UltiSnips was inspired by the snippets feature of TextMate (http://macromates.com/), the GUI text editor for Mac OS X. Managing snippets in Vim is not new. I want to thank Michael Sanders, the author of snipMate, for some implementation details I borrowed from his plugin and for the permission to use his snippets. ============================================================================= 2. Installation and Updating *UltiSnips-installnupdate* The recommended way of getting UltiSnips is to track SirVer/ultisnips on github. The master branch is always stable. Using Pathogen: *UltiSnips-using-pathogen* If you are a pathogen user, you can track the official mirror of UltiSnips on github: > $ cd ~/.vim/bundle && git clone git://github.com/SirVer/ultisnips.git If you also want the default snippets, also track > $ cd ~/.vim/bundle && git clone git://github.com/honza/vim-snippets.git See the pathogen documentation for more details on how to update a bundle. Using a downloaded packet: *UltiSnips-using-a-downloaded-packet* Download the packet and unpack into a directory of your choice. Then add this directory to your Vim runtime path by adding this line to your vimrc file. > set runtimepath+=~/.vim/ultisnips_rep UltiSnips also needs that Vim sources files from the ftdetect/ directory. Unfortunately, Vim only allows this directory in the .vim directory. You therefore have to symlink/copy the files: > mkdir -p ~/.vim/ftdetect/ ln -s ~/.vim/ultisnips_rep/ftdetect/* ~/.vim/ftdetect/ Restart Vim and UltiSnips should work. To access the help, use > :helptags ~/.vim/ultisnips_rep/doc :help UltiSnips UltiSnips comes without snippets. The default snippets can be found here: https://github.com/honza/vim-snippets ============================================================================= 3. Settings & Commands *UltiSnips-settings* 3.1 Commands *UltiSnips-commands* ------------ *:UltiSnipsEdit* The UltiSnipsEdit command opens a private snippet definition file for the current filetype. If no snippet file exists, a new file is created. If used as UltiSnipsEdit! all public snippet files are taken into account too. If multiple files match the search, the user gets to choose the file. There are several variables associated with the UltiSnipsEdit command. *g:UltiSnipsEditSplit* g:UltiSnipsEditSplit Defines how the edit window is opened. Possible values: |normal| Default. Opens in the current window. |horizontal| Splits the window horizontally. |vertical| Splits the window vertically. |context| Splits the window vertically or horizontally depending on context. *g:UltiSnipsSnippetsDir* g:UltiSnipsSnippetsDir Defines the directory private snippet definition files are stored in. For example, if the variable is set to "~/.vim/mydir/UltiSnips" and the current 'filetype' is "cpp", then :UltiSnipsEdit will open "~/.vim/mydir/UltiSnips/cpp.snippets". Note that directories named "snippets" are reserved for snipMate snippets and cannot be used. *g:UltiSnipsSnippetDirectories* g:UltiSnipsSnippetDirectories Defines the directories for looking for snippets. Do not mix up this variable with previous one. More information about that variable can be found at section |UltiSnips-snippet-search-path|. *g:UltiSnipsEnableSnipMate* g:UltiSnipsEnableSnipMate Enable looking for SnipMate snippets in &runtimepath. UltiSnips will search only for directories named 'snippets' while looking for SnipMate snippets. Defaults to "1", so UltiSnips will look for SnipMate snippets. *:UltiSnipsAddFiletypes* The UltiSnipsAddFiletypes command allows for explicit merging of other snippet filetypes for the current buffer. For example, if you edit a .rst file but also want the Lua snippets to be available you can issue the command > :UltiSnipsAddFiletypes rst.lua using the dotted filetype syntax. Order is important, the first filetype in this list will be the one used for UltiSnipsEdit and the list is ordered by evaluation priority. Consequently, you might add this to your ftplugin/rails.vim > :UltiSnipsAddFiletypes rails.ruby I mention rails first because I want to edit rails snippets when using UltiSnipsEdit and because rails snippets should overwrite equivalent ruby snippets. The priority will now be rails -> ruby -> all. If you have some special programming snippets that should have lower priority than your ruby snippets you can call > :UltiSnipsAddFiletypes ruby.programming The priority will then be rails -> ruby -> programming -> all. 3.2 Triggers *UltiSnips-triggers* ------------ *g:UltiSnipsExpandTrigger* *g:UltiSnipsListSnippets* *g:UltiSnipsJumpForwardTrigger* *g:UltiSnipsJumpBackwardTrigger* You can define the keys used to trigger UltiSnips actions by setting global variables. Variables define the keys used to expand a snippet, jump forward and jump backwards within a snippet, and list all available snippets in the current expand context. Be advised, that some terminal emulators don't send to the running program. The variables with their default values are: > g:UltiSnipsExpandTrigger g:UltiSnipsListSnippets g:UltiSnipsJumpForwardTrigger g:UltiSnipsJumpBackwardTrigger UltiSnips will only map the jump triggers while a snippet is active to interfere as little as possible with other mappings. The default value for g:UltiSnipsJumpBackwardTrigger interferes with the built-in complete function: |i_CTRL-X_CTRL-K|. A workaround is to add the following to your vimrc file or switching to a plugin like Supertab or YouCompleteMe. > inoremap 3.2.1 Using your own trigger functions *UltiSnips-trigger-functions* -------------------------------------- For advanced users there are four functions that you can map directly to a key and that correspond to some of the triggers previously defined: g:UltiSnipsExpandTrigger <--> UltiSnips#ExpandSnippet g:UltiSnipsJumpForwardTrigger <--> UltiSnips#JumpForwards g:UltiSnipsJumpBackwardTrigger <--> UltiSnips#JumpBackwards If you have g:UltiSnipsExpandTrigger and g:UltiSnipsJumpForwardTrigger set to the same value then the function you are actually going to use is UltiSnips#ExpandSnippetOrJump. Each time any of the functions UltiSnips#ExpandSnippet, UltiSnips#ExpandSnippetOrJump, UltiSnips#JumpForwards or UltiSnips#JumpBackwards is called a global variable is set that contains the return value of the corresponding function. The corresponding variables and functions are: UltiSnips#ExpandSnippet --> g:ulti_expand_res (0: fail, 1: success) UltiSnips#ExpandSnippetOrJump --> g:ulti_expand_or_jump_res (0: fail, 1: expand, 2: jump) UltiSnips#JumpForwards --> g:ulti_jump_forwards_res (0: fail, 1: success) UltiSnips#JumpBackwards --> g:ulti_jump_backwards_res (0: fail, 1: success) To see how these return values may come in handy, suppose that you want to map a key to expand or jump, but if none of these actions is successful you want to call another function. UltiSnips already does this automatically for supertab, but this allows you individual fine tuning of your Tab key usage. Usage is as follows: You define a function > let g:ulti_expand_or_jump_res = 0 "default value, just set once function! Ulti_ExpandOrJump_and_getRes() call UltiSnips#ExpandSnippetOrJump() return g:ulti_expand_or_jump_res endfunction then you define your mapping as > inoremap =(Ulti_ExpandOrJump_and_getRes() > 0)?"":IMAP_Jumpfunc('', 0) and if the you can't expand or jump from the current location then the alternative function IMAP_Jumpfunc('', 0) is called. 3.2.2 Custom autocommands *UltiSnips-custom-autocommands* ------------------------- Note Autocommands must *not* change the buffer in any way. If lines are added, deleted, or modified it will confuse UltiSnips which might scramble your snippets contents. *UltiSnipsEnterFirstSnippet* *UltiSnipsExitLastSnippet* For maximum compatibility with other plug-ins, UltiSnips sets up some special state, include mappings and autocommands, when a snippet starts being expanded, and tears them down once the last snippet has been exited. In order to make it possible to override these "inner" settings, it fires the following "User" autocommands: UltiSnipsEnterFirstSnippet UltiSnipsExitLastSnippet For example, to call a pair of custom functions in response to these events, you might do: > autocmd! User UltiSnipsEnterFirstSnippet autocmd User UltiSnipsEnterFirstSnippet call CustomInnerKeyMapper() autocmd! User UltiSnipsExitLastSnippet autocmd User UltiSnipsExitLastSnippet call CustomInnerKeyUnmapper() Note that snippet expansion may be nested, in which case |UltiSnipsEnterFirstSnippet| will fire only as the first (outermost) snippet is entered, and |UltiSnipsExitLastSnippet| will only fire once the last (outermost) snippet have been exited. 3.2.3 Path to Python module *UltiSnips-python-module-path* --------------------------- For even more advanced usage, you can directly write python functions using UltiSnip's python modules. Here is a small example funtion that expands a snippet: > function! s:Ulti_ExpandSnip() Python << EOF import sys, vim from UltiSnips import UltiSnips_Manager UltiSnips_Manager.expand() EOF return "" endfunction 3.3 Snippet Search Path *UltiSnips-snippet-search-path* ----------------------- UltiSnips snippet definition files are stored in one or more directories. There are several variables used to indicate those directories and to define how UltiSnips loads snippets. Snippet definition files are stored in snippet directories. A snippet directory must be a subdirectory of a directory defined in the 'runtimepath' option. The variable g:UltiSnipsSnippetDirectories defines a list of names used for snippet directories. Note that "snippets" is reserved for snipMate snippets and cannot be used. The default is shown below. > let g:UltiSnipsSnippetDirectories=["UltiSnips"] UltiSnips will search each 'runtimepath' directory for the subdirectory names defined in g:UltiSnipsSnippetDirectories in the order they are defined. For example, if you keep your snippets in a .vim subdirectory called "mycoolsnippets" and you want to make use of the default snippets that come with UltiSnips, add the following to your vimrc file. > let g:UltiSnipsSnippetDirectories=["UltiSnips", "mycoolsnippets"] If you do not want to use the third party snippets that come with plugins, define the variable accordingly: > let g:UltiSnipsSnippetDirectories=["mycoolsnippets"] You can also redefine the search path on a buffer by buffer basis by setting the variable b:UltiSnipsSnippetDirectories. This variable takes precedence over the global variable. |UltiSnips-adding-snippets| explains which files are parsed for a given filetype. If only one directory is specified in this variable and this directory is specified by absolute path, UltiSnips will not look for snippets in &runtimepath, which can lead to significant speedup. So, the common case is: let g:UltiSnipsSnippetDirectories=[$HOME.'/.vim/UltiSnips'] However, you will not able to use snippets that are shipped with third party plugins out of the box. You'll need to copy them into your chosen directory. 3.4 Warning About Select Mode Mappings *UltiSnips-warning-smappings* -------------------------------------- Vim's help document for |mapmode-s| states: > NOTE: Mapping a printable character in Select mode may confuse the user. It's better to explicitly use :xmap and :smap for printable characters. Or use :sunmap after defining the mapping. However, most Vim plugins, including some default Vim plugins, do not adhere to this. UltiSnips uses Select mode to mark tabstops in snippets for overwriting. Existing Visual+Select mode mappings will interfere. Therefore, UltiSnips issues a |:sunmap| command to remove each Select mode mapping for printable characters. No other mappings are touched. In particular, UltiSnips does not change existing normal, insert or visual mode mappings. If this behavior is not desired, you can disable it by adding this line to your vimrc file. > let g:UltiSnipsRemoveSelectModeMappings = 0 If you want to disable this feature for specific mappings only, add them to the list of mappings to be ignored. For example, the following lines in your vimrc file will unmap all Select mode mappings except those mappings containing either the string "somePlugin" or the string "otherPlugin" in its complete definition as listed by the |:smap| command. > let g:UltiSnipsRemoveSelectModeMappings = 1 let g:UltiSnipsMappingsToIgnore = [ "somePlugin", "otherPlugin" ] 3.5 Functions *UltiSnips-functions* ------------- UltiSnips provides some functions for extending core functionality. 3.5.1 UltiSnips#AddSnippetWithPriority *UltiSnips#AddSnippetWithPriority* The first function is UltiSnips#AddSnippetWithPriority(trigger, value, description, options, filetyp, priority). It adds a new snippet with the provided trigger, value, description, and options to the current list of snippets. See |UltiSnips-syntax| for details on the meaning of the function arguments. The Priority is a number that defines which snippet should be preferred over others. See the priority keyword in|UltiSnips-add-snippets|. 3.5.2 UltiSnips#Anon *UltiSnips#Anon* The second function is UltiSnips#Anon(value, ...). It expands an anonymous snippet. Anonymous snippets are defined on the spot, expanded and immediately discarded again. Anonymous snippets are not added to the global list of snippets, so they cannot be expanded a second time unless the function is called again. The function takes three optional arguments, in order: trigger, description, options. Arguments coincide with the arguments of the |UltiSnips#AddSnippetWithPriority| function of the same name. The trigger and options arguments can change the way the snippet expands. The description is unused at this point. An example use case might be this line from a reStructuredText plugin file: inoremap $$ $$=UltiSnips#Anon(':latex:\`$1\`', '$$') This expands the snippet whenever two $ signs are typed. Note: The right-hand side of the mapping starts with an immediate retype of the '$$' trigger and passes '$$' to the function as the trigger argument. This is required in order for UltiSnips to have access to the characters typed so it can determine if the trigger matches or not. 3.5.3 UltiSnips#SnippetsInCurrentScope *UltiSnips#SnippetsInCurrentScope* A third function is UltiSnips#SnippetsInCurrentScope which is the equivalent of snipmate GetSnipsInCurrentScope function. This function simply returns a vim dictionary with the snippets whose trigger matches the current word. This function does not add any new functionality to ultisnips directly but allows to use third party plugins to integrate the current available snippets. An example of such third party plugin is SnippetCompleteSnipMate which uses the function GetSnipsInCurrentScope to integrate the current available snippets with user defined abbreviations and provides these and a completion menu. This script is located in http://www.vim.org/scripts/script.php?script_id=4276. Note: If you check the above website it lists two dependencies: the SnippetComplete plugin and snipmate. You do need the SnippetComplete plugin but you obviously don't need snipmate, you just have to define the function GetSnipsInCurrentScope. Put the following in your vimrc: function! GetSnipsInCurrentScope() return UltiSnips#SnippetsInCurrentScope() endfunction As a second example on how to use this function consider the following function and mapping definition: function! ExpandPossibleShorterSnippet() if len(UltiSnips#SnippetsInCurrentScope()) == 1 "only one candidate... let curr_key = keys(UltiSnips#SnippetsInCurrentScope())[0] normal diw exe "normal a" . curr_key exe "normal a " return 1 endif return 0 endfunction inoremap =(ExpandPossibleShorterSnippet() == 0? '': UltiSnips#ExpandSnippet()) If the trigger for your snippet is lorem, you type lor, and you have no other snippets whose trigger matches lor then hitting will expand to whatever lorem expands to. 3.6 Warning about missing python support *UltiSnips-python-warning* ---------------------------------------- When UltiSnips is loaded, it will check that the running Vim was compiled with python support. If no support is detected, a warning will be displayed and loading of UltiSnips will be skipped. If you would like to suppress this warning message, you may add the following line to your vimrc file. let g:UltiSnipsNoPythonWarning = 1 This may be useful if your Vim configuration files are shared across several systems where some of them may not have Vim compiled with python support. ============================================================================= 4. Syntax *UltiSnips-syntax* This chapter describes how to write your own snippets and snippet definition syntax. Examples are used to help illustrate. 4.1 Adding Snippets *UltiSnips-adding-snippets* ------------------- See |UltiSnips-snippet-search-path| for an explanation of where directories with snippet definitions should be located. Using a strategy similar to how Vim detects |ftplugins|, UltiSnips iterates over the snippet definition directories looking for files with names of the following patterns: ft.snippets, ft_*.snippets, or ft/*, where "ft" is the 'filetype' of the current document and "*" is a shell-like wildcard matching any string including the empty string. The following table shows some typical snippet filenames and their associated filetype. snippet filename filetype ~ ruby.snippets ruby perl.snippets perl c.snippets c c_my.snippets c c/a c c/b.snippets c all.snippets *all all/a.snippets *all * The 'all' filetype is unique. It represents snippets available for use when editing any document regardless of the filetype. A date insertion snippet, for example, would fit well in the all.snippets file. UltiSnips understands Vim's dotted filetype syntax. For example, if you define a dotted filetype for the CUDA C++ framework, e.g. ":set ft=cuda.cpp", then UltiSnips will search for and activate snippets for both the cuda and cpp filetypes. The snippets file syntax is simple. All lines starting with a # character are considered comments. Comments are ignored by UltiSnips. Use them to document snippets. A line beginning with the keyword 'extends' provides a way of combining snippet files. When the 'extends' directive is included in a snippet file, it instructs UltiSnips to include all snippets from the indicated filetypes. The syntax looks like this: > extends ft1, ft2, ft3 For example, the first line in cpp.snippets looks like this: > extends c When UltiSnips activates snippets for a cpp file, it first looks for all c snippets and activates them as well. This is a convenient way to create specialized snippet files from more general ones. Multiple 'extends' lines are permitted in a snippet file, and they can be included anywhere in the file. A line beginning with the keyword 'priority' sets the priority for all snippets defined in the current file after this line. The default priority for a file is always 0. When a snippet should be expanded, UltiSnips will collect all snippet definitions from all sources that match the trigger and keep only the ones with the highest priority. For example, all shipped snippets have a priority < 0, so that user defined snippets always overwrite shipped snippets. A line beginning with the keyword 'snippet' marks the beginning of snippet definition and a line starting with the keyword 'endsnippet' marks the end. The snippet definition is placed between the lines. Here is a snippet of an 'if' statement for the Unix shell (sh) filetype. snippet if "if ... then (if)" if ${2:[[ ${1:condition} ]]}; then ${0:#statements} fi endsnippet The start line takes the following form: > snippet tab_trigger [ "description" [ options ] ] The tab_trigger is required, but the description and options are optional. The 'tab_trigger' is the word or string sequence used to trigger the snippet. Generally a single word is used but the tab_trigger can include spaces. If you wish to include spaces, you must wrap the tab trigger in quotes. > snippet "tab trigger" [ "description" [ options ] ] The quotes are not part of the trigger. To activate the snippet type: tab trigger followed by the snippet expand character. It is not technically necessary to use quotes to wrap a trigger with spaces. Any matching characters will do. For example, this is a valid snippet starting line. > snippet !tab trigger! [ "description" [ options ] ] Quotes can be included as part of the trigger by wrapping the trigger in another character. > snippet !"tab trigger"! [ "description" [ options ] ] To activate this snippet one would type: "tab trigger" The 'description' is a string describing the trigger. It is helpful for documenting the snippet and for distinguishing it from other snippets with the same tab trigger. When a snippet is activated and more than one tab trigger match, UltiSnips displays a list of the matching snippets with their descriptions. The user then selects the snippet they want. The 'options' control the behavior of the snippet. Options are indicated by single characters. The 'options' characters for a snippet are combined into a word without spaces. The options currently supported are: > b Beginning of line - A snippet with this option is expanded only if the tab trigger is the first word on the line. In other words, if only whitespace precedes the tab trigger, expand. The default is to expand snippets at any position regardless of the preceding non-whitespace characters. i In-word expansion - By default a snippet is expanded only if the tab trigger is the first word on the line or is preceded by one or more whitespace characters. A snippet with this option is expanded regardless of the preceding character. In other words, the snippet can be triggered in the middle of a word. w Word boundary - With this option, the snippet is expanded if the tab trigger start matches a word boundary and the tab trigger end matches a word boundary. In other words the tab trigger must be preceded and followed by non-word characters. Word characters are defined by the 'iskeyword' setting. Use this option, for example, to permit expansion where the tab trigger follows punctuation without expanding suffixes of larger words. r Regular expression - With this option, the tab trigger is expected to be a python regular expression. The snippet is expanded if the recently typed characters match the regular expression. Note: The regular expression MUST be quoted (or surrounded with another character) like a multi-word tab trigger (see above) whether it has spaces or not. A resulting match is passed to any python code blocks in the snippet definition as the local variable "match". t Do not expand tabs - If a snippet definition includes leading tab characters, by default UltiSnips expands the tab characters honoring the Vim 'shiftwidth', 'softtabstop', 'expandtab' and 'tabstop' indentation settings. (For example, if 'expandtab' is set, the tab is replaced with spaces.) If this option is set, UltiSnips will ignore the Vim settings and insert the tab characters as is. This option is useful for snippets involved with tab delimited formats, for example. s Remove whitespace immediately before the cursor at the end of a line before jumping to the next tabstop. This is useful if there is a tabstop with optional text at the end of a line. m Trim all whitespaces from right side of snippet lines. Useful when snippet contains empty lines which should remain empty after expanding. Without this option empty lines in snippets definition will have indentation too. e Context snippets - With this option expansion of snippet can be controlled not only by previous characters in line, but by any given python expression. This option can be specified along with other options, like 'b'. See |UltiSnips-context-snippets| for more info. A Snippet will be triggered automatically, when condition matches. See |UltiSnips-autotrigger| for more info. The end line is the 'endsnippet' keyword on a line by itself. > endsnippet When parsing snippet files, UltiSnips chops the trailing newline character from the 'endsnippet' end line. 4.1.1 Character Escaping: *UltiSnips-character-escaping* In snippet definitions, the characters '`', '{', '$' and '\' have special meaning. If you want to insert one of these characters literally, escape them with a backslash, '\'. 4.2 Plaintext Snippets *UltiSnips-plaintext-snippets* ---------------------- To illustrate plaintext snippets, let's begin with a simple example. You can try the examples yourself. Simply edit a new file with Vim. Example snippets will be added to the 'all.snippets' file, so you'll want to open it in Vim for editing as well. > ~/.vim/UltiSnips/all.snippets Add this snippet to 'all.snippets' and save the file. ------------------- SNIP ------------------- snippet bye "My mail signature" Good bye, Sir. Hope to talk to you soon. - Arthur, King of Britain endsnippet ------------------- SNAP ------------------- UltiSnips detects when you write changes to a snippets file and automatically makes the changes active. So in the empty buffer, type the tab trigger 'bye' and then press the key. bye --> Good bye, Sir. Hope to talk to you soon. - Arthur, King of Britain The word 'bye' will be replaced with the text of the snippet definition. 4.3 Visual Placeholder *UltiSnips-visual-placeholder* ---------------------- Snippets can contain a special placeholder called ${VISUAL}. The ${VISUAL} variable is expanded with the text selected just prior to expanding the snippet. To see how a snippet with a ${VISUAL} placeholder works, define a snippet with the placeholder, use Vim's Visual mode to select some text, and then press the key you use to trigger expanding a snippet (see g:UltiSnipsExpandTrigger). The selected text is deleted, and you are dropped into Insert mode. Now type the snippet tab trigger and press the key to trigger expansion. As the snippet expands, the previously selected text is printed in place of the ${VISUAL} placeholder. The ${VISUAL} placeholder can contain default text to use when the snippet has been triggered when not in Visual mode. The syntax is: > ${VISUAL:default text} The ${VISUAL} placeholder can also define a transformation (see |UltiSnips-transformations|). The syntax is: > ${VISUAL:default/search/replace/option}. Here is a simple example illustrating a visual transformation. The snippet will take selected text, replace every instance of "should" within it with "is" , and wrap the result in tags. ------------------- SNIP ------------------- snippet t ${VISUAL:inside text/should/is/g} endsnippet ------------------- SNAP ------------------- Start with this line of text: > this should be cool Position the cursor on the word "should", then press the key sequence: viw (visual mode -> select inner word). Then press , type "t" and press again. The result is: > -> this is be cool If you expand this snippet while not in Visual mode (e.g., in Insert mode type t), you will get: > inside text 4.4 Interpolation *UltiSnips-interpolation* ----------------- 4.4.1 Shellcode: *UltiSnips-shellcode* Snippets can include shellcode. Put a shell command in a snippet and when the snippet is expanded, the shell command is replaced by the output produced when the command is executed. The syntax for shellcode is simple: wrap the code in backticks, '`'. When a snippet is expanded, UltiSnips runs shellcode by first writing it to a temporary script and then executing the script. The shellcode is replaced by the standard output. Anything you can run as a script can be used in shellcode. Include a shebang line, for example, #!/usr/bin/perl, and your snippet has the ability to run scripts using other programs, perl, for example. Here are some examples. This snippet uses a shell command to insert the current date. ------------------- SNIP ------------------- snippet today Today is the `date +%d.%m.%y`. endsnippet ------------------- SNAP ------------------- today -> Today is the 15.07.09. This example inserts the current date using perl. ------------------- SNIP ------------------- snippet today Today is `#!/usr/bin/perl @a = localtime(); print $a[3] . '.' . $a[4] . '.' . ($a[5]+1900);`. endsnippet ------------------- SNAP ------------------- today -> Today is 15.6.2009. 4.4.2 VimScript: *UltiSnips-vimscript* You can also use Vim scripts (sometimes called VimL) in interpolation. The syntax is similar to shellcode. Wrap the code in backticks and to distinguish it as a Vim script, start the code with '!v'. Here is an example that counts the indent of the current line: ------------------- SNIP ------------------- snippet indent Indent is: `!v indent(".")`. endsnippet ------------------- SNAP ------------------- (note the 4 spaces in front): indent -> (note the 4 spaces in front): Indent is: 4. 4.4.3 Python: *UltiSnips-python* Python interpolation is by far the most powerful. The syntax is similar to Vim scripts except code is started with '!p'. Python scripts can be run using the python shebang '#!/usr/bin/python', but using the '!p' format comes with some predefined objects and variables, which can simplify and shorten code. For example, a 'snip' object instance is implied in python code. Python code using the '!p' indicator differs in another way. Generally when a snippet is expanded the standard output of code replaces the code. With python code the value of the 'rv' property of the 'snip' instance replaces the code. Standard output is ignored. The variables automatically defined in python code are: > fn - The current filename path - The complete path to the current file t - The values of the placeholders, t[1] is the text of ${1}, etc. snip - UltiSnips.TextObjects.SnippetUtil object instance. Has methods that simplify indentation handling. context - Result of context condition. See |UltiSnips-context-snippets|. The 'snip' object provides the following methods: > snip.mkline(line="", indent=None): Returns a line ready to be appended to the result. If indent is None, then mkline prepends spaces and/or tabs appropriate to the current 'tabstop' and 'expandtab' variables. snip.shift(amount=1): Shifts the default indentation level used by mkline right by the number of spaces defined by 'shiftwidth', 'amount' times. snip.unshift(amount=1): Shifts the default indentation level used by mkline left by the number of spaces defined by 'shiftwidth', 'amount' times. snip.reset_indent(): Resets the indentation level to its initial value. snip.opt(var, default): Checks if the Vim variable 'var' has been set. If so, it returns the variable's value; otherwise, it returns the value of 'default'. The 'snip' object provides some properties as well: > snip.rv: 'rv' is the return value, the text that will replace the python block in the snippet definition. It is initialized to the empty string. This deprecates the 'res' variable. snip.c: The text currently in the python block's position within the snippet. It is set to empty string as soon as interpolation is completed. Thus you can check if snip.c is != "" to make sure that the interpolation is only done once. This deprecates the "cur" variable. snip.v: Data related to the ${VISUAL} placeholder. The property has two attributes: snip.v.mode ('v', 'V', '^V', see |visual-mode| ) snip.v.text The text that was selected. snip.fn: The current filename. snip.basename: The current filename with the extension removed. snip.ft: The current filetype. For your convenience, the 'snip' object also provides the following operators: > snip >> amount: Equivalent to snip.shift(amount) snip << amount: Equivalent to snip.unshift(amount) snip += line: Equivalent to "snip.rv += '\n' + snip.mkline(line)" Any variables defined in a python block can be used in other python blocks that follow within the same snippet. Also, the python modules 'vim', 're', 'os', 'string' and 'random' are pre-imported within the scope of snippet code. Other modules can be imported using the python 'import' command. Python code allows for very flexible snippets. For example, the following snippet mirrors the first tabstop value on the same line but right aligned and in uppercase. ------------------- SNIP ------------------- snippet wow ${1:Text}`!p snip.rv = (75-2*len(t[1]))*' '+t[1].upper()` endsnippet ------------------- SNAP ------------------- wowHello World -> Hello World HELLO WORLD The following snippet uses the regular expression option and illustrates regular expression grouping using python's match object. It shows that the expansion of a snippet can depend on the tab trigger used to define the snippet, and that tab trigger itself can vary. ------------------- SNIP ------------------- snippet "be(gin)?( (\S+))?" "begin{} / end{}" br \begin{${1:`!p snip.rv = match.group(3) if match.group(2) is not None else "something"`}} ${2:${VISUAL}} \end{$1}$0 endsnippet ------------------- SNAP ------------------- becenter -> \begin{center} \end{center} ------------------- SNAP ------------------- be center -> \begin{center} \end{center} The second form is a variation of the first; both produce the same result, but it illustrates how regular expression grouping works. Using regular expressions in this manner has some drawbacks: 1. If you use the key for both expanding snippets and completion then if you typed "be form" expecting the completion "be formatted", you would end up with the above SNAP instead, not what you want. 2. The snippet is harder to read. 4.4.4 Global Snippets: *UltiSnips-globals* Global snippets provide a way to reuse common code in multiple snippets. Currently, only python code is supported. The result of executing the contents of a global snippet is put into the globals of each python block in the snippet file. To create a global snippet, use the keyword 'global' in place of 'snippet', and for python code, you use '!p' for the trigger. For example, the following snippet produces the same output as the last example . However, with this syntax the 'upper_right' snippet can be reused by other snippets. ------------------- SNIP ------------------- global !p def upper_right(inp): return (75 - 2 * len(inp))*' ' + inp.upper() endglobal snippet wow ${1:Text}`!p snip.rv = upper_right(t[1])` endsnippet ------------------- SNAP ------------------- wowHello World -> Hello World HELLO WORLD Python global functions can be stored in a python module and then imported. This makes global functions easily accessible to all snippet files. Since Vim 7.4 you can just drop python files into ~/.vim/pythonx and import them directly inside your snippets. For example to use ~/.vim/pythonx/my_snippets_helpers.py > global !p from my_snippet_helpers import * endglobal 4.5 Tabstops and Placeholders *UltiSnips-tabstops* *UltiSnips-placeholders* ----------------------------- Snippets are used to quickly insert reused text into a document. Often the text has a fixed structure with variable components. Tabstops are used to simplify modifying the variable content. With tabstops you can easily place the cursor at the point of the variable content, enter the content you want, then jump to the next variable component, enter that content, and continue until all the variable components are complete. The syntax for a tabstop is the dollar sign followed by a number, for example, '$1'. Tabstops start at number 1 and are followed in sequential order. The '$0' tabstop is a special tabstop. It is always the last tabstop in the snippet no matter how many tabstops are defined. If there is no '$0' defined, '$0' tabstop will be defined at the end of snippet. Here is a simple example. ------------------- SNIP ------------------- snippet letter Dear $1, $0 Yours sincerely, $2 endsnippet ------------------- SNAP ------------------- letterBenPaulThanks for suggesting UltiSnips!-> Dear Ben, Thanks for suggesting UltiSnips! Yours sincerely, Paul You can use to jump to the next tabstop, and to jump to the previous. The key was not used for jumping forward because many people (myself included) use for completion. See |UltiSnips-triggers| for help on defining different keys for tabstops. It is often useful to have some default text for a tabstop. The default text may be a value commonly used for the variable component, or it may be a word or phrase that reminds you what is expected for the variable component. To include default text, the syntax is '${1:value}'. The following example illustrates a snippet for the shell 'case' statement. The tabstops use default values to remind the user of what value is expected. ------------------- SNIP ------------------- snippet case case ${1:word} in ${2:pattern} ) $0;; esac endsnippet ------------------- SNAP ------------------- case$option-vverbose=true case $option in -v ) verbose=true;; esac Sometimes it is useful to have a tabstop within a tabstop. To do this, simply include the nested tabstop as part of the default text. Consider the following example illustrating an HTML anchor snippet. ------------------- SNIP ------------------- snippet a $0 endsnippet ------------------- SNAP ------------------- When this snippet is expanded, the first tabstop has a default value of 'http://www.example.com'. If you want the 'http://' schema, jump to the next tabstop. It has a default value of 'example.com'. This can be replaced by typing whatever domain you want. agoogle.comGoogle -> Google If at the first tabstop you want a different url schema or want to replace the default url with a named anchor, '#name', for example, just type the value you want. a#topTop -> Top In the last example, typing any text at the first tabstop replaces the default value, including the second tabstop, with the typed text. So the second tabstop is essentially deleted. When a tabstop jump is triggered, UltiSnips moves to the next remaining tabstop '$0'. This feature can be used intentionally as a handy way for providing optional tabstop values to the user. Here is an example to illustrate. ------------------- SNIP ------------------- snippet a $0 endsnippet ------------------- SNAP ------------------- Here, '$1' marks the first tabstop. It is assumed you always want to add a value for the 'href' attribute. After entering the url and pressing , the snippet will jump to the second tabstop, '$2'. This tabstop is optional. The default text is ' class="link"'. You can press to accept the tabstop, and the snippet will jump to the third tabstop, '$3', and you can enter the class attribute value, or, at the second tabstop you can press the backspace key thereby replacing the second tabstop default with an empty string, essentially removing it. In either case, continue by pressing and the snippet will jump to the final tabstop inside the anchor. ahttp://www.google.comvisitedGoogle -> Google ahttp://www.google.comGoogle -> Google The default text of tabstops can also contain mirrors, transformations or interpolation. 4.6 Mirrors *UltiSnips-mirrors* ----------- Mirrors repeat the content of a tabstop. During snippet expansion when you enter the value for a tabstop, all mirrors of that tabstop are replaced with the same value. To mirror a tabstop simply insert the tabstop again using the "dollar sign followed by a number" syntax, e.g., '$1'. A tabstop can be mirrored multiple times in one snippet, and more than one tabstop can be mirrored in the same snippet. A mirrored tabstop can have a default value defined. Only the first instance of the tabstop need have a default value. Mirrored tabstop will take on the default value automatically. Mirrors are handy for start-end tags, for example, TeX 'begin' and 'end' tag labels, XML and HTML tags, and C code #ifndef blocks. Here are some snippet examples. ------------------- SNIP ------------------- snippet env \begin{${1:enumerate}} $0 \end{$1} endsnippet ------------------- SNAP ------------------- envitemize -> \begin{itemize} \end{itemize} ------------------- SNIP ------------------- snippet ifndef #ifndef ${1:SOME_DEFINE} #define $1 $0 #endif /* $1 */ endsnippet ------------------- SNAP ------------------- ifndefWIN32 -> #ifndef WIN32 #define WIN32 #endif /* WIN32 */ 4.7 Transformations *UltiSnips-transformations* ------------------- Note: Transformations are a bit difficult to grasp so this chapter is divided into two sections. The first describes transformations and their syntax, and the second illustrates transformations with demos. Transformations are like mirrors but instead of just copying text from the original tabstop verbatim, a regular expression is matched to the content of the referenced tabstop and a transformation is then applied to the matched pattern. The syntax and functionality of transformations in UltiSnips follow very closely to TextMate transformations. A transformation has the following syntax: > ${ tab_stop_no - The number of the tabstop to reference regular_expression - The regular expression the value of the referenced tabstop is matched on replacement - The replacement string, explained in detail below options - Options for the regular expression The options can be any combination of > g - global replace By default, only the first match of the regular expression is replaced. With this option all matches are replaced. i - case insensitive By default, regular expression matching is case sensitive. With this option, matching is done without regard to case. a - ascii conversion By default, transformation are made on the raw utf-8 string. With this option, matching is done on the corresponding ASCII string instead, for example 'à' will become 'a'. This option required the python package 'unidecode'. The syntax of regular expressions is beyond the scope of this document. Python regular expressions are used internally, so the python 're' module can be used as a guide. See http://docs.python.org/library/re.html. The syntax for the replacement string is unique. The next paragraph describes it in detail. 4.7.1 Replacement String: *UltiSnips-replacement-string* The replacement string can contain $no variables, e.g., $1, which reference matched groups in the regular expression. The $0 variable is special and yields the whole match. The replacement string can also contain special escape sequences: > \u - Uppercase next letter \l - Lowercase next letter \U - Uppercase everything till the next \E \L - Lowercase everything till the next \E \E - End upper or lowercase started with \L or \U \n - A newline \t - A literal tab Finally, the replacement string can contain conditional replacements using the syntax (?no:text:other text). This reads as follows: if the group $no has matched, insert "text", otherwise insert "other text". "other text" is optional and if not provided defaults to the empty string, "". This feature is very powerful. It allows you to add optional text into snippets. 4.7.2 Demos: *UltiSnips-demos* Transformations are very powerful but often the syntax is convoluted. Hopefully the demos below help illustrate transformation features. Demo: Uppercase one character ------------------- SNIP ------------------- snippet title "Title transformation" ${1:a text} ${1/\w+\s*/\u$0/} endsnippet ------------------- SNAP ------------------- titlebig small -> big small Big small Demo: Uppercase one character and global replace ------------------- SNIP ------------------- snippet title "Titlelize in the Transformation" ${1:a text} ${1/\w+\s*/\u$0/g} endsnippet ------------------- SNAP ------------------- titlethis is a title -> this is a title This Is A Title Demo: ASCII transformation ------------------- SNIP ------------------- snippet ascii "Replace non ascii chars" ${1: an accentued text} ${1/.*/$0/a} endsnippet ------------------- SNAP ------------------- asciià la pêche aux moules à la pêche aux moules a la peche aux moules Demo: Regular expression grouping This is a clever c-like printf snippet, the second tabstop is only shown when there is a format (%) character in the first tabstop. ------------------- SNIP ------------------- snippet printf printf("${1:%s}\n"${1/([^%]|%%)*(%.)?.*/(?2:, :\);)/}$2${1/([^%]|%%)*(%.)?.*/(?2:\);)/} endsnippet ------------------- SNAP ------------------- printfHello // End of line -> printf("Hello\n"); // End of line But printfA is: %sA // End of line -> printf("A is: %s\n", A); // End of line There are many more examples of what can be done with transformations in the bundled snippets. 4.8 Clearing snippets *UltiSnips-clearing-snippets* To remove snippets for the current file type, use the 'clearsnippets' directive. ------------------- SNIP ------------------- clearsnippets ------------------- SNAP ------------------- 'clearsnippets' removes all snippets with a priority lower than the current one. For example, the following cleares all snippets that have priority <= 1, even though the example snippet is defined after the 'clearsnippets'. ------------------- SNIP ------------------- priority 1 clearsnippets priority -1 snippet example "Cleared example" This will never be expanded. endsnippet ------------------- SNAP ------------------- To clear one or more specific snippet, provide the triggers of the snippets as arguments to the 'clearsnippets' command. The following example will clear the snippets 'trigger1' and 'trigger2'. ------------------- SNIP ------------------- clearsnippets trigger1 trigger2 ------------------- SNAP ------------------- 4.9 Context snippets *UltiSnips-context-snippets* Context snippets can be enabled by using 'e' option in snippet definition. In that case snippet should be defined using this syntax: > snippet tab_trigger "description" "expression" options The 'expression' can be any python expression. If 'expression' evaluates to 'True', then this snippet will be chosen for expansion. The 'expression' must be wrapped with double-quotes. The following python modules are automatically imported into the scope before 'expression' is evaluated: 're', 'os', 'vim', 'string', 'random'. Global variable `snip` will be available with following properties: 'snip.window' - alias for 'vim.current.window' 'snip.buffer' - alias for 'vim.current.window.buffer' 'snip.cursor' - cursor object, which behaves like 'vim.current.window.cursor', but zero-indexed and with following additional methods: - 'preserve()' - special method for executing pre/post/jump actions; - 'set(line, column)' - sets cursor to specified line and column; - 'to_vim_cursor()' - returns 1-indexed cursor, suitable for assigning to 'vim.current.window.cursor'; 'snip.line' and 'snip.column' - aliases for cursor position (zero-indexed); ------------------- SNIP ------------------- snippet r "return" "re.match('^\s+if err ', snip.buffer[snip.line-1])" be return err endsnippet ------------------- SNAP ------------------- That snippet will expand to 'return err' only if the previous line is starting from 'if err' prefix. Note: context snippets prioritized over non-context ones. It makes possible to use non-context snippets as fallback, if no context matched: ------------------- SNIP ------------------- snippet i "if ..." b if $1 { $2 } endsnippet snippet i "if err != nil" "re.match('^\s+[^=]*err\s*:?=', snip.buffer[snip.line-1])" be if err != nil { $1 } endsnippet ------------------- SNAP ------------------- That snippet will expand into 'if err != nil' if previous line will match 'err :=' prefix, otherwise the default 'if' snippet will be expanded. It's a good idea to move context conditions to a separate module, so it can be used by other UltiSnips users. In that case, module should be imported using 'global' keyword, like this: ------------------- SNIP ------------------- global !p import my_utils endglobal snippet , "return ..., nil/err" "my_utils.is_return_argument(snip)" ie , `!p if my_utils.is_in_err_condition(): snip.rv = "err" else: snip.rv = "nil"` endsnippet ------------------- SNAP ------------------- That snippet will expand only if the cursor is located in the return statement, and then it will expand either to 'err' or to 'nil' depending on which 'if' statement it's located. 'is_return_argument' and 'is_in_err_condition' are part of custom python module which is called 'my_utils' in this example. Context condition can return any value which python can use as condition in it's 'if' statement, and if it's considered 'True', then snippet will be expanded. The evaluated value of 'condition' is available in the 'snip.context' variable inside the snippet: ------------------- SNIP ------------------- snippet + "var +=" "re.match('\s*(.*?)\s*:?=', snip.buffer[snip.line-1])" ie `!p snip.rv = snip.context.group(1)` += $1 endsnippet ------------------- SNAP ------------------- That snippet will expand to 'var1 +=' after line, which begins from 'var1 :='. 4.10 Snippets actions *UltiSnips-snippet-actions* --------------------- Snippet actions is an arbitrary python code which can be executed at specific points in lifetime of the snippet. There are three types of actions: * Pre-expand - invoked just after trigger condition was matched, but before snippet actually expanded; * Post-expand - invoked after snippet was expanded and interpolations was applied for the first time, but before jump on the first placeholder. * Jump - invoked just after jump to the next/prev placeholder. Specified code will be evaluated at stages defined above and same global variables and modules will be available that are stated in the |UltiSnips-context-snippets| section. *UltiSnips-buffer-proxy* Note: special variable called 'snip.buffer' should be used for all buffer modifications. Not 'vim.current.buffer' and not 'vim.command("...")', because of in that case UltiSnips will not be able to track changes buffer from actions. 'snip.buffer' has the same interface as 'vim.current.window.buffer'. 4.10.1 Pre-expand actions *UltiSnips-pre-expand-actions* Pre-expand actions can be used to match snippet in one location and then expand it in the different location. Some useful cases are: correcting indentation for snippet; expanding snippet for function declaration in another function body with moving expansion point beyond initial function; performing extract method refactoring via expanding snippet in different place. Pre-expand action declared as follows: > pre_expand "python code here" snippet ... endsnippet Buffer can be modified in pre-expand action code through variable called 'snip.buffer', snippet expansion position will be automatically adjusted. If cursor line (where trigger was matched) need to be modified, then special variable method 'snip.cursor.set(line, column)' must be called with the desired cursor position. In that case UltiSnips will not remove any matched trigger text and it should be done manually in action code. To addition to the scope variables defined above 'snip.visual_content' will be also declared and will contain text that was selected before snippet expansion (similar to $VISUAL placeholder). Following snippet will be expanded at 4 spaces indentation level no matter where it was triggered. ------------------- SNIP ------------------- pre_expand "snip.buffer[snip.line] = ' '*4; snip.cursor.set(line, 4)" snippet d def $1(): $0 endsnippet ------------------- SNAP ------------------- Following snippet will move the selected code to the end of file and create new method definition for it: ------------------- SNIP ------------------- pre_expand "del snip.buffer[snip.line]; snip.buffer.append(''); snip.cursor.set(len(snip.buffer)-1, 0)" snippet x def $1(): ${2:${VISUAL}} endsnippet ------------------- SNAP ------------------- 4.10.2 Post-expand actions *UltiSnips-post-expand-actions* Post-expand actions can be used to perform some actions based on the expanded snippet text. Some cases are: code style formatting (e.g. inserting newlines before and after method declaration), apply actions depending on python interpolation result. Post-expand action declared as follows: > post_expand "python code here" snippet ... endsnippet Buffer can be modified in post-expand action code through variable called 'snip.buffer', snippet expansion position will be automatically adjusted. Variables 'snip.snippet_start' and 'snip.snippet_end' will be defined at the action code scope and will point to positions of the start and end of expanded snippet accordingly in the form '(line, column)'. Note: 'snip.snippet_start' and 'snip.snippet_end' will automatically adjust to the correct positions if post-action will insert or delete lines before expansion. Following snippet will expand to method definition and automatically insert additional newline after end of the snippet. It's very useful to create a function that will insert as many newlines as required in specific context. ------------------- SNIP ------------------- post_expand "snip.buffer[snip.snippet_end[0]+1:snip.snippet_end[0]+1] = ['']" snippet d "Description" b def $1(): $2 endsnippet ------------------- SNAP ------------------- 4.10.3 Post-jump actions *UltiSnips-post-jump-actions* Post-jump actions can be used to trigger some code based on user input into the placeholders. Notable use cases: expand another snippet after jump or anonymous snippet after last jump (e.g. perform move method refactoring and then insert new method invokation); insert heading into TOC after last jump. Jump-expand action declared as follows: > post_jump "python code here" snippet ... endsnippet Buffer can be modified in post-expand action code through variable called 'snip.buffer', snippet expansion position will be automatically adjusted. Next variables and methods will be also defined in the action code scope: * 'snip.tabstop' - number of tabstop jumped onto; * 'snip.jump_direction' - '1' if jumped forward and '-1' otherwise; * 'snip.tabstops' - list with tabstop objects, see above; * 'snip.snippet_start' - (line, column) of start of the expanded snippet; * 'snip.snippet_end' - (line, column) of end of the expanded snippet; * 'snip.expand_anon()' - alias for 'UltiSnips_Manager.expand_anon()'; Tabstop object has several useful properties: * 'start' - (line, column) of the starting position of the tabstop (also accessible as 'tabstop.line' and 'tabstop.col'). * 'end' - (line, column) of the ending position; * 'current_text' - text inside the tabstop. Following snippet will insert section in the Table of Contents in the vim-help file: ------------------- SNIP ------------------- post_jump "if snip.tabstop == 0: insert_toc_item(snip.tabstops[1], snip.buffer)" snippet s "section" b `!p insert_delimiter_0(snip, t)`$1`!p insert_section_title(snip, t)` `!p insert_delimiter_1(snip, t)` $0 endsnippet ------------------- SNAP ------------------- 'insert_toc_item' will be called after first jump and will add newly entered section into the TOC for current file. Note: It is also possible to trigger snippet expansion from the jump action. In that case method 'snip.cursor.preserve()' should be called, so UltiSnips will know that cursor is already at the required position. Following example will insert method call at the end of file after user jump out of method declaration snippet. ------------------- SNIP ------------------- global !p def insert_method_call(name): vim.command('normal G') snip.expand_anon(name + '($1)\n') endglobal post_jump "if snip.tabstop == 0: insert_method_call(snip.tabstops[1].current_text)" snippet d "method declaration" b def $1(): $2 endsnippet ------------------- SNAP ------------------- 4.11 Autotrigger *UltiSnips-autotrigger* ---------------- Note: vim should be newer than 7.4.214 to support this feature. Many language constructs can occur only at specific places, so it's possible to use snippets without manually triggering them. Snippet can be marked as autotriggered by specifying 'A' option in the snippet definition. After snippet is defined as being autotriggered, snippet condition will be checked on every typed character and if condition matches, then snippet will be triggered. *Warning:* using of this feature can lead to significant vim slowdown. If you discovered that, report an issue to the github.com/SirVer/UltiSnips. Consider following snippets, that can be usefull in Go programming: ------------------- SNIP ------------------- snippet "^p" "package" rbA package ${1:main} endsnippet snippet "^m" "func main" rbA func main() { $1 } endsnippet ------------------- SNAP ------------------- When "p" character will occur in the beginning of the line, it will be automatically expanded into "package main". Same with "m" character. There is no need to press trigger key after "m"" ============================================================================== 5. UltiSnips and Other Plugins *UltiSnips-other-plugins* 5.1 Existing Integrations *UltiSnips-integrations* ------------------------- UltiSnips has built-in support for some common plugins and there are others that are aware of UltiSnips and use it to improve the user experience. This is an incomplete list - if you want to have your plugin listed here, just send a pull request. *UltiSnips-snipMate* snipMate - UltiSnips is a drop-in replacement for snipMate. It has many more features, so porting snippets is still a good idea, but switching has low friction now. UltiSnips is trying hard to truly emulate snipMate, for example recursive tabstops are not supported in snipMate snippets (but of course in UltiSnips snippets). YouCompleteMe - comes with out of the box completion support for UltiSnips. It offers a really nice completion dialogue for snippets. neocomplete - UltiSnips ships with a source for neocomplete and therefore offers out of the box completion dialogue support for it too. unite - UltiSnips has a source for unite. As an example of how you can use it add the following function and mappings to your vimrc: > function! UltiSnipsCallUnite() Unite -start-insert -winheight=100 -immediately -no-empty ultisnips return '' endfunction inoremap =(pumvisible()? "\C-E>":"")=UltiSnipsCallUnite() nnoremap a=(pumvisible()? "\C-E>":"")=UltiSnipsCallUnite() When typing in either insert or normal mode you will get the unite interface with matching snippets. Pressing enter will expand the corresponding snippet. If only one snippet matches the text in front of the cursor will be expanded when you press the key. Supertab - UltiSnips has built-in support for Supertab. Just use a recent enough version of both plugins and will either expand a snippet or defer to Supertab for expansion. 5.2 Extending UltiSnips *UltiSnips-extending* ------------------------- UltiSnips allows other plugins to add new snippets on the fly. Since UltiSnips is written in python, the integration is also on a python basis. A small example can be found in `test.py`, search for AddNewSnippetSource. Please contact us on github if you integrate UltiSnips with your plugin so it can be listed in the docs. ============================================================================= 6. Helping Out *UltiSnips-helping* UltiSnips needs the help of the Vim community to keep improving. Please consider joining this effort by providing new features or bug reports. * Clone the repository on GitHub (git clone git@github.com:SirVer/ultisnips.git), make your changes and send a pull request on GitHub. * Make a patch, report a bug/feature request (see below) and attach the patch to it. You can contribute by fixing or reporting bugs in our issue tracker: https://github.com/sirver/ultisnips/issues ============================================================================= 7. Contributors *UltiSnips-contributors* UltiSnips has been started and maintained from Jun 2009 - Dec 2015 by Holger Rapp (@SirVer, SirVer@gmx.de). It is now maintained by Stanislav Seletskiy (@seletskiy). This is the list of contributors pre-git in chronological order. For a full list of contributors take the union of this set and the authors according to git log. JCEB - Jan Christoph Ebersbach Michael Henry Chris Chambers Ryan Wooden rupa - Rupa Deadwyler Timo Schmiade blueyed - Daniel Hahler expelledboy - Anthony Jackson allait - Alexey Bezhan peacech - Charles Gunawan guns - Sung Pae shlomif - Shlomi Fish pberndt - Phillip Berndt thanatermesis-elive - Thanatermesis rico-ambiescent - Rico Sta. Cruz Cody Frazer suy - Alejandro Exojo grota - Giuseppe Rota iiijjjii - Jim Karsten fgalassi - Federico Galassi lucapette Psycojoker - Laurent Peuch aschrab - Aaron Schrab stardiviner - NagatoPain skeept - Jorge Rodrigues buztard stephenmckinney - Steve McKinney Pedro Algarvio - s0undt3ch Eric Van Dewoestine - ervandew Matt Patterson - fidothe Mike Morearty - mmorearty Stanislav Golovanov - JazzCore David Briscoe - DavidBriscoe Keith Welch - paralogiki Zhao Cai - zhaocai John Szakmeister - jszakmeister Jonas Diemer - diemer Romain Giot - rgiot Sergey Alexandrov - taketwo Brian Mock - saikobee Gernot Höflechner - LFDM Marcelo D Montu - mMontu Karl Yngve Lervåg - lervag Pedro Ferrari - petobens Ches Martin - ches Christian - Oberon00 Andrew Ruder - aeruder Mathias Fußenegger - mfussenegger Kevin Ballard - kballard Ahbong Chang - cwahbong Glenn Griffin - ggriffiniii Michael - Pyrohh Stanislav Seletskiy - seletskiy Pawel Palucki - ppalucki Dettorer - dettorer Zhao Jiarong - kawing-chiu Ye Ding - dyng Greg Hurrell - wincent vim:tw=78:ts=8:ft=help:norl: ultisnips-3.1/doc/demo.gif000066400000000000000000040551351263123136100156020ustar00rootroot00000000000000GIF89aEWFFFuVUJ4=DSSSV]WR;Vg="򺱣y&453Tud]0/9bV9;JT3rrǵ!MT ID ELq"q-jShӟNDTDy uЩlsӷ_~eiV>$7i^z[)έD,&au>vNvE纔Cwm˙eZzR1.{po/>x(E'Le/lБ |sй=;lnң<:v]?w%`9y瞂]~s{Y({E5k"aJWaQv}8|@*e4QXя4KHQ#A5&9OVTBK*)$Rr$FrCc:48)fBgzId&=@tix|矀Mj衆.yBʨY*uf'tZD6F:)Z**t.0't뮼+k& {Vkf,| )m覫~'Ky.,0 @J3G,[1KL,$ zB¾l 0,4ox[@-7 ۳C7P\4;nKG\wMx;Y{mh(x2lL-t>׭||y- w'8Ň/㐷xWn_Ӛy砇.A(wZ(An*I6..y7G/߷NoCC}o䟯Ŧ~ \}BL ;PT zwZ0 z0zv%< Ut-| qWPz1W0xr~Hw,a w[77AM!5-r!X8/13#825s#809#.= bDBuiFֱICVxC&O&Mz (R⊔LPVe`)Z≖epZ򲗱IL5+2{e90ˌ)/IAiZSV'MMr&8)q#:ӹu|)7 r.`:hSlf$}Iv48P02\|(D(щN]"F3ZčrC*3gAQJ#*r,%$͘rɴ.O#)P?(ԡnF R2U|+*URfBfj`)W+PdC k)uW}+*Wѵ+^է׽~` {=,s.nm:j@h&Y>qT]d; Ēy=mR㱶@d,l)񵶭nskv9Z~Q# ҙJw=Z+F7E]r.x;^2Y/zM}y8׻l`N^'>e`Wpܷ3xo~p",Qj0Ѧ `C5&jr/bj-vcXĻqPAcary,v=2%N+,P]Pgc,ŕAոcfҌ)z?~%lU7v3jϮ3c;h2;p3? ;4'zMɫ4g|bMKjE=jR3(UsNծ_cMCZѦXo <®+`؊F6g2ى5%iV0msNZ΍ݡl0 U 7v}{KZΫ|753` xӂhLKq*_(Rzўn,rp#s8.cNf3yls9C&]r{twMqWp?z{uw_yc>v}gG>nlp 0.{~#ϯ GqK<õJS֟z|Lk^k|/zYä?=$p}eoAOqyO8 0oşx꓏->n>m[[S#iv鶮h?/dyvegllkkW3C@#iLm@qHt 68GoX3xkHk!k#j%j'j)hj+Hj&vr(xv1f5hIrf9Hkփs%ӂFfƄ愉RBH3tW;z^0R8hchegggixgkHgm(gofqfsfEhDrxHUw}/xRx?xRcƈ^F}FyhwFXNU0I g(䩉̀gYڰl XОf_9 keЎk^ɟzh`ّaPi`h:a :hСhN j \ ڋi j^zU::b0pi ژhe`[)fPbpfe,)N05J;9XY @9U@׀JG¹dIN lAPYy Yxΐ0ag*f9{Њbfi`ΰΠ k` 觯zX:DɨZ^[ ay  ,]:"9Y$Xّp @v Mʴ_jp.z .*b**wPY؜cd0d FF dМK N RU9\pkЯ `ڱfil)`kpbP7땽 k k<ˊP (Ez: kyɊЋ;ih(3) w;ipQz<;ڿ[zaK*k* i0/슛*Yk ͉bjE kpl 0R TU>ˉЊXbykadˊc\c ث ˉdkX ];i|{ 補#<Ȧ³ڭ싇֠p,Gi|'ڭ X˛UЊC|ݸZxXۜwk|GI|`KKJSU B []kc̦g ۼh,g|b)kkfy2j+*u]g% Ǫ8ɶF{|i ]k%}Ѹ`˸hPԠ),I-5ĽBՈkNPi\X\U ]ί(iq{z:clpp gٻ `YЂz X\ U`X\vPhИ{mMe܋*#ٸڴj mplۋܵٵM8bPHv@w%M K=4:;;*>aNX֚CYǹWz +s]By L\|ݧ܏c|pm tLXwJYPٜ a@\>Zh Z$Ǎ|y ]$,5y۠*䇐3niL˼<ˆiۈcNI佺Xx YM+Kjߣܠ}hвܠ*f `\2tZ..]M(FkYK^鈫ȏ)ޖyՉynQm96|.~Ȋy^+ nھXʶڋImyHͧky0ܞ##yC{Ҟî{~ ?_ -x*!T#o'0?'zS)/W@ R:o<_=h+3 PEn DPFR@F/FpP_T  TJHM0oOTn n{_; /OIOWZI DWZ``_6@ n/T O(m@_5/bʏʟIPnE/ToԀFobFUoT`[nPRpWooEUbԾ $(+ ^ύB<悠DP1|Q_0A!K‡.@/̤YM9uOA%ZQI.eӧ 0\Y(T"@I8 0DTd!(.Pa˅D }D ѪīU_&\O 歚Vc$fcDX!-6.IAS2&iԩUfk띉K& G  o'^ܯl,3ݐnƥO^ .wŏ'_騧ꬷ.ni'o< 4+7<ŘԋIgw/o觯/o?@( `L` =:{'H Z̠7z GH(L W\{ OG"p8ĜɲpsH"HL&:PH*ZX̢nj`HyI,5pH:x̣> -Ac-Dd## IN̤&M (GIRL*WV|e(i2A.w^ 0IbL2f.3(=1Nѓ5nz 8IrLg!N4aCaxn0L!Ҙ~ "'MBІ:S !JA ڤh< ST> Ғ(MJWҖ0Lg*CVMKF7 w`O7ҡHMRԦ:PTJժMU'QUYsݻIJֲhMZֶpk@u]w0P{ XٵMb:d'b K^oUslJgvt=jWֺlgK[WJ^jq{5%﫼m!2.Mr:Ѝt;RjhnBK!KMzb _iEk}aVf2LN;y`plUJw/GLX=O0.W +(B6Pc ya!HN&;P2.a)˷<OI o>L2hNgu[5 E^vsMA-W>πMB/6@LZEk+v'MJ[Ҙt|kiOԨNWVRNGhZ ta^MɊ:͖TU@ Mj[ζm^JunNv;vV"emj[ޑ~o9Oe-i T@-S8| P`5a@pU k0A/ O"a Z`xq @.KQs(*A-3!cHHԽub'7 su\OH$j򱫜%@`4$iH)5w0!7?H Rt} }?DQED 0Bpp w~ [ y}tA3yEz4 ґo7YRG~v5q^7QC'Mdb-` N O5z"r~0v-7k 4q b އjw{3 x7h0 `8oWt#}~w҇h` h`@s0y|&UpePu` ia UuWs7c{5hQ(Ww14a v~1wp dq6 .GznWrqG%A8j_7 W=zX8]` 'a >hVz fs>+wwA 1wWw%h XtHgXhW`}{7w?d&l` e 9'   aq   P o<}tuhx7䧂' g?hChthfgX`Rp.׏Aw*bN Іq  +g%zv8alj Ìa(} шahLzoW#ݧH' y 9D9wpu9?Yfx8cXxd*&ygx*i.9H0{~Y.wÒ@!X*`Y|sGRȑчяWZ,9s7ru}wse .wv0Pi7BhRk*mzy { 9k0zts>xH t^sXt]B/E;hxu GWi7crhu] Yi]PxNx]PאR1 p,ц8ywڠ 膥V{j/yzA؂ .ꪮ *ʮڮ j ZWWPzk ˰ ``k:[۱۰k"%[+5/[-"k10v79[+ѳ Aa6ůڱH˲jFmmW0PTP T0&k S#˰ ;Z ]Kr;j [{wwf 51P ?ѸS=@/0nUqx ^;ck,WPйs˶;;PZ [ۻ˶  knp +n`еP[]Ԡ нKo0SP ;`r Q S :0yAѯj`y˱z++U;+kK+Pp@ &KT R`mbR ;(` |Bī](̻ + xVpx0a*tSeV o ܯ{wlmmJ%!t| ͍_2 ia$\L8c;3-[ CkW^ա|j ,/~ [%..c+U A,L̻Q[ȋZ\ PB!2=+O1h)[kl> +1ஓ>B#lw<9|F}߉Z oֺ{~L&!x N!| _ Ŀ> l2eMQ ҘNQpO0,DAqD[tEcqƌjL t<ѹ|#i!:Ү{2"Ǫ?( bJr,D g4L4TsM6Sͽsν Ns'*tPB 5PD"uQH#eS!f,E&m&\ @&1a B(#Ǐ "ԨȐn$ɐdœ" `I`L53*‡> J4ТɑǙ "-eSِ/o HL:[ {=9L xAm ܞ[@H(L W0 gH;Cwl@ H"`2x&jN|EPQX̢.z` H2hL6FHǓOs#D q(BL"F:򑐌$'IJZ̤&3VMzr!V[H̖KFQdBV򕰄cY̥.w^ 0ca*҂1XX ~)&6mz 8IrL:i"@dl O'zP|~ @JЂMB9z2;a 5'Nόp HGJҒ(MJWҖ0DGSv5Ua(ʜp> CH}a6Ԧ:PTJUMU.+'XhEuuhMZֶp\J׺*AOT_fMb:d'KYY_Y6UXњMjWֺl{I& 9m{w`u[nKMr:еض~])n.[NJwKMz7{ Wηo}&LN0ܴ`6}m0b_ 7ΰ7{ G,1-2Ƥ%OL|#)[Xβ.; LA1]#l-)y_5L:xγ50-9 :(VMn ѐ'MJ[Ҙ4%iۀ[kNiXqNWVհh9d^Ь`q]jz!e MbNfs؄hVζn{wk{ldJPBW]eqMzvuC NOufXsߚ[1ȹTDBA\'Iʫu:jy58:kH785!9_H}"e% E92u`! THNrh}!^zoPڧ儵O+` i*9"ra`_Hcw-y_H2/-\c 2;a YpE>?}yt= \5/Ej{u"4?!SA Q&IG k ݀R#'xtDA(gts~hPy'i 8v'ȀuaxH Qv3}z}a Xy] `x a !8sӷfp~ 秂 }r#z'sLW.[a XEX/`EQtw{ s@* C#g>4u2-vY~g}"[Kxs}xaqg!rX's8}8%hy|AQz ~"\./UwA0-^8؀ !p8@a(vW%y0 3W-ZpA " ! 7Wu(a(S f ·0xaµSSNKR N;O{2K*tL%k S!RAڷ+P< ӯED۷Kpj1l+Ea=oA2@ay@^A/Ĭ˳QEq{ {Ϛ (‹` ۹! ?d[߲.Vk &ܽ[ )6D۾2۴;d+4l`۶Gۼ ʛIkSJP{ H.-H.hE !ƚø,lş˸ ; ŻB{ 3|+ĩX0-\ *B +ȋ+ǩZQ|;}봄K1ȵ Klȴs~ܬ(k-`.kDiK+`Tl[ 1, ʏ| q  c\$LQ DX| [ȉ4̐l)UT&C6z+[*40RFv&âWQ@Jgzi$݈3utRE",qϦr63nԖ #RLu 9r>L4ѡMF0ZС[ 5Ӫ[]Z6ϩI ;p]}pƕv@Ļر.m H@PE S9#,MĀK6m{tF@7b< 7B00 P"ap]BR</@4;i`P@`-q;X GE h8?rLApn_( u?ihc1@ (/PB¾4 c610`61A$NIQDpI\rD.H`<\X#-1QjR l0Ibq .P7nv @BN8 rCNnr &o a(1}t&n 0;@)@` 1І:0|[ƱҙO+h7bK"QqP!wʺf:?E(~GDnMo(Mn&"`:$_BnRdoe-[ ײhG)?%Ԣ"0+jrާzWW-^Ҍ;T"@l>^iN>Fqc% **k.+-oL'ڶ "|4hV1Oq~sՌg7sQ|9}36+O IC z4*MKӑ7ZP@v(R)ZƇ6tgMZO1<9iYp%a@[Y<ZxoIT,5(d |6nfjϫj-.5*f;i@qŒ(=YPvhiiPF,0rMXnu"})_-g*5I پoP;~/myhԝ h9Vb %}S4z\A(}ZVD]ң]RJ㱲:qn{',$-@ OB$#NP@ cw53V=gs(IwNf=\ ¨ ԞJU8W Q+J_Џ~8Z%P;~gj۰P1?GG#-xl#}!ܥm@4ZqSZ+zƓ _E6c<^XG;m]T@xV]Yp;e?ds @ GoW64eUQs#< CE<ad*MU4`bS<)azh#_tASF@G^9dYfyh7Al9kٖpr9tYvyxXzٗ~9Yȗ0`+Y\ 銊 ٙYLsIhٚ9Y9WUVsHӘ]™{J Wҙ5P 9ؙڹI9䩝Y虞깞xYɝY4J?y(I㙠 ڠ:z7 ءy 9ω#.02:4Z6z8:<ڣ>=?* ȜA pIjE*٢P*9VzXz%(^ ٰaZfzh dCZiUmw l3z}49zsoڨ prZz :CzGlz? ZڪkMZ$ګB9}y8Z J xC)٠ʬ&Zz.)غhc utɤV;ɂ3ʬ\ʰ˲<˴\fʜl˾,w0<̘| ɜYL\V˫ Il5$KwSlkLܔ]@]0XiZ6L4Z0`c k` 4l0@lq@&aNMф$a "͌ 054'5wp4^@,<65=6)ZP$kSiP5i@4@F<P: }4f Ya 53}4WM Gװ9Y= HGpxCVcnd$a v`j-jxM5d3m 0]_Ѳf`$QӍMR Փ=g՞4|h`Is&ؤ4{4cQc%f0\[0\Dc EvYd@0]ZPc ۠ !MI $Ԅ חԸXԦ=@fG3&-}ԣ 1 HaP}Ym m NAႍ4ZPM٦Ԝ 6m}]dPQ_z~7%4- N . Ѩy;~\A~]XM-$Q'[֠&Q%m槍YsS#I0+ߦ Y M5g@K x4Mݰ ߀H^JSUX4'}i&AFՄ!c@D4EIc v@Q)jYvN7rm2>.^5 M܀LQS -H3Giam5$a[PjNU~D&i`E=ϣn5)ֳՂ.脡EMa97`C~4Um ޑV'.$4^>YMN .T-pq-6isb@8.\M."}0?2. cjO4/&M@ݔ-:ߊHI,mM1u4poa`4PO55cڄqGu}4\`ܚM`O^L0r/5(-M6O]ON ZPh -=}-ЙO4YPcC~^Ͼ>!^fM!HS 0۲Շ菆p~襓S!ǿK-9݁=چ ~L=a  DPASҠApB"T#1Ċ\)ȅ"$J-]SLh93Bl9_ys%P-BhR $T CZU+֭] Jk"*"aCEȦuvI Hc߃E&(Tb3C5dʔj]MzZ`I;Roh!^@l_ EP"f BGoAoTJ&reխ_ǞB9=WT) B%n*n BDD.B77p"0DҮC?:k%CLM;N~DL#C`2J)ێ<3+eE$LJ!hjv *܀I5T2PPCmŒK2Q3'R2["w#"HPfߨH@ UXgEV[oR<-UW1H4YeE˫# O7*D76AېTrQ0w6pe[F-e]mwwuM=wߏG>`y矇>z駧z>{^y !-,EH`` :VA |x0GZĈqa.i'#Ј/!lcHi/zТH?+I0&̍E]4P9:2PH-FL )6lj"ΏXʄ*V9| U)B"Zsnֽ3^{ъMY8S2j,؄&C@iȁ&Z5hөOzs`̙M=TׯYh{8f;xME/=g봛L}rgo:|Ѳa&>PG-5AOT8@Wo]^bmhl``9q@dCH}-nO4|Ld)A&MmyAMO}7  艷>R6y~w`` ^|^3՞DAEOL@PӾg //6YSy$X k -I.rAG,rĀ@76n% h P{^ICLh(L@hp)@'4Wp. &7  SBAj< 0q 5<@Ċ$.aPК@@d*LFy 夁1}HI(ȶ! @h4^NicE=:q@xDEB* (&AHf D{i%M0XU Ah@2sSH +rN raOC>4:"řm.7pZ-907 20H׶hG -Iڰi'ǀo( %x }z5@$8 $%zόZXAX5L\ ] y$SZ]]]+dWH̅\:m(tZQ͓Yl^6@;fKҚp@F+E T-nwNem(u+y^(F\:-W#[5XS ˷f- oFQЁu|X6еOmɬhW/ͱy` n^?j]EĶa6{H(0ZͰ Adc{9nP -RZrbdƿKAj̙g]q7Ld}RLl.\h}* tH?f 96=I0XSZSbd ̷xpܶ ۟Ȫ2Є@VR.v`50z1γG>sU~ܙ0}Xߙpֺyˍ'r>PVlI"Jb;v( L~ΙD@T$xDOsLU v-3&Z}^:P!E"<'^@HF -7$f]K}럮K-rw [ic߲q@ʙCi)Ĕ/yJ Чճ "0@,;0XW}qUYscJ׾qp8guhug-]t߻տo\AO;/]`yA\Pқބg-ҝzR_Տ}iG> q'}oC!{>܅ػM= B1ϳԛ@W}ߙ_g;OK7{IA7Fc |_{]Gx |0,0t`oӀ|8 H af3tPCW|*X9Cw7,@ 2(thD58(Rw<ERh>H ;aPw,+@0\x / #>5%r4|eGM3qXX ;w0Z8tsufuw}tyCXXG@B9DYFI8yJNP9t&4D4T6IYW*Iؔ[3Oejlٖnpr9aGtyxzv5}(r*ٕEyUWȏ([)4YIgә(dk׌ByƓٚY @#ԨDi=)\)^X i8ٛA' ƉK39Y(ylйޙg9Y6jE=ɞh?yY8:X矃z~ؔ ʠ:`N)lS#~j`Y ).Wz 6j;75)ŵK:fzhlڦnXpZvZrzǶ9_S)㓧_ڨҨM:CG):ْ H>vBG0YSJYz|Ywګd ZD3j{ǫڬ ɺ56ՊQN*Jgs::\ʤ̺)~(j7*\z"ٮ$W)$ٝJ@I54zlڍ:Ȱ.y v ";l:cOXIJ$-2%{Zɹ;{6&+j,\.k=[HsxL;uZJ {ZťhWiر=u٠鴟g'mSl ;zc``oyK ŠDn~,ʨX˷%ĭa\H|j clc{8:ٹ'ֳ4~^f;5`[zjZ uӺ&f+;gYYƛk+)z+D ]듍[F9v[z7Y軗këjQ훮(+> [a OIyWI}^y5~ȾJ \ |\ eFκ Jl܊ydwKI161{98j+äE6d,,6PU|V4U̴3[X<Ƃ*d|N|.VVwyW5p<ZIbLZflߔw ymܫrƐɒy idƪw5,43vXF\uq7ˆS,쿐[Z]Ƶ,HSίٓl8vlQ͏)ΐZ͚4L :X4BK̯|  ]kcz &4 -#ݬ]D̉*ҴVl.-*ݫ,g7Ϳ+Ӥu ?ѹhHlԤ8Ks\ F=v)jX*PxA:Xa=1?lLԓgթd-4VM#oz*ԮZ9v€|a 8-8N ] 8=w]ls3`\6ڼO3'H;hx{>*ׯR۰!8l@=`4bXpMfpfpQsX{]@44}4 0\o-6Fc pQ]=k\gni4PsQUp8m 3EC8#O`CYD#a%==PHp| 0?3A3C^jG.4C8@#Fm w`i`f` :3=4ENj` X ^@@;CpqPS9!½M8WpN^apY3TNT.>iP>ݦ8r^ E^[@i`>~9c;^g. \bpY3QN@d.66c ʍ3@߮ lp0#!E.^\[@3:޼ AcPz^p~ߝo39H@dNe>4>434Z  G#3q/ E/ag雮m# -_N?>#fcd`~b61_5xHAzn d?aO4Ѝ3Ua`\"4?1O8/-3>maad^h>50>ecv =Vܛ_*uo^ Q33E~L/kI?M]%_$">4:}%?~GoR:#Fn?^?P3l3n/6yeA炃@#E7x. -lOSnXp^EnR~4ePa=6>:/5͝3tNcʝ7{ݏ3cL%3oLoSa@<Pgɯ3ZPYnXhc םɏ8nH;6j栟_QkPCC\379x;*> v\==> ZؙULsXu|]#A6e5t~?P@E3M\ixBWE#Ϻ쁪)40<º60`ۂos5Q5`PTP5Q۲`=>`oA`@B|yD6dZ$w-4QQZ:!,EEdH Ai (40@ fˆ "8D#qF \Ç7QȚ^ҢG/3>@ʌ7ѣFJʬ4jƊ9'n$fNJ)B*5dAsMj)X`B֬NL6-WЗkj̥iq*&XIN43N=fDؚozt ӨQFMt֩cM۳s^4oګo]׾]@qg;6̅K:9sۦo]6nw}4ŷ7{uGqVrwyeG] tW}_z2@ʅ)$߅, W}^Hq1螂Mځ 8q)~8]x3s1d2 ]r(HDR.78eRBicx;$ߙ9`:~%ˡx&9b#6) j.>v ݡovٝ!H)ܗQJ`u )k%{ru9G:e™dH#_NTO4CY^$hUVlW+ b%m_eִ8I3@VzoML̂շ4!+QPU. T^KRU@ 鳁N" @72WjR"IG@i:-,+Lp :uGp8# yx!L.3P @9b@2iO2aCB<%sa> lnegҖڍabKϣL'<0,@r ģ<z U^J1HecKծg{Z25?[$ @DlTY 2WrĠ> A94Iի :WOL(k= O8ul#`'Kf_,x#V|+gFb0MK:2YD9#Vsuu1 fKuδ9y- e^h\@P`& 4{n/h4wkUaM EZ\4T@M}a+~GNe՘+>Q+S{3P^t=CX.jl "̙C]c ЋN' m&ΌnZu +D𒛼HKn3 v=gR%l,WL a sHO5 ̥;p;{Cl*̭3ʐؿ'd/;KS;Xxr6O3nO;r+Σ{(#0O}.p &/=eunwg hU9(JЇ>`3ya>K@w=/}V6AMD}9~= R6P4`W7 V'{'SFy ~xw4=E }'.E{q#j8]; {0\Z ''XsCyh\x>̢{q=ȜbA]Zl٘]vJ)tTN:V$wiLMKȜzXȂl4$ܝ\|j-,XZ􈆆5nk-%gȒu\Gʔ8ɭ|x2J˦'[˰˾쑼줐ˬĘXڣ̺̬|7\r(άw?˕Lw<<8ͯlt Z,4Ls7wipCڇ)؇d_cs1P_cMP֘M 0nf@j=0㼆lm vCcYK[׽W}Yn\Fc i[SEa \@s^Nm!\N]~5@gP۠.4q>sԞiڸ.T#a ]⊡Kg֐e0B鍽N.Bsև z h4@5>@ܽ5jP׾ k}ߪ ^5e neNrbGNM.Xn 4i`>YECqֺ=h)qXn|nDu. X|o`a`lcDsbguj/_4^Kj=K@qJ_/!o-l/4.XE.4S}ӭ4)`5.! S6lM A ]d.\nJ[njN#۷>PN=_4=Y?l!Ov0]p XVS)Jo݅NZ^e}u=l ?4^A\t@. a۹^45gp6W>N5O~IUao4 >4-]5>?5-7sAf/~4`ʞ1f55VԢ=nۯOOk8UE^0ӍEaF` ɀB fPsCF5nH%G)ʔ)QIwGП_2f^ G cK (@ *o\t^(uEN:c epser"ڋ6y7~̛A+O A5X¶h#A@P=AػBÑ$02Q+2D i H@.":xN<"QñHRH'4H;2*(,r+L?aMHC" )8iB ujE(.DA$>MjCM$cN1X+uSHlDNR"  + cU*0d-(U+# QEy>uPY.E6YeM"st/+i#tlNA. 0<(XZ*K *L^A ly?M@B +m^A]?5meMo]yS"}$q?< I?p)2@R$")ޘ"<1% *(x#\::-bZ)PEӿT3~$UEٿ 1  a9 .`Ĺ5Oe)1;ֺTmif+@JJd@WLڑ41$TJ{C 6 E?#Z/HA Z oa eYJDHP iM}堔b7H!nEy$.шWPd2.A W$"7 ? 8%f-q$I}yrbJ0ֽ)j?!HDǐȻƈFȆrRJURURt79k_lb5$Td8XV)&qrhE+(߀<,E; 9Lbvy}$ [@dX!3#rJY+z Q* 0֔q<g'p,Ih38V:`Z/ FDP %-P +BL9lW-FBJR)@t6f`|J3ZRbԧ?mA&s9<zF./  2+Z(x4*x"(xj+a\f!$'=D@4`'Iy/<̫4+KY1Ġ*^uYRBʼԕȆ+tvU$A %MXʊTWdMUHZ3-Pu*&thQ#P2f57#͕P~<vIB! -DPåSSv2c~G,Kߥ.OT^B {'?$`%|' S,'N"[jI~ Af%UPzrmyj!T0N](!+=s2Pxos?zi.eP:ft0]N !,E 0`@'L(p`C,0!E#R씱!ŏ+F8"H !L)ҡt\Ih1ȃ4x&D=$dQM[Ȑцw#A;' yiױ^5NɵַjǞI*5 L[*Ъ0) #.ܤqV'VV)W|8̇73vL &C+2d԰5>פ1<9uY?3e=Vxub7\̑7/ ]u{:k׆k-[]W/.Zvl/ڻiu& ![lҧuv^_|Md-F j}sj&{+v`0p\ ި`+Ƈ\C #p<'fc~ Yg%29$f.8#viOFI foɥc`䐠af6fvYy(~x$4ByY܈0&fa"bM)w9hߵivFD9(ҖsH( *jC/j]kV,$J-]{$W%eAQ m-XLIVDSU_%YWVU_m[/UTNt.Y;Y>%KPe1^al.TT1DU\:D CNnFNɜWM"KUP#W6p Dt#Ґ9N3Q%)RWuIXe`-[Q-aBvE dk%Ct]w_Q~.V@0'7G.`_PEC`(!BJ0m D祧ꬷ뭧++pPy1> $ î7/@@j 0Pڀc^_ Q(y?MF6+ LFe4$&Y&d[! 2b Q @FA!;A ή!( L`9 A x2Abe[&:1"( ,7OnCEx8⁑(c\"Y/pʈ:2 .h"p+)/@ pt`QxB@ q|$'IJ(I "(@8s"x锡>$'"alc;)~n)'k4 3g Xf0bjZܚB0CaO~ۦD1} GH=SV" D! ̷̒$$hyK9- @ r̦F7Q.AؐEIlG5~) )Btmns\G"0";Śt';R`4NZ\/Ns'Ďz`](5&@,z Ii/0`,as:iti' $t~e[1,NZ( Hаͳ w8<#A;EOD3؆454@F pׄ@sd"I;SV|!h)thK""t@+"y{ 3;^%F:O\ZlxT_EEa7?5ػ~("7o-7NE0\D87rh[w;y+W`8Iج@MYdF;MNk^NiCߎVL ԆaխyKَ?տ@v{u~HS"<3~ OgFqI1Ȼ[ Txt~g\6ƾ0[x*ƒ"9:"4SnD!\p`@0ĻІf}8 ` / &x]C.| < 'x-{5^öO#fO?Z7rZX5Y ؀8XW<Q؁ "8$<X(*|bEp w/@^O}DHP%4 4cL9^~|` 9 p9E5/_|b\OeIkpV`Yt4TǐE?jȆ AMX6G4-I8gmEt ~s~S{5 fcIYÐ.6~6I8N i:ؐR28ͦ ""Y%&*,ْ%I-0,J@3l9984(B9DYFY0G,NJy;ɔT"j3)PKP`[ >i7 H +\ `5)vyxzQ~VB) 09ْ Tpiiʠ EyٙI=8ٓy 9aٗpͦ  -}0yșʹLY)I : ی MСv]+ &ڛ;k9 ξӼy, ǰL ,ʥνI3}[̻4.W4V+ʀ0PͨI bJ=yk Ǻ Jve;@iMZYVyl[ ؙ ؇AVI8AIǁp "0ɛIZ] (ɣJک̱QV-L&Bp) kϰ hɩ}8ytnȬ :)))ʛ*KC;{L ; 9l +a-@n@ ]N52K)xy-gk6/vյ\{{Iْ]CѵrI,o$Z9<A`h߆Re.ěI9y#߂|wy5cm@YۦY*c ˑo<7Ϯnϔ ] $XA .d%NXE5n#LJ0(QHaɐ)UtHrB/YM9SgC\?XQI>tT’)8ʴ$ > ĀQ]S""aӧ,~-I$Il[]yo*_ij^e2lUB%bç7JS7a ,9dP*kkرe3\V ڠJUA%4 hǭV Y+sIOl;y5AWP QAD0FQT vFMs2u6mS""zsߖ?(`R2`(8V5ӘVUImfVe.,E7$z0.uT; AV֠o ps ~sM/%n-;CLZT+ m*yA0ĔQoWGeMIn*%$GoCcRt3U*x0e`0Ձ*c|KVdj6mJvl:(rI]g ;iU\_:xJ_7 *KTq$HV Ir$ .Pr5jQeZ Wh]6sf 擆=,4Ijԝ q`OER7# V[3$E]>" 'Jj\ 7K^vm #%(ّȢvJT. NEcFr0T16D~tIҔ/bߛ FgDw;{ [A“ӪBt#Ice4ɗ&f\ MhXg42VAP~@e9uKIXFۃ(2&?:(/$ `I>?c8`t˛'*H{ɃK!MT$DH6 4 ux>G:K?+$ PPhɅFI;ὲӫo9QQAoƠy7c>@ Q !B,c*A@;l7ȅ Te(aB)³#o1* +ܪEonQ CCBՁ"ce:55Zy;Ct /,%,'Cr d h[:)8ҝLE ^Tp=2Ehs e8驞yXp D0FIEqEo0 НɄ)\D]4F l,+ (YEuDwc5ZPQe|RɅ lFu+ R% F^L E?ҿ'2È0E  ,WdHoGPFukYRP߀!;=P !I!a!HPJ: !\!"‡ࣆЌ%J,| "i"JJhh"("8LѣSh -8d? 7̉Kt:9Q!`S ܼG3 <ɜ!JꬰN (F ]%  9|P,+t錪p6PHi+- !ϟ# z> ' S *eGc؆|x,-b$^b\#ZfbUb%`a`u܎bX*^(+V0[b)N4^c6nc7~b8-9cc?㤰c@dB.d=PcCߓ'^dH. HE6\AGddNdP;`Q.euc/6eUeHeXZ[YZe^e`]f6`b\>Hf CeeZcfkdfmfnfofpf_fggr2s^gvngw~guefxNZ 7­;`4loUg.@&h5h^haznhhh@hha"*h4gqf%~ViiiiiiOiZi>ݢأ楆{触_~ &`DjqjRNj>k.NP]kck^蹮klY[kū6xNl^lnl⿶pl6确ll̮6e%kZ>ee6i\ µmվX؎ m6nN6fn6^nΈnۭnmHmN]%@i|5]op >ژM@Zqph=5*CgZ@tJtKtLtnmNsMt)tP\3tuS_4tVuXuY/q8uUu[u]vu^RECu۸ھIvfovgi\kWh\綈i'-m5nvNnOqvv svtOuWpwOUeX]yňwՏl_(Hc"/xOx'x-3X2xxw/3(y0S0((qy(x"^87(`(3(y0G 3`,܏1,zhxzz(4Ј44Hy{0葉pW_^ 2(|oȂ2X1P^0zxO Чϗx(o{Hyח 2H{ia{/zp` ztG`8p'yox{zwx'xx{~/~í(}PS,H0L *0x&@.HqbŅf n,&MA-Ќ)`j=D#2#L* Ji,ρb|fⳞY~"8O@QU:PK"p:؛+]FQ97 /.f.͋8.l0ĉMu=xf0HZ rr0 ~ &f*Rr(|Kǚ Q7 cQRyScDсSWu30s1O:SvHdF%l@d &%jؓQ`!FXCi`&jAfqUѥ UY D Uf &LFnd p,Abq7E)LX85`'^rua)ċh`m# =g,cZ@}Qg|>] nP`H,qnz16`GAEĭE[(=Xx@B]*\A*ul6϶9+SEÔ:aȰt^- 1EPSSQ7AeQfTT7d@-,Pѩ-d{i% j78QE˩m77E8BlV-^9'%.He6B2Lq"S4P!kHi D [Ct2Ab8#<)yg-%ybB$ `*ͣx{bKy@]:Q:e'. {S @'4+nHDRhU" 9gS3*HMgoHiZF7nF4;Ƌi| Z{Cs㻰-Lt$&K{D 9e7.tK cJ˂p8W* K0 ~Kj 9#"LR3pA23nH7S-A,o2xBA=9,!LOvJQqfX95vH *yQQf7)@T@:)F0y #%tz/yB N1M0 BtPiTL0Uru]-W:*CV Uh`zՊU%Xz׽խR*`*Vz"XH[0E(c#Xs#9{$aY6Qi V$5`bفP&T@l+r"b{V!BP&uEU`5x`z]RIZ 5_ Kؾ7z+V0@ A* VHlj3` 7X/{*ي .h B.՘f#TYܾ/ \0mhw^^wT,UۘU[_7e+u ,@;wpdxDx0Kxdvc2L+@0aV!sA|1"1 qK qX jm`͚cH׺+|^KzYBݭŕHZR! Mz/pn&[Ά5\:I-n~ʐUv|5_6gYTWIDL^hL醉 @PG0AD nܨFy]p(ↁ_:#`C1ԡQ;v@\><ށes. v!_ؔ{81EW$^/3IS'ȻVxO NC%۷#4_;,Z/} VGO>[> T_81R,+ZgOhK.TbN<UexV7wdW۹ AX%UٕYe1XY;C;Pb-)) ku `yVY @yX bZ f na f&!NdUaD_X mE\M`A̟حרYa)YbZDu]1@ՙɅ5D~UNY9 ݠ;d\( ` @$ dنU]@1-bZ*!+"QwAߢݦVB|JuUX""/b1Aؚrq]9^ Z9h#:$Cfb}"AU֘Ub.V`(@Y1Ա*"CV!Z6".D\bܢ%c!`ED.`3DI+L<`0qܚIm9 ̭b6lA <0fA]ƽ,b0VF($! 6["r N\U%LZ#AL7Uś0DE2]5H.Tt$[ A(C!A@!*߯iY;fu;E\ :@cfImf;H(gYe\r^U-x׎WuI\WW$[A#dzWz]s6!A0B\eU4%AeUe _(cli-rS&3Wwz='vZ>(2yvUADy#Uf'xX-d% [bV#Z lYneh)’c6g hf ӓ>)H),@@!l,E H;X@#*H!b\0G?:I2WH$ɲK+Uf\b͗3G,3M6w&G'yB  ՊjXT=HJ*׫QR{*)V˞ŪjRM-KmXh٪%;׮A ~+wn_T61`Dž`[r yh9v\V+<cթ.hu`Zg^\\ӊI潺p$w⮃Zp]Gr[{Vu~kX[Eֽmўտ+]M߀bgdk%8V*߁\s߂RZ5YQJ| H cEoSU/XA.'d8ل%ds4"aIuK6dr9qcI(V&adA F.u{M5syPR- hD行ŨB6J fR駠WĨZ9ꪬME무֪*j+*l(ͯ",K-ֶZElfm覫znƫ*k;@6+J|@k' 7K%`* 1~$l(,`{dc+ț@& !c <l:*ٌB0Xg\wQi\X0E0]9L d@(Ap"AI" `0P.-#D@JX@LX`A'4yנ.cW# 2݁j/mX$ԁ $(P+]ͺvm|eKRpz6v@gWLp񥧯|@+o_y|POMA* Q{DĎ Ŭ6M 3 *+ٍ̑ GHB`Pƨ0`@1T[yEȺ,j@FP@H+A@A@ ٨G}U.*+.rJoH@IP3,@RggURaY psجb٩f16Ԧ(Wj6+ R5/Z\2ؽ誃@,61#@IxH# +xl#Ȩ,u0!ca T-J3G<1̦6U6! KU ^AnXsQseAvPip =*&@sU,2)oV4&,_D'Jъ̨{)ģ9+QmJ) FnCIj8i0 O3 +xnNԦ> }֘0`ʆeUz`Rه,Wc ZVN "!Yk5W[m5E]%"j[K6|ܤa'KٛOQQZ5UܱNU/R PjTp!ʺނ YT*+$XKu $rBfDH559\ԸF`Kn=RPg[)E,TΆ HB]LMU?-Ժ:AvMROA|E6*u!(os *0H5+eD B1 *'+ZSiSZ+d:;du/C\r K;J XBq nY-(puB*r!QJd yG/OπNv>b A4͙, _R.<,X^Cۄl4"(jVk+%PTA9"@*0ִc?`WT™xЎMj[F*dĶ?,T?z"MmVzٺbLIj?{lu'.(Qϸ7qǶGN(ފStw0]gN8wUws@ЇNHO<;PԧN[JWEu^iM*tDשP jԊ@ВKÓ[H<ҭbc@a U^R\ةrnآJzJ`<}ɔh^: "̟y`.8*^QxJvjN TrꬮNb'e G{u\  yһ* ᕼ8܄Z{lZ EP0;%Јw MBĞ `{kܞI\^@ .L-ޅdd\Iڊ:l >!_AwNp~n],aޅLLꇼt>)ϑ9R!^1LM];=Kx<ߔLQ1SJ\ - ^qg==]q/QfH3 3yH}:%~o8זHOkτ=)ԄoHz(i ^Ā|HG>&p;E/ռ8 ]jR=Xoτ@ێ܄mHůH?gK Hh*KɸsHoBJh^TcJb7xwe J $H5/a) T8BE 1#H J r`NJJ>V,Nρef^Њ E2euP5Gýԭvno^ZvɄ;>苄In@Hz)* 3pCʦC艤Re|cBчN 4G`9 LRZaJ*H (&Xj!Gd3gD`4J`+Fp{K"v9x LѕoNXtL393&{^x`pz!qɄ""[7%rG,$%PӬRZ+K`W-L4+4VSNe]A\ɤ$ӁܵyOD %*xDvu7b* mq5B>1]6eС9ƍ|7" ` (} *_S{68Mp8)G^TBLW`mi- 0Pf 0 6{.N!y^#"yedZ!6`_#~I395ASVy\Y :ZmPb/› &Lxws;*l\.zKu2} "[mx3`oL8), ($Y[6V&6xt?ݯЇy)̪urH #* 3jĔGeQ|%YPgG5A%[+R'6+X>|$C8LIu 态JԊ׻ h\D .9sJVcdYd(=RPԓ p"ʐʐb}fc̓/("R=bzi/q\" >X/-P3?$5A+*" Hp0G-CD&1-jSa<9ł܌go1"=đldG>'ȵ!JX&&S"0 /|aD(x72a?c0r >Nih)*i"%1THL(DRGh3(.+5õ|%f)pm0':MNvlecI`FAfZOH'HuRpɋN耠v0 v-ܩm`j@0j3Q>)+c=!DiC@tނ )FT8r)Z JlP)LCBZ*,Se@ Wԥ/x҂U9|\IpY<} iW <Ȃe4+!m҅6w,.t0=0J5gC[bTS!zʶJb\*{}SQe1刮 4.lEL]xvYrwͮWIƘ Xr`#K B:C:7ֲC*Kja ,PԌ' a.Ή*CKNaHP0] xN|8$0@D:a ¾$'1r'"X!q1Jb$H3Hrc-Ĝcₔy zKRB 9.J }hnTD(5ZCRPFOaCȥ}i1ԣ&uKD-NѪ ;"^C&uKi[ghpiV7}6πldƴl8}@ \g{sEvmn&qVwBu[.7ns^n['x |ߡw~pz+\o-~qg\x=q\#7M!\+gy]r<'9d~s\;y_^s;C'zэ~t<gxҝtG]Ss- [z׽usT~v]Nz dcs{]w{wz]'| Owg|㣞;^|!g^=·^|2zԧgUz}m{^}}{{'~|GEE~|G=}g?(E3y}_a~_g~{ @@,@<3C@l@|@@ @ @ 2?s9@?,A7̵38)\B9C=&TBC@ DADBBFo$fFDDdEqbpPɓDs?st;G|=rG~GApGH<p<ƂkHFHHHHH<>6m՗Z[[C|[DNLl#}]\}\]J=J\B8=̝\5f:/=]M]]]u]30ם]ڭ]۽]5.;^-^=^M^]^m^}^^]]^5^^^ __uX8E XI_5 M ,1 - q]]#$^P ^;/xڍ v*1(1H`Sm )T0e / Tx-(^ }-Ɛb -M NHI,```0-pbQb Q=2,>.pS +|,9] v 詊3᠀a * $ݠ` fn^0']# ".2P.0b4hdC^K4ؐGS2b=  Ꭹyc/ s/ԥZ4tX8iE( f]n8i]5Xc*e8-nzaX#If|4@h^gh ؂Jn n h$Pj3@6-Hj /x䲆vF -n14g Sle"ev , 46U.[a}0jȂ3PV ' H!jm}3o+A5:6f OH(svf13F *^ $}.ohkhb*V..(3pxP{V ~ h褸hu^ 410M{ Vf^U En>6]j<ևt d}׊[>,[>Ȁ'n}HOv bf@#wor>L> ,h,+_FF졸+r h} d2-lR2Ha-8 /x2(=f8>,fEf43Izo 3c*Ak~j-otrXspj,^g|d.lH1g }ksr1XpMr.S>e4P>zp 1fPzsPwpX=Wߪf}81Xa_Xwiև_z@j_d%M/*c/k.G K.fg1*^U,"'.uI.k돯ǐ3vo` c?'SW߄o v]ؖm,8ct-(n F'w߇O ?V.`VOj/{P^hjuߵ&g5Odvu~Vf!f(&> _pg]֟ 5tӅqׇ|]D'1= .ޏ1H]]^ $^ަ/eޮF }ҏlw}?]UrPO]~rW79oޫ~}zG7i^H٥ܭ]N n^/^/c(b „ 2dX!Ĉ'R,`F Ff.f쨱b4ҠIcʔ*Wl%Ș \i&ΜWh'P6)hUZ&χ:!ڜشիEV,+X̙+"òaB@Pڸ]{Dsx)WfܶL}#9x!jm'kzթ%M9Q~XFUKJ[M#ٺ¡%vʗ+K_fn:u)׫2k{<5 -VB{6oCm>|==5[]ц ^~4],;/yJTG;l;V--x,_ъ`"p@FiO`Tng@ELHq!&P)WY)^LejVIoJQ C9UE_wHǞ;|Jt 3 >p4_q̷OkS} w1e`Z<e=T!E ,]+Kֈ@pC>;x=Cg:Z~+V_}" D`\pSj޳YcCTyEP:-;7IL&WUB|C(%TF%-l"*&7Ф ˟ .Fa^~XuaV8C'>FdK:ܭ+[ S-G@(5 Ef(Ǘ/%!*nZT-Ʉf :$+WEďY$DQ!OIUY{‰ dWL$O)`Z""*%i5p" 6q%)uK%uDDG:!1'@Sӌg8"N'l7Gun+2)ϝ̳qϩeE6 x74.&S*ZЅ2-;)ɈR.K2эr(H5͢/ )JSҍbt.})L9z!,E H HhpaN :D)&HF%6DA&Sv)rŒ#U\R&Kk*m2ulETՈY[5*VN6`۬m%Huڻx>X:x`փuJnX2.U` ~lv@t _]uf0cVnR%[/Wp C*eh%';Y_ۇ_>\lWț STY_^Yvj&AfUl/AL%R0=ԁNqd'2QRC%PI=eQn"=*NZZRjfEZ9d P!{FlЦTijQ[mD&d-A4- J}lɒ솊Iٶֻ۬֋oJoJPA:0EG,W#|G A4,2DE#@M~DJ *m ir;PH,DKżlXgł= e@^pJ_kL0H2P`'$,PGP2}<7{pvvp[G.W.D $dAEJ +tѝtl.0rJy2y,<ܚV +ZVX/Lă^2m06|m Ř@ApE(Om5 *j vh!HG~,dHVՂLU"ЖX`G\1AA͇a Kq_S9` t8mr" eGzÁ<ךX փ0зNk)VAH'h:>A(@>hfa6Ep 82чhݨ>4VY@Ax8 }@'j-%l CUq>@}xBܑϾ ES-ʌEzav?_fp?[BY2~7IulZ?K&W5~}̇3}iF~Vv4w$643{t\X#BăUA<hu*2#,=( %xXV+/(1HHP+P#W1h!eHЂ2)Q9:u'/pJHAJ  3ᆅ2`chSH.QxO+H8=Ӂ1ĂI8<1,hv8<H83C8̀1\: zp aAOHA2h[V ̰  w@r`8P󀅸ъ!CD0Q_ @7XH~p p[ ZH(H 0ֈ QH<HcX \8!xVVHlb*q 9`0 k/Q 1D@ϥ Y=(qJ91 1HN H" 7 H K)p% hhP y9 %9H3L}$1cI*Wɇ`{Hȑ X'㨉2Y++@i0֕Q79u* ac D8؁XQN dGAzi&yH )FҏЂ @<823`t%I= a{Q̀ y33`% ָJZxŜ]ߨ&˙/+Ú YQB+(9@8Xh&yJS8oI+c jD iJ ()`Y=iF4і#^I6c7 r\?9;e؂;I 8*)^!+A`͙=o(|؂s:i bϷGE=9z83{=*ac{1ۈ>3KKpsF OІH(pP놿0X+ -L` Ϫ 7!|&a={ ]+Z y<ܗo/3O?9 bƬ<.X&tdvB&(PB(2vRK)#.9uO@%ZhN(˩ieI;5``\.4`a.)CGp=Z]W8exqTcujjү ]H 亪SԬq*>8圀{%aaO  tkϤ;j慏L$x\ o?],ϳs'ʬ8Q%t*L~YvʁfN( Ej-ϧ_߸}?1sr23@뎴(p>*`ЧBB( ;CCqD7,DSTqE[tE_qFko111"qH"4H$TrI&tI*J,ryQJ0rL24L4r t315sN:s7)N@tPBSO BuQH#-P=M6tSN;4NJ1ž4OM?UuUV[=2TJdUZka(\{WNw'`]KcqXfRYhͲYjZlv[6o 7\MsPJrdtkur}W\sW^~_x` 6`Vxava#xb+dxc;XsߏK6IFR[veӸObfsyg{gzh6hVziIei6ijzkkvyf6fTV{폏KmnmSwnq&;p 7pWۗU^q|rʫr3|s7>sC]G7tSn?Wů`6NwY z~xݻx.=yw̗~zU\lz/{×|Ovu}Q:meC\[ x@| d`@FP`Q@ 6k`=~P:7 ! r+-t`l,[a q=ܡb@QKdb5">QSbxE[N D FcTx[A:"KsLxǣ{cR@?G 9y` HHFR$Y)zcB$CV鱓NDvI)p3(Éҕ$,iyK\~dd.}K`B li]SK2ÖcIf3i1L)B#5c=2۲&<ν1fٴvSs()O|Sg?9?w60~UP,,#hQޓx?d:+Q#%iI3LT{hRit-)hQ5N]wOkVT aHRwڝc'%3z?p~Uc%kYzV9Z 3qk]zax WN6,FV3Velc<>Vl:Yf@lgWY*M]*RaUw4m3U3ȯM@XڲmnyOFҷ%nq{\3`SE.cA\21dǷ"ʭ͔0`c%mQWP7I<Ӈ|@!oC̐Ez;Y9ČA yP`D 'NL(fd^~3;Q~rckHpH ,C<8+ k>s2-p,C”ChCܓ=)d*X (қTH؉ (eX X> 9+dDSоKa t9;4=4;ƝßB3 ,2-P<t{Љ+|D>+p;`BDcH,HX(E;=;}ĹP I=&@S@W [+=?S?31%|ǜâH=kI(sZn=Ļ>um 5< CS,. 䉐{GJ瘀Tԉ,8:H츜SE|zD}TMLm8 AHxʺ1;2Tl #4LB'0@@½IxGsk8bǝ7\Ƕ 1hC, B(2XLDs>fK.P/L ˤȭs>YÂG,mHHDL3Hξ侔c$保ƶk͜ ʅ?- ?-Ͷ+|m|› vÝXLk4@DžO=Ӌ@LǞB8S>8pHNJȂKGfID$rfTE380pk P,H lT2POC̉cHԿIOIȿ4C$ؿw|ՃO10p;JS@G,ОX.= 1T10'J \ HӅ`S+MJNk+ eD$sd>V`[_ Q]00[C.Bȯ$ސ,H^s_ Yu(9ݹ%͉5ߣ˰c[@u]xΉ6e\68 pdd&-Y h'b"[eٽ[fg軽?VVڅ`/i@&`uc"hɕvdZh& Vp⣮%aT޴ fXcgcxu&fHcxX%hh Gl6Ѹ1%.Q"x(j@ޙ[u`N] @ve@YXlH>g@8+jvΔvNhΉ֦kf'Ff[잀g0l]5#Xzk\sѐȔXta87jnncQSmk-fY $.B!,E H 섰Av8"B)bȑ;F(ɒ(S'B&@B7PQPd Iy+y'2Z4@b'BXЁ9Kw1뽢/9AoNA0Z]*=fD6@t.@MX 1A)31@Aro #B X]6ЁjWb lP,pk+½07Pp|IwDj@oVxcֲDf0U ߿8&!E2\E>sD\6[ x%N \AaR1H:I I+̊}$ "]sƊÃI `G.L9VGBL|,gI˛Ɏ" `al 5DҾ,'r d"!>@:89A_4 ֶ3.&2J i3jvS$ZҸ$\c~%LخJ|BPjk&MJ,`@# HG+H>zQeɆ4y$Υ$ͩNwzĈicBᱛj?RFAT$)=HV.. jGœ1`:r/[,Mg7(v4`.J׺E(X(~-"ҪHWLKɽ`W:B+BcL|q} [8ͶN x"\"SjW;!+P23htH6;Ⴓ5$IJ!Zh̷`UB깶3b .hK"0`dxK/Jb}?σu:kk0=r0]L7Q @dk-'4F\"nT5 nara[JT염4B U7h ) A}xK z05Ϫ;r(%·s䈄G4Xkaڐ6$]T~b"X(l> J8 0͒B XMف|2$6;"o-ܬ*p84|R:V"-U#\"Wd}̀e)lD5*bPUd:Uf?XݵMmβSlc{vHU#kpϺk9zۛh󾷾~N_h^/u3xN.[ϸM-XCm ŭu4e`;).F$ yxfA/p~UJGtx `_ܜu: r1*&Bꎠ^;`MY@s  #fuf `Bza/BGhO‡uHy_)\0 v7a><0y‰vx2-6aIh-. Q)dJץH3\H 9x6WsgVd MTp(Eȋ Ќ!E,!Ў Ha1AX(Xhȍq!P8׌HIAY野pY`*i5) Q(%P7y)ã  yEAq3J%@)c9Ly8:Y9I1 HPސhRǀ(1DtF5(8Q%* ې|X o8i_Y%v(.yˀCYgYȚQ&9J4@J\6%W))p F*4 qڢ)< 1%!ihA"y͈HЌ `-y9֢ۙ*( 4 ;`!P ( q4"Z|dQ6_PҹG9AgYY9qlh- Xy!2n>8)Ёʰ0% sd& 针IZ !Q9IRڇG都va hhX-3Z i A"MSћ%A84*丨"'\Z-: tO^zO "Sf>yMCӬS I)㠈xaAs:9*) s jJb %y /-,-)1 KPI- . "nzI- y,Jpi) ە ,1+)QKZjI"80n4` os5H(YYIJ~.Ao5 Q7_KQp2vSC qbYGZJ(yʀt((ڳ)c7*[+pIh%ܩco@ь~s9aG~ kj H{Pp @ ܰ[1DH YZ69G8g Q693ۼY&ˢp%H@\K ˖:p8%<9YSXPٌyK:)jy W>YqKYIg)9 jQHg 8I9`GKmYICzaP\\ȉ5:Gy Z8 %9l;`,<POʷ̒l7  ZH<96+C|Q~HY"Qs &>S|&|ܢ#Ij\L/jgi9QTi^6N 3Z˒\:qCʿ"vH٫` qƥI iʦ!VJ``KpTYY&љ[AJydAOKM, vbky"uZk)g$]Lql{k̐{+>J9< یO q⩩9н La|AŌMs;$|aY}M> zb5)tI͠&>a9AC s#)\mJIC٬mj;4Iޒ¿%}mn>)P/[F !-$Ee(*f- d+E-N$.RD`[VHR*_.2N3~74vਗX>>M 6C#. wJNPoLT^V~XZ\^`b> 5d~4AMIbNn܂r~xz|~qm">^f^芾A aN+閮鴌՚.̼ѝ~n^~ꨞꪾKBN^n~nt.8$rWk^Ȟ2+1~h@Bz"/4;?܆J+EfKNv7d XcVn?lr?}.ttْFOg>Ix@ydv0SFaP rc2͜j[er KyׯJ$@Po'; * p1f@nk&m`qpĎ7D -hK伺K ;Y'lsd r6Bwŏ7Cn9 <{15)-;(b#S6m SKK4 #22bk+} N'n9 IHF 8n:5/.)`4Ht4%U.MĠ8쌂C[@.@P^x7M6=9惁zbʸTHr,qd f$SUuս6#*!-Z3" PpZ Ss, $HfUO% A eMȉ;h+D0&7U$ H:쌈q=TGQdAEt҃R8>mY,V̄R쒱,*VY p \ 0 kdb"9/׎Z, pl7L!pRSkogkYvt<) 2~i`N ,z ɋ*M;2 #? z0/-OUm/8*-fIנ:#.;թ`nfMUjK b ,f"C8 [nj5o 6Q8!=:9'w"G<j*Z y7|͋'/w:&Yyl/{ /< <$)ЀM$ ;,#@. T/}U3IWU āDaDCUA`y*B~8DQ!WD#qMLE*q ZDJwEC! 3hOvF#EcBaF6"% !cx$@@ @DX@ )$BDCF @(%IE+ O6)t1"H ! `<⊏Ft;bp~VtD%jK.W2Z((;"AЀ0 Pw3,8@lHYMbf>!'BPYT@r_#eGcQcNV*3TXo e\؅C7Bb8#dx[FhH6 okphb8v6qxxx1h~6Xy{hn冐X٥÷ ufc1^4@qxX2ȅ66f71HЋ8x2 ʸ،(7 G8K|Qsr(h1 @2 91?8 M< {00tPTs0hT1 I2Hp F`oH  ȎL= i63SC :?{@3*@ق3%]E )πy #pQIxqD(fP - 1]ric1=OeD;SAt27sǁ4З1З4PS2 6PhPSY& (pjUc,AfS`$@ I `KP @ 1 cY)%9gDv8ae @@ pL`sy  p % R]XGi  ` FSNeA0 ,Iڷ0 g@Вz7-EC@1չ1ؙe0's4`S^a:@> K ] F9H ɟH *6 ' = 'A5F4) C ՘ bY59UM%0ihXEP++QBS8 / Âm#pk8܋Ď+áUF@O0\-LĄp6p h\43Nb<)cUohjd@=\f0k.%MX M o h6 { €2=Ep=9Ip-DI2p2p5;033NM22I֮3r-t#EՒ'TӍfjf=6R INU+3cݿ@Tb?766F-2 Ó=3$׶ux=7דH ؄mϲ<6M̽Pm-3pՆK׽eWژ}gR;P.0ͬTm֡W3`xI٧;F} 2ُp{P30k}}lgWI*{oOdžܻ6y-:2p5=A=@rR'p@T}5՟-P81}5o `°8փ p1[~^rMQSn3 0 M}j^~. O11-0\<>E-050-35 1>\FA˘{VMJ}^3NEo-gc׮5gyvlNJݓ w=y$ p112P0 킞`՘5 ʘ`WȪ.ֳ>LlI]1V=k3Г}^23p.G^?2-pݐW=྾%oɚ(ݡ@̮^!CM6 1A/^`z^564Oٖ`~^u V-zE`1'&9B4V}ٙ M dۓNC.n`u;`" }GGpݧ2Fِ%%;p2Y]V 3GP7]۴.3a/w:ȭΟ~nu5"?r}F.?F-_ /މkI`LXD`+^kkِ_ߵE$X0TA .dC%NXE4nG!E$YGA)Ud%FEUJPIT?37">EIgP7t&"Ir P7( '٢;VRKjLqΥ[nœyKUޝX`"60X1É7dȎ'e9->$iQkӨ #I*o֜sδ1LMo[ₕЊ<>@Ա[=*Vt Vp6  {~}o}Cn@ h9 )#&@ 3԰?BK4DSnC[PDQ`LEsqGMtG K@4 qI&tɆrJ:T)BQJK0sL24L+e8"`dK*PN8:N=Aϗl l" B&f0&p? 4( :E0(AFؤE{(=,NHdؐrxjU7Ɇ L0"c%Ʀ?@!PCJ?Mix >"V,LWUuՍ a+eJu… JE (2 + K/Y&@ @-TW "u#W.&ZZѻ gúpEk5nx[=W -v =0tAx)X"'+B{"و/Cd(oE[ !y lepr8=$DPa{F"̠b [ "Z!≰#2HB" '@,Ra=b4[08,p+6VacJHJF/dP((FF"|@kM?"غyc8#ij 9ȖۛP<" Wn*m[, 9"^^r0St> wMBF-\j rAǻ I(hY'!h5u\:hikH`GvM-EA/׏0T$A-ζQnq{* - OvWmiTtI2N(Ru}K>Y (c 8n F3w|48GC4' yf@>exN mZbA'$5﹎uP}8( jダO h󞓦6Ddp2Px Pf,$N@>J$ L`5 R'V7h.1x{\  *Taz|0"#"z̀ev< _]$MoQ8q%#}X7=`4:#!w0Htk𗁕dIa3_ 2x?#5 : >,{8Vہih oc=ܳ \@9@a`<> =A8[@ހ:<8A?>u=[@f/$!&9$ #$زYzJgC, 3d/㛮PKKJa$.Q$,K¤<y Y9L|LZGY?PiLL4ČB!LM2K-A$MlM .6YGK,LۤXBd!KAMMZrL\N$NNNNdNN Őđ-nIOlO|Ok) ЀO(TON%P,$PP]P,O lP P`P P*P'P5 =Q&MQ# mQ]AyQŕyJ MhG8 !%]R'nA%}mN̑,RSQ/ S1M0S3=S3Q+]SR4e06cӻlR9RM5S=7}S1%S?JA-ԑSC<-D=L%8FT lTK,%PSO5 & (UTMUmT OXeUWZg)S]US_ VaVb5,D-VdYMVfcmVhViVE)%փ(kğMVUA[TS=WwUEVrWzE}WW}W~MeSW0WLsWW=XmXN}XؐlV$`}L)UPXh~vUXuE#Y}YѕY6YWu؜Y0Y ZO-{ڋ.=YZ٩%)EZ}ԍ֬ZE}W[-Z]ۊZd[=U[E[e4%U@[[[5Ψ \au[=ܗ5X])IYsN t܁ [%׫S\ ݅E-]M]] !TQ=x]ieK=ƽb]7=] ^ \=4\VmO:E^^^)܊^ŕbRQ^-2_M_E]]__Zz„_._>_@_F^[u_>`]>Ӫ5&)6`3``/]Q_&R>a>&~jIagV5`Xaaaa!bj`>b` ELR$t_ TkT `)b,JeW"S ceb2>c4Nc5^c6nc yc8フc:nO*w5U;NQ?NGd "EccGdJdK e;LO=NeR.E"^ aPn$eۄ`WibkAeS.Z^8bdqffܙinXiiK[^iGi nLwvjjVFUF㬮jjj΋eYjTҡޱ`0 u>V鶞kk..köM^lǮgmls٬m~슪Oy6n0?lmKl:%em͚^FރhimimݞmmmQ n>۾mZnnn~&nfOnnnn`go.o>ogHo^oFoono2p/p?pOp_p۶L(m  υ O  p. 7 ?o9Ȅji+n& pj p9+>r$Or%_#'oVǀ&oI0-ri"'O X 8s87Mwp^soGs@iH^s@ActWHDUmiq=WI?_toXO?Bt^XSr0ouWuXn xLo Cn%n#LЁn `po$obxu/cV؄cqXτWPnρg ( smoBG=onh!Bτ 7Doit^h!ffX㖆+N(uP_tUHyuygPrLvn'+n x _ny.fOHzhc0ih%5oo']_0ww9uGLr9s/(nN_2/U&PqOt =i N ޾B=_Rnsb|?y@%HB=tBy"oJpnPy'#bL &fLv_V5v>`hLbh~_ npveO~w ~oOp_ 2'*dZ򩘎 "h6r1@W\pGY2BylIi?Ze&ΛKJ8d$VΠBx NMp.PAZX 괫t͕a ֎U /o֮&zʜ1PڍwBf]4x[a^jv+ jk:a Sȹ5زgӮm6*x{w@|@"H|Y %b{ 0Bi5I_G* x{q na 4F1ӌt1#D+ ҄+ѽTK O!AeLr܂%ؔSO U^XՕ7kP L 4܃%c-N⅙W%@Kb 48R&A CNdP%XkcBgX Lpy]mψm^[>3EN:~0@lU/qEFtT {L/:jZ= L:T%X{1 ҕyxNKx.\7%BoPNEV,D)0k 0/zXBPZl f] OC9s.rdC3G8kH{=tԕtfD&,I6sW4*]{] Ev(\9:XH>P!o+ q&#Zъ&i0$+JT9`D DH(Vdc!^9R9p_{J36uFbtňS xٝV; vhCV2Pda8lH62F{§=me7xD>@"Mt^@ }á3rԣ )Ze⓶d)c L:p7%xwYYt IЄ&,2aBpp(;YA1[x@E6l6l"ڄtAPi/% Lb#%H(̞ _kѝ^N;hm1x vg8YH"c"##DGfV d֎u 3kx,2ѯqoJp$J*Fyuhj ZELQoS6b #jji LTn dh h$C&udNJ+0AD*l5]]IbKH= Pdi +wMf0 :P1c! p!c(HђF3iMs.tQԦ>5 TayE-DӺֶ5qB(ht]0PAR1BvMgqemsv-nWk A %9~7o<6Hl p}lTp! $np  ٗqǭs8O +hsS @dS661m#h d[(ͥ {#: Hx@vz?>A.ο/ @|sמع}+؀}aO>/{ DX> //!Q\ `&\5-٥џ^ f`d @% [)\JZ ^ @Y[ЁݎAaRi^N!R: "a~!=aU!~!"!ơ!֡!! !!  "!!""6#>b @@! ,EEH HȰÇv(ؠbŇ#jȱǏ CLi&S\92Å,c"4bR7mfO=t0TgN9(UJtPL6}NLVZtPAJ-TզXԬسS +QiêՋ(P{JŚ‚V\mԱ[GvרX^'[;n_*׸c!ּƥWvɒ+سg̮ޅvӹs:N;-[R8B/uѣ?w;RK::gUsey&xL2e*eDb~gJn)L"Xde |!蠄j衇{裐餔V@颛fi*Exjjj:j6:)ʨڊhjI 찊j&6:Vkf,j{-m6z꭬u+kv^FX@'JXP ۀxbfC:w ,2X I.,nt -On+ "K(;SL7PG#W[.pXpELg|vP =pLtеpg WdmA] E0M 0^D"2v[d׀v'\RVꬷv`6"P`B3rg7"pD@ w~A*щLX ]S0 v]חߧhc@A#t30 SfPXD;J2k@u wd=|bzH6@؉5t]:1Y$a"@c}!H"~@Ե  F01"57D+Ix=e"NfUiK؈t`~tOTHB [@'"̻+A(ַ1#Vaz5Th?lPzE t` $1IVdb#D9(bS[T3$Ч\P K]6|FdЉPd}#xEp^|AZvYO;Z ihNYr;Mc:h@Lr5&O"m x0 mi$PS w! 4B1akjM~SZN[XO:P}\v٤AUh%dO <-­[ZpjZs"*WiHm?,0Mb?R2GP; ͬf謵JMfGKҚALֺO:yYrٰƚj=މrqDkKcbzZv`+.iDq]A JQ2!EҦ=&*,`1@ ٵIAf@5 ӶGqrM`R ox۵H]+R {)b  Ơu`x(/hhK; /vnLbfcp( T0(h=П@a$<36־x"(=@x+Eث:xγ\wS]䱥mvt4(`ltr"J @2-o/pl04 NhcfWj$}:JWh|2 L|2kZZ-qF?_lǧN2 [ЁPxϤ(Q$ 2%9'VOPA n U`O$8!; @s{9_Ipk@4WW2 6SnHt4]eh%P+|u97 M |Jd' ",⳨Ι[P-JD4Oʯ{SرNԪv=ZmNQ8!޿'vӄO A`񐏼|?GO"rW"x'Op=kjOSO~jeHxQUuPG8"`yCu!Nە"D TXAOЂchA|2E{H6c+ xmg*F B09P@,Pp(6<p,~ .2K}R*`QX3ł)wOB40:)r'B͇_@ JhEP`0$@BP8 KpF%(%0Wg/Ȕ TC ׵y4   Asr*+ )艂`0 BF 0 b0  B(&^p:-Plb-bX,`(*'~bߧBxXkN V.,`JAh@ x#Xy; 0&iS),h%`AxǏy;|v(鄃| U) VEXH O O*"'^p-j('q';9h9( 1{8 'XX@@ShH([ȖE_哠9z&C,'*Jw 41 07()9@%^L M؁ו)>=Є"P1X6`HEPHf1'Pk(b004[SI%P0%@+78NX (^9`XF HOО94Z64)@vJ@(j&tY3,xfP \)+4}QL35y)]MhJ-%5F# !@_h+F"@@Ȃ7wm5|2 =Y(2}~*xꞪhg jL*((zw^x+(5תZz V:z$zºxK4*2Qv VJy 6xꬥh婗*(mZ蚮6 u -P:Z 0p f5pP8`r< 4@̢pI,r8+5p<5ӱ+R#Uq.IE0bf0[- *8c+~z(208,84)P3д{ 3PRK25(K\U2 'RO x\bXf'Y+F"2,&J: c+RVV;.[굳t-p'U*&l p]ܓ7hV1[62`뱚;~"LK{C{ow'(>Ef[cp{@ {'; p.2Ox[.vr;RH '?*&8( [5p@E>P yK\H"#.K[3p'Z"('e".E~{pkǒϗ u˽*Ÿ$m:j'xr@ 6Y&{7MdW~ǚVՉ={5Ef:PPQ|(.aйn'*Єf';02P~/;qM.<]|' P b8<4'>5?/:cG)GoFo^CsRVJ)2A_+TL/# Jֱw%>N['>P;Kr*>`REh8.f>8i_CC}H\ĩ1 ērrŽ(*;<ʢb.:~(bK[\檳lNg,|RwѪ'?ЦYl@t]pԏ*[Db6O",HN{7:I $Xp`'QÇ5f$)X Ј@HA f0hB8A>~%rF?LjQI.eSQNZ`XQ#Ej xEb棠Cgd@cm *;܀ls ىcaP"mP0\D@ l yEى%H[6vle'^qɕ/gsѻ&٥&.;#EfD56S]$}DpPH!:H(b@22pC;î.D? DO*P$c#(K贁;>㏏,BOZp%hɁʠɁHHKKqL24L47`HSC@$z GLAVz"$ x",zсxEv  !@.aI3 zUXcuVI`Zτ&ZkAdhZd :)`AI @+Od vlt Ih!&`Ʒrʯ$e-hG\vaHsx` q4?O@,e65$2D"DL;$vqSVl`MK_РvVVzivZ;Pm 6юމ sj{n ɠRs,$&9H^Rd'oJR$e)QITRġGVR@"MyK\ZrsT֘ # -$f1-@ 1J@$wy>PQ^MSZ8yNtg;N唳{g=Y]SO:e> 깇T>eA-OyR )Cn3EMzRAfThRٰKRp4;iO}SUC%jQASTKej aiTFjUzUYR[jWEujTc6)Vj{,H:?˽c ЀTUok_ :URP&V4,agXFVd){YfV}e9YYӭ%Xᦋemkx(Z.km{52)n} GoZE,;\&-^\367ХnsfWÕ?kCRR%oy{^UHF&T22Z.b\|Vb Nf0S H\)|a gX~aX#݃I"dѣ'0Q4Xuů)&7X;&)c A&-\dFd(GYl8Ѯ[rƪ0v]&s?,ӗ5a쿇V 5C3\YЃ*٫gD':TegDCZ649+}i΍t!)I:x*3+f+֚WjX:t/\YScu}m 9&v'lc'{VkhG~dYͿQ2[;,mp3Z=XmVwnx[}o|[N w7زYJK kP9xbP=I\ ]Z_w+gʳ ȱ sS!~'[ uY#;l5쬧=b_0@V{2~l{}Wr'u x0^< ?V^Ptriٓfڂ]G= s[{5?6}avF_|Gj?u4Ȏ__[?~ڏ_^?0kn[9Uu6,C@ D-0B4C`DH=* ^u>m̔JuPmጔad@։BefeBtwb/j.'/H#W]*دmky7fCTJMJWtß3N47M2Ri,M޴NSu[BDNKB$N\קh&0mCltTG}GJ ;Hߦd[|4HK{Ea>aZb1eHjMVeQaPQ|5GK8ǥLX\hNɰn4hwF4U؟}G5W^YvC"5D74hɖW73"42] 7e.-pCVE\T5O7ڟߥC,ibB}Q(PwUnnKDcobBU]"_1a$XJxBrkl`,^|M,C.k&6%gDCYjds8̎Eo|s>S^DGDZNDq@+/KP],I^n\KXuZds+t=$4OMNW;f$%%Es-T;LdAuYE7InDF@jEJWOWgLvbC/(4\f4NÒd[E<1eVJX 0v0ovpwqwrvr?w(nvpgwo7sopvwo)zor}sw(#dꉦ3qjī *//y0Opo7hxgv(*PypgyGysy7}wpwxz}7'w(Xs `A㠩(zᱹyB76DgwW{oqmG_W|B@v/v?zDȏo{w{o|owA0 H|s׀77QKwwٴ"}Ȇσ)7@-wx{ngz7w{O|8hwnw7x(XA(|xw*h+~_wy{Adp`AAmP) ZJ!A_p7SLyO"ET獕^Za2+[V$e<U)T&RDZySjK.-&լZrɲ+ذb6(k,ڴjײm[\iM|ɻ/T# rDPX\L*{dfl_'2{#DxeJ,0`,JA B!T.M7Q潏_ӝYrsKEj7s޶q &W}LG " R )9%N_RqIMVGKџHSUEGLaRG!Vc#A \Ey$GngW"`\pAY\@yIgtG\"VAE^ fqD%eQ puҩ@" |&qn$%efQp`%| gAw&F1AɦEIwjTHo.)vjWpL[jlz"aELx XAZkIAIF%4%I[RD4QlII%R:HKaC{/R$ ר1mL"m`!I$\@IA! DniAoy<ʑ1B)Q1|itTj,0`וxI%/mL0M,52(\+U=.WY1EL(MM*M%.:aEgk9睃Z tshAEӳXǭ>'I)z)owCwz\2ev^n±妳G[7)j_d)D+V.(ZPX)SI((a~H 6Œk T L)͒ SU,DT. +Iv_p]:_@ &ֈ _ȥE4 V∥yMh35БS9لN2rTgtz`K Ea%/~'ْ2*iUڟ1UF")I#gUB]|)LʙkVa :* egN\1>i%{qOʩ}t@! !.y,r8Z&]#쨽gUywCFʾ2򳘛J)Oj EXPI(h K( ֭ҏN KGYKR[m]EcZUҴ5i 7v~qM="۞ ۟ Mmg$vn{#tmj͊*X $ MEp> `/ |'XVҷo>|~M.4u`C +03aG0C,&>1BSbə+~1c,x61sx{,!Y(%3N~2 )S9ǂ!,EHP`"0Ç B0aE'NǏ CRbF O `˗)IM4əsHuPR> 6A3O 9hP>:ȣTxTaցL"E@Nbb*l\P|(ݪE7SNϲ0\ŤJORU*欝'me|lAƁE:)kJٶnI ]lvYφyKc?(h֍nܗ'~]vȳٯS+wbѶcu%PTQE6PYlSxQjmh`e[rxQX_6xVt hVq-RT##{Y_u#A=<]YUA-!Y~eM%X.D`v`&mЖ*uE e&xBtA]vgZJ:HPFLmA(n`sE϶D7J(^, @9ڬdD @X%y/.tEYDPݡ0A@0t#Co~C2 HBY@10t;+ZL-3 3C dkR`2 C y |O j5|:p6O e jZއ!`D@poAlYb1J.z O>C#BBC |D@2oL"v0`Y @пma@eygÙ B8ہd: ' R.@u@&=\mmsTTip1!.!yeCb"qD"l!1,:J0D)W/' "#C8INpjD"dX,H XvDd[r Ԣ"!І::8BlFQhT(!͍!m*\ĕ&J!DA5΄Ex- rLq#qԦocVtb1,%Ԯ*C@"Ai ͏pCaqaUo-<@rLBB&}$+E53BdFRMR:TP7zEPt!Vb@b .ZoH[Bb%,u^ ВgtTX%Ab c\ [֔C3\䏒tK\n&o#@ZE@u1t*Z275+@u pAErI&T2o 0Cna) zQ\Vpm6+vQ jabPg ~N85P J@Y `yyٛٔ Pmv*|Ӛi@:P0ؙٛڹ (ʩڰK`@Lp k k ɝٟy z&ik0 J 7 9: y |39  J / /:+J` l 6j9@< kO":y$z/k` p kp ;Jf  kJ@PGx)SkÉע  uf*7p0뉟xJ zidh+ 0+@JKIJ]`9@lK *jsR )Z:ɨJp쩦J7ڬʫJ`t: ,zs_zk p `*@I -@@:AhCУО * L@O*)j J ڳk[A>ʚꫫ ERZ`[]")YTFTy jښyL۵ /a[6(Y:ɷj 隺9YxE*%Wx' GxKEpi`2v50 YDSpr 5*%up8[> &jk/+-2&3bI'RBOҼ" 30Y/lS 3!3Yr(3(mUPqr;U+VQAE ؖ"p%{.K1f&{ u$+ ;08P+ II;@rS' I),u.&N [P!\Ac7'pr('p[VӋ Mg<3|(70IP`NgPYŠHm}IWKól'wjGPI/=w<63'p(3(>ɉLi+AѻzU IŽb(!3L ;-Ɯ.ԁtҼdI`2^ Ip 1@ьj"jF78P,;7[;[ B80R+ˡ!\|In:l:3YLm2Aj"pч1>mU$ \Y2+ҽQ%=L5aQ jc΅J#:hNv9`=bmg=q1hN-["v^mºf t׀1]M(fτ}/'*Q؄-0͐Mhvh-2]-]]H BRJ'0h# Jڮ}/*(0j]N]rM/D=ͪ:}+w}}Lܜ=] dn ?SB s(} ?1G@?1=](ҾB4 @,[Θ@9N@݌r(T frk>M/;ˍb;,E*DDgB~6>\[B+!]E4z4 =MBqsĂD(W )^vg"Z(@%rɸT"#NBa9Z(C@PH>X5 k Of~&-n3M~1TC@G}?@!puw=N7UΨnr .0P3hBE~{$ 㗮fŠ&0uZa/aQrR霉 *$NE>0LlT%P A8QwQ]7>W .->N(l-8}N/.nR[k*%.~nPJ:!)+XiOӍÐуѸDsZNc,Q-x5ܲhdbvNjf*=BX݇-H>O'Gz^80nB -rK; >`ΫlODŠ.#qrѻ,eklx)h$ޫN,+?mNܻ˜Hӷ) gz9oS퓜*˿GG"ѯŘ0 qC"cO1l'n#ѣTͫ)͢Ѽ%S!7Ӭ˻k8M= _ݽ ;`߲/BG? E $X AI ,"iNXE5nG!E$Yr`dyQ"@PpO0[<A o $q|͌AĚ+((sS5"H RA|d8a&fco")C'. {B%IֹtG6Ill1QJIna!zၯgw<<u1AbodQswZ_0~3 *ƚW ΓpB +Bl@ [`.(m tꋡhMh"(BL*JC,W(菡`I(2ʥ)Y!Ah 0Pq V誨>qR(>@ƁhO,P+p.aEtJ´,+RLY˴##:̉\6jo 0RORHk"v&HGB.1ZO5XdG6`#b7 &HLZ ܂U"=6]uۅ:h Zl!}/7_] 6` #N "vxb+.i-Ψ_;FaGi=SN e1EA͔ZƔekBAc{g2hVڻ0 yiV^!%zkKbd<6l;~vm;PSn3%eio #FZp)/@hVq#|r+r3q;sC/sK7t1K}uփ.Fce @gt^T `7pȍOy裗~z꫷z~{-G{?|+w>}G}~1~??_uPN&0u(p)< ǼQc⻟4XA}0; *DBPw 5BP3a m5P;rC A{C}"xn8AH|"pdM]x$K xF4* idcF8QD3Q{cG@Rv$crk5 )bP4X")yJJ,#9ɔy$eSrx*]JXe-myK\RdeE,K`6ƒ`r`0iX/emS S@r}t4q3qMg9ͩ9dRdg;Nxsg=b3ZgɩOp1f' J)O,hE3fQAhG=QT{HMzRFF)54\Nq0u3iJKMT;iO6SU)PzT&UKeVԦiTTcR<6Gb\ӱoeXVϭak\%PU{+׾N,}'a C%L1`C*K=`֕4Z;Ẕ4ahM ў6$TmRZVJ[[I-:r'x{O!]|h˝v }b:ٿ.+R~} c+^JK!#Wf/btbEK_VEf|0un\ 7UШ(1]0DD)P;қvW9iiԣ&u%<a.iU~ LXgRu3\NJah[^'u͖vCj3&mj۪5۶k; X܀1;lnQw,|no[ֲ'~&x7p5M\j% {;uq xoFr<(W9*B:yFjSZ9ր$a⁀l`:$$@`:ÌX" zskycӅ#rO1 UPS"vCd 80 &ZB{Dz Nn/`?x>λ+m;T(X@CӺPK4p?C040P <.# @,?>,;S࿁0*h#*$'܈3x #8) *4 CĈ DCІp@A,C@Ԇx(9=>>0|8ak3KA/,>$D,0Od;KAkcc?HÂ,`;OäI2XC7,>82X=; 2$K 'C >čHFXEDv\G=p8Xًz`K K(:t̺J@ ЫDKNFpvS̺E!<?+>,elEP@ ɐ53ǼTODӂ̬M;4ʬŹ4̂8B;|.̎Ō?΋N?ǁ=cD|)lmF $, tSI;Q=4;x=+EoL-LhтH|KĴAGTЁNS0T|?UdCۋTh Px1;O1ȂkвkdS˱ULUՍ0?%%ԶA4x=\ICMp@>ԃ f+ +x- aM`(U.D>ded0Ɯcf(;88HȐX70 ^a>8 m`#&eb#1P^ +\^?ȉX$eN۝X]#g_#^4^##[[`^uZ?v6H c>ވE6%6x.m.hΈ[U$~* *.aey+gQ0t.։"@h}g%ݠi^]p;Zfي&`͎聘in|?heMj0xaa|Pjv]fɶj\bĀފh5k> d:Fe] "]u>>A߉hx`ef#xV週dwlah^hnjNm%냠o5>߭\4 +ƈiXgu\]-Vgb#N_|bH5b?v`..p7?a~g`ohkqƍ  КYl8%ߘx~ar} j"'_' D%yվ_Y.X.bY am@m5o!7k8d+,o`tqtø!~(,DQH(r!P` F\Hq"E/VxѢƏ=Tȑ S\ɲ˗"< M%o܉&B}&R GI%E^z&V:*R:p`uXV>%h5mҥl q. RYb{SX"6޲MW W}۵iWMNt-RÇ:κogӚ ;hٴkwcsU.ɓ7> hռO;5KF>zr ?]nځMXRɚ;ֲ.DJ =&m:k_ߧx ^a'm5]Aoĵdف_!D|ejv]b1g"As4~ x\Jb3`t‰`a=ڈ8"7"ˍfjlXQVo9jSjFmR.^vO@&Qf$D Y& g'*ɉ8%|tПunJod.TMiMZi"iAh6JT*( ҩ M*무j뭸뮼*kUJ(!{Q66FkVf( JAX -B₤Z&(k[/+.d (`. 2 ) ~T*jT@& l$lɃnPF$4AbjYpH#t(0A$'@ɲ(` KMsmI d%hlj4 \/$ $rJ=P&kCw;a nwGqBԩ6TĚL ECL&褗nN\cFj6C++0vQوT(JA' - 0@wfD|@KOEN,BJ00ay(E0 htS Zl X @H0 ~H(܇⭋xrTGCr$]A:pjaJlQ}F82QtTC'Ds0| @aV6iQ\(%̆E'NXilb^h7%$$'II_u"a@F$\.1ۡ12V.L`CG1i~b*P+ `J܉ x":$"IF*Q[K> P3 8kUL oH%UlL#@'#D>O}e,F9MHBP>1l*ъ^,:oj{EGJRP4Z'PHbJL\ ̅ [GxF}HKQb8W6%gS`A)VqM-0>pFM r"2N I-eL9ӕqNM'$0[']QҘv2GgL{ӄt R&0:}V"'۫g]Vm 81H[MbNF.о5[GخnMnX.Νf zV7]% u6< PnhӮ#V:`޻% n~Oc) FLt؜"˄ , ^Fi)y: Q p iMg` ifӐd\$,XQu{`}E@l@@_8Zi B>, RҭH,t PT%v=`! A7Oh:`Z$%XeCa >ra 85"(`rlT!Hi@eH|aZ20 -<yf0 x}wEj0 c9 :zKt vW1㗃w~ v6)>] b)wglxMH?} waWp*6!C :W:P 2@?nqր4Z% \:~`xB-q>F<4p%)FA1Qvwe{\( b9ESiXaRxIboz(j8k,~v>XPcBGDGAA\N@vt  w^2͗ fq_ ()pZ18ffԋ(+@hA^AB @T #[{TXp} tup@ 3\+ mr*3/{)7)a{,@,4E0RI(`{F1P4uM b,Y?) ? Y3Sg?{5K(_#c ̒MAMRL3CS a{F5CT+Z5@i `¸ {&3"FM+Q?{Y2CI(@WK* a -*_7['~LH3;i;,TH7@+Dr 1,IThh2)yhv 1778 ulӰYlrDo q,D՞p*x܋l,sa8iy: ICAp,1)>0r0)Q3-P2 Y1`(~T,W)Ӕ6h/GP7% *fMH}ڧQ'(h))K&Z"0s4,B=TҾ+Ƃ!t8ۓ1t5Ɋ&%061 E#1}f`6)4#  G)E6mm)p>b,"d+*$*'!6ws|4.t)= )U4׉m,10#mFc " !pӫp  岦4RΓ8,6P[h+E>/.|w)|0.|D-sns]޳KQ1E1_c}*-995 4aV悮PV/:1߾{#.T蟆QѬ/C>07 I_phzA0B5[<,2޸2*2`xMM()\7Q>ٛ10a4n7ٰ?Ʈ/›^&ioTry>SN, Cat|6TO+M A^)*K2ws)kksT-)WAT1_ q;(5]-2ZK}"?3p\*k4+< k.Ia3/0<_O1=7ag(-){Y+v[~%.Im2\;u)}FEq I܂F?3Cfax~F5sR/˫^:5)A)? `hK&0 x6e5˭Ԓ1*{0oS_: ($ XA .daB!{jQB6.P`@AIG&Ȍ|`Ag,B* %ADѓf;=ZUYnWa6$YX\O`MFPDpEҋIq*ʛ8P ȝI( 舢Fd䠌-D W8MkرeϦTuDZQ(GAF{ 4XP+da ]BF 1a mP;a}; B tq=0V9a]PpBD (*FPzQXYcFF3QkdcF~zCxxY+=s B&R"2R#$hI:bR$'IU5%QBʝecܝEDrwJ*eyyq *yK`cfۈYLdPɴ'LhșѤ&YqC4j:j 3"ĎNސmU9':ݙ$mS$:)F{ng?)}S%詘ЂnK"/"OUlhBbY (FQoQTdH'R)ei[ThRTM2miMm:!T>Ew4W>1rFORեsݴ%Hj>2VHURQ B;f0]V9Y/w*XWVV]S֙Us= ]8R- ch^-ƶ-~edV*/V~;ĺXiU#KYfVlg=˪©bh?A=z:I&[iVan}[} 㚚ľ.aqv'ZO=T˾zx{p%z5k[o{oH_A1/]Rx*yV Ž`UV. Y sX Xe%V+1WLc[ {.؅)$U d$'Ym4O,O!v7] $FIJb[L"5kEh|fih՚ 33G3XNʹQi!k@A$ BI4B3D Z$]K{4bPc^pP6 骀(4ZĀ2! 1E 0+ *P$$Ck8aiB!B’hZMsuWҀ,bQ5kX­S dw4*d8BȀoX"F1 9CiMmx 7gL/a [MrZ vH⭐.{ܧ6UX4Vn5(Hm3 =7aAE~Rtz a05 |!@GHрS> '9 H^ *f H;+6h?Z+S,[ 4K(B[8;-R )HR(:4y:055[ۿ–<12k;qBW:6KZC1`  5{Â3 y ć: H@[dk>C8RDAA3XHA#6p4T8YA(d;(6CO(OSSȺ8Ą:3dk@xC lF#S> F+5(G\=0 <ǜ:3I\D(łX\T(}Ū>6v l} k,TиeK5>18H6_Aӂ@-\3(|Y;?H'Tc9D89FxF4@?1A3GtD ,3y43D9'|C}3$k5A3EE˾KEG1cGDc/h \kÄ7$I@kx=5D̊xC5ccI𼜴?I^@fDO 4D/`S:4C|@LUG4\KXþTxJ6Dh+FaӗDsD54pDSjT`D,<ۋC U41x̫̄89r$t _O\ǪDDy7ϫ3lGN<Y9I+⻃TTN5 mЭ@ԹsL$=KKPT<EфK贯6а 4#ٶ H$ьR : M/T S?PL+h+h5m0xh9%;eӄSSӃ@=9EBS F%͐0i 2sjTqp2-YPȆ?`*`Su̐NQ&:=ԱhS)D%6(׀?S:5=][E(+HV ؎J"(vUVnm ++ S 5q֯h6pWW`UpV>B zu x}(ׄ]@XV8 elX) ZփS-eŊYm (ZX 8+7ʅ()R8͍7H`yZ 8<(˝XN̥\] -K+8@(KX6哸Muc-^݊Dޜ=m7ۆނp "X\}J(@-%Xԭ%)P<}7( `-?"Ȇ( ((%̓-8p`غy򭖅Dx[E!V -UY۱_5 J<` .Ά%^`ϕlW(Z HۄH5دMܞ``c~ Hᅭ`} X^cƥaQ[`b?UH-߄ރ׃'}mPΊ/4&R pF"Z؁X P q*UHaHۯU[#(evb&b4h^AebPc3f9eE#۫XSNg0U0[9-dEܫXՍ㦰c]e+(hڝ (˙9v^yCހ?@]]f㯥0N?) ͆JC BudeApbۇf醘BU_`XX\U8'J@؄XkfdxU(\-<8fX抆cm\eidHVfb*p_iUAY 8haU a6UߥaP<そUJU#\vد-R ".X=m~` Ff`vi>me`#1lxQ ` Q UV X@j5Qnnf'&n6]>Y'q"ݳ䫀^!/1/K!E,E& @AX0!Å`x`‰ $tСLJ DFa!G"@Ӧzqˇ#/TQB6AL ͥ J=:t*RQC.ɕ9-i)ԧeD $ɔ@ gBC4aŬtF wnLx.ت՜M 7 V+c^h9ϭPܸrdΑ;7m3g1C|ϩ/c,:tޥ7V=եu;sͧafFzo؜}p&ǡ[8#?N;{䱹oX͡cYgY Ҹkhj㑪U6gM(u]W|E |e啭%C9[q<#e~'(mzƗij mzYh2t'‡l6&n7oNie*駙fXBgޝri(bMj:聄dc] ,Qby4D@VB.C{+7mXS`V]uAۮK?_Knim^9P@oV$DU1`uDOv| DD4 LXy3|{ TԾsM ݴAj%GT(SdMg'vL-l3wh;UxMt=6iΐ ow܆gwR ,nےWn5!w砇._.mh"{3uC{~wK. 0 1 x$Vi+so:Cڣ@f9=S.Nտ@~@?IC0}'H Q,0|LQCHl!krQ?H&9$3Bb%L Fp,.Jȅ4, ZX̢ E1)`P AA5d~B0rP "# y9 `!TBȼ7#` .{L )dGIRr` pȅpzI+<{ǐ%!)( q!V@1G`V3QClسјHa.N$#rЪԄPD0AMw!jҍS6D!p@>#m),Kd WX4!Ik E8)04Z2d6MGLwz'~K͢01RޝX8O75L&&;ٽ$m%\[itB$*8HU'9(Xj#q-KCl s|w{8=$F+S0 ~8OdU-ȐlД%,%BDSN#NB֪}iiL #|ۀ;Oz@Q&ty4EY?[l=tHԨ?%-C(@E0g\;mr+x3LL:~`LXFFr!7=$plHpV@HvGE &ɡK(զHvAQ;ewmBiu\`IK'I@4{lt q Zw3l>dws{u#i3C<pSD<`"A$֦I W ѠZdeH>},DXFJ:K؄N(( L=%xډ TT(Ł6!yEPxx^{I)" p]) x@0)9eڣ6 ! bع=@Dq5Jp QI9+t 1@iHxwّu7r$F7GD:磽҉:7HJۃwIA <=y@P覂` HТZ(Ъx"Ъ&Z. @x1K`nUs <{jA[w7F58r d}gdy ّۨPYH[x\ȮHa ٘j9ڷ}Â79tnȍZoj37zsyWd @Z.J*1F~3anp .wzg2K U3{/h> >ED}tCXJ|ӳFNA6[u;,95t^bc[bf$eI{nijp;Jx+9 dyi+R؄kX}n#OG 80['8` 5 >TI~V+7"0F7*45ଌ o {9°uQ; !Ckz@;| IH #fSkP0~i :`n#67\:Ăh86f|[ۻ[ٰۣK ;='u08;pIX? ]{iEC-0|.0[613Գ 1|˻/H{S@adc;;J'O Ӌ?|p78\ ?;p7;e, G`;:7}'p&滝!p2 >Y:E'o L,r 65b GV' VL2SFV/FƻVfg3 ;|#Ǧ03m&[ O] ;\d.PPk-`gc斸,b$c$G/u<rŤ́$I5Øk[6;p;هL6w[8_`c;L=+6G R|6M :@vʳsg}iPF2 lgcS9@ }㻭TF}9[v 5(̷6 [pS sqqCG ;ů};7iS wc`#(6u6"=2@8?`n~aae`( 6d,u5:ڦpqڣ>+6=̜sr}#e>46˰ܗ(ཾ :,t[̫6p8hTw_%ʝ|Zg=ޗ_کNcuް-+&ުޜ-b}ߕݢpG~zCǎ`SlDŽ  X9^De1Y9Gt$Io9:3'"PDwr 9/\gv+D9EZàFz wu* Q (.|o}R36@X6 5 Ʃ ?@1@=`g1:TD5994y*1= :}D Ї7J.~87 1Zl3Fp NF;̩0?b pL.~[^PTJmipE8q A d w닚{6p K@9 %0z?O3Ҟͥ1{37~@@4v@CiD b A?Ը{n6qn0=}$Е\)36bIpw#Cj@N.;-`oLJ`M4RQmQueZnyK =qsΩ^ 69״S88˃O 躆peu }L%R~~ W`rtILzA griD`I#ж;/L!Q^ם ԯҖٟP_Uǿ;nC* W;Ư;D8=_Ղ)"O?.dpaAJtXѢE&qG!EX0aF)Ud2%J1YM! O51hf3(C"}Uc(I]B@U!֍ ,DKLZu .NwoE@6a%)bjűpg dZeg$-,%%"umܹu}1/r-6#/l܂P#>fl0w=T(HgdRIxbk2 :L.P!APd(C-9aM! ( aGHbrB:"> <5^ ѡf!0!2>.fQ9B"\qlkA Ntz V+"Rp4̕CJ.z;>QCT <<;ˆ$ZxČJB+<(=ЯP Rar;C)tBrQlv3B# UQ3,2*Ṅ6W`+ݨ̆`T0j!.>28I0%|O2Gk(W\+mKHZ5`H`i)(`"˱ʒ`` *c{sKGS v2pċ-O$6s&Z@0ҵ[e0rd)BqG~T,@C*P!"(ؓr=j0fCf& `UGPvD SL=Ov0e|,l]A z4eb>&(@ Hfd%- 68%ׄHOR7JnQRL(XJXye-8E[&X vD\n$&_$ df3x̟1Τf5yMl$M 8yNtSdg;NxӘl'4yPbǞ%̆~Ot`)P&``Q4PFp8D- }^T}&G=QT#%iIRNԤ+IFYRP1Lؔ;8q*TC-ZP[bTZiRΆrƟOj<PT }hEԪuYX 9kZVU9Y\zWv${k_WV{` [zeE!FŘ*A4XRj4h( ,fɯU-4-Kg׊nVP$lEZnV}2mmn}[W&nq{\&יMf;T>WJ([fL}hAj@W+޹F/El{QW]| ߱7W=ۓRy׾}Qks)' fJW' )|a g*!b` 'qfpظbhCUb3~%i\KX9qϗ(r#id$'YKfrd(K\~d,T+,ʈ({ۄ?E棚heys5f:U±sσ&t }hD'ڰ}Vt]>:ße?%v1% ZI`ԫfVǺͲ+afQZ~jucuȸ!X {R"Pq%POmp[&wDbڶ ;e݇}[Anz">[ϩ!m6[j\8~qg׸'Ww\$V M~r1+~qS7+ mIܰY-AVr< H`#l?/OzOUU<ǧO_][1׽uY{}[2̋vLdBX |k2}su(uD]|+W}䓷/Nx%Kz=Q/7Y~5Z9ѳǨ9lkmWo6Ƽw~/Mbu/_۟Xi{%NsKҾ~>7oOz>? @@L++@>z,̿㢴g˳sL.C@>{l@ AAC$jJA36(0C.|( `,J:"D"#!LBbRKA6)tBѩ&>B.B{ۍAB/2C?*jC7B DD4E5iDRDB9H<'lkP(2Xb1C5:DNd4RSDUDT\EW$!Q4s![Ű،nKi` `Ea,FccLiXi@0FiFjFkFlFmFnOFp GqGrGl(Gu\GvlGwTGxGyGzGrG{G{G|Gn H Fc8HLH\HlH|HLGILʼG]^%^ 9Ȇ JAoYS 8GrЭT=TU#%8>F9OP ^pOP Y0hՁVH=F U[ V9`acPNH5DbXHM#"M}M4]hlWrmf0T NjM,MWo8XpMik YƃM^qLX?N^5ڞ [5N@KIƈI8[IU `OLJ~ \:IKEu4>U@"TMU%^6%dK & `=؄N(YL0kTaIhlF@LMЁM[MMƵ=t}\_5eg,pVoe vIlHe`MSu^ֵhցMuT$Mo\Ɔ=F]N@1 dn^-_NvPNp lPd$YpGYfONO &UڂL`qI&_j ޺,MKNӁOB^|NaVm ffՙ\КaTah̄lh (=LplcL >8~Ued~fFiiVmhifTFFMڄxFn׌v.ғfc\9Қ ncӞG%pSuިFԹ4o4F=PXT`NϴˬfZq XUGZ~{o>cvެ&OdBsgVh-U 0KYȄSi9PLl6Jۃ<vtmHdFmMHM~^|}fHc|5,Vc_*%nmU&^ Heo8hhJlԀ𖄙T A>f Wߝ_$lYC?lNlPQPG` %pߝFfcMvĕjNn`Mha%VcVcۿE8Mm%M!~Lo(ݕbuR^8MxΉL7eNxR՜F(lnA@nЙKx`gra! ^=Dhqa"E4$$ )̘2gҬiLc:wd,ϠB-jJ2m TN,**0`b ץEƆ[ٴjמeOYhCuk.޼x׭"M v:+Ċ+ XlSg.-\reć1/LɑEUXHJМUiz7Oh WV^q E V6J:us;wk^ۼpڃm/.~=cO_}@}o?y1F\Vr `!`P!KA(Ȃn TXwpՉ]#x")m+n.29:e1{(G mB!\ ń( ntXy`$"@ X!RZx'y݌X}L$:U6= (Q%"[AƄTd QMqZ] H`$nRu ֺVڹ'xeէW: 1,!ZTqRQ YBU%$RPWe"Q!KQ'+^+Ttz_/+y~]{0]5@D1!S&ؑ BpJA RѭPQ}aa!11/9\8IO1PK4dSXc{*P{n`G.*2T %^<7ݾݙvl84`B[52AD@J'KEE䈁R슚zԪA=;i^k/s<+ޅyxCrLc]nb=y"B=݇9ıyV[Z;덷;ͻ=^MpIYb\pȔ2-I"٬2i)V:-*a􇗣Ep?~3 ߳0 @b9Vl0eSSh8HP(ElPD#ېg=?"zU Rc1XW)8^EWDcO8=ˌ+)ANl<$"E2|$$#)IR$Mr)!-r,EEH*\ȰÇ -@pŋ3jȱŎ CI⒒(51Ф Z6q@s5iƼIΟ/mtfL3=:)S:})4ҫ02YΦFfgU[ӵFۺuZh…ۖܮ{eu )SRꍋk߮xs^s0ַ՜7,XC7sJq'_f3'-Tm9~[7)߼sliu&]NpOӝS7޽wS֝y;şO=uyϿz˖qǜp7Yw]t=qA؜}~V`bX} & Wy މ={a b[ ʷ]KTR)@)Di;"5mRĔTVYVZeTneDTFY旬DUJঙ\ oYe])v'IygJgJjh~^&>z%iV*ꞠZ'Oꪫ.*z)~jW҉뮼++hF+(k6[)+F+VkM^B;%O.gay'a(Zj+k tF PiXڦU>J5l%(A2X(,0,3׊ .tKHbr0`֙&Ѷ0T*ᤙmg Y6B,|mhlm/ƪR`! #*ALַE0aAS?r `  JH􊪬`mAP@w9MmH[BXЉ#4 mznٳ+BvЉmr@{}#`  "\4$|,pg'#P跩nO#A^H`IOp:]mz'Hiyt'#*f]6>4pJ$ = ;T89P@"8Ptx+t7 # u@j?H*Zw2R9`d%cUC` @.wTN RX+!.m(p>> lPnM#`B@d B(H쒘tܮNNp贰9i' na2Vu&e d696ن# dpwrP46]mQ`1snLl[ K+]yU.m+(77Z-] G5(=:85V EJfȌRx%!r#SpFc '&0o'GЀݦ ױFK$hHi- pPJxU h ֮.-OUyY' @':m%-Ia專̞tW1u 1ڀWA6?ߗ uP'$pY(eZ;(hqiMEPG = |_DL*[^J٪N r0Nv,tOB` ~[<&0Sڔ1ʈN :i[:CQmR{ޝ{'k2c`(F3JtiO@@$B\,W@LZbA8yHBѺ7re!P`MfO .M襪S]A;Q M`^Ȫ 642l&MlcsP=. 6F@?Ui~b:fSx6"4,Oc L%zuorXyYZe^w_2BUG`ȭZnnxk NOX7Zm ʥuwUx_㥈1UZiKNL@/+'=}\ HϽO6.8{I3_!O7R$ no{_Y,򛟼EXAm#OϿ?(n#&_(u(%W׀y&*'@@6Yb5T 7@`hYySRP! TBM(_X+X,t`VSb,V0@q"D_RtKXE0=pRTƒ3\؅Y7`%\e.t%R($<Ѓc& n'E,8%:)'`tu^r|U(c*S HpTcMsrFȉ"z}BJhB$pu } 1J磇pRb)P*cX,@@)Ƃ4d H 4`LSrs%DPB&0 -`'ՄV@+@ 9 3+?Jx+~3$0Ip2-{:0Z˛ڻ9z`+ۯ%`sdE3Ok|M'M&h316L{`My^Y%M'`ܮIZ+U{k\r{U&y'~{sTr[1trr @F0GN,l˴v$J2|۰rU4*HdI5мWMԥI$psYB~iY%t0\p&E00/PTuY;'; 9;Ơ`eFuJ2g^ϋ"+5*L쳷!++0MT·_Ltt[6joK5\'+Mg 8c\%+;  ۼ$. 'l%v&L+Ep+jhEMX /$~7"7MB}5hͩy%-I *[MEVs-/$\кhP'&6*ӍjS#4 Ly,BVҿb2J+ 7!`K=T]+"[PRU&CҒ``U=֬*+]6RMjIMrg|,0`Rs-`~=؄@u]؈4*s؉֎+0 6.)`9K  P 1pHhR&m%]%:⃆ =`8M-F)PQhV~]6d^ @3\"+$h`JxTs_^oUÃe$!]E`}PaV"k=~ch4puQE0^D1 A05.&% n'0hD$-y}p*}}@ z:013wW6].L_w-a)!--@-TRs-H0P}9F.&}~0SCd]TH:`,L@:*}Xd1ƲYy-Gs$D1(N" -`q^~9t(:N:SCG/ZBPK1x 0t }6ptrEߧ0mHLi'viA@qETb)ހI$T]%f_Nme+< j60r  |w+vOhRx<N1K|T:&iMPZBD<o<i؃$&df-+~U%s2ϮS&:*ɺ͊Ϯ骢znjHLjK>>0!XA2v(a%|XbC5J̸Qƌ$3n$IHG9"JrՌET=VΈ?%ZQIvQB(Q5Jj$V j0Ic^|hŢ"}qbPlB B:XAw-~qI;I%PJ\e̙5oxB 8+il3R8Aj A_&d$ʙqdM{CuG;prqXڗ;x$a優O')3'?p@ p4:BX ΂@ PCB +臎&<!ޒ F:B-|`KV,Pt$i Bq$,F¡'@ApPÀ#zLKrP;h-8,ƒdH³8$JN<A=Bp` ă8ft  Z >:NpЊP`"j25s~(ԇ\lVג`@]K$.d!UW XdUv43mvY jȠR% (zi₈OKR&S+r"LЂ wO {[hva". vQ%ׄ")]$sjn%UEN[=![+ ֠v^qaؠ bzꟊ aR$nG% %>jaѳ܁|S EC>UD,&ȅ:jJ>uN߭;cYi#@_)k"KbF5 j*V05+/2 JZW *Y'"L> 0k!N 4paӻ^j@V>hnu&E{dv8DXI<2/Sg5{؃_ x@&P d`?}O*XnZNHA,E@DxC)\F‚,"|` mxya%e /F9( @iC(FO"\D,fRlHB@eOzE4qMT#D-^F(bBA!+"pȠYN,sF`H *GG\b=Y&Q=Ё5 z@W>9ˀXZ >,B RMCC+OFyM鋡Xĥ"@T&7PZXq@LAh#!A;`>%8PRJŤ#!4P9!,b!-RLCBA$%/"DHA9V U IT5I^ADUS*( )t=ЉX(A?sځ "@qǭqk:тOHs(>(z5$Le,:M82TB 9YL-QS3&60l-Axh)XM ( R 9mc} J%nR nNb*@v.@aթX} cCӏBpr % J,b^,Mtbd{ߍ P.""7m8ޢ7ucvZm֐vK-BnWr9$hFX(hfĦu-=%#%S PA/#X_j@ +x ] !0;-O6&0  `+rކ#&s|i֑$;eZ}hL3m*Sq֫1XUmHN*Sb }IsK8 htZPO(cԤYɊXVe NgWǚ5fF!7@\$ BlhЊSq{ ~.Zۄ3ls{&i(h[\BnBAEpi qmC`(譁W@-խnlE{kTx-UN֙J]qD},S2B8şzZ\./)ݔ76wiÜ;pRiyUGG9^Pt z բGuÀ~W]e^:5-e}>v34c}"j* :po{hw[S+TЁ >ڈ7K^c^О6Hx5^~G K~'sݣz.YwAZN{gu/N"}ïdV}0/o#u"N_0ǿl+輯? 5=$ ;'D3$*2;)$c#BCBL99Cv?[i/,DIDԞ/4"F@(@ٛDPD#ӫCCjP\@SI7d*EZ 9XÍ[@4qEVA]FbԌc&2EwrblFg0?egl@^TkͰE39m̼\Fs, Gu$rg$,#Ki@KJLSLLMLӬB̓4<JM،MhLL*5M4ͦqxGzXoךdX},%y[ՌM*RU $aUMmYYYYx#Y]P= pL#KBRZ46ٜYsUPMݏpZ= Z۲Mە8?U[YۃPC[|7i hF]yK6 Z5L4dUτZ}\ȍܷ\=X[Z\[[\Z=]m}G]>k] Ye }XE]w"|*iS];ǂPWݞ4#3%ޣ[uc^^%^6 3W]Â<_eң]L___]_-[J% eOx^UߕZf,K)`3`ͅX^'Mar`>a4X#NC\aug,\> N_b!v`Uzl!F ZfV"">yC^y%1mb 1.c3>c4Nc5^%/n5Дc:6cbNc^N`mK,?.Ԏ5sDFB#PR#P=>\4KdjdQG^c{ޜ{Rbw[eW~eXv`΍eZud[Se5|QӍE޵(jb7)楥E_LLE^fnG`.n.q& fsTw6Q.y*Ughg gDd.g1:f_hȍ4h;(eh- 灊ecPDi.iNh֞^g~inS}iiNP˸xhi4υ\kenjnj~jYj΢jvʫjUeUj y; Rk}^+&`{\j[fkfR .Z*2p.Rr6(5l˾lll5mm.m>mNm^~m؎mٞmڮm۾mmVmnn.nvmNnmShn~nnnnnn'Xf5`^T~6xnl6.3mNm3o1o`Np_p_pm/1, m_6 o&V110n74Hwn4U !r5x26r.X H r28Cr`&,lV-ւ1XT*202l.s;/;n.;m/Hς/sSp9qS-01,@qn.r2@gqQ'Hn;p2tS)7^#/S0r2P%# (p'*WLr\'(;rm1_3(H`n5wLm/Gttms5H.MЂ2Po/xm'8tm/w/40tį?60/@pgx|O,0'O0@t.wStS` ,;xp4pO74wASP2җAw|S|/PnFmO1(g20~^'yoypnٯf''l#?uU .Cd8f*2]t耑J`U%X 37r<⌖"GTFGH,k^&Ҙ,"r2/Qe)՚Mj}E5Xn2Sr #$@`ƩԐ p+ذbǒ-k,ڴjz1K,mh)cj-[t݂F5;[Z3ufl\nZâK]SQ 8ki*l)e5E40;֢X)'d;5l'dQg]JNO3fK4v`15¦Sḋms^=i2blMnu'fs!>1jHVF2\0UBYd_}YtE啕I0ddhR$RDaI @2llP " uTf\" $Po!yA 9$E•[qubHtU]y)H_%W[zqeafe$_bg_-مi_qRdjYKeXfTqVFUTyueަViZAubp!uZpworg+j0~@F y*!iѭF1BqPQNxxm*Ef8T*IIPQdʑ!/KVbJr(^0畚b h])^WfXXT*1xXiffm\{!FVof%HvQ,ƆmFݞY tN焫QcQwYZk~d~AGq⚠ЮҴժtJ/Ud߰!kq2B5oHfdQU9/{dj\(Vږoq&p"wqw2t(qzeh,švdك8KH(Q]oMejI+j{n'a|G5uV͝Nl*%dE ` ]Av$jcC 6g=AtPv-3K';& !{ X$'O4ye r V}6aOv@%ئebb:5ey1)h&$s:ם r9Rfn, H3GVq)dESUg 5l*8!Cv @.T 淑G Dp  l@Ġk]ͪ>$pb nf0 *ƐrF;Ef > ܰδ!zGuhhP<,vI4]ue4|R08-6s)S6<\t0D1zRSrYMgcig>hA V"&Ɏ0]/8*;.j(/ f׈ƐqxkrT~̝_^Щ2DiA IInւ[#ӬT$C*FHӺ u#hjչd#,p$=kY Xv#ˀ͞ҵYT*fm,f-2W:],IYD=Ԏal)4  p+׷%nq\"νsk\>ѵt{\A r\^5ny|CQuo(B׽/l 8o`o`#X{o8~+\xVp}p7 @1=_(-ukWm\ PK\ Y½nzKd7črpb`Bw'oYss# 5W+cپuv/P9سAXЄ~!\^ v- p6"oiM7ӂD!dKwԬv2/p)Xٹ@D+UǟtADՙt;b_ rXȧ^f7W o _" |p`H9fvS7}F;U}`J?x0fJm",mKOt"h-e7ԾuĽ^BA w eROnCUk9>]Dv۰kOӻ/4x#xꋇ7XA$v} Vd/;E_=6q=toހo}~g7/^ΛA`_XR}/Prq1 g|@o^Ӆ<}(<%_ ląð,d3zA OB 'zO 4QO炜T"2ss:4;}DxnP/B`[VA߷`_)(`BAAHEL`^ UMA]}i ߼@$@\BXR`U  }B!%⥚])ܒZeX!9 A>]!"^",ɹQ&]ʑ \ BUӍYb&5WBA)uZY9m"p%'P!riAAV Y-*A F,ě ~[$b `.`IIc Fc؟]2&#ٷMݽ !::cA "^X!])ra)^ȩږBA"@A^Țwd߰PApxVI=$V˥1^C!q@9!dp%#Ul\ֹ||] "`xݼӽW%+XȠqe{ ,M(cX9`&a]~ ר5PZ$ ad2[Bb$dfN&idB.בbMDZ$E\!IfBWKbWͥbj tprWmlI" b@o i" bFl`hr~%_"Hd!C!qHOr2ĐE$M6LF"X)7G:Ĕ A ϴ8JEF{@@mŒ4E_ 6", "֤A\bZ:) DJ$'3"$Hݱ(V&YQ;vρZ<Ƃ(-ZdpF !'iE JҒ "tX:DtbbꚜJʔNM oMB" (f behHMԦI*J$XC@~$-lE`ŵ kbXq:_,G&Ր~u^wL'+P@tc`]H Z Q'tl-;o P_03ͅrcAg`yլOi0CU$T 0lvE"`E [YH&}ki(XѼs bu )lKV pG~?@d]CJ9Wȷ)u!! T=Rd!GLP!]@AL%ibTFI5lsD1H-u )kK<yO0Wv20#;KV6hWJbZA>2gh^g24pAxN=πKBAos_ Ŋ$$@0>db * @AT7u%\  ~-BRJ 9r@k,#h&Ā-E0B RЁ`08r DD8wlzuh* >r9Q+qQA ZP` ʝYi@G~ŐHo Ln%#?a6X+W`ڡUbU(,6(yI,T@y:/ȝ_[ N_kЧ P׹IB~ AJps(q<#V~gt`nwyׁ@n%7gB3q7F.Wz@@Cy:8#rxI$C&*E9(hu&xsHlp̷Xxer{'Pӆl[HU't0r$l,or|vm/$覇X7sp+7+L҃"ֈf@ 5ˆt׉8HM7X[D`؊3]犴X'ax+@#Rl32('"Ȍt2')"ͲjUcFp8 >E7E33DP50#юn()L=5&Q(30)c=3Ѕp.At&=O$#Jm"_V$ULQ,Q!iۥ$e$h8 5P1).)re4{ayZRB2?pHndII(IP/ِI);7hi-{oY;cII0){BJ HϥUvj>9JC'M8$[{=BL;2O2\gebNO)&Vr@ ї@i]~iʘx$'.IUJ234*2P6h^xr#8D}eIr\)rny+Xh+ɝtxEeUy`hY3 Q\4;pp, qV VF2!+PA•L$y{-k rQ2@(eI m򌄩DRӏB ⣶2؟1ujY;7j0c LYiI *:) k"+q7u)FJy 4erpX&94$`f!KrPd,-wDk/@$!jq#醨,V%Ǫ 0oڪzy⑮ʫZ-j,Rzj HȚ' J &':&*k:*kk-($U%&.!iꁑ tꦯZ򧟆+3Y/5s+,#paB¡+kRHF%|^',@vs0"iW;+(#F{DA7EHEk`rC|?D0"qE!x^'07 $g'9$G!._.7T;b&z(#8ZpUrEp.?;aW?ai+^RlL©wfHpe$uAe= 0#B%# &">pb Oz:v$+ g'2*#SUW'<6=G'Š /+yh5!D0~Gr 7 -q/uOrB h%,fU2 &WMq2fֹ&B)*y0Ty $(H*<& (O,rDD 4+w L 1dè23=XmxDJS:(ؾ%Q|fML6M(yO,M\EFKljd#q$7k>&ą&/rPլҎY 500G󸅠@rJ3\Ȉl Z H){R\;0#9М'jCɆ&s D\D;4ejpla垦.$x|%-.S&lBҜR8G3;"}mʍ,^r ]h3O@2 $!Q)\|)8͏3/.˛⤺Q>[ )-hoy)`ēly$|Ҭ[YL-tY7I49Gc>(gO, ð -ԎI0IJr-")$c+ʦ<=.61؟=+E/)>{01D)mr $?1 .=qǠQڝ=g=%*aśA+L=AĬ!;J`ްzs;IE$~.).s]{'p""CSV]yx+YNb+''Ŋq?zKH(BCLdCD1 , G(d"A Q3ڈ$#"4УM9uO6U%S%ǢI.eSr.t@Q|  ӣO jP# c tBJ^MĻWH4gE",Q" a0&V`@!ǀ_[ZiԩUfg cykmR "ah) U[B "SIqD G)d(rY!'Fx9LR.'Bb\LYqе+N$9(9X/ *\A$N-0 )PDҊh A ēC 0H@@q@8sqG'G 쏴$&boI8%p0rK.\G/3*(0A 0@ӺWnxE%I(\Q45x+ PH04PD{@ZDu|Iy,4RL74FM 5-h,QOC5Spդ*UZqNZsU ʄ0a{2WbS[UvٌveMg֜VVCEPoy6ӀYnUw\uK]x㕗3y=7( 7Uj3}_= 1Ea#xmxb3>bK98'nxdEdB9e[vd_yfÍӎ:9tC*YhW i8GAn:(d~ֺˣ~Z'zku|F\~u Xɕ*b:Vԕ 0^m\e(P7uW{U[/#uڧV]̽v{ vtGxDǍGcSkoG+gy]XgO<{ -?x/y] TQTMw{ǔ@7I@K_ P[@*~ %@D?ԫ 0XvP# BPs}+<"0v5apL\= 7QLIT\&60ML @EhSe(+2 >WFq?NHO*|iQ@ UG,3ZFxQ)ܢ1$x)Rbd%IO`(77҈T@Q pzle-OEK[nh% cKБH .iK`F_%dzTFBA H""y-5sFq 2d:ә2t68N|ⱛR;rZ hzPWԠeh>6LL{1"F!Qz-cDeg p$D<#ZiM_FO6 <8ڧ:T"1K= ̐$:E{iUa%OMZV.*JίbUZM%T6&0함9`@۪86Tֹ֭uEVV3b5^YV9+rìXh)! ؚalskڵ;okW -i\i@"8-t L>2u@ѦҚ\ӠAbdGR*e1%wmrm[zU("諠Y&!`Ԩ7)a1x&V8a ĎOP8(i`qxFp.KSoXT5 Dd!ӼI~VO&G?Ha2 _YV 'eSRy`&ͬ82㄰f7 #ڌhfNV=֩ؔb+,8/EaubĜhx{fKUnp.)gZuM}jTZ㘠WMɋH>)߁{` x~jJFqj:56%*iNWmnWn8i;Wnw[ޚ$`osp䶺[fX+/+=[E|?wx-~qixǣ=k,țyܪ5yG'Se*wyi4 H׽n Ԛ]zi{كIw9ʕtg0Oԭ_]tYOkk^^vע8KvBè>Q _{?v;cO<x>d>yx ;b|jr0B1O3cARۇ4j2k}}{/^'1?gV|}ߧ> _~YV~_:?c7 M$c)Kb&?嫖c5 ?֚;1>@ m @,1jRWj p+q:*"y;S /.P55Ȉ\6d6l ,-3 -HB%t¤XBB)-ȂAp-Aq1p SȈ*12H02 ;BB`TH#1C0*,Cß806ԉFTD@xC8CA9DDžpB4Ȉ1-T C2S M ¥8QČD@ZiŠDC.,EPK CĞ8B:lE_-XF< 2@2L; Ba\X8pL (̉0E9Ɲ@ȝ10/dCS4Xë,hc,YTC9EĄԈ}l{,10$ID.|ƉǭXIß0AA1 HCtw ʙ%\E$i$ʼněh J.Ȍ8-H1 NB\̂6FЂ3BN܊*1GzK(̑s; .xé$ U| 5xE ʟ̛`2 .R/ŰtԈ4KdC'K? Ԉ5pæ3H34&dC40ʛ(DIĤ@D6H 8윈"LXrDE9N$L2\B9͞M`HC:C>̧ϐ4MK̉ќ4ljLKLP$\ЉpCS2(Fx',  368݉;`u I[tB-p\ʜxͩPϨ1D+ʐLO .$*pϝ4Ђ1PBTM]Т|%GxΧHtDDP7D2p 5ͭhGӐL O\N Ҟ`SMPhMT FUP8F/O = DFRLǟ`TEM,Tԉ͝(S OՈ* ;;2xK7͔#$I@@]@J9Gʼn GeJ,  ȒY$ɠћ@UҴ4HDO1Au3k ˔0%z 'mgAl}K~m ttUԸD<5 xnEsD? \AXhV1YBoUBXbDQYaY[剒͉Fl׉0 8١ Zٞڤ "ؕOU3* :%㷉Ja?`-i֘ڝxZی[9[[SU+,$ӈ%*S/ u ܜ%D0+8ݛ1ع84%xDQ6k@Y@ZަE eڨ% u D^ܛy|Lݵ]E"x a)_ӱô9p߰]^8ی`]_0UB)  ʼn<(ň 9`M)` ֈ7x)dzx`ᛀa66 _a(`9^ܠܦ_Ըa98ap)ހbb r%h^ᢘޝ \8 `b6Z ^!^ 坈Q≘Z&<(F Q^ QȈ ͯty 2&KNaDF8n9 ։ਸ6d`c\y;9Ta(^` x܌1aNcF7Xdb'Ո6a@ . r #N>ڧmecb5m Ѝ7`9_x H _~+?Vc)fSe=%_\(țBp  ܑ 읈,Έ o6ep]ad֦.*+`_^ B6^[։ݗ>.  Cc@9-Nc7`~# -~YX2 (.>f;v~8yWd lzƍΘka! r,EH HȰÇ#JHŋ3jȱǏ ?.0Ɇ4 eJ-WrRKMXS3 (̜+{%Q--Ӎ)*rՓBe*D61KIeYu3aLc87aqV*BQ5I:ƜTce%S&a==%ޕ)MV`)T(CH6e\&%E_~]e7*=^df)tiBj>Y 6裐F* A@@rTZQP0aoJ*무 r"@6t@u @`A)lj@m(B@ @#) %j#dk+$P:CƘ7nC8k7+a&XBJ rѫ(˱( uu"4o+h4.E$P eoJ" JfXD4,TWM~* dt@(2+- 迡vA<+H<$(}B7+ (V7 g&"*|Պn]'2rh°#\8'> 4+k'ZA:XaQ,q0<3N @@(P`$k(? D3nx QZFMub@ h- L Ǔe;mAP=| W8:Bf ldPƺ%@ b/` YAhtp @G,T$Ċ )\'.zr$!1FC'"6p<ȨH:AidX`L^ 7m~&a ӘpE/d QtHSŪ"JJ xu (IpŮLrPŒ]@B +IRfKUbRh0h`n:춲%+2H RkӔC ݫdrzڳJ8Cpɂ`r fBeDxD$@DF Ƶ i.@ă+W˲ƐɁw!B~qO%l Hm~Hk^N<䙄ٵaYH*A 4ѐ %ĤA-%Fzn@q ֯:s "ևan/C(B$L@~:zr;5^*"0mRF8(b4HXLmg:j;@,O:O -E `3kyv#XvK5* +'+5)/+WVm~[_:!RWhd$N(  -ҷ GL(N}(qWLz7$u߁xAHnl$CD /HCxQ':,HrF ӪD#j%{/ 4C@Fо~ @aR ) g  RV1C|>TK$HA  ]R BBRB$7$T Z@\Rc$NT4XPZD )1+=#B"P!2؁@]2XX6ص_T,`@i̦YK DPr "b&  ƕH@@d Ap쎷!UE$ rBm@Ab 5:@cb[ L'*I ;ih2!@ rPo (P(/!Ā=8U\ ZWb@L @R)zbA}Mi}"PRn~vr\IЂEBE#$b闫sgHJdHi˞?r|;'nD)1˟>0,OO?2T}ېUO}T7\xcG;V6*Gr.2~%s  7`q2?@`[P(  (!cmr 3m;(vPs)8xq!Q?(CxBz0rOhJsx"jRS%tIP :_rpr;;0MX3Nfo<8~7Yr@Aa J!"!xX29dG! >70z!' fI.E$:/0 u=Hp{I[%!QrcWr^'{P"Bk$i(1 .)HfeAfmGrP ( Pj>r\!")@ ǍL6Cix!'2$doh9+9WsXJӑb*WyO.>q#ǃ5p p"$Y,I"Ei# 8oE^S2R4Mvd!,y8MrXM!xȋ`sd1" PYzi VEa]aE;cFT-fGTqIYyi~EVbٚ r4f蚼bI%XEi_Yb{2eƹ\ եF)ٝz%֛Y'Y%E yp5 !Y#0jR1 y&Q (dpiQ"dƝ+4&Sy!2"q")f!z$v&=#!)GA#")u4ths aN6"=z0dDXw" )k!wz@fG:z:p@Ť&=@,`E`CPQnW6)XJqzR f(Uz2,'GX,C!ˆwAl'0)C*I& 6C'q7chNWi1l*:jFwJ+0'E!4/c 6 - ETzPx,,g Tm,!Lb{}Jw #IoHgm<)܆?!t&!Lt# Ts1$g*DIq: Nf2.`KzR1&e+MKVPwzǜb% (׫/1@SXQ+F:%鉰1OB xR-{/LqIi{Z'C}FQ!!H /; ʝd)12i zN)?'XAi"I(lNkvY0[h{h>ȋ E&йӢ“*jyR+S"@!JsHf;~8rc sv)zx k4e+D: r> ?X~ %&P=i{')xW+x[r@"H2u "@5zu{%򂈈xX9m8`Ok;7};';"/)x@e#G+!jU!稷 0 */ X%BW!QQH-0k#:,Ovv=l1jB%:({t%0~{%P6"5'Ejz^(`!Jl5Ŕ xp Eb>(43=EI"r72AǤ# Er!^(d[ ,f:5&imi3F0#-BяFx\?x;mAtI m6j<$6t})YT_Y~ȺDI˜yEɘLɘ댝>+'&ot%g5]$Y`@v*)rԔE0sD. #12". /($UeA2n:=KyY =Gb$WK@$)PXSua< Ђm pxr="Rt]7@1"&@C#pPsX%JC¢Fݤ}pAnK,Tn5ȎrT JS`Gi ^%]iV22)cYsC!A)rfIMD"z"vGj1!5Z] )ҎaLj s]X}P11"&kEHR2"7E 0+`Jzpн -u$ģ#<()P(~]13>H^26.% z76]N ^9/2E@@"%I. .2@%*;偃F2w0p7u׬" C 3j;,4- нF`iNA6- +/梐!Py|T"IJw~zbIrvJmpPjwþ0!(E/A>-s'J`/OC1"CWu|xۍ2 0$yFܜ2b#gy#ON (s)MpYW{/ruGw. Wu7:Ez 9X pc """ //`aD!xLSiFrdE9H+- ZƁ8C!A@e ր<<1TTSMK4 RO14?͐bL3萭V WMՃmʋ⺣U.Ȩpf:U"bUAhӮk35z"/ڎ nev`؞K4^O/=+8b25xrKj $M 1'{ˏ_T"(x'pU:# M݄1Ye֦ENh8md`k<>ЉҲa9V(bX4MړX*Ô"jEH^,2,jO6{V骏Vi&.n"5s{P&knkki#+gN8KCwi&Ƹ- NhJk)4 (+u@v1PH*enO_:'u,_'޴]%(Sb@jC x*=0!kJ&Awk툃-Z_ c=Zi_W5 ŅC _8>F+ @>r0$`H@ĄaCC "E(*TT+2L\a>R"kE` X4Q! ƄD#CB ;D ` >B90!$iBBxI.$ &t*b\(߂G4>r}l 専GtBQG!<kS$*dRɂHa"P%$ I/La y5RTӗeStsZZYgCa!4f[Id6ňrBt΃їf5 9m)^!=dhBJOf_(M>u@N<*y&ARt!"gVs!q 0m'C0N7m +$Ӄ0 OUBQfUPiLdR -mJh$VH[7D DA9փh !Rja *#*!]eg{iB!}b& *1 2(@95%XBՃLԢ/q+^O;AUIpXZQlMYR2Z,eߣL)0H2%`j^YR7LL)Bn@KD ,MZ[Eop[/TT-e{ETnht(Җ3I$:TEKߺ%-@"#(!]7! 8GIɴN=Hߊ¯fU孰V;H}r)YVGYm10$bQN^e, %lB|) VP l)T |*ҾYRw~^!h$qF(얊6Ewu w"Yԣ/I=j'=uKiWzԁ2eg[! y,EH \ȰÇ#JHŋ3jtpdž9~I#ClA&,a,H*L.[lYs ˁ;wy()6: `i&;B-J%ҥ@ DzϜ!ԣ`6ZuZ[d1&KqqЃbua^ZV z5x!{\Jԭ %,IgMRO |Zpfힵ 㽇;&lClrg,:l|;Ct8mҋs߫azIeC]Yȹ'f=Z\͆c tRF(aLhfTaI~4T"C~"Љ a#B8G3$,ʈ=dA;i !x5Yd r bACZIl^hftֹ aBc%Q(D0Ppx6裐F*EzB4 !ytbY Gr!IGdT4@$tꤸ뮼^G1 A汄 2q1ڨb|bPs*(eFAA2覫.DlHvjy`ALlAZ08+`*y+oh Tn"r@ہ@x: !w4lsܰ {RH%K`@P+ѻ*,s1)&q@Jq&(TDĪ&k Y4N}xwF|.$ 'MP҈灬@Z&A[ t2`yXY {fL K$42GǞ= @n^ Ln'ۺ@WK~40@ P'ѭ.yK觯~((l( D\nEA* Xsy t\A u: @L,ȭB6PPX eARPؗBa D4: %*BeuOX%$AjUQtldD 8.t*= %@< , , `$"V8FiR(QEh@T4Q 50- 5<N5^1^k g)49WCk=.֤.2!8 +BF#J*@7Fѩ 6Q@eOc!SZ' D;ݚ<dMd!+Oȉ 1W'cJӗlγg&@<πΦMBЈ) F;zo''MͶҘδDҬN{ӠGMjZNNWVgBvYָε ,]ԑ#0Ȧ /d3UU{ ;at-]iCt$z % lSӛC=zW-YY-`@Zۂ DS3%P\t@}Dݣ BG:Sp 23" 8H r|͡)H%T`(pH#-*eqyP@8B@r",@nN>$B :!x<`\!ЂB:ЎHU[ ?]@ #ĂD"%  B P!*𨏓 `8 HOTyP4a mF/Et~-BPM a,A6+,$(ހw,|:1"h/? !?X qWv2<{g)t,pzww$vptfwVAn8f.q7w4DޗOPG 7FGtOu؃BI:?Ep*4rD'Ł!lT , o#^H69Rmo!66T#t0qm_W:FuglwYu)$&tx]2)w!&!pi8{8.C҅0iXh`HQHj(+Q7`;guygx'=xQhY#IZb( t2bO {#I2f#-M-P;3S'x>яyhA)(4" ; JZ,Fca#8ᎹrV IԓSuVQ\E3p; ?-0ZP:R"$yȲ 48)\a1ƒ" Y<@樎7,qOೈxxҖ.~X-NYZЖ-a INݨn]'#6K>t8%h@ P AK9MM3rr;Y@#c(;r+'6m ,+N;B;%E*$WtdAˉB5)+@#6ҢP(I)ŒIQ[O:⠚Y?0م[B r!,*ikI2U"%>֧V 8iad;@,$ 'Ir,5p?"?t^i¢)9GFy@by;@50H Z5IyCJIW dxN8;plks6}CT`gјy`͘s$A,p%Ĩ aBkx"ة5"EZe"3Ehګ! G%aD**Ȫ>ڬ[ZΊ]<3zؚxejFī?%!&R S-m5-0*K7Ċn6=@s\2bq2#O3p:KZɕ ,;$5 PRu!i*Wpp1 }Q F#JD;S{CDQs# ?qu+_N%&6LM|REy=qeA14"%90S=H DEQhTFG1|@#v".d2} J[4ŸQU^p+ KX3}`1AtObz'H[F84Ay&@Z 91Z pprXs[@68E@F+"M$Vs/}%R#4ڒ>K2yp{u1h6K2hv2/+L\&q5@DUr"Q;A۴쌪gqӄ@#@,0sѢqa$qX8,˲([(-V"&%ҹ @'6"Q୫ZOT @Og"*r+*Ihӥa86 EM툦&'r O+S*'`ҁc1-axI%E)+#7pY+Lx*2(u9gi#\:Gq8II; a}^ևI,I눨5pbF| MB~ _̢ k3 ͤm{cxGV\ppBaǠd%Iɢة)'N6(F'aJ"F&%aJĔfjL§!tQgW.+?h媅B v )&J\$`YKk$ lLSbE^#*h.BKvV%Z{-GCpM"=(SD`D6" }2).OȈğ AfK[D8EsGkM1`D!+NJ^'sװ9`0{H)ɹ\L) *b= D0s55s )D@sxEv%$@ P1@#*)1 [#:`qR"u.xPK^)`rYCpP;PC#{fEfw]kŮ#fKvTyJ.}F#2v|L$#G;r^>s'sjE" -`M蛇\+[>B>S2ݷ%0gGmK1rE8eq"?8M3WBۺ1I1`El}gB:W‹ % "E10`u/{hoл+KgL/r2(`+Dry'=N5^t|5~`r*KOyXĠ@LbO",`9J,tSOdBDT6b,!K1eΤYM9u3BOA%Sƀ.}` )pYC@p` DZtiЬADHϒ"6H()]A֯@?C*G=b,!OؠO  !E&]iԩUziNety6AR<̳fAy\`yЀDC6:c]g{6/:A \ܿ?eo?6;ȥpB +B 0@9(C9n>?H4ADDQ@-Csq`Gu`o Tr#tIR J*J,)NK0sL2 "t3sM6t%sN:NѾs㳨!& 2'4tQFQH#tdQJ3 4SN;SP T5?C5U :TVTUX[ VZkJuW^{W`vXbU Q0vYf]OSGu=iKv[nEa X 5_I8StNd}RMwu/H#U_ QVо#`C]xbfM@ a3xc;cCydCdFOL[PecV,k4nFf{=eh~I4v &6<4^!V>kTb6ly;mv{Qߖ{nnOoo 7xmZDX&k%pj)_"WrwE{C7tSW[wuqkϐ vܽ~S7=km>X~NazzDA 27)~>Pt|DkG o Q @&P d`"XzIJ=z΂ '`}. L+da ]BP A7pa:\mC ދA$M|X#SIT|䇦ŐSZ0& bLRe!R (F4QkdcF8hg要Qah6;NtdB&p{y0RR1$-yILfrOd8IPRS(AUJSRd%PJXƧd+uBy|$B(jX>Q ^ yLhFwd-yjʚ:5͜m8DNtvf N!Y"GX묒3OIaj ٦e+e&]6T{D-z;V2F=:~TeHVRA)4'+. wiZ9ɵ4pN>u2-TL)H٪EejSy`Gcp-,FR¯07ŭ#,}b(X,/qpk|3 $7F׎yc 7C&2j| Z7`;X.Fxp,e,g5Dղf2XX2oPޝd:JRڼD]`yL!ֺ9m {] ewI_Yk 4<$n2@;v_Maro24L @mK'nzPJmoȾ4!zo?s S3K<ד55 5Ë4,ĸO[<8$P@^5q#KAX7@5pX5S;; $B.$)&KnCb@`Z ^yAvئZJ+ F ,F,p02aP2# RD'YN2Lк#dtLG2\$+'rP "dp@p@x$B1Rܫ7;$mBP'pzAt.Lw}Ek{+fjAdCEA#-@%B0@r+ȶ'Z7A-y[( Ee #6o F"^wL|W RV0rit%Љ~`*Zb(Bzp _Ap5H Dъ.)Bzť,pn1$ki"% D,V:HHJZD(G $Wr7*́A&`ݕC!K(S$%.Ib3&kIfRM"9[( Kc)"unzBQ2R,qAIsĝW$Q{>,naH'`My ߼1φ>kE})4QQQԡʨID*-P# ȣt@60L B1V5Ă"<9" # ڗ˙ C2d%Vl\b LCXJLVtqƤmb J XpU ~& |$eȐ A,l&DV ~3$)zu"{ 4 7%JHH((mK̸R}{2%v'B+BXtjL1TT69UsXPd Rn! !)oI$I43;Aʆ+h<-HDKte脨=~iG[XuK!}['F&XfV}b3F/:ci%v ;r4區/ ZfcyP\׀ /SF&H/Sr `t ւB(b,2AB%d'6yPfYI$rP-!Daڝ@_:A+<|)nO@J[ZYkFtR$Ѕ/_YҨNkV#ם; RvD dUrPErG:p!7!C2xF Ai?wL@~]1PvS2Yjx)_2@u9/hu/MQSb3`~)?@;1:5(Yv)f^iK6'"3"&I qb Y)~ i,rL'T8]S l 0wMjm  @08*8P2G-KI* 4-7 R84)Y?#x3`b5p`~"J"⢟Cv@p1iyQ& @I CZ&nyLS$;L܅-% C Qh,I,B;Dj9_:$L*,*;13r ~g+t\Z[2ڈ)ju}o"LI _3<31r ).;IZNa 4@}婧"طU889Nʹzt6<& ' I<6*+"L٬ m:"f,4.$ /i/,ʢ`I0Iڈ*4yRZ6+ѱ " i*SkSk$j6ѰvI q,=R)5i9>@{?QvLnvnJ[YP_;W!cu*e)osIU˶,{XLNKr[}\|,2}rA+{( Ly!xE8lg[{T #p'^+a" ! b…7hJyr!X"(="ȅOaT'XMT\{2DDQIoiPo#淔6- V/ `*.|~=ȍ~y}29}~m 0$ KBu8b)"#E/:2#m} *9TǙrS-zS50J$ QmB:J։9&b~Z#$+-;l%39k~!t, M#JB 4ڝ3p"6j5rS=~msȲ1y0  Iʜ( Z)d6=]Kڐ>Pۈ~H7< tJ0̑Z4'mh,ʼnFm=iAr%z9@`>/r1h͝JXZU=[1'PfӇml-JZ~"mLB?0g:r4艎#_;}^3:$&xr5pN(>{u !G@jm,jmB$gIB,#R }Ǻ(B5"!0NW 5Lzݱ[wM.)^A~9:-Ϫ~ u4:S/ND*8+P-##"™&+n3qB/xN8=Lb~ {TS.|њY1B*‚>R6B!qR9 8ʫK *P0(& @(Aڨʼn^ eRǚVL 3 brhI!P*Ѓ RL359'5ҫ@V8@46b(I%j;ʈ\0ՠRXj3+ V%,ஈVX|HOQ5Ē\v%N4҈̈C/Rm#>Z#ua@Z)^{u%4ڒ)lrحarؒ @c<@Y"DyȂJkf"gZ@ž%/ᇆ5` cO Eݎu-.rR9^9 0H4E-n6 avo"|$Z \ *#R?RY!r;'k"4( 3UWnR xەsރu vkrʇiu~z:>{Z+\.*ӿj A}㗟z;'˿8,KNn75D@sAp|s\(سNTPK.4$n $a E7.)d$عHY>8C({^"QC\xD$&o@TbD(FQ|jMQ[bD:.QD| ƀ1biȜ JXPЇk x 揗c 8HL!BdR_W #B+d' (Г$FGql JXo1(jSZ Aֵ`{[VWnxVF nq3d*sT hƥnr4Pnw]W%ok[^ݞHtzε|H_c%AZiq߫H`Jq`򰂞m!|a,&a z1^5,8+Eq5_ /11j|0q@! %ǔ E)ZT ٸ5TRMs t,(+Y[re0Yc&seYff3Wf8WTҔ 8sI4 z<=soʉ"Əw U[)|7]GS{Yz6v[|Lw^lm{{=y};?:yT5|d9Xܷ߫OKע_~G-Wy~8#yyb@Y@[A@ 3@a1, A* ,Ats>"\ARAlP0A+ʒ{A2BLBA%TZ($deªCb4hY1PҔ -!hBDJ 605x67l564<, ,x-93BC /D,%hD 9Xê, YE4H4AtNO41204(T S;U L4/?98QCQD TS| -] EMY4EH>|d0.e c4C4V4D P@LjƇiƇL 2s4 ;VFnL3ĪEFMM g 5FF2HE䊍Dx]1o|40U.4ǯ8EÈxDɈɪC8|@(H4'Fi0B8h4yTIHŪ| |Jxfʪ04d\Ŏ ,E3pq0@DE? ȯ ܊KPǒ4G92؂Pɫh@J苚r|~$Ȉh@4H/FJ9J;ԊDMp̗HMˈxHH,MXʈ0LE̊O<2KDJLJ`TİCtC:MQ~5ΈX`G̈K-jEMTG͇Do<`,TʬxHHȮBdNFO$ϫ@Ot1\EP N/k NN95 K| ]PíSp܄O|Iƴ_HHшCX\4ϱ(IPFdB,B.˲@˥,Dx$Q(] MR9˫K1(LdMPSeO- 6PN9QQ|Q=Ċ494FPD2}C戈yb:f.6~hg9Hr~.ޮF hsIkhXpc_( ~)؀! ޖވedChﰨcƀ?flb)>i]=k7 'Ί /d[Y e^b؀z#x[fƮBNq Y&+o]qe׊oc(wf>P(rb$hᘜ.po-鬖 -7kAĔ*a _nbm&e6g#˥7_渀!u|,EH \ȰÇ#Jxŋ3j8G> HɂODJR: ŧI4 Ƭ 3̝|8aLT̢1 JO7tzB YlفS>LktMDےu Yuіek-\;J+T͹ 2(&9z{cg(&G5{0zDѦGm|}v47q`K@A#=(P|DfIn n !P(E"Eb++Ȑ ɨ9 "dI ((97Z9qIW6d^%"&&b3Ct:De|ycE&v2gUj(HDl +g'I4J A0f*v駠*0P|))IqAC "EHBkԢ 8A IfCX#A&`gnIh$Y(]b+0j#TXP2D-2n'4+ A$`j'Fj`PKP.E@rpl@H" $+u"eH3.<p@ 0ԁ[6 ["Zm$)0̚ P@+A( 0B6}@ْԫpr&[ h hm' @;0 #(0&-HHn'r  !4xxX(+nA5O dTj:\%f )fc- Ѫ̑L# A b_Ek: VxMیZ @',2!Qt v΁-(C4H-$%kŮ~K!D ՂpW H6t k4luiZ>OE* "Dg͟4 uZ'D6l_C䠵qBD`Pȁ7iZcSAG" /nA^[Q9p39OH4sY(2IBЈi "oD[7 GMRN5W+{hV[n^׬5MbN6JW+^⳧Mm@5ζn{.q6Il Am(X Mv{^UKh(;;OE1Q,n 4'1B@ēiV|ڱZAX@AH R )q=p PZ\tn Ab ]Ò"dwxa yr0$C Kq4BtvwE @,Pus$ a Jraa6g&TsO'yO7)/.'wq GetxR=1&("`-@ql&&DnP֋pۘVnXjҍ(*i( TŒͧQ8dx!y8@~8 dؐY,(j9q)D7Ց Wj$RVV(3*i]!/ђC|2mNPT1YO6ytRJ(n0ғ%@iUK7PF#O+2p.drA!% P)3QaЕBK)Z1?$8a@G-04aZ _)q@;|Зs_ i4s.>8>vbrJ)H'8p>9%U?(Ч$i+E||}k9%=gg (|, /WN,݉FCfE >pa@pIDQњu@/ԕv%LR.'] Їy+@jy|9&@C|b8 B@7I*+AVd'\r-'#P*w@B%I@b",{zbye<|݈&I& $":|v"N?pB-0&zٕfw"a"] ҹb&E:p4V *$.09iɘNR.s@9.mZI PI0:Z85zzb&*+,:I2G:$>pjyvJ|p2g &',GBJ8pIC548a:OP*g¦A|-az Ip7BJaEIxL,bDLThگzL-K!7@JzjN@"iQ~◃I8*kjRxxl%'0+@b{KQ(klMRyڲ)*k-9K"1+*>˳ 4Dm741'I|@gSZ\|`;mGIdj&l+Նp[٧Q.H%-,|O !(E1U?zvP4Hb:hQ8#M.qyDP71A=@-y }.AkZv(s*v %Hx1b A 4ӺRPr|@& |0wa( G g4#!03(z"*q$-|Ps# M0Gゼ)5^k]b + .~S+8\"!9 #k3#m'1IE lb(4 # 5tǟ#RdkZoMҩ$"EPxzF)+PF`3YFG7݌,,"́. #IPnDy`{ECbC*nZM&{.%@[| n)J ]z) b̵J+-C5P$#OPI$:";`P-! tٙaAcѝ (r,iZ:'Xն8^ۛ6&)\R &$. e'$,: ?=M#m*iԡ,jdX(\%ȬAi*!֜, u%`JҴ;`*zdMJ_oIE@AJu9VG޲}Iy8 L*8 N)1)"2Е)>x|8|C"EMK,lTC[HҪ42aT{"BLi5XV<*Ws ceէv&?gPC4]0E!3,ҠO cPE(P S[U{_*>V|!džUVc@:~jH! +9V*: 2<#Ȉ EEkdƨ`Ip(8 ,HOk RXA _H tHA9Lp (!0`,ȯ>A @ F(, >X+)xTt8=F#= Z@҇@I>˭'wI z Va&>zxbL, " ZA%H n7ҩ"bւ僉&":q`Ac %HSpÅ8quMH%(#dՉ_(͆z_饯|4H$  m(^2HVScs5ydJ*r5VK>eme" "dJd*@>0^>Q륕9LiNlV]jV{nϦnN;FoŪ pd_ʈl|r+l`%σ0M * ]a`a mxê q3aBPCD lAPDdbݣ='FQSb^Q[b×E/ `xFEkdas::摍`4=2i$yȵ!RdȻFFR,$$-J^RˤW:IP~\b(MiQB䔫(SGFd KIK\ -oiç-  <^SbLh'J"MlfSf7I,rp$9yNѼ:))sSUSjU3/jVɨzLYVUk^Q`V^kSj@ͼ[WpG `ERe X' }iNZ]ZTR1T,e=;βѲ~gC;ҦVemk] +V]`[ݲb;c6ZgUnG.ӥnu{]fW.ɘ;2Q2"61e);j@eo ,]{[rT/ l` fpǒ^cp-L g}F 5,SX݋\G|iS⬆6|Qܼ|0r|cp)CޏY#ճ!d&ynQ~aGe+gY:L[,w_Ob6.eo k㴙dvCaWo:Bfg@z6H,h6i[h6ғ)>K_Zc/'Ix-CiF&ib+{;g׀ZSu}S]Z }l)۝Fvl,ՋUp mᖯ>m7~rs4qn{+, o|6cHz[hX:~ po䎸]qgݫ̋S'F^d- 9F>yJD('bE^w qy6oo0Pa߲}C +jqƉ rꂠsXT kxAUD fBKn{Vn*!]]310 ΧP- */Qs> a0WχS% |H"}A+KBg |DWs!;,  $4({ , ?p?c018k54 43 2(2ؿh=Aa>8!>/!r.@껊 Sp&@@> B>±0 , A0C`628C Կ@>(KC @BlD(tBSD4B5B+, B1 05(AD D\ 0NAXŬ0CCdtESE>pÊԊ3CC? @+Al UCƆ=O -By‚x4>DH l<.\<ć4ł0G1,?++_tA8tը2@E(}t4XAwCc9 [ƇƱ85><ƨ(> AH>0EnlplYt&l;CShEr,3ɗlqll1؂|4pMhf g@83H:>,Uh58X?b4ڳH!*IIrTưxI$DSƐ,ʪ\ɂ@Ƀ@DLKHȂ˃̩@2ǚ1ŃL>ůJXK>Ö4^K>:A>@8̾a ,GL zd`>d, ShDl H4@$A>ɜE1xé@h ?ΆM>|O= }SS;@" %ͭp? SD N>EKP'>hMF/MCu/dԖ0U@UXϡ̂H/-LGS UUUGm UT1P-Sp=_O 7M,?\++j5klm}ol Wr5W>PuEWv}wukr(%,ð(9~]jB``IX0+@"@׭Vזmmّ]W؂@YV z=8hYXHQ"V0>Z+P=+y ِYq٘٬Ŋ=xH r5[r$z+rد)6]x5W֖`ٛږ6uE\`Ym U܆@/ \҈m5*U*P6`-V= [!X5%B#x t+=ke m ͊-0)(<1788X߆Hc )X_u)>X#(\G2^)h \Y>pKh --%ݱY 7H.s`.zܠ7``]_0,mVކ)X!6Z$ڨaޖ`Ha1ު㇀Fcxaa.ܨ㳀^te^v+~+ e)0b\*)x8&[" CN[H\o~.XH; 1VgÅW> Fgp(e^0`a|Fpިxe:m=ۂvMiBdƸW HY߭ (%ffEbۃHheicb;> t/0cQW0Hh<=f#h>@j1b8_`hf*ݤފ%n9[f^4 D۬V[nunWv`oi<\Zu`~`eI0Z~R8+ȔP0V%}(د_n ]Fߖ\m %Tu׫wuWvemvmFvWӾ\n (h c^ZrX^\6nf1W솀䬨]m9ar;f\6vnmԾ\Y0ono^fYf\]j0 Y=L)kQp@ !',EqHALAB\HQbĈ N0aFCfaȊ#'n=8Rʊ1_< ҤϝVXEe )Љrq]4f u@T2jKdV- v,G[# xt(+:fF@VMUP6e3\w5O?OiE)/o$ײ͈f1'??I"Dy @o|sKV&[J ."xOwT.YoaddBVX3&؀u358;sSPUq">D"M]7d#,(er ؂28,adH<؃IdZVW>XF>U& GP[{vQ~I4W[@F@M⧂b`vWjkDȆxp8t;~v3uHwIy؇jrP$+CK=懈R(\t2LNpgTIzywp1ҧ3X]}%=H؊4d8D(P9s276&/cC29@=fA3C`2X@WCP6  ( gy@2H :@O _ɍEBE229 Bp=%pgkf1;CW֨x cҹ>W6@p^3E`@_1y &`A rf1 &Û%/ck iC =@A# 18 z>X|+ "I2ߴvEN?I0`APCk2}%3)IW#+rF2O s ڣC @Jq`] seof1P@G29%#k!x)17p0'usfaf :+9|)>C[y4XVH 1Ṩ2zD 9gўwX]%@J"D1 Y; Y %ͳj)H2`2@3&&c Fx:T-CJƣx32< J 4x 4CI4溮Z`>(ӮXs:ZǖJ;r ۰IrR_b JF X2`P;ZwS$>*۲-ò.8[h-:vjL$EH,NlL;ۊSkV d8l(3CU[5f)d{m)K3g6a:{r;t[v{xz|۷~vKp 0Ұ2婵׵s{k .pdD8=K;˷]pvȺrK P .IXEw5ď,tf'V3Lof Hз&;( ^ ox˽zKl1"5?9ֶhmkƸhPX6Cw_d ^7`}% ,({x{K 3G,"G[ Pt20{`>?4u kE0 ?p ӽ p$ _l +)?icU|aLqLP 20Ƃus2 {; + @Kٿ53`tİ \>HнpL$pE@NN^`ŷ N`[\&lN@ *&~,ǜv,J.p^N Fw xkId4|D9ɾ7vsH|~,ˀ,@uk|\-J]J w,ʱz)L`v0=ݪu E >&r++{QҎst$\ &Ұ|usOݽ\((P Z 6j;Լ7߄, L7-]#ҭkf_ aΝ'=i-X-z;im}u;ȳa3|`jZ2P cLPҌ$ĸ0HK8sK($HҖMػr-ՠm=ŽLp ".[8ȶ{<,<9| Ƹff0?M+gm&Ƃ0rƢ=>? n%+7ߌȨ 833E{ Lc % %f㯼P DB@>=NA;O P o< 3~G)mqnr~u>xntxn|-dz Dʗp ~.ƝN`@銾x[ߝ@phX =Ngh|ƵocFD7w8ހk,Ϯ4yiϙxTVgbo >-G*N>~PG_g(IclHfu`'}#/_34=;E3S U礄O{^ݾ8N=0N50LcCމ2F@0P8T6Ŀ W~F )@h3Ok@8TgOO]@s8K6z. '4 E"TV bd`G "?.BliG!E$YI)UdK1eΤYӤ A:iEnAtBC,"@QNZaRD!rqɕ/gX#:0d v.'Ǥ $zW0(܀HD* On"9#pB +©{ :B*XiF[d/0ͳB"HHfLzzt>Rȁx AC*J,rK.mZL,N`VPsxE6p6,B9a͝:yL3Eq%rQFuQH#򯗂ANB!P.;.ۘXIӀT$UuUV[uU-)d\)(NP$ Y1YSN3Y ˈ0h+>Xv[nI*U z*f6\,b\WS6ᾕި썰Sܺ_Iq 6( /#H i ø%~1fөD cnA_ie\؃C!"08Zz*QCa-b.fC$s$ EЕ@0NZl#a sIH!?$/Zh |[v3:/#V u=vNezc~1S길iN}0;d\H%VXh~zy_%$`[#DjvaY߃a}LHk'6s'%kX0ZN=2 җL ~kAp@o-Q[X#;B. %< 0@@4L$aJY]ZUCI!B xbI}+@lb:*6 7 z %H:`!AD. oCЏ7҉L a"B |h\QI:aE"\K .3zP7Dz-hbH^ C|b Fj)~wgT`5H !)@ =>"[r?X-fw≻wt~ZXA"-OH(ɇׄH&|m۟ĝ.G`p#)Bj/ >?K˶=H58!7ж` ; V7m;>cs`x D\ODPD%9EDJDBfDY0WLűyE]1KL&E, XaFc<=S?S@ TSA-ThRCM+R<OE} ;H=F UTM DTONTQ4US[HFTVE jQqWu]WM:Հ8=h-OyWvPmWW X>sX=XMX]W}XX= L|Xx ӌXNeЀӀX.XLsbHNّYy`TL]tY DQj"`#ڞUMZmZ5֚Z|ZZ\NРZYO%VJPm)L]ZZFR[IY V=S9\͖ug_{ %\q\ \ε]VVNL\ӭP> ]=]moD[\'  Ե]]J\^e\Q^Te޼(X^|^ꍰLUES^S]%=[ ]U_[<~L٨Z _Y5վ`_M`P]`~`^`` ` ol` >1FImarRR`^0y_Z3fYa.ka!n.b״`#Nb%Q$6UF\b(F'%Ib+^m+vm* H.ݍb63,7TInLc</V91_c&cB^>UdFfeQ@d RF1ddۼcO0>PNeU^eV&neXXeZ$e\NL>\]ZL,\>7E'AFffN Cfhgfjf kfmfmfoNWePf|N frbu`cq^guepbg}Kzg~ghh^ vԂ.pf2]G-N~h*hhJY}nǃՒ{2i0i0iiiiiiꛞjNj^jnj~jjOjjjjjk.kfj^kn뫦v뱶jkkkOkVjcl.l>lNl^lX韶ȄNil͎6.Җ8^i @jiNHjln9 mNjVk>nNn^뮖F# i9vkjFN0nFlWmބ~86lFl Xi6t`p/'T`ip^`_(pWgUi@'Y`oX_qoGonpfXnqq'^k րL(j خ%`fr%jn.t8/w/?6qFLOЁVxOt@} mҖބL mG8o`^؄ $@ffNHN p^xHgc!Gwt`q^ȄvjVwuf@q^@s0:Nvb/FO rX G&Gj0`i?i_rIktrGGfOxkXX90Y8%XO_s^VX;?}ccsvAo_r_iJiL l\WUGehqGDfu߇NHnohfG'8o]_6q%J ^"c_{_bȄ#GXymj&(r_I r!vmry?+_Ȅ l js0"4z{0O쎈m#?{''m7k\ XpM'sX p&HlwxIy/'[8ls^XsXP6F9Xi po l@pF?˞lj]Wufܘ9b/f͘1!*f ⪂̌ |1%WX˕|i&Μ:w'РBPaŧbB 4pI'%2a**i#ӊP6⪚BO+t 6U[i'sWXJ%+>d4S'+TpZ"j!ܘ+ݤDǖ8s,c\]>VWYvLz/^ aPB7qRl-qxҶOn`"Cn1-ҦMYNgd4s6!J9<41#42&HcJ0J*ޤcP&rRJ1QPI%zA&D"18'k! k0Q5`A&ԄXQ S@NFuQhM"0Q_0pUdNIfeN-U&#U(I"UԄXG]yc#iN"h֕I?@vhs@Sd[Kbzʛb8[ C\ CݢB\v^n%ty! 07KLg+w'h $̆TE, ikHlR f!yx){mҸ/Še5'NP +IW<״M\dZIaKh&N#O8fH10'U_''3#|ӠJCMdj/D~j kK05֮hi+"8i:C jo,v pUI'H3н| X4I~Wmz6$ 4I ([&N;h$C(/>$ӌk= hM@T:IIe?(+F@JasZU%+7W4hD;רes0jv{\Xb,Ә`qc1|84.%3N~2,'S2,sZ f(yNE4^f9v^nc!_D:`d> 3LE3ю~4#-ISҖ6, fVz%?-Q nQ(Յ!Ղ(D/ւBsa>6l71P"P;~\ 2qB$R`5 A* uѭnD w" 7 "pMh= vfŵ3?0@$C>lQ8C.r_"n,03~7_@_1b|j @.8F?:YщP (ׇV_ . x܅k`nBӽvAEA r@ꮫ}={]vc^ p#4F4N#5V5^#6f#2#!],EEH*\ȰÇ#JHŋ`ȱǏ C|dH RjAʔbdٲLfڼS&&9kdKHU%Li˪IV9PSY:}sίCjE4N4n=KhOWڷz6J|7ZXmޭ8\3SE\Y1FLcclK82u[W5a+} TRA};%N8ѣly]㟉f.'s٣*:݇Cn~{Oog#N]ڱv}'`{5'{'} =\MX{}v󙗡WwJȟUA8b1DPIu0P>:DdEiH6DB.TVi%CQ^icu9V`)2dhpkfoI{٦cJgD(Ai(9p.*h 棕r go^fzJgꫀi:뮼*kF`jxڦ,.{f'.h(ʙiAݮmJeR+kR+C@+Yr詁ʊ#[̟X@Jj$T$)k(,˷R{.p h2t9ev:X>#`y`&f4 mł( w`-dM h BBi-/ |B@`2 SX0X M'E@P& drS0Mk0@ܡ@K0R;eA)+f/ob@GvtDJ"]`="P&h| -X Sm@E0S#RJ x"A"`H@ƽ0`(py̠7~ m&1@xWkZYƄQjœ"(?u j@.I{E+`f!iK +b`"4zI2hLc/ЉO DbrcQ0"`!V:A)[ԜFN!A )E5dL'"?T@, 7bcҀ2$fIZ4/ OC,B9eZ7,_B/Yi`bȰAZ\FV0Q X8 TY^"v4٥0YKH+v~<5~ @XqRK$(I@͇b+B K,~] Lgd Y\'G\rHMR'$LT`9oTd&Dv0 7"Ny(跱rrbX)wS)I#ZH o `_ }c_]V?m^rю"xͬf7Sl`eEʨc)XκXj_+%&P pK\xjjLfr:7WP[ &(,(Deu9 H%*c/%M2ͯu;{a 8hJ(RW,4tg+\ [ZFU7n`m|I'ͅu mPM͍vDŽV"na_"S|HN UDv7uiM||֣9^l0+RXo M H qN8r-πV K&4|$`l] 0b0a?,Eo C(NOZX$ V;1ε/ Pu[5i+Xbj1I,YP̘ƾ (i:(`]vv :(Qb G7i"KzY!ҘF* gzN~uL x`L$@]T! ', C kR@Lg. vϾda~Yi5 =VfiǠPG \y(6# {H~EGg~ '*.ke"WFW"0y1S'qe2sk/r䷌=Qsқ^}S2ӻwgO{.`魽w{6켼_0uxORC1^]OVk~"7鋍]/|}OMV~h NϿ~E ,8< GX_EP:o {wxHXEp{|"X<8ԇK h*Kł0^Vx61NFea}z&*@cQ D0b\6~/cam3[@[RT%^"N! 1P10*) EL0s%D@8-D@&]"&:xoЉEHT/1^hEVT-CP7-.^bh*)p}"Jw|DN1mؐral06 :`& H?*` @W(2C)`- 0bҏ]2-6)=3Ȉab%BYv T6>i^REP O`L0& &06K)C`&j J*DN_2&Ce 6 4`x'5B(B 5BS.P2/QTab1 2g%l) 006Гv9o-0z6ON T%clVxH@8*?=(iNK *#`l # М/I6Ȑ '@mÍv40 : &DA )q/QGr}Q#_1 +%  (@()fh4S^WN&h'yG)1ŽD2#A{' 4JZR}GAgU x}S`}_¥a|SX0٦l4 ihD[K6Je(x~eh~IZBYU{ؘué [RTMF"J\pH3#Z o#jp{!x( `&~ʺ&_bz2.X62*N*-rǭnsu ܊,PT@Z5@Y5M/a) &"5:x(74Ү Z{60uBNu[IP|2'0'"33శ"IZgb)q%)Vʓ0 6ԭ" I 5в&J-% 0k^&}ѷl⥡32&XIC=E0*˲?kzD<9X,2дctI &PE`3в'K0IU X;p-10?`*;(;0I`8&{;;pqT3{`h´&h{';':K=k{K}6!n,>p@j52p)Ee;Ip70k'+0-p" {s 3۶c5 ; '|Bn!,& *tu6b><|Tgg1^N 2 -[ 'FVNs`@I &6P2n^cΤ,P #/&K4``L@sbeYW Y_؇GE66PE820PI?K0l!چOs/]@m͊bTn[&П}.@+ ZDh)2ap0];|t2 A0H0-46X (]'v7/sH)9Db,,B''!n2:xO.e6y\+@6 i]`V~v< s C/%8&{RFu 6c) H ?&~uVxe~iE$XAEXB %`  5d%A 6(ѣABg EdSٵoŏ|lc) 0`w { כ|?:#545SpAtAp&BpC2|CCqKCjhj8Y 2"d8Ae|!= Tr5V!Bx-Rg=s$:|X~8a<`Bh }Sv ΁Dl]pAA 0x(maLd={e_h \0uH+Vf;s-TQkhnכ;St>^jg IN셵$P!'ԅ;^/a:lr|t<=LP]=t$Ժ*ݤތT*[@2'pCvZ@znf:P#TFB`IU+\TiMB$XRCpIgj S6 { ZI&9OCa'0@1E! 籅`;L4L( |Y$€ 8 TFԨ -aސd Խ†vz" @JXƒ*0^"Kz@5P@<%RD k)$aVxKr%zLZ1P( d8 nްdg;݉c'0 %l D`Hr2ܖbP˾ C;= 7ԋXC?4#UCwCC4{N İ`qC64-Vcį IDM**DOĪMQ?/S=LAP0*TFmT2 pY>J%dJVέ|FB=<O8FFSPGiIեd;IXտDYG0U]] <; ]5[`E:U׼UebC`mV`( hVx@+Q04;UδVY-l]Vu]י4VvWyWzW{9|}Id}eGLtȝ;SweIecTTׅs1-ĊeT5 H Y=YGDYmWmϑOـĖ|EQSKXM dtYYйк}⃼LʏZ-BȌ,-U-ɟEZELHdp] ۘ=ڲUJ}[%[<[fd[=Y-ٽ\vʠ[DXNIe P ,5=ƌ%\I[]%5[xV[-H=]`۲d]C]̽]]U,] F%Nj#MTm^^^[`^%?^.^=_3_]]_eD}_^TR5UMSUGUCٵ]AJی`l_ ` ` `  pU`%qr=E[&D \~ YaQLa*aRN *X$Nb%^b&nb'~b(^-b*b+b,b-b.b/.c1c2.c3>c4Nc5^c6nc7~c8c9c:c;3b=*6?c@dAdB.d@N50Avxb6x5xdH$~Ux$dMdH&2383(e*6,6+V)Fe>>e,Kxe+c[e\\Ve]c/1P4,^^c,8fVb3f+1hfZ*l0Pdn64@4HCFpoqdFnU wvg5x2P6hg.X9xg2Hv30}6}&,d=VG35x-6/vx5h-ve,$f$X=>f.i29Vcv22pe.c(?dni:~i1Si]f- j*tFUFj?F,>D6.(hfBjwB}i;wj@΂FfU( 8y&5g&328~.pK.w`k2%f=V5)v58.lh.ej>6ͮ@ւNm^m6V-7.o5c0SHcj4m41&nc6fmdvcRf`.)fi.3kcBv1 k2d&; kk0,@g' k,4xuvby>$k.gy>h6xz&-dgk$&~bdžl-Hl-(TXb l3m$F-PTpGb6'@Kpej6nqw0q064FercqfN&G,`oo/g5g) j4ւ(?c!?na.40rS@gS#4s&rS8..~fSfVCl3Hi6U*V~t.?0''0&-d, @&>l22owvXvvT, khuvb6xhRbցȦ^hfU@V*x5hH0TPXXp'U5@b_N,qS>wy_cnji'r-cV0VRt41/k)f r3cniGJ36@fSw5`x2;hxkp-P|}i/uwScfS 7ykg,(,tCojMd4 ,pt~oQt&fb6`5VXg>xg'u}΂b{'$Nibp5vhThh&gv1/w6؄wH;XU t,6 B|-y}ү72f?1PGsj$x#oig;(12;qniptWiEGkPnS`m{?gy6cCxR2p*qWd7o?3t@EO5װa6kiA k|@U/R1, "hRȁlR,qJa$;kbi)f3.`YsH>MFR&aNyСf*%@b[v)k,ڴjײm-ܸr&K/kIYe-c [Li7޲[U`ƔY3a`|M).].7V]P. 04fܹXYŚ)fU #W-]l:؝\;` ÅɀΚ} N4P!ÃWHdH&y Ig7PJkpFpZ$QFєNhQERA UFS;7*bbrfqA9%Et#A 9d^i֗ox6miZFlkujUvYIojIlu5fW&e^ymwcfל)UwK!5b *֩wwx'Uy)a]vgi^ѷa) !C\X Dk` $*49!K1NKY&chN:@ IpT,jKN܍x#;/p)Fݕ_^la xaYeZQֽdhhhu ʖfʝeFahdA'va!^I&'KFc&Fnhg ,Y#(o5)NJ4L R/t }.=T2 2$S˜HuIzY(S@ 9-Ǣ=@JR#C3=*HZ%҇8%R]  +1cI(1ryL`Цѥ>YCG$2~\V(AR\$E2R^a`073鱓  Q<%*SU _y%BQYҲ%.qY".a2%1o]&Z2Ӗ@ f59lje`)q-{N\,)aʤg0)\9KΓ@}˄2e("nJ4Bʍ mG]iΑ(:SZt.})Lc*әҴ6%1-z[N4;)J[f4 /ARqB(RzB0)X*ֱA)ZӪֵYJO)-(8mh 6bUpD|Y]@"JAu_]3r,hmZђl*W $"MM0xeVJBlh+=-K\^ `m9ZQ6D"+D!^YWUD@5mWc 䲷}/|לy_SNWU \eVX_h0 ! S0S*r+I(ܦ~*uz^DH ^*]vR>fo}l/"/S6%enP`"V2V!s9+_$ x ~T9ӹv3=朦J~L5"]&PUjR +n((Ms=QC\)6}Wft~6-iS־6ms6-q67ӭu!(,EQHTH !J,dŋ3.PǏ CB4 㒒;vDɲ˗0aI3f(n6AA*gΝ:p@uP8:MAE*U"NLNMAϥ\zlԴGI4C?v)^ў5ۋW. اa`ߵ[nh[uW\j,UsΣ;Q-jr5 cBaY+p9N\n˙g'q&pٛ??8PM+=qbn|[?}HZrM Vww@G^|ɕYuWC3 4S4u#ԉE,c4Ҍh<Ȓ>)QEhT@G$+ AOHXdLFADN$KQJJ}iM  m9C)ቑB>ԥ6VD'Di$LX2駢{ @D EBQ)#iqg(J#k(Thj(T9dQlF+jDP #lFh`*wZ$b0fV+kqzA&:dE40$nf5)(k~%aA,첦+@d#lIA* ޢP@LEC :+I$d; ߟ@%W["hIbf0˭rbZf *~UZ sat*w^>54Hr1 务AF(lJJƊ!r@ٶIIÈB00BCOԶ,as&Az=K"$2DصJ"bІ:FHt`hFwJ&U9(MJ3H ɹΕ8,<4@ Pω8iy= XA iCfPޭ**D"ʣe*BJZ6I!9TC2F9PPO h) $*2=aMl3u8DH,TO'!9kę`&"W_AJ&l0KYhLIͭޞOniNۯ!W0% Vb$A<Dw:ҔJ%+:fۓVS>vfܯ$:ލJzR D{ BG9< aL^پ4H& s˪3V_ +R&Ty-5LsD'\, j,VO$R$]ʼV;6W$F픵"S>H!U["H l(x-EͰg#H;7"q"9N{:&x@`^) #ASfU |6e隍!3A8MJ1R`Nv'_$IT'9ɮNE'UȋXV5@QR)% $nD؝G'E-75ze_SkKupבBV0@b T?}9[IlE[sU @:󞃼-J Bċ굛ީSeGկs^M:xNDDP@7;5v-jO;NE|Ek&KkE^,aus@ ."w*=1B DܤLE@xId@ ONm}H2'ߡ,M1? <$ϷE@x).  DI3f} DHg9+s{)0z0z+*᷁IG20 0lSb9+ e ]Fwj%Ia7 Wdq 0e;}zOrP>H$S1؄-sYGO4P&60D' $|0 Bsn(Ez^!8f@LS1yN8G͆.ٕ~!-=YFq%z%3SF>XG=HxPzx<"j ED`%Gv(g] pz1ăz H(iPx/Zs'9%fXGV8J@Q}Hib;8)T=TlX`(=UyGy5b](%!W(||( B y'p)()<3S}s'aiX20XV}rv,=bx&@_H]$G(G5xD1<'mJ SSQ$L2ٕ#+ _ntV5Ǣg%^91jin>r,H*5wmX12&O,2~9T4KĘQyVw2g/)I;vR8/Ǖ26H9<▪9tY# 7pYH n jzilslYrvEpi77Oˉ[9)3()i?i#{)&'2xᗃX1XA)"J#[)߉dYd%h.')IoYv58 (&zv[A^G+vgn%JF?e).7*/B6Uy ;Ǣ- ,dןa@;*8547J0*U6&B3gdQ\&,>8WYS.~$WZ8paW$YZz1k(Яڮ21 X#DYG&,ۑG3JJb0E'`#c/ 2{%cIGدS[fgcⳘ³2*iZO;a4`%aviOQ0n;uѺDo/x^A )1q#$Y c02R( ꏖ"{2A;QCDڤ(A'^>R 17pYBIc,PSJI3u ;/}[( Y"+՞ۗQ7% WK%ikӚ4IORP);e +CY|\ P$ &܆y>WEZ߻/EW9 *T4€e?u$%p5~wqj-Śjģ\c&֋{6nhLvwsLLw,-fIPo;.gU6~}D{,k< %8MɢɣNZ%S}̊KRc" `%܂>&$$ E`-@KϾ*=g򗬀4%dzvt[Rn e( Trd"1nꡘrPB),o6515ZYRp;291%,=!)9jX? %AzF$SOyn@б( OD'K1(RU7 ץԌQ t+| dNUon'{Z}kxYp+@J6EacY"sݣ)*2NǬ 7\^Ԗ)69SOUS |rˠ+xN 5[Tp|`[$ |g$Ԩh`%+gZ A䪺X,O%l+m*x4y% 4 ( @"P$I2p(XI"B`u!)HDH@I.0C /uOA%ZQI.e)Q "* &b8c" ;v@0#I xË-6)V0|`Ga$lQx# wQ">P0*ZDq+B&-7 ٯAz0 'o'~t) B@r _s *'v91#bR`UUQHBr@g"$P8M%&j B 3pC/,,C09b*WVD\@@Z _jO.%VDfOHj)HVIP !#jbN- sO:TsM6H7,Π+ ̶XQǝ" S+0V*aIZB`H<0}{Q$a{Ja",\*B k|;jen78P-H)|#`r"Y_K$P * LV'j ƫl=4  `*! %+` ]8A0\Ssb>`i b0B0AS q }&!! PATQ" HA š!` 6`sTЃTqw/c{3GPw#P*G !X4R$eb S YAV#Lzdޡ (Q:8D MDtI'3B;R>ጆP D_%87"]O _(6-%zXP. Dl9%00%pn> Wj0\6 ((`5PE0FYPt(ifCB% hWC{d';Z2a"d례;a 'dP(0=>)R䳓Cw[_XQDV9P@0v` A&A5gXhB-t)"pGbX+FbX@NddX; xc Y)A'+d$'Y: d(/9&K厞{pX`. @4#YtlbYo 0YJsg@?0r =KCZWvS FΏ\iLgZӛsQN/Hb͉+KqVSРUWѱ5Q2Izk -KU::&}mlVʲmnkwY|iE/]6w)Vʸ}U}o}[6~p''F%`N(B{C\J!@09vxp6<ՖG^sx9繎:=;׳Ft<mtQ:]u|kӺ}8Uo`N ZU@W-Z|MqTelGB9=%̻eZ'Ag/>_w7uC)\x$h7}A/dӃW,O_{E g6 4,#^olF^ J0`y#{GI{zgߚm>Η_/w~!_Oi_|4[?06's89CVĨ+Cވ6ģzL$IBM9HL B+*RU N ꛻Q\"갾Y8%C4FECatAi 8,Ded flƪ{FƞEf?FFػm|Ak6ðoA\ K?isd VvI bJa${I4|IJ8JK1 ̰,KJI:lhTxGm|QQPQQQIQƃK"M8[ΦJIKC P6SC uR1Sk[LQ6*%SЀ-e/)TJٙSSERSK4>uBA- !EGldWPAA ԢDϲQRR U@M#S}%GU} VP ;PP7XS̄QP\%S^T VӱS0|S;TdlIg] SjkumY֭D2(mnot*_մ#784k\Wp],W~=#H SZB t[:WbV\ԫ+HE~LLtXKSXߴR0A,HX XL y%@;mY}YY]RIWY;צhXYIP<CU٣iG<Zmb{WUE$SZ5AZ$/ IHYT+t§lc5թݮT3S 6p6X5@݉} E0 =ܟ0-ܟ\\ܢ]38ݞ8]45; 'ؐ;[]P4@,2h ;@0@ߵ} Љj Eu] \5\ޜ;ޝ^]pޝ-P U} p4@u v 5ܢH_P5_ʍ)Ms_= ЉE1P_Pa`apaߝm 5v ނ4&`} Hz^xm=@u5P`(c1f\^$F$ྥb;Fv -❘c:0H0=E$`d`$6S@:։dv;dR^%JV PމHKH\cP[eQ\nR~be6(Hch\e1]'ٍcֳ(I~e_U_Pad[͂5]I>g_30b. d,Ȃ|d%N!_{!^eV.eh`hx3f% v*@28\i^h\ѝЂK)Ѕa[uUH6v V6mEad.qa jP_bvXVޟ(dFhh.pei8fU Ckaf)=T8fNPEÅ0~ioF_H2fL^QNm k8a,,HeXqh%[F -_ϭꁈ]Nfkd2XމlSpF [_6icfe(&c8H@mV2_b(>nHGkNqn[PnU^bSXiMg@_-Mu,ݾ[S2(V .0hHimPhNܙgf m 2^ *?9[5ȂX -xi kk @b42sx8+fNe6h}=\KHЎ\ -(*wn[cC 5(j㽆4P4dpp_%a%mt!`qg@/7eewl vfݴt(u 2nwO2/wt8^Gvǐqg{GCmAZWߜ's߁PQy7W㣀s@ w =f]r(qM7 Ny0Dv. 0y08 zy_zgo_Oozzzzzz/{zz+mP r9!9£%)65p Xa(C|H[0zh߉}/}(6p6w}A|0{o6z}}7}}*wz(p}?_{Oz I1gR?ϢpVrAOyk"SBnA B(\x .D1J!(6rFH7!Ŕ %̘,AJPJ 6  5zMQ0;s' \JL oƾE@XE`R!ݶx;uo͔)y 3.lƒlyc[\o"eVwN3lˁ9/ #R'Жw}O$G ܥO?G"eb(}sos'XPA"Rw"0w?نdI.@=F@XSD1 oXQ >fp^%dY @Pd!18#5x,)SB_@!AR`%$K_ 'D}%R"TPqДZz\P{NDP_x@Twn vW)f!QqAQT TjLFjG|A-AVmکMP0IXŁ(Vāq`Xqı Q (Eo!& ^F4[+$"^rhk(X;b%qX!´ˢ;#{/5IN#|YQRlEG*}TRHX,H!pPc|<]! VSwR.@!]l]`(Eub\1F*-aU0)ޥ\=U]P ]JX3/0 S+\`Qzr5koXu7h`Vw,br/y%o+Pwnq/饛~:rDǒn\HJbKZ {ZCʍzu,/M]I{}E_=tT6J 2]JUǗTPVYyŠ+@TB\Dp!q,Ҷ7eIXHc `ZDdBl /\ Ғ<tͤ$p( R2-"ޥ@"Edd@;OĢ@}I%ԫRLGEytⱪQl9D|Ї~vx#$:Ep1R LI]EdIh1(^ I<&0Xr(ɽr#E:9hNJ򲗾<`J~ &//* P p$KLIC~crTJ Ù /&U +@P%-]:< HVdҞE(mJvnrSB)V}qMpOmP p PP'fE$Y5ò%@VP $r}AXE`Sر :`SX\H)Le`/$"P\ ɴ 1 I[ķ)XJoY"ib`ɕ@-t%RBGh6ǹE,d9O3d"D]'K љS^!(F+F3GD!Ʉ #]=w1r;L_Ξ3>}7y@5xj0E~ul Yú1alkP׾5-a(W%6e3=#]oҾ6^ A!(,EQHHHp!Ç @dp"E-$X"FCrɓ 5Z8%ʗ0cʜ)r M7)*&m@( I  iPNB)ҫHu`ת A^BTK,AZˮEP\r ҂jtN \0C6 (dum}N[0*RZ%R{NJ[4o;u}4qik_\7Aȸ#;U,pxm7-fF5|`~o s9 $AO@S T% Ht0e)!99P(^elKn $oX'Cdީ]颚ΩgqS/ry~4*餔Vj饘0˜@ZA GLDxA`ʊPeb hj뭸f:'(AԫA7 4A2X>, Ú+nH*@#y} q 2,4@`(pY0BRDA y n:j(hB0 ,ș!E.Bℂkxm*AvK: ̑$+ 5X\Ӕ'\ r $dzd:‹ A+70NdNV2D‡;e2]P( ,]uGAlĢ@CY #͍)+ q=##(o8$T7- ܷ9ʮ@[p*4@hxD$Ř@R-֏|Lc9}5Ɂ.x:hAz>Q9!k:P]"(Enk0\H˶9(Cl[D@@M^Xߤ"|.74# T9U`vIPO ɞϽy}+L\q$S-C„-|[d'RTڀFM?@'%&ѣ!uOQvϿR7" #L r~"7| 5&"wg$xdo_Fd!{~f&K}d(}(D=cV1Hd@B-yƒX,%>B#iփ&K26Lf(dRarD8+dX脫Tqp%1R7P5`%5`rbK7?CjFe74>pi6enHs(P8Іy$+E_mtWrFcy7R#Z7/RZh ta$3Ie -03'0j6r#qBL/(kd,4r#@d%j~#Fg"s3HbJ`#> H$؋8?RD'{XPf;<5Ƹ&'-)h3`rp1vxd;PBy2khUb(`3()T#Qf3&'P(3dn(PU(X4#ƈ5@?0=)Cn8(Lr,x(g(S+ ^`3r#tg'~2Ui`"T" u-psM " ^f=.#21M>&i(+LH~*vyoz'g$uy?,1$1x5 8FQ&91L>"43іdaA<`r>fe)yӅVJt I0-tx&ǖ y4tx(p$7pgiM&>.ƜX{&!!( X6$ƨrd>G1 "Ȋ X`4 L$2(eJ8#~"|qGHi;8"ل9hx{ ,C)xgHeS&9!0O)os`pD!*?dW#7ДR82bB֤jT4qJ} H(@t>#_x'ɦ5^zyo*_o:.'",h2ÒCҨuOȤ?`Ch12;I aB*Jc&H`j"";ګumĩez:JzPJe<j"zJ::HL`hcNTfr9` <+R#bF( "!cB5&KE`@V!jq,`CՒ-(Ŗ>b:aj4.%6tܕn_7UX8|kJFGJt0v)#tup "HJ{ ߘ"HUKA`W!)~l6lcs`y;w{Gh@&q%[db)nCjƇ#0!&s)`{6,;!J"#L ,! @ok"RK˥d($Atn kՆdWC1f6"#Z @5`,CDTvҺ6k"63 Û {$ZH,pݺ` p6~#{L@#8#z>Z`2 kxѧlR9k<\$6i@r- -1"%:6I}5-cB(ҙ1:"1U&$',U7m9½\R/҇3JDSMqk2fG)Ti.>(7HMJƘFЛXiX#3`)ȖA$ ɐ<;/AG5>2yJ&-8,+4a9&VIƘI6NG#>`|K'+58YLy2`r;=;ذ;0,C2=8\$> , /Y?Ŋ(tϘ66(Xux>&G˂3p3kg(;#'6nWeؔFz+w-/r*{WXRYq7ǣ6%c=E#?dB !>jHY|y<<^#%"kLZ.gH!S"[GThlmCD7HG.k~,34MIT#$S-Lt ƘL(D69G p*=.VÐ 04dG20Hp5:L{eb){Z!)n,"}m󝑱,_:;P!7 `[3NNKW,5"A6J6>7/!WJ5cY< oau H52 /bc݂"u"~-PY"N~' +PAA@ LHrt +"w&0  ~""lzCV?3B|8dT5PkW{좺"Z#HIz~Mpr;C֮,<Ҟp|0C+>qhA)liE@o6,*P1pm +}@02LbU4}0O?{b}&"1!wnl;QxWmkS7Gpskrnwmu H+)CbD" Qe#ؿ-(>¤(P@ACDXEE&bG!EI)Udْ#(19:t! @" EԬQE($E#}Hd C4ЧRM%[ñgծem[:+ࡂCB<% U81mDmp<,i՗S(:G P;2r ,b鯇b b+&+RO!&"2"J4DST<=n8 9<@9˵>b9@΃! M$ie VrJ*OCJ,D'˂QK24L4M n 6Q#[RbN9T9/MB 5Б.@-ZA2IRDtSN;SPCuTRKTс"TV[uUƄu֖"V\sUWdvXR} XdUv%4lYh1Zj@Q,+VjO[h#f5w 8WWn"[w^z=SSMW^~%s_xൾ%`oV"v-gNa+b3xc758;~+d4bsI.`C2veZyf,I@ ee^g$;:yt.݌뤃&z`zjcƚ$Ok#64 =vӮKn;lu&4nNo[$|p 7gI RqO 0WCKT.t%}EgVҠ-cQS m '5&ѣ4d)K`vjo$(v Ř5!Ԣ&UORѵ9R*ѫ6-~V jU"t^ L .#j㸗ƬkZ6U49+Cfl`=PF[5F 9k!Yf_:˱)H*k^ ) Ԯg,b)-i=\l)R'Н5xmH^;WU[⪲ӥnu]g%׺ZvVzTxk)ގ%z82ԼрS*/W Dv#I3 H%E-VIizXdVbX+fq[xQiRb6!)y˾iԼ {VpܑJ[!'J~W4B/U|hDωƔhsvDtvWEW9 FJK&`{NZw&!K?µY, 'YHK̵k`#'=c?ҌG3[Yv՟=5_[6mpڙKv'*;ܑ1Cl[5Gss듷Op\W0m!| WppA\g3;(8⪦|efRHVI E*"LXpQ~U#ӯHp?s $(?=྇ ؾ4>@ 2H3(4$X3A@8<5?? + $|.002Ђ%ĈU>`+H=ӂS?=x?1H kB"TT#@0>@#B=/C- QT18E؂ÖhEH'Ђ‘ Ċ‡xAd6(dXD泄۫55ƇD`9B\4MD#>-.=[>@4BGdDSE?:dG/0'4?|D$Ň82XH3B}.ܻ HFx?Cc&PRP[\EI*?SȂuěT?K>T4H udG|GX,4n$ Z?4 <=@ʇ10]4@T{b쾏B` B-˓;xmDìDxIÜq1\II;0H C?Xk˥<ōHY, L0I(2*xˈFˋxHXMOlTˎhN|F3Oƃ$DĈDS.HM=ʄ̈G.DɄ϶-Dt*,JM@.B2@-?sM؍̊0C@Nf ̇@T<lBMUOO?CXTKOř lMD?Ų΋X }l KȾ75|?U R4Biij͊APSҕп LK 1%Ԃ2є0sʘ`ҎPS(ΐҔ@TCHHSPJ$d L-": H44 Dl u IеR G=;UQӡTβH>Y=aE ld _aְUGU;QpUr בu`Wp׈xt sWzu׋0؏XP9ش1Qv9+W[%g V` hmq2Pq1<+‚zׁXE)u YW~=0ڇ ڇYEژ8.qXX h*43 9шx$cYR/pMI2_؈0 )H6(V[S<"HfiUZNv抨we p]5ae S׳Z[`b]iMRe(0=h"dpx]wWo8nٍv F elg(0V_Ա_Fddhfg3{戋~nڕߔlڇ_]cД V >khQi늀؎V Qd&ad"  sؼ65쐸[MIҚ;yX!$(,EQH <(B8!‡/RbǎABɓQ\R$[ʜI͛.Y0fJ.[jI E& l(DKQ8peRGVmZU`nMZu,ARP>T۪j'2e\r ZW֮)ށMM|XccͻJ+P`QNnqjnjŜ5mޭ=m0ߒNF۲֢jڪn>1bQ}>{T :<}:y|USNyg)\hіl\'`M>$P DaٔQ'2 R((" 2I+%10c3RD#q8! -Ay+Ld$&UiIi-@IbbnƉerDut'nbE-Q@^AF@ɗP< )f馜v-` %GApeMWj(( I뮼J>Zpđ-$ *[+NB6ڤ@PP+.9\IpRajfPO`]4X ;RֻvBD~.6}RƐfj(XU&o EXU-23'`7L L" [Fea͊!shqRzIBjwE"HFDOH4\A$ 4(GI MY8ҕ*rDJ^),f*1'XY\/E1i)%(LhZ@)"K+G4™r"`aT53iG;- Da$="!1IъL@Hve2@fR]Ž0MNH )JTp"6DnuSԢ@ *Ɇ&HED:1 tm(F M'\4xU? 30BMZ75Q0`:֊*jl!ao3)h| "# nZ (l,[ rXR<4Fi HR! 6zU$0,}JԬp"(u`XieʵNCQ/JjA$0|Z THF85j%^Jn c WY+Ah~%A H [&m;k OuA9$Ar݃'D{^Ƣ|/%^)Fntt&Nr%5Yә8f8| rKWR`v".L2gfNk"5p眧A)"L>lH~Lh!|V 6khMi-ŕδ5'oӠ԰PhҦ~sTծn/cMO"ҵ5s^Zr]2LĖ=֢Q*p< 8)6z(N]z7 V`DgJ 7gW:QՍGB'!a޳Ճd]S¯2ض G#x?WT4X(@A%_{Z)@RlЈ( bO5ϸD67NA<|99,j@ RTv7L `:W 6AEDHI`-'Q] : HQa51YJO%FPv\U0WzdHĻΊu9CM@txy!|T `^ wO~7I Vz)`[C%p(vw F4G@} 9{C.JpXRwnLJc7 B$rpd( }Q7LrNb$xgq+0JB#8?FCZuS5b-%)7&4IւPX\e#C# xw?kuJd9|DVjL oANضr"6ho7h&*#zRAXτwhKBth7或(8.uxN؉KEp'q8;3X؊ԓ‴4؋2c8AtwzËRˆq* E7%B"H-=v3!uǸCeQ:($7L(|(T!2{P(%{#R"X78hH%Ix$Ip3qo($Hr3pMZH7$БCMp$$$nxcXd9!@ %҆<IIrITԨEb(RO'(H((H(.g9SH-  bG nh(aL'X;R{ ;((p" %)eOPY)v'=$'cʄZ @U GWh.  83Ptese$y?A,I0T'F)~(@q9ZBg?#ӕ$$``Em ?@0]'$ݩTQYio$hZ" YyqBU9?;N’U7Kh#;>xƒ ꝱyQ@BNˇb99x6p<(PY?RN=(<"')ZO8О6t*:e@!YOpLm%P(WE((irI:QJ"P P377:Z:e4B$i]dci{y;t,9hy1q),2"zZّ$-IIUJdPb6y`Cu⎪:"Ц&W#d^&JB^K*Պ^vu^B[ij |hʉӨڮ%)"&cHiKi+6{ɈkUs'Vamj6ek,o-;1;OB6 (7P9۳DK:B Fk&((iE`U?J86B#m8"#0PC)58Go@h#'{( u6yTz=$*gf j>kM&b|!Pod9K:2зȳ9IAqCPF۶_(úu:u"}'1 Br"rr&W{(P9gP(=t0[:@1skT0F(:][hk2),"/7Q1B&7@&r21+" =Pys${l @:+`pj.{c8]n}s4Fx=.L.*( srp9cBuK` VphP+VHRIyH`O-'X7baxGh6D `,{=g~r%-ͪ3 4&x4$"(SD}[j+06_L"Uqmd-!=pC/_ws}0 }kv[<0,0HKʍWĵ򽅜!]-ZRjĶ']pƘط_.{E%}4 Ysǝ@@HnJ˵ BB0k'0$t*C Px7^VE0E8[r"|mPѤslBk-@ w }-QңL}+ ;A(`@qGK#}O"*7=\y+di(3Hm=%?&=M[N[#+1[}#23h# ֵ(;˩O+Y%U"%V-':*º :'֎P )*OmoJ# PTv $ .yJ;U@M5#$g}&fn֑m`#+K ّ<בБ8R4zN*j(^h)^4ªgI@,i^z=p6Qܸ✘N$Nyu;YZ7 i?=ގ:mL_5);d(=2 $jw( 2joM۰ B+819ߴ9; =IM;IOjͥ-$Z(iL{PAXj$8ZHZhb1Y~j?\,ٝD?Qg5@,םE0xH&n$K(@ޠo˂Du6*"^P^R?=-#]0o{;;p($@!&$ LH,Bɩ~@wn j ">()*~qf}^2}-:r+ d7DoEi1|W= %y?gY0hII20KȻ,hܹu;*斑s#񭲓e-sK^}"r!mZwŏZ7opԗg=H>h">eD&t8 vXA>!xhav2„-ȅfhLP˸{O@EΠ,=# rG>A62BfȀ$(Cp TAYUXNA pA0֊:štD"O!#L21H/cv[nGNIsh#>1La2x O$hn_Yv=eQHv"VMvM Xޜ6ሳUK6)03dWtӾyMHb$VI선J dd=찅Oz=97?nd:9ՑhھfR(SE$Hy5}}6 {ON[=n8PJD`_Jgo#{[$$u @ ! PW\_=;v;ۣR `=/㧬+ܛwy"ƼzGQ{O|5rBW}f}5~=oscOu*Pjq6@Fp%`-xA f<`A=Ѓ#$!oDXBҠPD ]BPowM;|CPHU ,"BC(f0@':p7ڐPEx^b6Vch#ICNfc*>`S"؂k1_W)ʀKc E Q38jU>'=IOϩ.p\1!43#Uy˥H.$ Ёd-ˁ f Ecv(<ЁL:+{ ,v 2iFe^@zT$sF\;ߙyq[ʉy 'I95>%@nTP,ƒ`A%Ҁ<#   Bh K&4V\@H@Dt0XOXIJT"H@AR1(@TЇ(@ ~Gc"22WV%9jS,M n FAK@൪!Bad_+)\ BDASQ@@*RЃ>UMb =P@B ]- @9)A CtMVUAj XKh-k+Xkev4)@ ui@@ &nt$U* J_ Fj~kSiEAsXܢh `!4dz%lYjs4:H x,'@A]".2Z#pT%6Ȇ%ܗ栤H!„>t=19*WǙy\u @@Kh>A Vzr@ ,D+6j ިbȓi "6&6gafs@uy0j/?eE`!tⳑ}r-wzuLisvE 2@@{A˩~_/3֖i=k3͕ʊ&z [^ 0m;"tPf0S%A%],+W>@8FY!Z @ȸ>e l_@aDPB^=?9 'wLzqkts"=ֵ})~n/O* n^)dfW_yF`5Nq5=#\ @EH@A/<ǁ4w QaQkxPּwס@7ѓUg}>ّj-rqC+D0CE9~#~o 7s=VR_ mx}@$4 ~XZ3a~~Лr~5|Zp? ?P@l|2ػ9kd@ 9;? ¥yJ/ ,mv2AJ  +4<<@ !|#u? ) PH&€i%Tz0B4^AAP, A Z45'Q7 𺸫 .p;.V:>=T%s#k@8 / 1۰0bpؼ`Xϛ-#IXdD?e,ZPt <*r궕)w&/؋02;r2.&uc@$Xk408hp":1_JW0l`VL(2ƃR@6x/"Sk\~0+H stKP Pظ+, 0 ȁDX%ɨO̰෢7;DIIJ e@ F^kCjʶ2>F̌$#L&; O88={z<;<=K G܀̎HBcƺ\!t1z3Mc©abM Lٔyrb|P& Ț8)M^B#XT@N$J0lN뤌ˤ_tMCJD@ʄ e+:+T}:T@rOOV%ҬO^(+APBe\POMPL P PPPIOQ=Q P 8 P REK%R%]R&mR'}R(͝K(M&+}-R/R0=. S2-S33P xѕI X Q X#SP=S>A5SDMԏ(TEmTG}c ,TSJ85LTO%e?4ՖxQ P8TD%U;RRUU]ՄU^ՈV_ Vc=VdMVe]VVfVi܁V8â*TmeΕQo=yQY~gUk݈t+r]xxTנHIWX}vMC-X]X{mXXX5 o؄ S QqXV X]ҌM[mԃX\YLpYYفY%SY(W)Vx@yXըC<״/YeRtZZ Z [[-A=M[bY[ tiӐU[r՘`[Q9Z-\'\MD6WqܳȖ\ʽ\\M\ܸZܚ\ …&ŝWsJ]׍]ٝ]ڭ]۽]]u]ߍL ]% Ƶ M^] mu\Ў-^߼LXLD_ \X _}"hSUM5iSiu]~kiHz` ]`UΩ ARx>VXPւCaaaaaa6U6X$^x$5b(^ 3)bbb02 /P1b*vpcc8 6-( c?2@a4@B4HCp.9 %4,dT>1-IC(ENe0 e CXւ28/`(dVC_aN2hf8p拨? rZ40gBPA&Hsve|*V}& -1hd,05^*8`4ceg&fhFfpd2,0hxd 8nT!FybPb3PKFi(8Mcdon9.0ndhjv>iᣦ-pdfC@08nCk3Y>;bSV~~f>En eo&cN-f&d6qFhh>dV^F&2@e C0Jcd΀eXd&FnV!N⻆1b>lH+~agF$X;c/끨e>FKbcZfxcSanzgSNF/eH^,Xh^a\f-8l2C3kl^helʶahpH@f聸8PlNj`m#j1P- hG{G_t4v'gi,pN 4 pG1g,6d~pkb?v2l i$ xHG)mA^ꊈiviLv>ru!4poξnW>:{u!qh3xf7絆^?f(C(2X4s,azB~laîa(bpi*߆\,d6m8wBcU4fwq.^nkR0uTRg|ⶶN9Vgvf!?c(d; \fOsSUacl`.ffmVsbHvaAxzHt@FqFM^Dl~爥Tt~H/h _0P ~fUgtn{Sg6ľ-@fuogjyRp2趃1,xzzz5Hw6,Hx؂j vwga8.zaG>-?rVcBVވ[tCfc3Hfc Hlof&{T(XCp *F}zGrJJװbrM& ٮh Cv)ρFI*պX)UUwf(0Ċ=&ᖂ*2/D5CvG.xq܊Qo>_̬ Fm$Rwޞ;bL=C9gz*Fjjn=ӳp2yO { !B  *$A_J C 2X@E8I@ `D$X`~T AH"J P1Z_Bc}qIRGI}((Yߓ,(hEboW V !#J^d"J@ȥ("ZZĦLs*h@5I С]h$B~'&ae(j+'Q*OȔ^(7z-"FzDBR|&DBBq0a82詂*H@T&q(:z.馛Dnz TȬ$,C ҿ(Bp  N E, ySH|(h0(d<)CʲB1 o8aCJP;35oDƚD: ( }屇4 CMP]'1A`1C t0f+2Dٗ,26w=N(kG40H[F+t|(+yJy1)AV\0@?tmdGD'""|YJ><-RX -/y )^X,~E_`r4vmo[rf&>AR{)bmDu=$JՋy)$xǿt]o 4ڝJ^V T=d\žl@UPΝm!g2dy[*c,pTG8+.?&MJ@2SR0<| \PPt%A(p%*H5 o X!LQAtz4)R#D<\@&۱@"$=Zbhfd2@UZdV;xª%Y+1$jpɿYI[deu 4jX%wwMR4U٧=U\ q if=sx<0rb;)O" !(,EQH 0p!>xP#ŏ'YQǁ"I\r'[2lI͛8s L2dž>C䩳Jp@))4yR TIQ\&H2݊VR6]Zeb5+Sj,+6Z#fM\j`Fnߥk,[y F 0ϧQ760ko_{^2Г;5<7FKK;/)<˶8 #Wp,tӧ~n6ro:{q(߯?y}ϩsqsǙR]\rYTfQsGXHAF !~(N0RЌ1h8v5RDAM@P4$H"t$B?dI@ѓL~ARFtA[eATcye%Iiզ@kg8Ix8GvYcSb(A6d0YdA椨@rI'~$v駠*1@$*DDGFbf 4+QFE+E@rzО(hDa±ZR +䖈MJP":Щ;1$%>j* 4@HJ$;{00BCppw2"JBCp TkJ$oY@ENKP00 G-T)ej0Qb#@ @E4 Dq9$$B qu(-S?iqՐG..\rD5/N. @S'gM*N{ 7P. 0mihp@(or @MPz"HEd/X)d}o$ N: ^p&PIr 'J> %;AP@>D},ip "@ڇAU+0F4l g, a!@ X_?C05hk?2I((H 2X̢V DVrgH¸6F /@K>>я~쓴"(EgATZE(mS$'I9̤,\`JQжV)Gw$ɵ4V$m' u ȝJ ZEus0 \B$U#X$DdV)R p̢%TnR%D^%< N @-4@YΘP #[;Ld .7JЏ-(hȢ'&&aPHPC F _3XtPL]ֻZ: Ќt4[ H(z004D}"&"mi&+.wX»4z+V wSXP糇s *AVM yl+Ѵy4@RVW? %HҎw&:V5V RѨ=mk FsՁ<iC`$G2t+x74L<$kX5x,fJ-PTV"BrЍnXdp=Xf!D^C^ " .}c(nxzA[OH|FEũD Db _*2&_IL wLm&I"l{8HD"8Oo!Etggq8raZx@&xu @&;P됣L*iVβ-{UZ < 2;fN6p $?"O BHo@p{8W1 |mVYD@ 4Av?>"3Hлʄ@Y5E(XARW`E}I6i՛.t&;:h4AJ0 )!mD@zs(H-xQ*󛂽riɉ,ԸG1E SƢյ<=Laʴh{Hp e JD 7RJ:ЃY"D;t*AQT>.0*](? $E.EjN\8BM"jcԉ.QJhBX[SU%+@TP{\29 Y!f Hpp/.4 8B/ yPlf` @C^xgngR ?"wҴB-0DJ""lNJy ~FsgZ @z *Y'T.)'5=_n8v"Qs_}<1oF9;fpuxm"6WXJf0gt 8/SF(I",Er-'؂2EP+88X?K1h@rK-g+Dxb. O"U؄1ŀ=g5*8 5,GgScr,a7<8'>=!0snrF_5p7.*EXHPYlb3Pj|&{p}n$1؇-pGHcg2X憄#t$2}r4-@(w7~#%fU$9?28 p4h}x}&?,iD(1E҈Ai(8"3rG !$IpGhH8VHeOz(Ej?<q#ZS?2I@&$"@%؎&|)ȇ$[>$;9Lb'rG{6XF- $ yׂ7y-@jB%yF؎D$f8ejF *Fho$G`}3/8$1 zyᕆ9 `EkhW [)'@bqGB 5X`D)"J- .p%XAɄ?IeĈqYa)P$>ЈIER6X@(Py-iz(8_ГYvH룏Eg)&p [E%{v>9~Ғc"g=ӛg_Ep֠m(S'Z:Li,(8(آGFR 2f (.1H 4:I=E6 _NL RZ59V$C:LKW 2Tp]Jc@:9fZ#h2$xb !pnz`Y.!n !qjfyZnt?i;*JƆ*q*_.&G@|ʧ0ufzbŵ#-C*H#uJ*gt(0bkZL0 wI?;K CbZPskI?g+E)w}$~J( AP*vZlC[[҉*l4ͦ(':VPjx4sWW  @,jz)EUOE/ &-~7Q;ZAYZ1_qjLpJE}t8ȭ/b  zyd9sGAj#lE`EL#TDP"vq*Hp'nj`%@Ԧ{'> 7:&>'Kpp{#]g{$Juv-ad~mTE%b@Ap$`+Rm,@E[b`KM,1Q𗄧nAW-F;>A3D8% | [x%Pmj 0*%@k^׻2T\zdLT.R(x$gD3T"oh:@;Z('Щ7h%}"1+:ݘH"+)wC#*ǓLхBb+ }V'|7l`S">i(²1aҐ149/J3ЩӨ,qGɈI%$*B |S{zԈz$3?9MrG|̴e˿G ,H)OBHk3*I A 40%ӈ8&@z-XY#ތ' I(.`ю"b,}.eH6SHz;e0<ѣ]G_IJHd /ښ6ψɒX9o8OrdRP}t[[(Fӎ 6yZrH%(MҎ`Lә 4({{szMCXԥx+${xmGp9Ib)L$ J.ײ9ER( g$6iuܻ1`J8 8sR$H?(205>2s?*7= pGI)dّ(IЩ."`kM^},MhN}(@ഔ'pߨh' IA9{k|"=7c$`2F\hQC-xnTٔ60>F,aVQ6)O=*x|{Ly쎸(u,W~@ZE-#F"A>T1dIv'if%Ҿ1 'j#gƝ>(j'`M©).a:.;ɛ8ᖒ i煮ZY(@"y+6ܙٴT>&V&9g'}? FH5:~P.>Jߠ" r?fEr?@߅3..KHdd&x3E\-<3?ßk<lb .B"UkpvOa|$Ana$W'>vݓz)Jc?oacknscfWD:aR O2za  DPB ~BQ! X!#q!+L b L5męSN!yE1G31aS$?zlJ䠤Wdpi̱F͞EVZm,"@\• WW$HY}bA J@"cB=ga s=Zh+G6PDR(A6*pصl)\ō9}vLGx> J"Pcx6a 6{ؠ 7qEt2# ୂ$h I^b:*C? ʮ j 2@a,( A""X2ʩ :FXHYD'5I)dmJVz0( \I1"SsG *4E3|dTHL>DA #o34 >?5T)3`D8.BHӐI00ЂDd&6 E!YV0DZk˓!"((x 2{j2(´ 2E L+ B ʫHN+xEZ'bd8'V<(bkR !>c (*-%E4-fC zuҋì8'P`W> w&iFo@0Pꫯ 5CVF;m?7g2sm{n'/;o[=I=톬'+L4wpן|K7HM A|e*&/cZCUp5ӉJ Qz z)_o0YA,p\OgҖAAR#M xkRЈ4DW"eYQG&/0@@iSDF81C$A \vQ/!"BB|L T6FQ0z`?06 9%;8˒B9U!'tF| (/BPL(veHˊL19fҘE\әτf4=DiVӚ"wMnv3!P9NrŅD3(ӝnjNz6mSz@=pӟc E8F4h͊PhD%:QVԢhFirOvqhHEڞԤ$td *ԥ}FdVԧO ըGEjRT69] Q:UUjVUvի_kX RDRjVXN[g՝umdFWRyl`cWUElbzU6%dQJue5Uev,Nғ}AgҶV#Auml1ֶmnu[ַB\׸lT"EЀܯzvZi&uC3t~$=-eK𒷼s+Wuo|׾Im} ׿pNwZ"t@. `vM5aw pE7- 9wMׄZoHuӤFoʷ0C{AԠCxRa8!Íux U(gbs +.u~!HQ} !ztAϡdhA@v7].,d)G~ )GD/d (LR}T9>q[G u@}!^?:3;4@ۻ,h==@h9s@CKH*@X`+$3H3ЈK $<6P3?ȸ@8=93@$,H?K>kп0?hK @$?p0,[B‚#0XA;2XCCÝ8+s+8!d4$43cij#$5=>;4,;PĽs9pĂԈ7 A(t0>\XKP D<(DHM86@Cj\ I/Ƃ8<sCP@r,3Ă-x3PCĂ@E0àK>3;G@H>'CӺ1ԈcYC\IcKg ;@7Zc.փVoմW\]UY҅h6 5 W( D@A`)@+C2PSdTP5_ RhhK˭/-pEDW (ȢՂֆxY6 8 7X%5MW%-ׂPZ@hڞ==K*- 7ZWz]M5EʉVY2 }<pا=%pئق ]0m"\Z(HXHٳҙ\ ۲] "U.UU\HSV݀=ˆ"H3EE8X [Yp + T\[ o ؂^WXS(0ޙPۄVe^VqX- eO"eC QJא^xUބmE5~=A^0_\p^5hTYYV ؀ (9u7݊j^UM1 ՈՓ^rZFpZf<@â4x_b% Ԃ8u₨7x)ܚ%1^) c`S `%">#`ڪ 勌"H׽cZHEƉEv1f-]I(E'v W:cQIS.S _>m9%ˡXge -x] ] e4!(,DQH(x C &4q`C%j"G>IÊ&?.Ң@)c\)3&͚KtSG(q&4"FEѤK:hjRUb])SX"UUlYM8uӲG>jcuTڿR%n:lZ(Ho,VRrbQ.H2bnW] ZXk[^j[Yl͙uM$ǎ0zgӍJ/+=-u%k_R3Neo56`9we5wGE^|)u[~7ZwtZwYфʥQPe"B P,h% QĈ@)$AL FTGK:JL@$)eIOTW"AE4_>l@cEDoj$Sɧ~9P2 g59fɹ')Qyi*ꨤj*I¢hZEhPKi@@X©+['Quz(ʦ~$Ce(0},ʔ4K0 yA@(Q` EJ- -bɊ¶;N#HLE $lye`Z &2@AA"T+>, -̟0J|TWmu$dK[/|ƻF5AHn$(|"1ё6BXpQiIBVmɑ [4 Le/̤& 2:@p" L_; UΰIV5Gƪ2:1{RP c˸?zq`D 4HN&;PUT`.9ātJ}"ȴB2SN8mEU&%2υ$ț":^?CE1Wa#OH=7GjbR7}[%< x$8SO-zAx#>}Jd ڪ=մF׽!W'hq"uv~ˇi>_}b 7ߐI<>|}0Ÿ;B\})'%Hpr{XdrpS(4`TKP3Xge*r ޢE 5rh%^dA xi781)8J|*2?$I1X2(%.w?w3IhH%A5]([5g2Y-Vl.U&h/X".ia{"rփ$!aV[ $Yrf^XTqg<`".;pV.yR;hA'8)(5:kN$FCh`ro&SxAMOٔ98pE&(Rg( XJG,Cy95H/. 1)ؓJa"I7%3nfӉSm%8z'Szwo1UiLR8{Cj)X%8Ш $ )-@AI 'CjFEjh2PX&i?Ix %k+ԉ3`OhI cY[L`ш(3PiVK!" Pzu=-I4&bIלF29g#cٞÝf#8i-IiZ{Z*Z*%9~ 8t~bCǡ*"Ak(%{ҢE`L 2*"*_Ep6Wh)₃Q@-YUgӶt^.ZLu3Z^ -)T`,#-6@t@V*][B/#y!.6I՗6UĒLGK-'ǂ%L`tuEoJ5#RX';WjqA m(q(E&GC19$)s[P Tn)k٧[BHp$k9@`?գP=0$`6i:ҪRFqA䢝 ,@D`B!ڝIB97mwbRqy'EhqdoR%}gTTpO ::%B^ i5 `kSfm:j,`%;*CF''.60b'-JIc8>WDIkp&4!ةamxuaj(  g&Jp+413ak"vb A,41`YDʜ!Q"&QR+*w)qru/kHK.:9.U۸k$d+1+(Э4K$[89(`z;t*AS%u-rڦp' /$ە% $$E@K5?@ʨs_|Cz8},;:eH(Hؐ7!Cm!>f -@S"L*Ԥ&mٳ$NhI,lze2 ]|~NnxB% Ni'2VG]Z}a-lY%)7ٯ%4=l*j2#UQ9Aq1薿%S)nLXf;ЉE4gÅA &0 hS|ǭt6/(8E0օQ̛q8&G Yc*I΋O<7 p+MbL0;KIiu  6y#7"G(. NdX/Ƅ&n.@80~@~<|@B>?D> )%;6>*^,6>s/GF~-&|)dlGGn8iQe'-v( 'oG pa #n*3 KҐX,.˫\;i\X5 i,cJӍ,i>%I)m$*-(r&~T ,~5E|R"H1=R̻خ"g,qo;p2q^lҾ•"@8qݿ [nb֊|m/vz_\f 8,a .?4?dl5ߓo#9> b^1C#0}fO*~*䂰|k?PAw%93/GhٴN/կHAM1`k($H .dCYIc sj\HJ +)D$I@c BI)\|8'H1bRE>;\XQI.eSQNZY $IO0 R`^b)Pځov>).H@Z&\aĉ׾ JFa +%v244ZPh$~݌faaێu~HoUS] T!U-}{=K?ܼoͯg~zcX߆3Q0iosP9TJ "8 !oB +ˆ/s`R*$%XH =$ !L3 v2"zD TrI&+DSP`k+ٲ{6$;im!Z3A΄IX!MA|J>O@ Í DK A(W8q!%ZȄl@CuTR- ҤlsJ¶&VM*I=PR{W`I 9n@!S DT92bE-6Xlv[n *P nĵ@/@wCTE w]x1y^|G e z׼w`$`V8]X1xb+v]3xc;.ydKrSVye[vecyfky1vPj7h Aؓn>f<+:SAKeRIibБ|~t3BE{Ͷ\ -34k z!V.Q7>tN <+(:"H$'Xet`5ɬӏɾ6ډsZ h{q }"H(0v5,i^b@`r A@$ 5ah~u"B" Ɉ! jjhH!x@d REXQTg&>t wFR+4J"(XSbX Yا2n:ikSe+]JXRe-myK\Re/J_sc+ k4`NA Tf'92V7f7IMoRm$g9yNtSd'Nǜ,i7ρՓ)ig'OT%hA z (@|G8TƐÛ!#ךǟt'iBV^oz GS@ V3 !C bqވ0_Hٕ!BW;ߧ "YgAr0^ vG/ND cx#/)O!4 yW  "/8SN>C^0|| xQx^; ЀD GQ! xzАy.X@(R4`AAS 3d=C2ACA$*P?x89?@1 , :2H`.ЀscC7X‚57@X=$[\>aKALdHPsC CńKd3DDdL=̅P9I,;`:+1HL7M-ɲ$l:4D4<ȧGD̊| Kxk39{;D@Z *SK`Y, LKD?Nt 9PHƚqPи4 EE˧@z\M++X ѣ0Q@Q0xm-u%mQ0= G P H#]Sjׂa%ek#Êh{n#y {v()ؗRQ@Qe6e76`S]ShS)M ()y1 ٶ+ +"@ӽ Gm+sS%Q:ӈPӂT8 0U@QERD}㘊CWM hz)Յ0թMT>ua=Q(6Ȥ5EՈVduO]TE=EDV78yԅ@ 8 -r  (([_E} i*@L`- XVX%~mgXUPcwW\- OʘxRxȃ <@Yjp1 B(%^-Ѥ@-]BD)p4ӡ%֤6 UMST}-qZ-V%u "YMnڦPZ%XA`5DhSڅPle%9jVhZ7UZmE=d؂VxS8[)z3 uLA[e(؀ZK YEKWU7eBQam Ѻ]܆X*ԁhQ;e% ȍ\Z8]ٕ1ͱ((] P0_@)EJ`6M[ XuEDQ}l5Qu)<`M} > k+8"x]xJp'u4U*pCB8}`Veefm/[78u V]7A% 0Nag*Z1ֽ6U`N]bᦰXacX'8dapE8u؞X;. %R]ўUe~hWnT6R^Qpe`R|5#>YF 5UXcXfa^vTP`V[e`QZRYpqA!,E HA *$p-8H"ŋ`,F~(qɋ!1<ɲǗZtI̚-od3Ȟ;?*`(Tѣ)SE6Ut@*ӧ[N`jҤ79 K(7):v )W5-WG=KmbS7:.(aeX]L1:@ճ߾rE͙2dMRkߵM͘0Y隆픸 b{媡3#˘o/>wW5nncsw=m>܋uP~ixݕD=eۂ qGV[{RTV=F%xTMG 5t`hM(~TP<,H'8@LtPJo DH Զ@7\Άܐ4r 55B5ugK@gu+ * }njyQ EDJOo{-Pp"NPG ~@#ݑbcD#P@Qe +p./>ln @T "IcDyPkD% c䧎tboH軅dKNk[Chz t :]QA'J0A0RkL@7Da{QA@@`@Lٮ!^@M2 k't_GzF#tyP櫆kx@Ac!𨐺fFFd'1ᰅ09)T$'5+~`\Rں?h`mFX d`$#(-LL( d|˜DI P^Dp4qOCٚHf:(ᬎP0Pj_.EM #H!A: 'q ~#: SKIB& "L ͂=p(:iH@OA$ (~Nb$BGJҒD0c@TJK!MsH1w2S$1Q aIwfI(-XMtƐG ZOԦ^$کQaԪZթV߸tJԏ] J.(.DrUV*J3|%FM~4*Mү 3G? Wo**Qb 4mR m ݴkU !H7ͅPH3i 3MrŇ^h8@r?nl{;%.v8#y[W\K2g$>) r߭pp3Q R [d'PK#H(LEW(^P p%a+ 0{Νr3} {kj6Pª-BnQxMQX |oH me{5^ v6 P@p뢚6rcR&g[r4o3'25ؒeB%PVMV)FGAl0A <VP%DAd/8?+MDP- Pε'2BOVrާBjfmd-A$PmK'p6*f-7WPřޮMndմ-EkMvW5TcN+mQΕeS8[xP ,@ߵZGNrIO3-^򖻼%'_"M/ID^R`<׹ЇS QV Ptf/q AD'(>::+jH+/b]rϻޥJ߻#+.J_:xt'|BO|1ƣe/:҂Eרu}=;O)ơ7H'w]t^ pIfŶ8~H%WCăZP5럫^A ~Yx*EAԭ 0$AU#6 ȷ7B1vA@e7i|jo0~p00|%1Am:PD4Q 1d"4+G>''fP;2#'6&*:f'EE 3 3}`}|ahiBJ14m8hTKG\0)A}BÓ|Lx.O@=@|#7~(: a=!׃i> m*Wvx0q_pWv..`t;X~0C"&(6XH$hn uI6'K84OH 1~:~PYh:GyhhPTBr% ~2!W~M8(ESf-زW/*8;4Ȋ1`O\؎ g+*5y&`gDNh+Wba^UrB)JP2?%g$xuG iA 0*x5VX;i 4sw'j Z(P+pVV"ӕqUUoz=R0i~ IR6y M#%4#٘II;ٙDV9>H990s=R~THBǚ<a"YET#50>1j80(IB8)zR+A'}.2+4}-|0lc?Jt(EjrY>EQA; /~';0JW`z`*;ba,oAH@i ! V3afrA:t(0rH5hVL2W>@AQ&a8QK. uBuj?b};. ^O SH4.->P>։liE$/韂PL~Ч!'ARc vE,&4VuP-@YX &.t(Ii"&:"QAg>j?`*ڮ6B`UBz~Ep0QZP%S8*G@:%Sf@!)J9(E%s㊋65>&`m3䜷!v%*%Z);rJBh5N Ԛ;|`Yii;X*IO{=JSUVZ20ip$ `'xP}7ʢ'[›ɬgCTrxDET]:;1m\>Ycԕ$x>LG,3-K˧{rX#;RI1{ =GbzIr;Rv(xzs⻾Cy{IӾiP4 wVԿH{s>=&i׽8*伓 BT/RSdk#l/f}}2\&4\&fG$5+ EYEr&V+%Hu .j+e$ق?P`GTuEBʐR&%d8/,G%$"XF>6Wub<&]L~#);U8}~BAB-A,ƜK6}.NBPK"3e<%rlki<!uf%p˿gcb3 z.:`¢1P1@90A@LB:TS̘0@( F<@3 1s%K@/@B8K54.{rs \1ElR/OjR,!&~b@ 1VkR=02/8@&!a9ߘC,%}plAQق#]W[(E1}L,`ٻCS Hhdh9,V"s<Ei'x}Z]@6@M#({l9 @>]fBfg*7j6BhJ ~5Jk5&%405-t~-P]}rpL ͔]Ru-%8<2Vy|''lcvyoֽX=_Zx (@`@,`ʺ{=%&T0HK ^*viuP;6'(\sN&'tutĢ63GtЈ:V% ߙW&lA{bP,AoyM's+At޺;n %4l&bB&7\-'4c_gW>%B=<&Aw)&,+?9(V4,\&I Pb2~Мʉ)K4k >7Qz-(0{s^5KzS"- 6?`Ea1:B]L3'[nrNpH^2{+fo鲊Ec3eo8j"{~<('~bⰑR5c43$Esp΅:3^Oa3V~dZ P~ED 5JZI0n2 522KI')PsR:P`+J2*Z^V^:qVd"[_% '_4te{>Bh髛 5bjRٲ8ϰy4{P|[bb%c{0::h* Q*bU?PO,R\&uVTg~14 Z}}.r KzAչdxZE[5Q2;[)QO%e /?2&,fM"mRCA c,'a[|PL80[^][;BAA"|@AI31` @@R' PCZPAЇ|XM9uOA%Zќ.eTCG*EZ(F3rq64X283lʹ5geP\&aH!F2$ uхC>RЉ"N\e̙5WsgEqd#Lp3P"P< {F9熃&^wqɕ/oHg_3cF$voJn={U;ް<կg{A(ϟ>D=v:$ TpAB9"l(fK̿  #CC#TjnD0dQ+,FD{E!kH$#rCA@?@KJ͖D #ˠ 0J0}ҒEtM8ZM>ҀsO>ӧ:/2PDU:jE#tRJ3ѹBtSN;Q CSTSUug;uUXc@rV\:.W^^vXdUV=cseSD%+Snv65i73 :WMRÃv\zĉ >sIyuCAVoa{#Z=r784~0"AIb;`kމk:XYxK-Z sAnemvL \Jd1Lh,ڪ=vZgLZ#~0(xcN&H{v.?n%m#)qK_(8H\.]A$ o8D!ct्QAg(V<=&p$ ~{eDc,B# 갭nn~=vBUm;}s?MVP hOͯqlG֯!>HP\bAPp+Uv Ew>Y m'KX8,jN  Ei?@2ٜC@`5H.DfU#&06z=<̥|N"P0u@/&rR( 2E9D%2"e@d.(fЂJ&2HB yKEI  #x#]=؁(Eq̲9^J$.' "|d1V>$f N@$0i^=uM>"@A)H_DN?L .A6ZzJM,4,%SUSjJl&]\pL̔W> 4"'a@@/dAA)<v~0("! .r+fA(i5 {`UJ# fCD*! l& JUؾ%]-.ťY l`=2 "V֮}mk/{' ̐ :+DoE@\"WUqqhx6;FW TDS `xMyԥnWCvN%mȼLX^bIBuЗ6o~ ,q>@8=p1Pe|aRؾ#p^A|#gbWVAWc1 r hr|c #ix<V:hd AyZ'"ˢ,jY3bяYd/'ߢМf*E!Qja ~V<I}"aY% S`J sp+آ)E[5 ͟Px <9æjr`D* }t0o6`>Z6 mU،зOhpjՆhx^ FP~XAt7jbOwnBm?G?pUfxbs&['\yQk.o0 myP驖 _jHq,,U_zM`w\Yzͱnv+IN,u}!'; ;=B/Ʌ]͓7u&OZH!~X[O:;3Xw?> דNX,SK>i@ (ЀFX#3EA@h '@ p! M P ȁ@* C#HⱀC P~;Ё.%` آP>X@̡Psi 1l9 AX @A?AP>d9p $LA +,T5*t,l.txЁhB"B >49HL;Bb G*i(L„ B<DAX'$Ÿ  T4#( N0#DB >A0gk SsKdGXE2$DHGˉ(l P>8Hj~໸(D@ DǃGtG#>ydŢGtH?G EB- 'tœ$G`3y0 "P ĐdE\N "+ǞLJ}~Ÿ(l HɢˆЁF2L:ĘA%?%Jw3\@ʞ9C9A#!H͑C Ȯ˃XE #P(\%8;JY6ӮP1oD `> LG!0Ep 1ܿ8I"! I'N49O; 4@O"0%h DF<Ά@L^=; ͞$ P P P xP=٣ ?p҄P\P!,I!!EK %R%-O=ڭM9PP ӄL9 >(+-*-ōɼR(M5e) 3 sσHSS'-6s  xU-c$cRIp>UKyl1IA#S,Y9W2G@ 0$ [(ȝM\HIAdiTDP $tP}\qG ZBI`FIi4ʟxdRNۛxFU$;eL>ğK dɚЀeH]=ޥ"m$htO5O"ȑMD=ҹM  ,M ۄ]=_ @\އ dV/J^IN&hDC>T`tɟ$V͕3z%#QQy PRЀa/Y0I"4cBc0`+ (vcc P8Cc}*8 G#胨 !\M!# N]B۽\a&jNƀ0޳6  lV*DϝTh a M"34G yIn:9?eO E-m#F=NZ 5g 2?=Y ,I =F&o1oRnfo,so L6ZfYߥ@NsZ 8oCpf*pQWXWwXi.Fqo o @Ϊp읹lJru.br nq)pq,9!/o/_0rr"3Os5_ųr6D؛- Ѐts8gT@Ѐ,N?Ps%8H!,NA7sڃرD 2<tJttLoItOGNtQuR/uS?uTOu:wt\ uaUS4B?'uuo"WuTv/: /ZcreUu@vz?Qvc?j(mvpC4vq?wtOwuW_kOw@`u;_w3%(tvys/ugpA#v_փ?^Oxgvo t/xJQo~xs_9bGRC7^O3|_@{ z _Vm||OJ/|_sosдyȏ18/(tv X{XA|特no}/c }N}G}~~/~V7~.ۇMW~?ːjhSG]~}?/ PoOXwCԀNu$UǕP8}7HHd + `=т0Ђ0SCЂ- --0aX5 6`xXЂЂ 3&P "4p!Æ*D̘.Z|"G;~xQB-͠DYr ˃Z^Y%&MAib s&B;a1<\U@H&>%*e" ֒N +v,ٲfE4ElH<ۥԶ@:^33+_ CrRgX!b./V݌AA*3NzuLD2vQA!.6-ttVUp c'ڳyr;dpE5xu}ѻT&8/>4\X\rahdta6=E\E4 Bi|`~Her`QF`;Z rB.4]e]gCF} aIq^C ّbBf1uBf$,RYaq &d@Er5m)vDDVJ~2<Pe@NH_Sɑ5ʐULlpPP򷧧FԢEe@JUUjBUyUWZ"Y\hdNB ݧE$/0dYXN=Dz=<4) k⁚5U ѫ1)ǛU+ngIFbu|"EUwFPΫqdTqelX)DXV$6i, gSfT\Xa`iU$nraB4D$BGلP`apD wqhvB=XiOrdIzԝAޙ,H meTIj3[6P- (88CUүdېUXUH(fbYӞyuP*Ƙ&] Uu`wqdvy'CslꩌPߧ&B  PO#D݆B;l$u?h֥e&3lAg^J.U7GI֩  %;$*λTҼ RkB8!"C " p>1 Za Bp*3Ib @XDs9% LI_2cy/\#iD5SX EA,!EӐ3ZSIAфE"O@Ϙ ͧ P<45gA"І$T, A;Ѝ6'B@z!D5Rl-M';Mgv x9r8q´ةOo]UŔ:YJ`ThE9R*et*5LXUURXRm5L]Lg*ՖծǼ_)aQS:D|BT+WDajLZ6,f-N4R%i+*4WWVl9Pқlej֩)FKnvHr (,ʤr ժ6 ]j_3TD앯x]"⻚upAAS Z_2$AɀLZ!0RږԵpGPRoL\\`d`kY"cNs[K\D)ːFWCy] m{RтC G~fdk*[NDS adlc3 ޸+T]B]׵,\\j̞u`An&r/CAQFa 9ƛ#o8A ߝC#D/# u Q@b1 /dLe8_#޳{֧5{w~˄}280->yz2fpt*ɡjS!Ex^ AHN?If@ZD@T',{2!xCLֆ}OWQ|gx!!l"qv֙75wəgg'tc5|C Q/C8-Ei^$=B犆v?"D.@ x cs_US5vva'Δ4%$cCQcRA$sQ$6ޗsBCL]XY($A"MY8 m$CPڠ OX %B\@@! ,E H*\ȰCx80bA'Rg䑂1F(VhR'f(Sz K&j!A/"K3&$B1nT#B9c= t#8G0XO&PW"%*ĤG["䇈&}IѕaDsJ~Ȑi愦BSJbA'N(BCyA堄j衈&QύdA8r!Fzx@VAA*jꩨt>7 #X*#ekbja H/$Bj,F+j8B1+AJ1L@4pn HZ 4PnIXn ܨemC*4`C;[g+(1@J@~++b 7@oű @LXG K2C"DGȁ0 &43TWmէʁ ̲{.(BP@0 A&X14]Q3CZ P@,6ֈ'Y @{)jATAԁ$'"Ar NPcnd1BJ=Pڳ+ 1M@l@n(EatK+80 U:$p>L觯y=S $Ib`X20@@dJ,p |S[ :@,O /y!Gc737@aiȞrLG{ٶNVrhٖ΀ XYlwUv*Z+RҲfd;|2񌪊SHe(cMjDHG9l$ 2CȀcIB@FM,a&/1(G%D"Р#GIJBjCHEa `b5RUj\:sFCY JDPv{㴸 -%4NJ@&U OIfmL@r_HQȌP@{$5L\mF7 !'\zgI$ b!d's L"T 0)7}"x@D#BI<a1h8.g!D$0 U&HpTi> y P5B,IIF d:La?!$J@,lDS"؆ ^#ڒ%w :`T5M@% X$4#{B`k0"!ޓnR tp$ uJ `<\O$.$"k$C'B=h^º/I3 M`ka@'[]&Fwr,N ‘+*!$/HŶlIBR}x4iVo8s17rމJ!;S-O>$oܐ_PL@ ?(| J,B?!Uˢsr'5~#(~"I$r8('Ͷl}_'IPgIIkr(`b1d/>%IQh"P%聜(շ  @&_}.X(o 4V73M=z20.8ga,rAav% |r"Vd2'*!y(_H"`d(8'B;'򉽒3OHqhg.|+$Kk[:x,9~KH&5XGw_="R(2I#2Iy"w{y|H7ظ`!wE~ a :5 ,8Oq. #bC1'؁>rXb\TJ=⏳cX +ÃCC؎Gv.8 yEpp)EI @: IsͶA܅"H;}?IIp1T{0bI+9DHY~ h~xy|PVy0j"jJ wA1+GI#-ƎJxy 4sw$xJ/cEX!hI-)`9Y3~J%9Yy|#HD e$"Y`i4he< = g][l `~PWٜE0,I$"#'kup7I !6tr:B#ٞ)!E@]Re}'\cU7$L^7!FIÉnHBIXL@P œlcjeA86WsaC SXjhS*O+Asphy2{h !QDd3&!J"gQ_oG>W.§TRq X3@Y!ab!bW^9GeU/DZrn}@ De"Gj#.-k.zSVjg('yr%01n ߢq!+EC1sG gIe.=0P*/j#HMBT']9 l.b+tQyUbO+_2EI+K_Ǥ*kL퓣cq|%gT"PFf-x7XHx KGa!3@-ĆUHUU[廆ؾt‚F-R%-72; laA %zg,D&~TaXzHG#ٓc7ox$!6$2 ;@```3ji,Mغ,1#+K|JswXMp~p|8?p8QHkNأ\,JƃX_8SI"3)#b'H q#yH\Hɾ$iÔH]K8R{E&Sm*ԃ=|p\@/̾I\~23w,tl'5E:*-l=,Lw(']#(ŒMJ nL}8:IPem% Шm%r3BЬ* ]L ̈́|,Dtt|UȨz@ "彧B"gM^T 2m5x7r&]-#z>^(ӝfS鄂+`+[TTD.c}jGѶ56 q ȋ^]%n=ZIM\swq**э3mG:գH'2 p}*' -h>M; ;p^E@=*}yGٞC]~VtB]wBOln}  Y\uAN$"RHr"lH7?|X78v.a/e+g[wlp vrc~[xz&|`~MbH?eH5C $ <; ߍcct^ťc!?3fݫ:h?w_OpoF/&rl !at@Fď=1Rƻvmk̢Hb#߳# E'P .$@%T,0c " E$YI)UdK1eΤYM1W L1)zP`<.849 S ! {0C$E UlYhNiծe[qLq5K$4@Gքb dp͏F:,DPR eޱB1Pф ;iԩUfzҍ< ajmc䔭 ԓ07CϮON=ٵba (u tP)@ǥ*2 yѬm^bdp@ 4$2|SzI=0hl[(v Ez`!<4cqFO .(HC Lm EV !(I92&& >3(94.!lhF2L4tk Ъbh2iC)PHNRO D B: QMJ+RLɗHh36 iOj\II(SXcuֹ4]-(RW`"(A%`k&EPH 0vXn۴|͉Qt$[Uw]vu]xCy^VU|V NV`{AhY#xbxob3xc;cCydi.%}KVyeR)oekwfsyg6#@-YivWN"08Z$91Ƣo#"dfܭQ9mhAxE^}'"o2@6BD D+|$ IGM\$% I$I c)"ۤl5J2! XaNB(]}aLĦ+Җ `&)! yך-IUzJ Yd{mAu@Fҿ<$KbYjm l bV I| Y] HR$ |6vP[SUB D'#da ]&QBRbØ΂ayP "ZS!RGa=Ձ9E$Fb g"0|+Md`E4BPa4 G T&GP 6#Мqh+Lcs!G2 B2r1!SiHq$! $@t""ML K}RdL[6(7)4I.9.%,ULa}1FI&,7Sb p! WQS/YIfNԨ1hPtȁ0o$QP?I!g?L^m&`\&P ӟ Ŕ$iJ! e )-j5hGVET#H5HR\mJNЁŭT;y˙z9.В TC%jQZH2aGejΙ6UJ*Z:UWjWeRөj*5'XpVqZWuS[*(?%la 4WJA԰]+X6le-{YfVlg+Xφ5imi]VӦVebZ"H#,@&ܲmmT֨ nBOCڕ!XmnuiZWnw]$]W%oyW[/[zT[m/[ ծ@W&p 0X fpuԂvp-L)^hlr5, ۄ&q'% D -qa),n1a3`~8q}QHC&r|n $!e49m#. .) Խr-R D>wGk]v[wLewo\&FH@/s9/~{}og\,gg/)r5*ץ&0erA!:yya B\$YHEt3(=25m$ Àd)zB.s$ XDjr @Ѐ40a:ZʀtTa! 𖱃}%aO =iN2 a|I> 9Knʋr7w0;KĐ@t^!6?N#I ?!_ D-O} |G͍5߼b$gHꏖC]!4HxBj S0Hs cSK 4 #S@?Pɓ4@0*= C:ӓ L+:HC:#@5H[@ tO&< 8@ȂK:-d[ ?н- >-L.d6t?2 92H48s`?[9p:=@PSPH(iA8@T7t+D3;(Q $,' U ąH>>f ӂ1`BSFD9",M(% :@yp;] T4M\6@Z櫾.LɠqH0H ȓij9.|ǔhÅ?,B}@G-24pII 4 c ;;; T×8Ĝx10?^=M` @59TGClYD;< ;;_ľ42;'DKcdǟ$Ɓ:T>=(̼+Dl L\ ,.t:`@@9 #BFDr L,PTDΓJH5h8<8 #H;M(CI載KLc]Lmdќ<ĉm?U ( `3Z܊8͙Q_ɈpZh`Tఖ ( K ԒPH@ )A 9U;U5Ց0@ V0V]EַUPUԑS-v{p`+ `#'S7U8U=} r]^EW`VLa J, xv%A_e _UpSXWꐂZ] x]D7WIM*GoГo-Vw} Q -h 8k}لYY08@e?)P8V%ٝ=Y#ڧUZ+-ؓxYZ DXeBtuPV8ٞֈ }XY ~6xMY XBq5XQ۵@ 5]P8ZtY  ]a݁h]Ut}@_VIׁ(@0Z݈ h\' ݦ`׀U(ޱK+Iׁ`\}(^+e (}e`r4qeS_])]U6Zm&WqT).`]Xv@@=b+dd5aYS/.a;SzXYP &0I<56b6smb:uc\++N+A^9EV&6vd@v@~GU=]5 rTLUP()&!-߼B+XVY+Z&5( "ax !,E H ZHȰÇxx  .,1G?z(bH$ dAɗ#aʜ)s%C&O~I@Rl"(QС 79h*ӁG8 EբѢX zUWAS qSƮ,[6Pi m*WnAf5p]nkbj0Z~`^rV˒Z⏯_] Iq iѱeNF8)Wّo T.R1XEx5WuK?dg7q&b x'T*Ҷ~(D"I 6 :=GAEaC@0t0mЇ (`Z$ $A46Ǎ-#A5Y ю ]У, T4e0!"Y%A~p))%(%*) )F4cd&(š|矀2`  DTĢdALPJ0y 駠*~R@&tW K-A(vJ&p`Prq + #8;X:) Pϒ+ ୬ + at #mh;\-6GP~ʐ;P.táFI@ߠB# Adj14 ўi @j`@DHL7^C  Ĕ",PC#ZK~Hh6)x dku,"QN߀Q#Ԉ'? 0E 4,ȳ3OR24 {b@@J.I FꬷpZPQP^P#,ΐ#MeA<%|nhg=I7& HtO f@\4A ghdA"`Ix2N~X(DW,&H *}+\2+I +e[B6B˜ bq hH"HE-SH2 V`6^HƇ mDp2x̣=<ّ|Ӏ %BQF@:򑎬H4d&7yG @&X$L*K  m!EOfbhUc( ;].HA̗A1c"ddrcF `@ 碐5Y"tP+( x)B1x1#(A2sdJл@@e<'JSBXH? &凬:@j]ILdAL#hd#HC\DEЀ DX0 dHz!*"B$3TDQ*BA wУY*!eT?!r8dѵۦFI3אJr%;b̙ѩ+*D?BX3 kЕXB Mj[8X|]WK Efm:r9p7o=p܇E@͍L6DZ$v]RA@@cw'赫y|Kͯ~<dh%bYȁEh '52w FCԃ!:E6D%P|R5#46  j:K=jC0eb^D1 yL` sń9<~bƆ'dh@L|c61"gs ц&BpuQkg4n "$$zrLi,VYfAl97OB/^=2eIGuDl6,%@`v(hAL99  RbW}0 $m$ϲ6TЀD'.vJU AR My 2M93j@g2u mNr(ٹj$4CRټ!}n!睃IӃ|>PϓC5:ӧT:a]`NB,h3N]L:s/ͦ|߅[݄Y\|+~G'<1~z"Oy@ >P}IЇ@7EP|~ 1&I@7t xIpt*y~a:{@h6I~HrQ"~t(~ւ˓||W'{m!37r I:!8 +|D#E{ '&H-zd8f'PJ(+W> Ax^3iv!'%4H90Q}x^tZ |gR>R>; QezRx=q}F7M)g"E|S ptAeA u|G!hfw'g*G E5|'z} I%tbc H8#5WD)8و%[~0~*"B؉GH)s23e$4.  qG,,ry =W<h"!GA8cBJP6L)VtWZǔ\i+^I t`_"dyjlٖnpvrYhT@&e^Fxg ~T =8Hrn.zu¤"&2uM6'u`٘U"2%rx,`Pa0jyYĘ7˦CC!\rEhu0&"dd6(dRE@P)6H#4E 7;NpsPgw7j ew)ʼnT):_t?Iopvx!b!`u40[ 1#jqb`,(:@xGImx.;&P-xR([i}pܢFMABƢ-+ߘ!#Tޟzrם!7y} /Qq|e$70a ~qm"]d 7eѮNag^ii~g;Ѽ!;_W-%}|4>M[Ԯ_Z>^S~bWC%rЮw\ǽ~_Z_C"Z~ c4{20B~2x/"7x,.Y9N#(3 Vw4Y0r1[2P;_} qTR aEmۛ9K/*Fڕ(v! SkbD$BF=9V׆10=cRg%itMndRt)0(rvQMP<m$B! "e:<F2F&X6V+?9 t3=u0Y!*"`/Õ}OϮFR5lb11J$1`Bݙ U!a:iq&$X`A$X x0)ĈS2I)UdK1eΤYM9uH!ō)T#H&6fS M RaPA:dXBA aPr`R I0$OqΥ[]yfHŁ1g@@@|6<ȷ 76hx\LzeϦ]mܹm~a +y c(hR@:J-A}wŏMXT}AFM}r %*A9E00@4*B 3P>;I1*HAAϙtPB 546UtEGpβbtRJLt*tӹ0@<1* n#STS09X2 ԖD,U{6R"2TӷR;2(_r }ÕV 0 1)ZxL[Ͳ ц`j] %[! 2="*p5^ü.?kʼ\kl%&q#69ɉX@AaPk hbX$D Aؠ@qd WN$>xHMIˎg ʮ2Zh#D3붻SKĩo(pā)9%Gm,348YdiCC"zQ4ZV6_A>ۨT 1RVY1I&:Lvm,cBk#,+zW.lM~$W\+bmN|xVrK!雿H'P@]+^*J` k>7{@*/+A墮|g2Avqi"KIDD0F &P S*YMiHccI48*:(MyC! BcGߘ[dd##Fm#XG<ވycMG@_ 3ECt"44 (yILfrKp&7с2b"QIOɇYTrFe-QFK[J%x9QR0yIS/&2٣4,_^FJ0BMH &8M3mdg\SLy A'q> zPB*e>TiD-zQf4IF=J(!%iM#NTSThIwxz.Li ;) <( SUC%jQzT&URHFut(:_STT%GD*ڦR 4SdmgF$Usk]zWU{k_WO\ƺ%\:,੄.6'a$ F蕺j.XHݠdVZ-A[z2{VMaek#ҦJmo}[i-YO+r\_՟ǽOs)!顨{3#.x6ל@ȭzU^o}{ߌ&o_@l}&%(w9D fK(<A3 nFÌN;bT9?Eq]̣X3i|c8N ֱ @[Ld:@j,_AByP[KY͏'/Yc&s|f4ifsiq~ {'ZЃ&SY\hȈ(ۺhG^ɢcK1rb-0. uM}jTZիfuI}5Al @[ Ds=z )i  lek!ήb,NɺP%܂7AM|%涴ne$ W: ICX=aDM]!P$ ( NIc d Iko:advSYHM@~Pٞ.uB]̻ e.3 !uBSg"BuC $E𮟩)bxIoϫM$>J+Oc6<;6A?c+3?Tl4;8#YK.6E5; 5;(ԵZSP>3ۄYf-`<>y@ȳqqc̿:=AY @Gg65546dzGA6M@A"4>k74JQB6\ÁhH~[T\?$(Ȍ50\#sȵH87+w3Cdk|lS814<5;mt:t9;  s P3AY#@P7K8ۼJ.@ˀ<]\˵N/K4‚c9쾥>uK)D:$,ջ6D7d1tH ;p1ǁ :J;$IhC@6 ' k$2 ={,`āAA(M=ؤJĊJt|M8N,}6!ȍ\RcFRΕCD|sE<4 tOT5gqK;(c?M|QF,40вt D쾜̿{:=u<E`J 1XP tPmN;P cc68-Gź@Ĥ[κHЂ9-CpSŌ[@*]RRC0?VcSS!#d7f 68h8@GBUSkG<RE LfKO2,MT"$SO93DKuKUtgK\MUh}9D XV T8NUZu9C[]wuWׂxwz{%zW~{ׁ|W}WAy]X0zה+)؂5؊؃{؏XA@yYW~h"'J"QHC P A&xYأ"0ڔ$ni%"EY8Y5X}ڮ=YXhy[Eل}ؒM۵Xeے[AZ}=Yu׷U|ۃPX=XXۊWf&dY}MUY-X%ݚ׳E[X]]=\ ؊@ٖ-\x]u== }x#]EL3-eەފޛPYυ h\[5DX%_X iޟ@ځT M3nz [3…͉E[íJץ۸/(剬%5 88 ΃x78V^( `ƚ78`"a&)axa xaPވ>-魉bp 0~ X@  N 1 >SFፃ 8`!#49d07Kq" (@/(`#*ȣ3[NݖY R>7fo6㗐Ec%`^ሀJ bƬs&牰iby&`n'čMDU U ]NVwgW :>~ AgqyNv>-c&XB`i L蝐Sv[^`bMRp &k!w$8F(hx.j}v໥XuXm[)l{][^Օ]~uطui۵]Nmml/F헖&k. 0b (ʈIf6man^ҝXϖވ v%Nօ7]l o]muo\n[WUk? ⮴#lPpܓA.Zpү 8pAPqH8* !,E H D!Å #J8DPTqA&鱤I"ODR Ô-c)͘49 lcN?[6!@`E !mXG:%TѤեJPWU:Viطl&%Km\s ^+iQL]mIa5iUt#91̖CJ7=Ux`Hk$&6!]V@RܛGj==xARKh ˵]!CwSb/7vѳu#&Qhyw{G|s  _|ԥ6C4@Mē6uX҆8h(d 0(#!$x#A;9!?JB@KJdCOhNNdKW*LYԥI_cCe6)/Ji)D QI}RQ!$袌6(EgQRfABiIcF4hLnafDF c1iCGi* , FtTlL$@rZSF+\X*f;D(+2@@˥4AC*9@ Pcj~Eqß IX$X$)d2y@(ˊQ]kE@~l82*+ +Y/5Y`5)A@L3@$#0@2qLBաAHrPpф  u4`QKMl'Ap': !1aEB@˄lN¶ ޓAZ9!pB+D!Z@ vƧb@..W.GG?i o)DEaIg˫* Af  , $J\ $ &G5McmtB7;r 0I-*)hڣB4V+ %04;0##p45n~fVE;,)oČ<)=[2Y5)s F9~rRbɩS D[rOU6yJћ #&JҒ4"PtQQL: ѓ8JUd@ cB*LS)Jdr@PJUaR?nJi',0LhUMZiOLHw4—>P&+!npGc)$>m BEsNDV\b+ % i$}ZE(iD pvEPAת鴉ulwvTf*4 /"];+qi`pens&&9n^IH'67`-] AhTx!'%i|U5b 2*Ͱoh\|"獰X hmPUKjBGP!&41GT 9HڄLL]pIܸ>bHG/zRNjf IUX.HEݚB:@jى YBp(@.X#@JD|)iL]B\<~T'@+XSQQ~W M$~ 2!K;4޻!?l9 dD-lFV GfPvr h 5o=iT!Km2Vۋ3v,m&!q̻Q.E:Z*Np(2ᇫ@:`n KYB3SO QA0n#& z0`,.h#TԀ>p$>2OGBsR671)6) $)#(Є*w/8qAr 9KfOR3'<keCx%)Q5'HC1'o(K8{T)rAD(yh$)r,"RWDA#d2nC'<@gD%Ԃ%d|82QQ Ho(dM$G(90%PxHQECwi$uL+_uHQds@UQdw0Ua q1 Gz9Sw*7M(BB=H4y*$e6f@GNjs%W%)h72ؑ+!xW>hwjq{$2ɇ )?- )29Y<3We2t)Ѳ)B=yG0~G% B7V(PUQ0ZH $s"4 j8,tbk)TFfAWiwsAUQ0yp|)ErɗRAi4+p9ՓG&K QX4(ui#ٷ♀Wt&}5qoY}B+)i)Av}'$u5FۂP}W *R0$hK8'+YxєWwIObE,I?@I@( {12v3`E'3h1!CBXII} &y$iW&1RD$JS)95*CK%%{p*TdQ5G-C;01:9;03)JZDBY9$P qzIL:x3E$ _ʁ=V\ig>pBDh:(y7::'D|9Ip27k?PJj 2hH*>0EP!<ɣa mAZsi+`E)0cMMb'"$'s<4ڃZ%8@S[><+`X/ڧě:#ZDZK@4%1@*BB2**;h]VZl?q " [[$Ti8 1(: P;%hᒳ`E@Wş"= 0z@ IB;/DzG "l+)K$}3';0ų$3+nX, '$^Z T;_G50Uʲ1ڳ)8X3>4z[-Sf a:yQT!P_6rQ#9hxWyRjI1-m%E0-Qk|I0Fv6 ق*r˖1;ے wtAwIYRثsKƛ(د OtORܑ[0DNԜwOH}or^ɘ|2L,ز*$/,.Irjy4 2;i21L0\,J$FLmb:2p?Q"@x%qC~E(Xfb*99Lj~9Ew-', 5+ƒOHM6ȗtuHɍt8ǻK0@y0Ϝuqa <{F %~P})`T)`LL< "7 @7 ]*9@s9<$|&,f2}+<@%L,8Y:@|P;7~]`wd@$٢]'F@R BD0}5!u$O%VP PUkS:%% F]laz}||BeBԮ+ , >'- j%]RKh܈1ا,`aKZ1J퐾myqJ ܄]*9@$L,p78,PĬRbe.xs&_'Do2 IA aմyW,!T:0*+  0T`釉H]s~9=l jؑԱ1Ђ7P"|]-7ȌAM)"PL`u< >߸)T %6dSSM$9+ +1:<q;+ZL}3+ .])ep$^=#))5[ *9B0o4S~9ཀpKbnteNt=2N.J0=AT܆\[j%&R(K{*FIR|3R2c;#+8K0**F)G(bj1c)0P3,JKȄxؓ$8FEnvsjLJZ-q&#׹ѻ+An0L-J.fJ+):~଑'B X"+OR(?t$;S@b3TduRx޲1U:6NZCZl+D#_5vJܞa ^Po-V䝥V4i7*O3ZکAu{z7> .3'3@QЖu^0?$} Ccz$I7[Ϥ::Yqo*;_;.0O2+,iI4e [~Oc+B> tɲ$ӆsO:-%$|J:o6Ihر떲_?-ӵHIKE 8z{30  ÂE"$$!2T!?  U:PpK1eΤYM9uOAk "Zъ49JTS3 $UB",Z]C$> r X \Q |UvOFBŰP'*C cA 20\Ae̙5o榡$eϩ5JrC݃+*dKk\9H 3BݾPD" #D} a5)PJ OtW]yC޽JLrb 4| 4~6862P>tA[*<qbHbH׫-eā0L2tEclp,>{BX̑'y14H$mF ĕ ɧvJ,p)LPL$L44S=.+0m4N<6d"`P EtQFR<&F+RL3Տ#4uTRKDTV[uUtNXk=<[suF27 Xbcq % zX[v]-K%J%iN#[r5WLq;w]vە1qݕw^z˃VKz}WBE9 `U8O| H&MxcB0*b€;?c)偾*DH" GZ Qqg5A_B()PHԒtaZ mȟlFuǘ Hj`L}*5?y@ 86Fx@(: HAL[<&Ez;TSI@Hb[e@M-:hύƔR :ad VnB^"SBd`#RB@*a)P0c%Oqw~}GdA/+Y$MLCC xWszWHQ^2I&hele9+1Օ\F l>p-Z_ZMX  &YFUkq~@US!3a7@2nc $e9)>ȚJbLP:ɖ c*'&sh?< @o0zyl{;yBm \ `?qsZٟ@Z:! ``mW2 R'_k 8 ^L,†9(*J'[ ao|ߕ@b ]8VFZ ,'>8*~_InW0ǫcmYzb 2Ov:G"[H:YѝnSݙSә3eycuMhJiybp:۱u(G i2GZ1ظ49"}G?k%gE|g^>6 @zj͇Z6RѫIm-4)B}85Ώb {zߣF*{L@qC|FBTt3JZnOk,EVOv&n (0 OBx@~5Ч]W,Rkѳz i$'t;1,AA+ =2")A=0AkAst "qah, ,A?X7d"DB I@LBKA0BkAi{ - ((@;,C.2!d0T@% ,C$A6"H";W:lDM|A9A;%BP@E,ĸ>y?K:M EFl92:Ot%BEHDQDoaҋ``4EYDO,CEGŶ<"q$b(l3ESCafEpTD@hDE]FmYuEEqdGCi>(!ȉ"X ˄RK L#HIbYAx{@>P y ;&HȜ #L " 8K̰kH҈CK胔RM"K&9L"R8KBXH0`hK>`L H & NB KL$ K״XDC\&L(H 耶HX `xL PB\OPԀ; U  I @5M?8K(-O[AȽ8\ClJ$%!I8 `мP҉ *% L4UϜфQ hNNBh"4R% 94Pp!(K4S3PK?%h!0 hOT;tKKNC :pM >QmK&I̛1 =za>U0SpRMK/'7-͙P47uzUV? mP (MDbmri6 cA{$ՀO9Ml=KЁn\  HX3 Yd"] hV9 xY 9AU]]%u]?HX%`=ޗ^ه^ W?-_@3cPdTH/|uUQZ=#IIXT,`/Z*_`Nh\",gT`*b`BA͐LE2jHLW * ;;H6BDn ܛ=CLDl\D#OG`C^_)&"A$%X~vgb$.ab'/GE96C~`6棺M)~f =>`.d:dFYdbdrK(dj!\$Rdu< =•&DA 9W#R6eA*xaQXM >\Z6n f!fQK c_&"hݴ[LDgfFQB Φ}# -Lnͩ5mg rh=yzAh1j1RZ21-uɉ7hCt>>]YUdN_W0&H ն́`yQ%iQf;AajΙWjWBP.hfXԔPڹCmqVj m N qdlf$e5]JaY&V "L obj$9{pJ٧ (-~8dTU.TfTKZVlip-9oB0pI$I؄ R߉V$d AƉd'U4̈́NpxεO'NFhLo;m4}^-S$R n=kLkts  7e&>8sYOe[WkBkbTP πY }$!v=瘠YS  !\s5t,liy pGO$iUYۯ֘(kn:im Υ: xPx rK]]ySWpmn|P]/uqnQp5 +N`iu` R &[gOG}yD7 cA}T=s-u>, XtL?Ht~/xtߍKAuV%UB" )PXСBB*$h"ƌ7r#Ȑ"G,i$ʔ*W^%L+^̜,WRgE"+3H%xd` 0ɑQG>1bIO՝bǒ-k,ڴjצDeP2 YЩBpeOJ@ %%` L< X"F)|:ODHɢ%"|5زFHo]j: dm~HeaZ РVxE#PW׳o=|Ӈ_9P41Đ I |bTI7PW|J8nZx!Yi'1R!)-ۆ1bH~ܐ7pC4#F,92H$G1$M:{F R_By%Yj%Z@M.qy&i&A]`@$U&}~ |{y0'L5V:(vI_C0}r蹧z)W l'*-PLo`nB <+䫲^%!rD:9-UحBnFpj{JI%}"DJaoHj0|0 +0 ;0Ŀ1l~k1{< ZJrTrI|{ (Q0/A dQipI+MK;4lMc(U,Yk5]{uX=6e}6i]կv =woC*7݃6w61M g2{@C-7҄h`Bی8i⼆y~͐'}8}Ԧ>;ko+k0m U [ȵ+2lJh_{!(!F<"gC'0hÝ(ES~ }U"Ca<#"%(Ah|# 8nA<^t(A!EZ䋉 !"Fٛ$!TIGbr ;ylm(FR9$_ٻXʲt\n$t/"?%tXYdfE RA!-hA%ռeٜ6YC73553b3t$`'< ΋̓<=tA#<O ,$HROBa `40F,zQS`$@PDBAfUK/a@Ozʓe%OCTEBF. %MM G1*jVa a5`D "CBэ %@"QjPE21iDu %HL3"Qy3 BuZ`iH`z$ URP^v gTBJHhCrj[HCM- v iK2#E4 YIPī)kN7pֶ#lHd!L rtjW fFRK0jA;b֪H€^hmRIUզR]&gaJM3c()N=H5nuyS8A& ID6+!+aCYaWB@W\gLU kYEBRx U`o 4 %} 2$=FܦAjgr۪ ,#͢-Àr[d *[z{28mq ИE@VQ{i2dZ­P_-5VR/Z$K3!:[#| 2X`/!`ߦ᧦-}Qkj [@MT>BĶi5=j!q 2Z: r 6gP6LƒedC@m6Z1U7qF\ / vL잻9>ݛ,l a v7i D%mAU< o S5_$ v7Q;BTp\yBD誐}d0uGa'3 uX DD8I2@"^O-Ɋf< MΝ}^3f3k bm>MqDzh+ĤOoch!1E#"pH igx"hw8#rYe2s 2` Uuz1}Q}eABZGTAC]W^DI}EH)JI|\A$@AA@eD=_y )ZU7qy=KU FpCl] ʜ)UGuRAQG֙՜)ma]fYZPSt ݔZיDM!A0Wq^YEp_ƍU>ZY5!nNEk_X`D%e=e&*ı=Ta;De^bUSB)<bWa Dub2  ‡)FJ ЅF_{KbН0Щ9fc#yu\; K U!=:I4Y5FB-"K1a7~B\BJdUb* RXXދԄ   H4 Pj@TW*D AfGcFIdܥGCE$aN@r$qb&ozs6&f'D:wvo'p>oyf!EZg%U}P&KmffIAȨ%!ВB,sMgx6(dda^obMj(a ąeD~@@ l`䃎hoHv sh"| (g`KhyVPzB| Xyfmȼ0ȒT QFE( | >*sgE(t)!PAIt>$hchz"ªiD&@$B'g("('Ayi.jFhx^A DBLA@<@@HA(:FA!*Ɠ*E@D`%i`憯Λ$ND! y뎖g:i.+) B$y@J+!8,tVoEBJ«Knjybn*^'!kGS)~@&h *LDgZD$hDK@Bt.B0+&NΉ,@fprgxcblx*g>th*!)Cl!*ªLzh!ֆiqޫĆdh"xg"K]Rc)EnluV,',@l)P lB< PĚBfDb%* @H@bON,Dm׮jۢ'^*^FhڇJ*r Rj푂@0@ngv+zgDENuV_­E>֥)Tp+A+|j)\x.̎)!'hD؞-_pzD-.V/2'zpmAL/>w颖v +& +>l ( o0 ӫ'\)" MeA~®'ATnLۀnz@)T4h'έ;z ojgvö0r楣fobG문GrRlGrkt¨^D ( @.j)%0[DAQ(#BSAڎj wK NJnA 0¾R3ĢnrsxN @i@ ogbqaBrҤ'o0kZ@Gl <1+1A+ּ⪮/0[sJ/e2'Is(Fsjhm&Jt)qKtҨOs6OP%njkDSBAY(U*mXu{\Y+GwuN4HIMtJfrv5cza[#OG3\DS \n@QJe{]`u qѡ[v*tƍu0÷B{wCWlנjϵ/<Qmʶ};ִUM0lC_k/KUpR] ¥lͺՂ_[mdr3x\uߚrY7Un{凟J դ(ŔE4 4D!"S ("Aj!B*r+XA3j"I9čd~4T$CG&$ -9HE8y EdTeAX%Ac¤eBV"YRJY&"g"g\&Dw."䟀Qm ꧈wBDu(o eI'Z&:Ғl~r i訤j:zꪬ&tN#0@bXkEЧpnɫl j챆̒Tīai4)`(^ I"ҧAH:.AEv0Qk:и6"b$dNɄ@Zp "dKl@Q`PE9qLɁHt4l 7dbrLBA(@A9@QxN#C]a`q U|p-7dD1 /z}F`Dt0!xy@u d'21nġ@,O>d/~P3 @#E0]C:݈9G+E@OKr],Dh+Ş.oxвA~{A 8yf"}K "F*u"Pɡ"pw ZYr3P`$$dh;9`sײ@ WZ@^5&/ֵ֯Oa\lZ>!bPPR`\H<;^,^1^2qOH N ` 6cC&B̒@:80fD("Ib ?Nz2PwTD9%RjgDOdD9 |d,w^KW)ӗL./`8wֹ" O Sf^ &@.V* |L:/84,1@ 6 &ŏL )ܔgO]`x#!5*g%Q272 SG+Җn+`(BVDC\ˡ@V)kC44qc*[&}耽`. X& OCe:!t E $1NtF#PC 'I@k5@(8:v_NHGggWxVzKEA<=z#"Dvސ9*pK u$- /H!zc GZ_-t$i#HZv8E' ޭ7_m !1 UZP A7ƟP#YtAA]ۯ=ws4Iq6{'@9@t2I#bPg>.@vWB5x$W#w%h6}H!n%*K.$-x,148E5xC @S-8$F@8dKDo"Jr:pTN(`CU(;NXT2Y87[HdLT;6e([mlj((7sOskh$_"r&.wt즇҇ƇQXēBAO0x\;]"4a}$Hx7F`EXaB-5"jF-Pȋ:^buuV8*>f?Ka`gkV8NT*aZ{ H(HLY0I .\a%8)z);? .0Б)$i,Yuy52Б-Б?0ic# @]I)C/5veB<{P.F/{) 1`1iIZTW_;Gus=.Y2UBR,LaP܂ɒ(v#3tqX"%l"B8zx/r$l,25gf.%EMf,~$%"w&I q?Qj#$ymi&/G&E=))*^(Д',;p:W0"p̹.+o;&.-Ӗ4e<k dEF؜Np" B2e)"g`pDzIeI8@|'"dєr5( >zbj U" x(ALjh٥%т'__Ŋd:o@>/k餧mj&bCקZ>9Fr/hkdŨMĝEHޥZtש.X*r|o&7T݆pe(Tz򤼊czP:$QRQ  ʪ:Y#uRcl#6$"/˜=Q$UZu*7,!*P˜cЭg }$ %犮{) (^aBfd%y&$TrLD|(tu`tuЮϺ"glbQubUg#q2-1@v1yD`;A6E ˬ)E6ri2Ryc~Q %$;!&*w ~6.#\:~@QBl%u F5˂k,}+">9#RY4-U*yj@[%2.vD.m*z%%@9+Cp<`(lBp K&>o*sl $v.½ՑmIlBKq)0zl;}v!Hܻ[u\K~ mG\# 53:%&/ @ʭ1[꘸Djk57.T&0\jwB= : +L&K%ۄ+L$?~*uF%ٶ̅%W׻t0lil3X2O (3bP:λb ^Ni@/qz($\L4.Ë~$$"?NÄ"o}I/p/3 '(A+@ q:)HtCgZI1 0/:Z4F͑))#W3 BΦ,yA %k%)3."WֿؓI]r.VRN$GR-C;2IC)" G;:q;G]=.멞k9FW Q85P& SHxػ%y2:.GœYb&>dfjyaP30Ԝ'>T-0⥤ 0.p}۟i+M`$qr j\u92YÈ#IpYExd:.Ë5AJy%]LxT|bS$hKvx( ;wX|} `U pHB6| FnFYfCni,;)p`WC/w u0ޗc"#iO73KX8y$<~&.X?~-,>*( c;ծ=pK3,> 7߶x Q,:T@M6 ).f7 УX%PI7T7@8ُn,@3rP%ъk`|r09?crX; 'YXҞoɽ-zL綡`N"9G28HTKL,) 6$$D]3"h2jKv* E$?lL /(-7R nt>9 A|rRo6%dTFY\+?9*YKݢjnphX_a4rTB=&unk$E7oR8`aKm8T$.* ~IMI4?XRo*6t m(Tr&;P*I o=Z'oH2 I1,p}&'`z$A/A+Y% 7q)Ѿ&0X'8X;h2fATA .dC%NXE%)G!r(2D LTHd@˂8:D 42A;tdSQNZՉ(~pЂ@lY jZo1<"Jo1_&L1\) W)`'@4 dDrHAF UbԩUf:p= rpdD~ca3"5CA%[s%O.x#wSȣg޽E`VX#\0ʉ"$HHt#pB +<@ ;0><" 1(j3DQfq1KⴌXC4H p/ !p >@!,IfŰD˂s`gʇZ @/lL>*n4v r?: &]KPN;÷n ;j&>;"xbSZkL['rˤl@83b=Y==z)a8Yk8\L zkz2}*"fE멁ڴ? !78p !\-wAi!c6ǥD*H`f +Dm` XH"@HR#ofaY" Aa%Lj_)j|{+vQ B3Q1F8QsLxAݜ wc-RE?ʨ yHD&Rdd# 4$)yXdbqR""JY&( 8mYrē@iAHZ={T &cȄ0m1蔬.E %s073rWk"f7#DÑDvd7yO:Fg?OG.s%hA zP&ThC1?4(@O'D Ѩ4" !.!!] 2ވNgN b"F3"&$҃4K)3ħQ e0d6q< ,$iE!4iTj+ U5*A" )8&T7tEFDCB"̡;4 H!׹ A`ЕYcVJ99DA[&R 9AtWRDlM " \P{!pE JY@`m5 @<3t`+ N􁥞u"$.ARܩ6!f r۳" `g^-W˟}-o@V6@謓"UQV筍%wA ߲jP t=1-"['>zkeсr9sv!@_Dt P)[r/5%8">=KV-Jȣ7dTu {446[gʓ= }qPjoH WE[$ q_Erն㰎t& NR'B(X ,G.  u',8ZOiX~X=?@ _cL9hȲpmc@P* _[[mmUp/n@'8D(0݆G\@2- eGjA '9zֶ"\ErR{@qEc~s 6y}s]zэ~Ĵ=PAtsZ50_u@9eV^PpBxzmHЃV5|A!)@ly"rG kӉ +p])M=!ZS#xK<^vB9L5[#}G(a) ;!@LF:X.}B{p:lY#ODd!O Mv4臀hgL/ZϿk 5U)94@nO 点оi#+GKJ  +0"852X͠3/0( SQ&DN&68/$*$CI A,A 8 >9beӈ=DC4F4zN!L 6HBM LsCď8=Ш稢B?x>@>Dh0XF4)DĂh KdƄ0[s5T̲:\D<]| +VlC8[Ǚ18(v+@ÄXK:D0s *&p 4@.&ʚ3c85ƍ5*oƛ'~ğ$9G9h7 2,ʧʩJ C x b;ɪʟ1hC0 lu8HK*YK4Bc{K,5(Ҩj CCX' yG<PBǨ>i|FD0K ="4ˬ't;P[0,"0Ȕx9߲1h1xMt Jd Bˉ3 `-Dx0Dp| s\N9ZE6ۋC б>4(I"x?Od\ %| -LC#+C@@O1iȫ2=  +JI^qʈ $LSqcA97:QQ4ҟ*pk2%|ҏL)3*- \@RɈC#H;S-5 =6w􀱫:kSӂ@d7T .!?ETy:*AG$ӷRJ]9#ԭ8T8'4],Ղ:)UTV_|TYՕtQAU[$s>UӀ_ֈpA,DV2rh#^VkVlElVo֋ճp=nXjՎt5aq:ru V?PzW׃ `U@"4X]X=mXXyX 7؊QXX Y|ȑ% hד$%GX@?p]xsumY9ӞZ>ѧE1)ZZZZiZZ>B?@֬*%[Hb bEdV@3ٸۨ[h Z[Z\\…ʄ+\GR:ڄ˙\埼] ]⢀0V $%(U$ȑ ]=]M]$Y]׍]}R]u]=>ؽ޽h 0֎W*F|]m) 坣^ޫ5^8ܭߤC ;އPZGb V08_____UX``D0`Dx6Xx`5`~e,X- `3a#`3肄 15*DH4UM4@_D!>40ߌ.'@Hxŏxb(va( 0/P@c@5VCD߈8.X 4c߃_ނ_C=.1`bH;2@2(m5hCV).,x1'(AbXcc0Y_X6@b`aZ 5C@P4C>Fdf8Pe6i.hfPal61HD_hF9&_:D䄨acq,4#cbTN.3x`]`Y>f6`-f04xVDe63c^^_oNnfqn煐cf4Pa908gc~eh n%4g?ng .CpaDf__Ath{uF2؂O6'68dA8[FvcF^6iDjDP,E^<i!i`6NNn~Pamf<^vN;s6Fbkl 4ߏl϶u6lA<_. 5FfV .n > gFffgffe0F@jVvi.K_,a%߃Ȃzmv!.3 Fjxjkb 'ބ W& P G oDp6 7n G~[nk9lk6FK.n i3 d6n 6_q!gqrPqNea;{]5 'zmBMO f)9hgQJIq4Q MEhс"a@S&K=(`ґ7"%xbmDS,Ȑk/_{׆HZ؅4E1T cA=""|B6)#eYSw%5 g"F@`8[_nDk"bErT \SSEXK1YЇE\2"JTXApy*#SAzV{z"m`PK"KhWqԛ .U*a5'bFm(AuZ{_*c_еA.Vќ#pxC~T;qFaؼј)|0jѴ_VLQpIQU Nfd "Vr`Qǘ 뼳3]qDE4πY [E A{!LqUo_0pO˒6uao%wFlIs-j wf.b0+@{}Aɑ%Si8+yea^D|ESfɄgeMr <9>;+ms!,E H00!†H1ĊB(DŽ?Iɓ6r%[IeÐ2k<٤&~I9aЦ:T^xU*ӡP%՞RYpQ[+n[a=5Բb-'U+xVnLjRd2ͧXuY,GIK*I;=#d[6ik,Ydޒm SmC-+XquźGhAn\;<^cXÿ nRv<z&)ITzw_&T!E(!GR!F:T@'""IK'P"jXAbIHEC~IG&TdK"+5=y$QiX&QeI] EcJqLFHkxPVFĦ|"yGngEs 7C $}hzbwd(E "hRꪬ꫰V d"t@aАgRib j6F mE4pC"6У"" mE~+PG[r[B L@# :@*p~BDJK.;ĥ+Q0Ǽcʊ(i ID0$)QKF j< "@GOʤ,ZԣN2lK; $x$#ngr$W.yB\Fp )ɺmvG_Lt۠.z2D>,nExnB$liA*2@AY[(<19G/ԋR|YnASdys7_G*4BvbARk#d[itj"^AB)BDEEDu]^#ەr;Gr̭@T8)-b & b %!eMR%횸7EHUYȨ"Y-GU#FUIB1VavE<.hG* xIe,=eyؐ)prTG$9*sWrFeܗKiQu|$AZ@Ҕ¯-{9s^Y"p" ΰh3gRsްGL=}$!&AYx4kaL1^@X+~86 LdDk3Ni%ØR!;XvL(s`Lf7hNάa6p^ a/y+rl];}|I\c=3־|qa#9f16Z{ɱ+`SOe qaDtj :W.͕S4=jM5SڃHHVO'MvE+`X!J(:R,",))"#H}Ȅ" J`mю̴"~qr @鑨x%H@2RCȧ#_n\7LiIy x!~@\7Tv+BI@p@-A2@u]E@\~5AxK [RӸ@Z*m- @/IctsUL7Ȇn km@<EpjwO D"w ?/;/6M!Ua1G釠x`Zz 8G|z H @? ]%UDZJ[//YE~#q Szr7t~?FNe>~|&$&3$/V8FB"k[!NR.dyb6 .X⁊c60 04bz4D(!pwx"vV.^LG8V88&Fx\(!F6_؅rV>(.Âf/BC/%!s>R$1hSB5al)n9xC0ffF}`*?MN-$6i5t@3(c愂AUh3 Lu%UkERDPt#JJ&`j#X7Y~pCXzXNJӳrVmM$FsX">XNcuDORrEcVk4HrMJ~k oI0?2)Q%20޸${ ?, }~C1Msx$--7/KR3W(v$8 ~J?%c<:{~`~?" (o:CbyoX|[ђ7I@`S }jI~PV?jq >`G&|$VH ,7'@wxCb3cE pr;kDgE28wɐaq:` )bER+ٕ(uZ(%$I aBH-$kӑ: 7@q~HvUB>iZp,89㜲7)sW["%>0Ɂ4Hvy)70yk/aFIp{Yfb$g{vwKR$F-Y}S.IwKw2XGaVJ;J*{J{h:d,۴"O;:.+#NE>^B&`;3wH_«U˟Q }m,'`p)0ٵnKb#-Qbtkg)"sIuxh=fm0%Rn"nJJs!JJ[y۹ú}"n<0.d4- (cJ(L"Chl3(Dvؕ''9BP O=RB&$&*Lt`=Vys1Xb4*:1|An @{:GFPCE L^a4pɬ׭!s =v|uQP0H<Wr>WJ+0{4c(UpXEMsYn5Rk07lQ<~$u"'[9"`  PoF#|xkM{&s8g%PøLJd9oyMX VdDT+V]2붪9[.5e"8 @,+kwpQ~DsO𖊭}1:'vM4滷Fk0kET'$U-V0X=oScWCȻ$Sm3j$XiU~yzQ&DpDAw (J%jUo75k0V<@1¨-s>-@Azd`L[#7Jr2<]+v.YIVsќ&;. Ɯ;<|'Օ4g{%6cy|ߓb +,܌))ҷY+~ AbbIX> 78%Z2kNE`w::-h  +%%Y鑕]A),9e-w:g/#trU'5t+;ڽd[鍫-N%ޭLdT~D. [z$VIb~Y84tT@RJn#T$)^~cwkIl5ܒ=b'\:m?$YY$ٙVnf'g)FvZR%空Xm >ؒejF4s}u$Rh4h-# 6Ȉp aJ$(jQ^hҀX`8wcyLMwWH|p9j, ۯzwHGG")p:)a.R^뷎e*E,$^${ ׎DIl,? E -p**Yk%Le {9B}0]Y$}hSz'`+@7C-O߯c Xml:C.2\2ٝPN*:F3'0BIMR+:(_y(Kc3< 1R[Y px<;0Q+?*#U1,#w;pPp/\=Y|c$\Iw9x"% <s%ЙAt^ /r''ڕO:RrMrxaM tX}AIHa:,Οѫsۚ귟ܯBRH%q)*s82:܏Hf<`Eg׭b/ $XA .d0BCDhO V0#p$YI)UdҥA_&\PN3ut'2y0!P<.eӕ#*q?nXkCI*)tYi%zU۶iՊRݎe;W`H@_~&\]/f O\oe̙} J ͡E]4TTebױe^a6ɋs۷B޿bN8uqȏ'gⰡO^u¬48xrfЅW)=?I:kh$>L.lc,?Da"#H$I T A ˭4"c +¼̋&ZAi8E"$ ! *˰4 2G" #D( n…E^H$)$2!GVhѤCsM>FҿAB9Hn .t4$8>n8((SFa jF0$hRKEPQZk 6E`3!h╠f#Vj5)@3ܪ@.u4A!Q qhUD2ؽv^z(UI5B*wOӁΔlOdx8%kւOzɶF#w?J }ςdb04cz\J#)J !T3+h͒Y3{+1$Q{/wiîf.bkZ.IZ'rILnViE1r!\8 B6n&)؊2Lِ_2mk= h _lp_Cܰۃ\Au oKҬs\m YO ~#lLyx'lHSɈ2Xoщv\5Oŋ( L~R(J7AذOgz; ܽ-|a gXh֤zXd؈M<ؗ)VqD50vqΐ5g{IND2Ǹ1+62H/6$YC1 V$&cˡ^NcI5DQ&",-fr*?0l-E_QTv'Y,)@=Df s@v>!:oDPo(KnQ"@#%PD ҇s%^J3u}aN3ULF %A+NS5A.dUI`" "AAV{ g6d~}1&1XA{ 1?:A^ʧ+"S ~9f5_ hNPg&5)XuqH >Ɋ:A >T\wM"p6?H(;%62 x7ɺ x+Yc s=/{ c:ó)?+C^9 P ADJPDHLEr5HjD.[ X̘Y41@; q ꪑZ/RO 3  p7U| VܰliFetDw|QGƶ@(hDGʸrG{lmG\GmF85 GL Džt ƇHg H2H`&( (ICA!tAT g4IY0$#:T $y6tɴ$ i#=\9x=>iDʗJ ༢;Cd؛;"7,9 ,8AxG h:Ey+#L+K*7 kTH S 9โHQ P J M$4KylC?FD 9@(TDt [Ht"IP L( ? ,8O NL"I>KJɬ!O'i94c?C eʂL k5д ?DDX Kѥ(FGHڨQsƄ( QZ ]8O˷#xOmjY mpHC=Kťi?-ȉ0eQN`BI)NݤҖ̖ hƸ7{;H:[1ЊR+JSTQӂH0h[#3{ʄS:1 u0Թ#0 9˃@"J!xVL8) jP?@ͷýN0 2˫L(Rzփ.EQTgMU,|L˴> cR^>@U?zDM+S{U NM&e,?&xc]A4V38Ρwu5@l$ ¢R} atVM0K9әX0ܑUIF:ZvM [ " 6W(7ɃZs[RbS&< ?k[NxVEV {'L,W> :5IcJ Dʄ@+&+ܜd\AK!QʌTPV'AD#5] <7?>fB9XHKhM"°ZO[`]X{ ʇ@u* ]'4Pݥ8^aMz }h%`_kJ옞- @N]E8@tMXCUd*řǢ"`'JA8׆1C@Ȥ%D H=7m8@X[+ܯՈ)/ԀN\w15?M*cKc fس=:?fT17!߁B QO8F =Kvx J^&<>+2lu8 ^Hyed8d0A%9V5XƎOǺya^O"cVj$exjf`W%d ci~P>1: Vv`fsfHge, bvKA7\ 灪g$6g MFvf %q{h fzy-B 7!@N҉g>ih^֨~iZriiOSiްi  i%N%>Ih!>F &i6 i1jhHi߫.Hр&jj>7hKSfkia b2Hl$Ajnl~lyQeip?&n ~lDl@l;vflYAض+6R.F ܾ V~GkN׳lmL0m8䇔n5V&j`=k^h+hnX-noU.M4.voh; ~.[řpm>%з&x"h ko:pG*?Og ';0 (Z"p/@X6_B5Yryr&./o 12?sq)i6#+'8s;Hss!(0'@-WBW~h>CǡGWOK'U .Z1O쐘HK/?yts6Yszt9/[?8[u`1BX~ `b1ۇ gwZnuМ$ P6J9T.̵/r:Q_mg\MyIGtЂZaXEwX7xE x'~O@3;-xPP1x /P2 1C8P4@;XWb5@@3xG^B@;04@4H肗z0yzEzzE؂(84 p̌35.2/(;px0{W5X.x%77_1W֏}`h_/0{O{yǂ0@;8;4|x'(5;? W?ozPM0|gQ 0`h „I#PQ.XCmY802T d`*WzrPJw`XA55w&yw`ځ[ xRֽ'Ӡq[WcJ40q&;\j!QLΊ>]ʰXLt͠:;{ m7"m:7nF[Ĝѻѷ1ѫ|Hpg|da/ʋӤ Cs'k;IPZ$kW *dAl (uJ_[T]%VPJ iH l[i"1%QPe$nFyuAQ!V +i@u+y.Tƙ>z]%NץeyRJtb6{zw~yFP4#)N yely\(h41& 0yRaA1Cn cdM16p7QM \(6TPis 'd cτ, .2P b PTD$~pJ⠈)LA:l"78: c"rJd'2R:AyS;W̄`t#].pF=04{|FD5jpѢJ4J҃< j@MN *GhjMhE5r)b5 BAk0aձ*XcrdC" 16)in Q8 ʁUoLgVU#Fd R\r}ux<~J! g964Ly3kPD gC{؁Hg xXA@!KQRpLnLkXH8C 1Eʽ{\R.uYwJ@8ފj>Mx^XIowRށ.Q(@}UHDQ"׺w]nL.(n\)S9&qLS!oUFhqi,΁M/G*e!٫(ޠJp"FmJr]{$zpa[\ |R XI$*A\r 1AihE+;?AdZ.c_خhEHoJ֍ʻ~tcӿK:s L_Z/4jOEB'*6 <4 oax\^ׯ:k'җ ǭt2::3>EӍOQi@!r,E H  (\Pဆ#JH"1Z8ŏ CIƒ(S˗0ct8S8sl³ N: ,@Pz i<:jӧTZgQ\ f3ΦH=jP*WA=K6]o+V߿pWMJ*\lWWǐ#Kװy9ٯeչuҥOcY(^މs]R L lj q[צϛ'ݙmj˺_>-ߌ}s%t`)#,pGz45Ch&ȐG 6$wE_qqRĈ$X& "@8"(8]5c+h,E$%cGH bT&㎅Tb%eAZ)UBIdrT~9n)hiZ'q^&J ĀkǜF*餔Vj饘f vip P@:IP `P@`@jj`$(+*k&gQ(uרoJ@DE7A t@2"_r0+֫y p+~01= h\ QAZD$ da@Z4@H8rkn!LXpDr41A#NĦ@-DmXJskP7 $Q$A8 P Sg9"Aa@D#``BpB@ 0ҐG.Wn9N: oN9n! ;bz!"D~]@sh{ln⅌P dN7;I\ THxZp6X`6X@x\G(.(Y1$=vAWi~QV^ z'HA)R-@ PLU쨅 /'#2 30Z$? D6x / h"Bt?& _މX\CVÙL0 @d{;܍hdŹ+t%0K$8̇BNv{\I7Gω$'(Z\Nx5ުp12uІ%j@2( V"P4ӻ_P68D`p@?PL3EYЌ4#iHȖq AB0"m ěKORNn9ytҍĻ>5wm ;W-*=PR,,`}:(_TK:݇n(^I >EҒ(MJWZ'GJ@7nJsCMEӞiIW! F-u<=hkKПZ@  $dUUj.*ne/q25Ū\) ,;0H0 |Rf[_@D"`\^z{ʣhGKڻD m< E$ 0!pJP@Vp8@ӂE `aJSXAN9V H`h zW?{ J]E(l 2uDE\I2_ի@(8<@x;Xx;Q Nk) :A* ^Dv),( 2n0gLR p /zcx(8i LG市'l@:uE,B^L.{`$h(M\ Dx{GTQv!z/($bR (nnj')F;ѐsN "EH GK]T֘ H.i \Na_I9Qbo--&Zoʠf뉀 Iеh.֓! D9)Ў#2%ζk$IG@#umFv[F鎷MALd~DIyoP` I;q)9&bG8=qA\G,t\ W#.g8Ňg@:K]"(w9җt =M:`S}9.ɫ+ `\(٥|VNwaDNJ A2߯1Cѵ>#]  =MuD"]K"@"J"o\tð@`e"b#ZD}w{|9I\^Nh rACB^!DABAR`S"m)Љ"FeN#U:y@_@@`B Zq0|!?9P6ݢP}qZ#:PPOP~HZ%w/azS|R29PE`"j9!&.}tKe||a4,!$6!O0nCz*w^1 XQ!ׅ^(SA{Vhb3Bt#T+. <0/6x27":|$L:8Dk B8aePqHE@AP<~h:=0X"0U3{7HEd1FHs:VX*f&9@@/ŁQDXXA K`C`1D@;I'v=Y=4ǃDM wu9R$~NYFYDXkƒ^0&H"jUEmIW9EӔzI/vD{;Wt{Rim}2VǢioSrtR6#RG50.E g,@S@ > bRiui"Y. 5pxqIBYCIR 3Epa]ٲ#3p%|3 u%@r{3̙{T&8{PQ,2r{.w'ۅ: 5"&q@T ɹE ɉi2W&I0䩟"IV7$3 0>H2PY4jw3I;&Im8|8'0y|P䉌٥rsSF!d3BZX\GTः08!)98ej8p\Hpu"0>P5 F8)RI'ڙ1a8Aq5p"bdXlyG @""݉x"湜is DE`r4bι!jJ{%q@$ J\3Yz~PKBj1bJz52e*%y(J$^*c,# y#B50G:9ũ?)B@I>K7%2QiDiI`9٢#V6>0w(!ʱ Yxv ڀJ$>P.P `6Г3!i{(6 \Y"Y+|j#8?0k.lTMĸMTNT {?G%GK"p۹2suQuw1V23Y"V`i'V07Q +kjM둻" S0s KۥH#{SGCͻ'[s5i,2@b1|; oah|KޣQ#jR"2>u=ѦA|cWE"R)@HAmhU)'iE06,Wbc4~gSs2bX{6Pp<Ȣt:qTv[)%2K`XtubRgzK0% 0 AЂ&I3 }!R8Bs@a# Y DP@Q|#: nX~@H@Yz6}A@&5`-pd!ͨ{TYz)b&N " X8b 8q,41¶'rlb9U<%w#C  @@% ,L(ND3PsV S5r H`Q6 #}0:T99B2F@ \|QDo!m,0]mЬNv:]sS;b!!$cAP¦e1[[$]-`Mcf|B!dr+0@6%lmF7 3>]%88wQ3,x9H§"K +oW\4<04p4hnr<@n=}DVzbD@sXX|9APx010btqO"|']B#$:,$e';+  s%~Av\&@d۰8`.l)BJ`')Q,<7̾ٛY%&Ub;A]%6u:P=2-@uP>nk-00nG`_%&0e=1ɺɋ$VuB+2o[m6Iɝ*>`hšdg.5U`>4|AQ' *r`[%0'M"3p!a"[NoW!YHw*K%TbCYã茺"ANnrx}"![.|jC;ζ+C>j JzfQJ) ;3@;19FnB#ѹ` >`ڵ 8&Z$҉> d"1$P& 8@>8A o;uZ-j'p7q2 2¢:ʩ-0I&~? &+ aȻ<#2QX[tZѯj"q8 j#|1Sol C%> z.©u  D!ز\v6;`z^Z)xxYA@n@ WGrk@ʩ9UnGޣ  e%BABB j *rH2nL!' (,2$!Ƈ n`F9uO%ZQI.eSQNZuhYX# 8n̄`菡;, Κ"}$ɠ{zvF J&Q vE&>&B#kG.4aWAke+7gСn%]iԩUfzByp0#-6oۢ{j"n w ~.4}(pٵS\wc4yկgkg ue>F (4J (/?d@pAtދoB))Tʿ2Lå@l BK4DIPCJvqFkяZqG{F rHe$|<&PI4I*J<sKsL24̤6Cs dM8sN:TK<<;'tP4PDy uTD#T:QdI3QN;CbOTTSUu 9,UcuVZ{V\su3EW`vVtVdUvYݑYhVRNARlPK !iWZG`&do9#̰qWVNE0 ">ns$$1Ajp$28jf6Wή>#o}@"j @2@zn&$qA 2߷M`u pp!e#'@㵆wvxe  c{vk7 Lp009$5 1b!Ȟ|m&dӏl%s*jak"Ǿl`ճ~[s'.#M:Mpw@W;w,KJ`-(^{P'#~D#P+LP P3a"E3a}آ4$b ]G8CٚP>P%|c E&sS$~)p!oxX ]NV& 9;D& hH>p)ld&FT>> 8>A1c,%{1)zR  (> TNuySfq/@@)˩tC] %Z)G(N-xԴg}N `aUuk"5IceQV`MÃȈ$8IPWv5  {L >W ,lRì . =& oI,ɯ֡& [ v| aDeOO(a  yI@jF Uӧ (ֲ8NE*BPmĜrqb$qRuJ6v 9J"`XAaU"*K=wA08F3u+(Ƣ.rRТC^BxیlWikqX GLsҴr|ESe0kŽJaK0͞2u6)-_(;[qs'BA'РϋFџYh|o }svtxƱIkfjL̏!+mQ0N<=}kL1'KRbnLj9gv1} B5jrĶ5 g}OǑ_'&ֵ:qCk|rq.B[kAGr_H7Ip-μw- }$/0t p!{  ʼnlt6.a$?(z:ہZ!-pɁepLj~H)l25XjJdGBP̲IV<<.nz qyJ$2]"6"`OC^|'̓~'+H'xRz+#}hzU50]zJ}~T|p˿|Q~?f4X_K^u_q6 a4|T~?X?8PϺ(|1SL@ 7[@Hb 芙@[*y@Gy{s& =xK@BX/٤yH $HAA"\ A?+5ڃX: 4`;),BA`耲?( Ð uMBdq6CÇ>í@ ?dDEt[YD)NPXH0*KD0e1MDD|"0@DDP4?4QC@4` 3Y YChػX\ԉ9G|*4)W<N( x%mŜ( ?uGЀ&H9X0G{3?>x - ȽK0rHP>G `H0ÉI Ȝ ""oZŦpEX$B XI PRI"X`|"9 p,HgĈ`9ʞw$9HFHdɠn  F w,9pL @6H>4i"wL( slHP%X4 hl&聏\&pF# ! GDI0xpM<+D[;HN 8Igĉm!J FI0 Lz4<?,iOH̜M (́[ Ga" lɓ2%$Ph!KHF?OKzMDM4QJ ĉ$Lk J>PUt2!䁓D P!P̷ZҳZ"(PKhO %dP`N€L 0FaĈ Y/νM%EIsT9`v\T%PNON 8 N8N$Ǟ@ 88I%k,-O9|  HQT"PO#"9S0'0.E4I˩T=K4 PpGKd}G&˸˲ F2GQ]mAQ\1\ ?`H X WXUXX`ȉsSO ?Wp #hle| @W=V]SEY\ _l>>`Y?P9OBUZWu#pMEZ%/tR4mXZYе:-[@[=Lm[(1L`?36~uۓ [m@LZÕ- u=tY><>z\Bп\NNX?F"]@)]CTV E݆7ޅ]U̥=^ %`6Zޜ[ ۺCyDZ^G$[J _\SֻT>Ôڂ4ȑ5LJL 8(9З(C.EQ^aߣY;W0 ZP0O 4  0`+ź8ɡ@P[*$ Y%X ܉.vIb#|h̨P`RDb6?@P?Xs8W apޡT,VT (ȣ EF>~]}ѸD_'8 #dj.g%9 `+ e7i0EPXXpZ0X_dۦ J^Z pkV[`,qgs[#+1 P`gsSe@!^Ѐ[%9geX0 - \^ShΏ9Ρغ~`fϺKbܷ@4[=!HMD 0 ViiR  G.0_ `Bb&nǛ/α>&JV#Tc=HMDH&έkj]63rݍI~>JwT Fֶf c/9E 8:F L ̙O ` Zn8EEm jBD%$ P@> ڎk٭ȥ onP %[p،XH iXoT<65._XYpfp % ;% T+٩M+kp4,s ;Mq0ԟPQ&x7XtEb ^ mbxu N#5RМPL r*nF\2>l+_ Bl%e`S+uR:huFEY5J[G TJ"{CfUՀ>hFDaV:bIhE`؝%Hw(5i&YWXԝwi\KIw{O??(g1Uu K F،Xx?ڏŘG_@םYY9hg_!)"zA𞗗zª"E% ` @+"0!#$H)0Nx*5$ 0=.{-1cR"J?錔!$!["u՟49 `R>xW|M?{?b#LO2_Xt`p֙-HjQ9lI=}  #{'vKC`'yyFӢ<bI |+h_/{  BuZD„0l!Ĉ'RdȤO9"XQA 9a"*>@$D1NB4`"MB-j(ҤJ2m)Ԩ j*֬Zru°j@hCNhˊB "+0ItXB #3CdL1 ?$l2̚7s3ТE"(Yza~JQ" }Qb!pP,we1xHO 7@ "$@H:L.o<׳o=}]-TFYQ @5ԀD`Q_-D!T\1Gy!!8"%xbU"l ,=R5FM:$QJ9UPJJ%SRTX9&ey&.mf7 & y'}r6|]B~bv*(* \ 5z)>(zjk`[Vi*V)b]`Ne]`j`d ;lg{l}rY@;-6,ٚm]{.Nmi&tC(k6f껯'r_B,|pBa#<1k0|*tZjq^+% QaU  H9s@,DA|4I+4Z%QW4URk}]{a5I 6iPx6q]2 e y\}˪77~ Y i84@Rk9WsFh~:{ˎ;}~;<ɟG<+K9k[k=Lr=UM?T_{>(\~m(h>U@(@Xy(@P2' *J O - $L@O.d^(>4\X=;!-j@ "wC*+%jv37U9+(O9 ]燷᭲}M]3)1D cuw5~\SCtBZeP8,5V]5P=+) Cȳ@ѱ{Яw #\ϗarPgShXrAI4<|M_B9VxAHT8^]AXBeضqIeјW@>Yچ!&0ƹ5U\DY%(B cGiϮYU8|Z7VpeػX Vxi DV`_zTM OfJ4W D@@(`_ڥ^zХlҦUfVYnfnGXr]BV%nzflަnhHhC834E[lvXMf vROf,Ttlm瓨eW4{W'~e&|FG"g\AnE"HyVV@wȃ~GyuF@jWB~e{&WҥGr~EZ^g}"xZEZۜGlEV\ |A{JUDD 0 5ӇVG*QW2(gpG*i'D0C mV|(hh!DhV w.@}`ƊfE)VPqEWdUAA\E%0@UDU0j!$JXEH(AA:j@D@UURDX LVE6gJ"hV)ZnŎ&Dzr" zV,g^@fU$j!yܪA%TE%*VD*hVxDH«Jj!h@¯vf!, ,V,eKܨqZE"N+WLlU Hv")}\'jōzkhlpr*AlTE)e+hAtVEƁ B>DBPZTE(뽾jς*R`vŶV, B"l{L+Ƈ^Ebh{\@ZEV$+^xV- 0>-D2-b-zEfjUk\||AVȮhD |jຬiU˒eέfڨy8XAnJS)X>xVLgU»lbE)U\n-zE"^E"$ZWhmg"Ah,rEߧg2-F.dXm%@ojWTp`ho dTE\m4. pUUBwZ/vnEQ\UHAvEqU`vgFA \ŃjmCVjp~E@傯/pxZ (]{ o%~"ܶ>TE% pRҊȌbr$ J)[,'^&`QD@iCiT2T)yerI0 30132'231/3?3407s2S3 65Gs1o3 739?63:/rz!,EqHiPXa JHq"Fh0bň<>C&S\Yrci(Y)SD qD`ρ#~TI$̡kexL*53chJAZڵcMWdZ} ڪb{,] ,ݱz=WW-0WWmkyog 'gy`sXc3lW/;*ZecXCY$[6gwv-eSPw{xݷW/|[ΙNeAIfd.RRmE ȫ~"e/l&0E \0E8JDA$l(2+I/WDK. a#<+EH@Ӳ&Lr~@r+WmXgubIu]' =KJ-+9̀In-nxDBIT-E,NP dA$tr,rLHjP.D> \tAd J2H8OԺ"Oz.~%Q@sSng!x~E4#|l@oK4#;Ҁ }_.V, Dx7XAdȘK? dn{ GeolF$~AжD +-RH!1 ցj$HŪuq@ _!h!+̎C| @a! _JV (aE01`A(%UL"$.%ȤA-!b,E"DAH o@D`s{ , M*W><X=4L\XNw |@ JI Rd x[ Í|BF,P"; -(B %pWVBSD9LA9t@v\C7n Ÿ<#X\.mΉ;1 DԦʫ @B`?PuʅLW U&[ݗ ՔTsZV}r[5W~™1B־6imC:6kjWOx`XOC J hG{Iu)!!T" (B4m`#Մ ^jͻ.UUR-HόFVekf JJ\'()Pc; %ށDRy\4^Hm7ORw[Ĭq <6@4N0 r6 W7 cHH n0d-x r@+-I|̴.TwJx BpIk q٪ \jH$ԋ(i.hN|W$NoB ~,?Κf]WK25Lu3_'24ѐ^FA YR@\J0z$~3fK ;ky 5\lR϶4Ҹε&8W,Tky`]\ ZdwHhA4I H"`2s~mrN-9P0k]+A$q\pw@K%?Ͼ‹.<fd5ID k"}yKEhh!3Y0.-u'l`ۜ`Ew"aD7НH;PXԧN4 HW둾z_Zj]٩$B;g/~KOerH݋KYHwp3γ}.wORoP!ȒD NCFQY=9SlYflE@ْl 6 Z> ٽ{hb];W+` Sdzf F-v>lb̿ zx'޷=\nQE,0 D{EaQCu) }1Qpuh QW6X8.F:R[bx6 0@KV8C Sі  gC{,dxj2@7Gx`2XEEq. p@N5HH2.x( 5Xb51 >x$Jlx8g8~O7A 2C }`&؋r q%Fp"S3,-`S=K4}0 $ڢrd6/00>QGC(G!G=_9 ƵwD!sar04,XCDpѲT ~ؑ DuTxF~4E6.h3d8 H}BF2P_UO&a>BGZ&2+K7,̨,&D.UvFG9z #?$u2iKrYővrH4q|Y#3S(e wt IZ]9Sf ~e]YX302aYXseV7zW2zcWHv3Qù9q@@TS^ř`Cч!jwʵ5Pqe 3ٜ:b2/U0h, Hfn('0I'P,eh)QS:B\I.?P`Sh|u%- aw/{0EtcR,2]&a3@_;!:GPM90I;J.3@[XTJ%٦Tb; 3iZ2g{,/Z|IW/>G>Rrr6#' GS*sZ`槑؂4\IsZ- hzڦ , * Z0`~g s{Ӟ! |C$ :ݔޣ,gc U|;S6d"2Pp;N*Q;-s*" T,&F1%IJDRD12?Z*rIm Нfkأ1U>=G ;`R.4Lg,=1QKfx׊t,j5 * q7^'dD# s g8CQrG[Kj486([e q^j!J!H YY|SK!;{V J GaBu$ f+ xwUXEUHYՂrt=ڂ %A G { ޳VktRǻ+5}1vU s[h@';&y/K껾W9ir@e F[wIt[T[v+1ZQ ll0e|0K3@2$VW(*lz9{~XӰh10+<8p?:2Ń$r%u;Y;Z7Y~  0$CŖ7cs03 e=8`x= C/~Ąj,}[Wt@  ='<xOXzrj'^}~ yWE }-B5jݷu@r\XDC:D^̨!h,}[s+9f>P1&K#j 0~0혇`@NsxC,͌ RW H=ixEiV):62zP 1@2JW,+Kp0  CxNWX:?p3H@pR1QS>997)]10|@=Uͭ/pP =5֬1m\~ṂϫlR1H윂ӨQ<`1?-sM&E`PCm= /R!9ej/Yy㔕 J7@.j7LQ7N v)## XײuɻlE_z[ZD/Λ7c# 5U7{>m0jڶB5I{HJ n;k,G?m& -I K/Vi3ٷXz1JhM>_t! f_G Z-sFll?ы-~PGZϨْ&SA&3!3=xaZIkz@G{WJLӦ;KA-"Jcs{:Cv"Z ;zZ:"@j! *@D;,uDZ5o8 1,e G $XH;pPH ,8qH||xDK,DbB;V<`@?;$ZQI.eSQNZY !H [  @CKE4$1JTKp(>l@=~gjhѠe5ogМ=]2A0g,p֏.@)uSa<:XildȂ-OGMowU5 <$%m& ɹ "fϢ:ɶB8",He24I .QQL;a/g+ۛ:N- vĴ$-axi5RM؜7_bi} ,A :.eB7eq' ExaKRgx`+$@ 3ğ.e5tm(#$4, LXJ_&,P" M uDj##Fn1Lq2#}QSO +*fQºEOAfH)aW1ns Ft(} )ncv Wmct%))0>i?S"U/Lq#GR^*i -)aND+sF|@YE^Aצ,]Jardz`p8"k= hRJ-ҜSҧC a%2BJzc)JNA|X EBf˘\D%2;1KT#kIG+K. X4MI ! -@;sb% #궯^XL Y b֧b- ZF$mkx˝k(ICEJ-"w)ey0Ț1[H fT#mlg7sS@@CaKd_={[͔(h%i=p (!@b'%(+5%ifEg ߃ke<9ix5 +h6orb TǸf]PM{rK$$$IPV́1Byj؈u ͖B+ [Q h N^kytL,Ʌ&jmшt s= zAHxw&?-AbU6u< IIYH>Iu(pH)AOOpx!?ټ瞶2cOY(p?C>~=`(4'3+ $I_gb"RDP%4<΀:C@sa>8=@ <@"@=Ńʊ4A9(A -Fc?=)A < @T1\o>@"H7B(pX)BW$?aH < Pil.YK,KSPK-CPC:BlbpaCܓ>Ȅ-p HCW FdP#ā`V$W"HåCF-DH>@%PG@?K!B\L(!ȅFL BNb6lƄXHE`-e3f݈W0܈%>C0CP(|XY_܈r“^hҎD΃?ȁāBQ4HFBs4S _EY$ "0 @F[`"FdIǁ`ɁhL>(^,ō(݉>ߐ:aIcDrC<>HFE Z!܈CA(/@IZ/14IhS6YQxā`Hz,4nĔːXcdI1Aͤh́L(HT,K%xɥ6BIzEaCϔI݉N$8۝Ȭ-䁴aDLZ49 "Gkӝ=Jw!8Eg-4"?d-T^=ٔ?=N5A]+ BsRTĢ3NA560INu[<Wp4>Htm%-f׼ &Ix4"x܍脪ՊS VEܵ!5N0VhMn=]rYm͂4Q˽rרkމYPI, ܂P^j:@ϥ 5p`LX N,oI٥胁T^I`K1_|`) $V" c]KiE<]A`~\ pZÐ1*N# >,V%}۷ /&-i_L q3[4n@Fg8vN (I>- Ba_ԝVˁPV- JE1/>ea`W]n{,&. ^$L.eZb̀r"etG:~<;SƋL (\MG zScHi( ސޤh6"Pl\3݈>]>eV ^d (Adg&]E^ޙdFdAI06b!"qY䘶pWaN[ֵB0wi˖S\}yyީ9@lR M_n4n]I`ޓUÛhi\gu Xȧ9]Ў0(X ]n$"ȍ8`uYO(` -EYKєG Nb!maTiYȃ]p='IC[^R}ljv*r2n s3ef/7brdy)kr/ 0,+`Sq5W3 @4s*5@du1;&tT{WktHY131Q NΟPEY3uS?uT@JO*uV-WVuMuZo,%@[bbP huB]GL\u%uc"N[ųi4 uvnwqwY"uvrOwu'v_V +&L:ؚr4(v'ch;]@}Vݿ>y//`~۰MO?ί>O_O}퓿ӧ~d~po~Gq%K% _ _> FN . %].a} u `i` `֠ `j ͠u_`V !6 ``b_ fn!R`Ib _Na_ `V!֡a!a]`!" .6#>"$N"%V%"&^&a$(b^)"*! "*&_jb j",!!'!).b_*"0#""!1Jb&"#"2*"/N#50^#6fcnb4_ v%##4&"V:cj;c*!( c,ʺ-c9~?#£@*Jb8&!=.c3$EV$Ff$Ң!4B!IZI$ jJ E$J #d .OO$PePPQ$ QR.S>%TFTN%UVU. aeVre.j%5j%XBXZaWzeY~ Wz?(% .@@!,E HP $,hC #>8P"8QÅ t 1I œ-MƄXpʚ/UDdϙjhsE%&ӂ;F:ѓ(˟= 0W+;y2gΈf+bHc+Ic&xWocs >` Ws6ly^߁K;Hx` E>Pm:bįE[&ض~<p/_ױ wrf1!x|߆ o~؜w&-d \QtQhgNG[n-( j!7afgXb.V_EP}BYbY0\#6U!bctFB=ے eY%[~ݔ$AX2 ##gg|V"mչj&brڹ N꣋ et&j'(}z ũ[٣MR^X$,F2G%0MS6S-IbM$lL iFbWC}ѸC%+[*P\Mf.YTWVUYKN+{QAV@dS%U.B{q .Ur-Q.qq\ зZRELSCY V~PTD?s3AA 4DE?t\4P3tT7-t'=-5\45CZw]=-@@Io|߀.n-H8EL9AzA]iSuV].褗n$#CF@A8d{aDG0slw7G_5 `NFX; E0.@?2 Onu`!AAi@{>LGgYO QP<4 +:) LBG'P@#3*B[+*H | O@mEAD۴1 `\jA{iA>8dJŒWZ5mgKnc~QY˫A ^Q-&^}^zِmK%kԋL`׊K@[;o [Y4]p 3-rŰWߌҏQ%JoOs 5f<@,z.iO+Z&G@ S>\"{bd>cUX$;UX $X>{'(:0z&{fDYJdEC`_#v%@H)@'LSXMU 5H> #tn`3%`Zng{H}@TtH ?szx9pQXB9EX>S8w'Q_4d\vX>ch@cNh(q4rN  lRA?U H59 (Hc3ukyt~ P7H#96юcX[8'fOEKhxP7MP<0 ?E6M9QYpp| A `z3Iv\'JcQ HQ*AxVX9P45}0AGJ}Ox э}D_?CT=CCz#@Uf5 D6?S&yhi9:*Q8s$wJlzjeJ|VCæ@s< 79&?C>\{7q)kGKڦ"ЦH0szh&Uu:6 0E9!ѯE4^*`h8*3E:~0?X~EsvX4yc#5M9e48ШPF>`5-{7`0b&@mJmX4CZ_s{z_CsOUSF63ʦ!a Zu3Gi =zCJsڬk$`FJpnEs?>bu4M61ɸBg< =S[{`3N `h;wZCK)oOszP q;A[{cO?5@]2|> @@6u{K d4ʀڐy dZY;Z4 ;7 h":Fc[5ʉ &aZ5 6%ۆ05yY*xI><¯K ||JĻ,f}s1h? J#J9fd]CEeuƠk{*7v@?b09$)Q\zxtXePɋ,6\ Lʆb~e~5[K:3#]\1^,)10&A !!}0lѥcv70PnTVS`6;-448 9-lC@?emK0G@#B=:D-fo6bp QK[(8+?5W}?<2 \s4D@ Szdכc&HAl3UCa}]yic?#&B\&<# ~@=!|k70r;]>( 5yȅTs1-?Oy8>\M=?3ڀ=dD @@8d*QPB=& M5QTcHh+=pt2zU~uQq,^oC&J0{ @Xj# FPcS94IAAY&ndȒٰs;DDPX=\CA7zT̨}hJ夏4j\V;6U|Oţ7L zz+H)6 `?8s~Ԝt>cgs!!YKV45 L^h< Qn:~?ŽFD ӃC$^bT8.:ݾm^ˇzn\IΚx PA1 ~+x3Gѻ5^398OcK`4 AFc,S<=mئMG %>%H555K@3gC"?8~m]ͣ!E@HZ|EhÈM" ^Y30KE O @IjL@K4L!\J_Э 38&3?EnN},@ P4 6z`?@KwEj+ qqʉdv+X@ˁ{[ XY,I8P9Ӕojx D+P`" ai %NXE5nG!E$YҤA)U$ b.W"zA 5޴R" `PÝ" 2RTqE[d̻2[=G/ B'DP0(O ( ,) " *hB+K Ph!zh *R(E(@#hPDU4=Uh4ϻE=ŇnP*+'2p 6Ȉ$l+÷ S"܄!Dj Џ8-@(.. PtZjFg:b# ڍ@ -)*1n%؉h$yϥ\~E_Mv&6jȀY5/z.b]Ո] x:C6G6w~k,v!efJ9 vIHDgj 7iB馣hfA`13zQ6lk/Bֻ . {Ѻ7 7wer3#韯jU$?>_w|25psD?~XY?^ibOɘV-Dc`϶DQɭPqkT] Y Mh=LY2ȩ$E <bh"LRNx#zM9C{:L`W,s"`.6DbA \=J>32~h-i 'ϱГ%R[@': b" kh< IKT8Ajp`''q4^iZZUÔP@?UrCG0+#HtxyE!{2!?Uˆ0Ym1;'E.e΋L6HN|EX}O,o?=z~$egDH#* BjQEXT]@jLr"@#JgcN<{ԓNʡMTC"̏ T'0/!8AEEVUzj\]@(P"jY'P=W#U 8, YbL`;U`(7btl iU^XAˊIcR}V} P;Y^c@U:Z~e&jJGilJI"[&- z)R'dK"F1pShI[Z%WcJ뻣n`+_)DaĥBVKQ {ZCZ& [a" ͅX"|b9x*_)1՛jSCVi Gp 0xwbif|!;kD2ɭxc(V脯ZJQ SRGd%B88}\w#nܯ[6έ\z9f]; ! I\桛CD!rCLÑD?IĊ JK0ʴ˫Kp*' (H胂(pP@@M?J "8s MWH M̔N;LNL#HPM )l ܵ4ˉ(#شԝXNyD)ʅxͬ`߼<.4Al:A 圥HPMa24LA̳tO "Iߑ?(ݹ>pOՔMN~,b@ q "X(A ܊+[8qJ"т0̝Gѹ,+bҎP "L/]rǏPòb5J1ù;K,-,!0ѼJK-ѝU7GM$>N9ώ; 1фH"`Q p!)sDDߌFHp: ` \8V͊$Tj5ռjEV@L V \(% ׶;0 truVqDpǸ҉X=t҂mXɣ Ŕ9qQ}QXP-Y{ ShE52`Cm]Ƙ}*}Y-I=ـ9X*GB-~M>%OUZݜXM小(ZDNZ í*\c$[[& -SI Y~2Dr"p\OJ!9P5͞.U,1NZ{[D^̕##ΑХPa ҭ *NY*36WB %QnT_\tG @fԈ^m.H](xCMӉxߏ8Ks:T-ZB8aYQfF?/-΋f}V͌'9/vX8qS5d JO䉐pf?#gL> _ LmtUVU'VsM&K%>SfiHېIcnsI9WΈ=&ꩶ&uZ WKOd.*G@֧fO*Cy2Q:3~̗$m'.ێF(uƎRTi#Q5!TNǘؚ^hV w. >"$>HtKR l馮qP5@*mw=֨ƩV׾1 ԻJ"B4̲H1Vմk;B(vN$;kYa{6ߌذV8#!i O:q̩]* vU'֋8̒gk!َp39o-Bu 0_^ēqy.YNE}Ikېב)9p"R(k¡\p0^q0^]؎͹O+n:; hJ}5qNĨt"r fA*Wb PM\(?=*vt"^WWM̉],~ 9ӽq_ʝU n\o0ݒVYs0f?XrhLJYJJ. hq6E "X??t5nK(M8Yqp\<$|7P/CfuSnWϔ PsGؾxЁ0qiր;.eJ@rS,sU\Hy2{C ^#[vCO6 {"D~^BS{QuA{84˩f5>۵n{6Oa{G p8_ 6y|JJg}J2 IK:'D4(GԉQ a11#&djQ-]ZTrʹЩ<% 1 Vr@f kڙ+ zJCC@ 1f+E9ت M ѧrPZ. zю$# ks=f@z(p&4$%Y+y(Bq Bc(PȨid2 K4\0*#Ѥ@b&2K"O1^ seӆɃ@LLuv.[L1 A10@}6TrAa.a}=;9@NVPA A=OD%D 4mYB#K bwh:4RV T@e7 *0'U, =H!~.!(@@zrsH7N6k I;T bҁ$IcM 2LҋkH#9ƚNmj+M& IE^p12 pVP0%X# @,!DH!iIieC'` UPHOXRoP K-Jt !cRA:V@kҋ+ dZBhQ?)De df`1.ZT Ӕ$tE) M r R9ST`*^SɆG>4\`ɼ, h2 d SLwiD%E,Щq`z\DNWV(iձ ,ׁ!R" Y BJJty1`Phug 0%axY'Q8OyʅsߩW Ls@)h92ȚXbdbU,6Z [%T"?bݨ- @`@!Yg%aod3Yľ 9Rше!#0@ bӒ9F*hM`YR{ Gv#8&9iE6^T(2(6!u*'l@nDlLLv"1xL1CEHR7Ꮼ_[ڬe oyFD'!sY7!tAR# D+)RzIDuD3; 3D` Ѵ@XDTKd3~SiV&DvHࢊ$ 5,%H|a3~6-iS־6ls69-qB.7ѳk {#^ʲ!Rt&rn;# BN+1@.! ,E HHS8P@i(@ŋaF fH'O\(2% !9D5 X,"O8)5yP+EiΣ81S_fݚ2)W_':KvЋMU,Z$4ZalRo >/pЊ|p籛n8Ín,yڷXf[׮~~sȓSč3lWsXh%wYp a!vjMaVqs̱!w1lږҭ`!F^t $ߍI[j蘈Z"Lꘛ;j7ߓ=y$DR!Asx(P7dkzߚMܸх'- r_EYuMiފ%UA$&([?ESM2AMq$H4e3}SM5S ө9z*Hj=yӪkLvqzV&]ZUWZ`]RA1tDr@i>ѴOFS]bI{ӯ9 EPX-%n׎:ˬ[VRv NmU#+-[DEH< qgGJSLr%r,r 23OUK|3;0gs6mH'L7PG-H[-|T\ elpOD@GSuT @]@{ 3v$-$q7G.?cP DEzLĢ ]A\DBs9DÞu/?5Ww%^1t^EA?# $0& S{bEByP>$`Q~8@  z>iHrpH.pa ZH$с?EĆ vX@,07$|@CE P@t((;B`O`Bl[ R&}ȡ.zm< F`E5 Gi dFH`&Vlf:wd^d'c#C&YOi}*'&|❔ z15WB!Z* %CZ4-5] Mm##!A \ЍҎ+õn"x0+JvKlyFWY.u$Hdɴ1YKK6+ޖ ,BsbDh' (: ƴ"emaIR+a*@)fC(dvTu&$HgC&X8V^р\dRiq8ۿqs) T"bxn{q2`9L`cEߨ2jCX &, ^kBsNA 0B|M^,Le QmE>Hts{K4pkYjm=gL$Rey܈J.,P>`-bV#-xvk$vJVX١֊ f/NwfJ>GMuམEOx] z'O[&|.E:`Λe/9gf}VMЁ\6ى^OnSЏ~F?_~xk'oXOeȎwN|FN{չ;9)"fWK ~GSz#  =[7]?HP1&. te'30%P6G0(9/6@P:3LYvSB Ua=5H2S}0f4 v@.1FN 5S'q 05PBXz :#(ShDj8M%DPexG[n:zaSnqHGT+XV8sH"p x;6X07X4[5sF10@vC(tYaE28K;ȋQnt B#cҔ0`=OXȌ'~SWEO(w àF>8X6ЋcWx>є|dC2)PB2:0SeG8( #)4C PE M#2 1_v1!goQ5gP^%[)pDD1PE M8x1d؂:9Os5WF@mg A8vn> S_g[X"L:Zz~0g26IY`6Y9wyeƙ9wYpw| 5 6p@+AMzDyF d{ٜG~wyƜZֳ^E9Di^噞dhwD2mɞq3D{457P.d=> oO)9[%[qa!>p32WjNzlKP|P38IM'Z5@h2'y3pIsT-Mljk`L# °4G~pwѢ/ʣw!3rW: R[1@p֤#EjA6&QGG3J14kX:2T:Cڢ-JJ:h1|Ш`{ZTZNJH?ڢ V۹fp ԉHaM>p' 2@JZXPm HEpBI(g: __j98::)C]"J :2!e 6J43&/JH~:20#q1?#1C ;lZ7n,g92.+237w57@e6QkS~Pl:*dxxѰ(lŪQsJkGCsR3@W7?K/Jom1/z ;9DpJGw8WZh 2СʈZ[@6h4L#SE<!6s-Kh 4x# U/[lW72[ FpYL'umǩ"1E P  pUUEp\~`a!;ZʏA3LY1L9YvS:0C'Vk4{{NG^_+{UcYYx9.Ġ“#|zTItZ>Is \CN W&lz% m5 )l#Zb$8ec iEDJL]Q: uHR1^kQYq0k4k$ 0i4E.rXc4.484E` S @QI>yTRK^TfkGY1 xH<R\1~X7LcM#iF4ʣ-87}Pyo)Pȼ{Sڸ4##ĵ4{g4* :XX$#W+3'$a *܏l>q AVs#:3Ũ46 S<qY 0#3)A?C!t-SƱ՘ @60NöeKL2\EѱW< 0ͭ\L0S`<:H'1=P|C4u3a ':G4*X]5'2:)y&vm&[Ma+6&1"t 69wj#Ǵmm4d#HCS :ɴC>@s@`+ 6 RGpQR툟83xhH;x1fMOn3L[A״m6 LDIZ*Z10M)`sxF̌ @mMCpzE; C~=>#h5sFSִE2-ELXR!\+yr#PܵVC@f@47kDCrЗK'ௌCR>T>S8@854n4 OSd^>6_[+渗_2)]% < \vY.-cĹhd8#3pʤHˉqesSl 33:1l*.A$wZ呃1pG><ʃ&:1ik~C";a~6p3K:$I ;ШKYNNbEGr ; XZZڨ>Sa& 14qR#ù G- >5p*N}nۮ$uB-^W7T#JXq?'FQj ņ"?*gjJtFf_}.9;CQH<TG)ۯ3o#=Sl{&@F8x3G+>ШJ__Sz_Ֆ@A%!9g-p4X:?{G=D[L.dK1eΤYM9uO  %ZԨtXathP=WÍABhe$/A¼1 af dYD᎐n2dvᎉE&p!L!"d1Rݨ/fcȌN<9e|Q4r"+HD98b rE&L2K.LC/kѤ%XeO M8sN:1BL tN@tP,B})SM+ۤPH#tR ݣDQЬ2:?SPCU'C!rQ[uUX"~ؑM9MOaC01XhQ@OauY#izZ]VTioж)5 U]t}m˛ҍݘdm%z[]~P<) J=h*xwo =hJ+)ܛZ=@bSn, <ظB +9Rȷa!LYe xd!nv-E# ]h/p/83zlB:m 8*ij>X".oIfd+`/*`= gr` MR yO| |旀@ e [ v֓[:Ε(4 8A}Z<} {P[8~qT竀ףW7~яɇt$hG\@ @ )X+JL3{AŁ c-RM-k`L6τ3 d V-(zB$C+r/3<, {rxmjQK40π)Iba5@43DV4m p[0x@(Fmf$q#?5 L 01f+ Fta!N@D@D@Z?$0hJ`B "=%B[Kŵ\q!3H@'ASZ4:I+bE$۱j"f=%+$rt~^D-vĀgC%GuCT nMyơ}`r`aAL,X(WRm3}`89Q'M)R&y蛸Ɔĕ@}  @Fvb,MTnh(ا,B{B<`PlI@ÚS "2h֏]KjȀ#r,-R.i*kơx [:1͗\eP@)e,$:@.z7%I-]Bܻ&7;ED{8RR-G۸;*wRNW?Pnn& -HwįF(>ol3tϤ8|ے#vibn,.d083ZL"( H883ZKc slFO%$/r>E\wP26؈"49BIWBU.P ШxE8j&A?lH{pIf<%[ƲUEiɛI*HƳOU9YpdHKc+TȀ}j, =-I$ DSΐFud% tVsimc4C~+k)0,zIERnTH[;k@iR,; M-EcIvOe` >qeDW}Gm $C'jD@ςo 4q+i*j9Hك' A}jysWqKgz S8[S]밺40 {c?:mBmF7];]Q{j^Kb߻v"T2Mi?yW|_y;oxRJ=z򩗻zK=L.;?Gpt=^A yBy0 ~>*Нspf4~Ŗc;YH 6*?G< @/;hؚt8 @X jK\ P>T"dAp6AA9ڰ X!BB DA t‰Pˁ )th\/0*,&l02tѫTx.p "p>ZxȡHY!XH;#HHCpp9X@pQ1 W F+ (ZŅi$CT H,CiȄWԀrD^+Udg 20wE,u B Al(ǁz<:BR 4ꀛ2W"xFHFG8Ǩ0d,F~[wF)4 +| FDЁ|gb|W,FC8bQGZ kd @*xʋɌj:&lx@lp ;Nt uVXCɦgIX ˖IHɬ(&a/w|G0%b;X⣸ԉH\с́|;@(42lAhD K˃\d˅4x|\k@NZxtLh Ƽbd"H<엙D)`L#` ȝ K DKL( Ht 9KS|DUΠX?Ptfr\x9I \@uLm4D Q)FTQu |Q LO8i.Q ͉ ؃ :tTRw WH<)M?T.җ/:4S6UȲ6S O:S=~=9Aպ2(1\ i? PGG#)ed Hye+L%օ癐ZzXd~b Y(J:-Ej0V͘Й) C/Qޚ i"NzpK&MԻ~؏V<'|j4Bj QW DBl_i+g8c K(7˦B{P^(~qOcQ"@́#>(또O i0:1=?pAxmm(h-KE{5ŧ IAd .$E ?iT ӊ f9PH\r*L0%g%*ޢU<fQfIYAK {n8<[DAW%3,CM,QzP Y#GsY]1V@S:&7i.VAU5Jm Iod7V dMp0'u9|-vm_F8 Dg^Q|{XY`[LIX'Ir5ZdEJ^P :R&e,^iIT=,ؒlUTUOPM4 Lī}]cg4N}t!BHN?UbW@VUt+KYeµ`orZ<&# dp)Y bu+ 0=je:)SBd%AS%Os!-x3ʵ2A`5V5,aUF dB73Iw$oU~R$&IU02 (XrL$AUe`m`b$,KͲ&pB B@Q(DPALd8` |G&aFW;iJ |"c 䒐DHˡGk9u8M@_@q>a$$+@F k ˌH1-цNQ\NhWq^ TtX+uZ0T ȫiM'tokXd׷vM]U91͒lO3~6]ZKuVe[6y-q>7ӭu~7-yӻ7}7^?838#.S8)sCon_6Spd'qc.ly@! ,E H@N d@\ !v !„xbA!|ȏ&6\8PG( M2AL)2gK 4̓i,ȏOmJJ)ի\U%MbXc=NW˖Kues ʥҤǎLx`$V|+ rɌNN̹fÂ;'x1g9o,0_L0tkϳC8ٴ_8`i`IaÃ[OVlթk\xt6/soxڜm/oiE6|jG]gX3q r$adY]hmζن8Go)bABֽG`3"'~X)W`{ ؃<H9,E!uMbwS NC~z2a#uj9@B)dTC XđQqB &CC 0ɒAFyPT) I:Q0ԣ PJƙgRUe }Ukjg!$+S CRaq lSLMmjnhZ`ٴIZQ/uz(A(JҺX5 ]G4TTX@6LkS;gA GD|tT;nq'$@+_ű-Sr̗,O @Ĭ3]8c2ClHTtL/}tmp5YuA$7}^Oqpu\]Ds@MF+| S ր'Ux0 U xo+1$P`8A=6/.Ӯh1Ե]I@^ RQ0G D@sAmKv\d5H&:lt>״-x E<`<- Oe/ @HЁ drIg ` 6@ "eH 9lH`r+H"nFLb ( & BIIr~,G}*!5@:c&X@&h# +<h {#G_KLJZ$H`x@8T>}r~b8/eQ%ĘRD'|(" ,@_ҁx%,K)ub_ű&nzL, :Ё\x/ EFeh ˰GtLXDE\.Ct "\(u!K6 `g2#~ӓ` :}(MJNH<|I<1 pφ Gb^WӖCD3нb^-W=a~)ى, 97tPj WֶTi_BoK,*/{H2"@a5GD2=U(%O9wi֏܍"h:QfC`)0 ÀJY] :0rr?LT-kHb8ĂDsRsWpnc~YFf2g7 pg"C+8aHU}a,5#p~z [طSm$ ,ZHT^(N}5`kKmc(q?xZg_|\~lPn̿_2:av{"PE*9j;3JA h2I:a$ĂȑAEفN ouL4ڛ0nZ0pJkgdr#x@Y͔9e.C.3kbMR@'fŇNt B[A} r٠քm?9pO# O>vGi:'㚳@ Pk%dEJxI⦃UTU5i5q;\A_4DH867z7a1wSSGeQxm-քtN+ >eR/=l؆1\dN&jnXgkv؇~bmwNX_ `wVD\'pexMtiօX?7tHhx?F8ՁA֊X ЉX LcHqk"`Z'T?]]=OxԸRxK|(c   @rTq:5D)P_  h?/*yd<t:#8P3//{ )PdxdaJFgw@A61sUH4X?243fQ(X%`6K8đw!EcQ HIHQHs>Di3)<q@5> fiv7\ }6=gpYJC`ta ɓX! }rvggYA9:Ȗu `4<02`R]7 |Y 9DP/Ecwv i2B53EbP1#76/A/Д!|Y[i~9uA!ǚ؉đt $/EAA 9`` YD4l[ p`RS)|49?X٩8CȝT20!/UqEWD?Y3D@~idYLxRQ 56zQFs1vUZ'g5H$@MX%a6S؃Mz_kc/0C FT c;Y7~C2`?kh1-cncwv4sJ|m6Eا06jaPʨʈ3N+@{f1ejD8@YYɩV,"<-wx87b*-{3EJb4S+=[EE=SDzd.6c >PZnScb{0Z :| ?_Ip[tkHF[6P8JI ;IJ T0~PU;0Cd;/d+s;<[[[;PZ 2E@f2E?J;+ ;/eD,{F$<^kxqEӸ/43յ[]+-2гbT+ G@` 09cf3E@QSy["ca'`R04\ wc7tl =93X@ DSo˰8b)26;c## k_Hw[pk]Ybc?Z}Ñ6{4/ѳS{:+Diد]Tb{3˽X= /#G;'4y4DC!&x#Vj4w= 䱩a|cJ0s3SѸ\Z\-|/N5>y"p$03c6/gYlv/87dz65>C3~P\dSRѳ3 LfxƷ"#62;v0t1VK+8IZW9eFf/gϦE47А}#—2H7Ӯ(7J-5x;je;2ϬLjsBԫE`[W:+S^֖l#`l#mmwFu :jjo|OcwTN @;MءH'}=wf \Z/:٦*s<w vPJ>08I=D~J[/a5tQdS|Xa#ЙM:Ey4-p\Jg ]Y/ɤo9/“f)9"Ч"lR5W:3YtdWV40Pcpa/#"FC=S pp/ϙ"B!W82%WP"C>dwVIi6:7y/>E 9)E0侄Ra^2n'! 4Rt3^" ؓ/j~-Hx#~rP \?C/QiAMؔl3ezKY3SN7w\s/QP >D}?åI! vEElΒ@IzIyE/J YM%VXB1`6[#:5_IdB1D*cgQY4$ 53PN} %5ȧ]} }~0`*#ͬ46qOD07<37KTp!t.(F|I! dcxs(i ۃ:Q< yHD&R,B#FE'~n5HR"=ID>ґGؓLdvdPRʵ2@NIQ6OtM wK`G@\2q2ѲJg啾0 4h~SfLbMDz`Tf$hq-h$0yHu&S '>(Or= M}>2H)PŠ:͈hGurϫX;Qt=MvĨJm޴'lC%~&*˚Pj2GxԶLJ=\r%t2Q]BUAJyVVR PAȄdD: u9k_}n`+@k\ T'~@M*'&-$wk6W* <DŽ-9TVuB'w Yu(8_ܶ>o }&ovŰg 9%NVa_&Mm!߾f$2vp8D\Fg^ J:KB^{WT7.[Pl֑-`1fq[b`&UWU`MzɤC >j!D(IepU_Wp> KmH>HN S|;Z¨yqɑ^Q[apP)^qY&DP|  MY " >,9rLc޵V3+Yb,. »r: C$hzg$\ H}&3 ³K1k' ;;^ޔ6< _!Nfp:Nj2baq"BL @tmNGXA]#EE,͖p{+=cdJ(Н79}p aTX.N&f<#(ܠ2Q]v'W] C0,1ae Drؘ-*@`T7@ӓF;W|Nt_6&ʗ^0z騒xFFQޞzȧ͕&c4&υ!QHb~"wsKv<&* v v8+{Vȳ0fy2>f4|<$pe&P@=s:NecTIuID%w.qzOp T|5Hi\cak@(mb?)ި%{KȒ繁" ^㽅Џ !@̢( bsA1# x[]Z ;A\ը zzڢ/NcŽڀ;@0SS$2B/J9RB74I9 #R%;<Ԩ55 dQ#1oGȑrc@)#1JK )592*ɽ#aP,ը 0$>@/p 47Y X:ӽaH @;Eq@“ ::˾ITH؝PE5aH |A` 鸞-3ªKxIÞ> :Y1y8֞=IBإU4(U`WרE*zrP=]]tSoڭU;*xVDžx 6="NF >0" b;\, ub@; Uٹe*ܛrC @pDEQAxPJdq*7Zeؘ]u5"˰$}eWh耮} >ޙ-5) :Ƅ%s1 5e%W#l WdݥmPž⸮TЁ9\Kȩ\Z^ҩ FC T" !8_PXH聅qI@:J,Q urׯʉ1$vW,0v%?@她PMM &ㅠcHxb||> dPhdC&dB.dBŻ:n EIT6n oՁH\(LZU a$VB  b61P,M(a"aeyEW\._nb6VލJ%P(M~/h>`ɑa7mA(&2ep rvgV cHPbl qaIJdh._n8"tR6XDycbg7/Vi?\I c"8  `JWXM\9G@(g.(gۤGj0*U H֞Ua0dfyk\]}9\09P9 XȹGd)NNQ1!^pr)/ƞ+-S1$r`_RKcJ_1so|#qFa6dsaAXoQ~6Jn?HAK>m = ~tk{XN4)WX@b"0nJ `rrcsP):>(W j8~%CuN uQ+?hkEf"^YfPȩ^u_tQ$l U@x@bx:mґXE(hxp5{V>hfkZOy" k#XfeVzLMa'd?(m8x,fb8w6ZH!:U V z?.l"nzIPo[q%`yJ|BH.WO^|w Οrhavb5LNe'CХ Ro}ף@xhfZ~jp67/ ֟W/ Tާ>wg"HO7q57E|?@ ,h „ 2l!Ĉ'Rh"ƌ DPNVth2D VPO} F H$DC93W#lGBl Jp4!wSn: #}rW* tӯo>uHi 8 8wI#r"7u 6vYauv !_ il D`X}J`' T,Hӎ=Tz[(A3M:$ TYA-@A̷WVH!JC@<e+&_A ,@ Z<0P[RYKD$~%'JA0J uA_CeuXD)^ 7CN:+$$0b'%YtS[k2T#4@I Z{-AtjA!@dAiSWB> V'r1 A؍@+[rmEPfc rzq ] xA@Aًɡ*B%\ A>dBLq%u~J5ܒ+aH.DKqB`7&4iE #lܱ]rQZ&j >80!IJ8;n 7 ׏k9lF& ss>:EaI`pP']IlĨ^ &z r  5~#fuwN5̼ MYP+l| ncd$7mT ysQVr#]f@%UAt8b "ړ& E^!W}@,$EATB@Sb VU 0Js $+ s%0& ڼe?!A( N`ibqbfn!!"!T( v1 ب`o=J#ш0.$$p!fWD =bEvMgd%H-] "t{Io+ɑD!9$0RK i Zǀ^aV򛁨řѼ81bAl`H]%@r2Ds@x8LA  9٩z٘@1]I4ȄǠD"(A7/3*ґ&I˙҇k PinMs(S*SWN*Tِqx2PҤ#&)*ՠtC< rcUՑ8L.0V l xrUWߎVƹzH4V2 {=,,!>"c#Xa뇒,~:v,h-2=-jSPJkcKR@E@:e[`*M^wU @!u-}.t+]BUuIrzamwߒC%JNjJs/{kjo\V-!+`l6An`Hv(#)80 s ư:,UŊ). _,8+1s?$G11Fv ^`}ɱ,ex=l-s^2r0f>s5X$RM vVS[.ebvD>4 I#v̔6У7Ks adi֨eԥ3F(`ȫK@}˭Rk* ll\7ٵb}]QA^ fٻQ*@DD+ iZ'm*^dֈtVϹIЉt` qAܭos3 VEz. ΔpS)Ј1l" Q Dv h nJI -O]C kD-/wSvKsco%e ^]A:GÍpv3R.o0@ls)AhD`; dP!N?!,Rrx;,sx >D`.\a7=׳|:e3X77.H_y %aKK`FxBn{)t{(_D1FA16{B l %(+JLf"'7N2 Dy .4 Љ`g 1SAս H)D ]bdD1T]'h%Ds]IKQ@1GtUt`R&tBU %9a,B'\- JClBB>QfC,(e fDPeU:[CL"ah8cA'/Z.gB_0_Iu2PD d(E=I%Ν,A !}BId( 5GH.b}BcA8c +%/F-e llJ CR3B4:1`#A!1or.D"l#T%˭/t=!"3B C*_D&:bNz\ $E(A(A اT)A'* b^2ފN(ڗΧAGILO%d *ZtBxJDm,4lJDIl`X0PPfBt\K`j\QhB)A,*%]\l'L>CDgH).BHJb -^BJ^1x:D5k .Dʥ&d`.)NV>`&mkkF8ZԘHZE DXXXuYJȚ|mڅ<-1X=A2e.\E&Mpw@B\%09N|V bjw""m@Qz $E6L@͚ʠE.es PZKt`I@J[\#ZB=nPV0L$aA ,Vq&@Ź TDͫ^9}ӪƖRP|cY$ꇮ݊v{ʰpXZ_%F"eAg鶫Ѫ(lfWBC:l]2E)PJM!l *~(iЍ.? - D+6b>e]4iDK9)[y)MfZL=chH,$2J3G`"ŘZ8VZheR+|r( a|1)CDaI卬S+LV i`i@[_DT 0M)PhL ڙ!H5?ԏ6 fhWhR'd\!pT(u+1AJLgZb.(``ZQ 4,fŒN`mAJY] |{[hgݢj@@ pvXKji '2Ж+ v ĩ~[Obpm j@dcQ439i hm"rTAVT_/'I,ڵRGݒ Xܘ@>AacYǭ[~|kq1UF;|׹OSOջtDaO{v~ӵ[+^‡;=K ܲA|?ΓyO\^]y3?iFסOs]׼O G=_}pqWWpQmVvB@:x(KE` X{$X<3 &XG4ǂ2ZNS]=FaD|/cW6HWp0  C@PKHBT4BKP1Vd(KNg;'QF # *e4+nDL.+nx\Wi|cXG0W`[2x 038YH 1NE}2@od11Xt`'  ~ 1CSX C  Ǧ6Pw1mz`1wsG N@'02h0(Jw+޸2Pk'> G H}0PFF)ht/c,CPѸ\iC X^)~r2&@28 K;H#YQ&> 'V9 `XTEANYfP<<Iy+(â)Ғ$ai&:(䋬W.05p%DBEqAYݢ0P9hUhXI)Nyt؍hǛHE`x1a]ZS UP Y<(+/Q]2iBhYBZ`O8ESd_'#C8z2YB P3Y( JO&Mؠ0DP3#$:Aš :2ZG,WY:p7آ6ZK/*:)7 K72V5 F*z)4ZGڤW N:'X zOaJSj]JZ}aT]%Ted/Zj%hXc2@p~)S:#"oE`kY8@/a8 ~X7pzjj>M02!]4{x yNO2S3i# %ԧ}K;@8zreU{F{;Z:' e:I~&3@ P <%?@ƕ}"y0[Z0 2 *-0,{-II&s 6s&P;pq9?0^2PA/{t3zՂZm3 Fю$IЎ*­3Nʰk ~ 2Z.4:\f17 @.@]+Uqz+,t+2ઇꪒ҃40P Ns||:A48~ [-'Vk{֯:pEp+o+66s+?@; G[p01}G;JQ*2y[({ J0I?;`)h 0޲itڹ'X#ƀ2j. ar381TPjS 0 r.0[0)pkWkDz1ޒFIUOs!ۻ4s)J[ y 80J ;[Iښ6 +,] ¼žPhM 0ڪ ;+f; 'pup+ 2qiHăk€|6a{]2fZ(諂 K!7-.7 K;åȡ,ozljWpO{rOJg 2\OFᨆ|̴wZɼD 67Gج\B{@\Ζ7GVj)bG|}#z@|k,Xh<г,F $}ϬWmB[ч6+$-G ](*%s5KձHK'M[0fP5:ly,#`)KSI"z4BE@;Uh?uY4R͵/i[&2(0`Ms% +g9aHUHhAM-.-觾/(Dh'd+OL1HM4Զ,EP,A쑔1Ό`ڊcdC8aX@Bhk%7 3L*@:p j)0= B`U[[D$$>@gi0./893AKQ )s` ##-HXja+H΀=.@pl91 Kaa 7`$+=-|- -)|).qњ7I/ "N>0`G5FYDū:+7 6N Q{e᣽pdh,$E߉}LyԒGU/ G n.d: D9T=,}ƥTY+lpZciwUݸK -.NwJ"~3K,bw׬QAu)8W0 ,D@JI8ja!>Xor+B\v}4{rz&A}D\FE!Ћ}BnIOPa2FFCq綠 f8"~D Ln ~t08B[SC2ֵʀ1.߅`2j+= :_K]>5dQla;33-.ǃ²PFM;Yx9QI9nC򲕔@qAu\\3_WxjӬ-hi6qt/Ik>Q<h^&ʴ;E.,4/.Ŀ-33LhzPtV/G (mSiDbOLER<,O@\cLI!< ԟoF:-શ{AjOf OG7:PA .dС"E b(‹2&PQA C 18H䠐n0#F)Deq("cFB%*eG("N cb=CDI8 dhdI Z[qΥ[]ywN%S" * bMF6A$(pbsaǠ?{!I&S]$lےd^QuٵoݻAAt`n[mB;"!O:H§ PPZ預Z4 a.\*>q>P<#vTɿnE2AH/^@ԳPdUv/ XGf2΃ftۨڎ83!jυOF AՆJ FfdvgXge\9K2.\M% _qhm\Z窻k P:ȬKlvۺg [Ǻ{oj:oCpF|qQA6a+gĄp:)|td&/?itL3vle=w{gp]և7xPHGyw~*{_Ƴ7_aj!jΗv~Q!p !2ޛw@E d`-$G"U,>/$\ fYD]Auըp iA"+e"P@+_vb st{%# DLGa2_ R.;&#v$ĸ=:<=rtYHZLSnIGNk@%]hOsN"3P #Bna;S j3i , w[ ӨrST&J0)@]WI VƕpHk],Uz U:׿r%`ՠ?XJVrIeՇnቘ @8K`;!FUu>,`-2UԴj m_DNAY;`j#"]B*\*i F95~sY5w., ?4"Dz8BF aaLC"&?xmyj\,Ęk\I*r0"5MBXR% xNpPGLD%m<B;2LN!"~ho$r.pJS#@ Gȓ+S-hfœ򃰄',abOľFTk@,]3A5udFlcV˂Tj&\cԍl pL M vУfG[$]< r~UK! FCDRJ!cREArY @zb(z =$h (Mϟ(QEr{~5[^T"hg2CBj" k~n}jw@!zW\[d;c3|xR5 ]=?87c<.yڗ.&EYk\NٽMеt"L^8oI C17 +Gr=,`Y%h$&@`U> S=ȄV&ph]pȅo͋kU V=>8#> %h6|ME>P]]LXI%"0Rr N8 hL0>0xWNXSL m!!PU՟dM9:b"xկKVVP Q D<4 y%dȄE} ڪ]RȼXZՋmTU:{d&(hU5VyC, SQh[| 3!C˅1&eXU []=Y \(U][UÜ e(U(Pb0zl"P %1DUhއјWW8TM@݉bt NHA޼JZlM@Y?Lc!uI=V _@`9-Y}X\$t xYmUO%/R}㜉~9H\x a%(\8aa[ѝK1;6AʈK9bce?~ub* xb҅b1. i,Ή1 I 4ι5C8;%c2?~TicdԪcعFG:CҡM4ZШdL.HFJ6^dTd)9iIUL"edeIqU-eeq] sM>MrhEbUe؟ =M]P ׂSzqg)擋L0w}^Vۙ"Ȅ޴Elo~Υ|֜1~!g#H؆jO@W gݞhcʰۃ\@] YV(jΧ bQgigY+ ߈v٧R^ƫȺ-9_c=Slkkiѳw^; Z@_8o-ݵ|c® Qj _l& Nc a&a]վgٖim]| Shڮ#eia5^< =f^n@T} `Ƕ5jYmNXe "2D0fvozhn9}.:ie,X ɦmkd@_(Aja ?08֠JfNg?0"X\۔SڈNs}i> PJpwMl 8T6 dI) ]^UP8;%| Af8JNo:,>r"p9Mu'RR-qZCJF_̱].?424̱, z4)bWbzcd >[YvPQ_YajiU- OEcjWj smW hxXǶ8ipؖ:wFAX&q T@X@ˢPeRw fa"8zLF-xXyǼ4AYsΓU5l^#8]nUhq+gH yWu=!%p)VqQ!(_c7!a \»1A \wx Ujq. oQӽ9Vxe-wH)uK$## Oώg5_xU{} r `?!_u^ԏap(e!nhIU/j7 !bD ,X@"Db0XH'Rh"ƌ7N,"ǐ"G,i$ʔ*WlCAB ˜+T@@>$zG >;lJB'֬4+ذbǒ-*A:Щٔ#hH0SE 0"Hp Fe:+*.b\EM1ȒWB#JPR;8oP2칀ɑ?vm,6nJsn"O t:BA9zYPsv(bO"DQ^׳o;$/\A  ECՇ]bv\TBBYD%~Zx!Yd+]F0wv mU.'D2@tx#9#VR)%a9&ey&q fm&N2G  u_}'Q%G o(:(d8'j)(营v:* ꞧ*qU /:+ZiQ%E(pw\! ,.A),MŔ ghzI;.?N[.{ԹnRi,c{//0|0 +&Ő0YLJ U@1H1:[Чp1ɴ;s%2-2XH<35&s޼3]]$nA C}4|4M;4QK=5d@S}ՆpbTH1edv~)}7@P4}~ b廩΃w gjڊ;ɸ[~9晏Km4+eE^zNwI:n>{N;gv><<+<;ϗߖ@ETɽWy>dc?؜׿D<` 2P>k B>,n`Ob$cD`EbrY}‚qaFZX)1ϒlX< #, ‰p0bAD%J1%sA$Bh#bk%0,EO*B I :JF BX(ąa[kVDFlH8"ŝJ܋$ ->W^$IE"xYg&C &qE`&([R$$ y~ȫA̪LW#!Qa\ $7SCxJBP &j baqouH,xqUd$ }{}O‹3|Ug5㕌s 83[R$8.' D1"g6 vH{T?"E# Hw lIxF̝ rcYGQLؽ\#??##@E#AdA"BbA.C6${ģCNdAc96 @:GvDNFHۄdAC$KJdNKdF$ $ ,OO$PO! ,EH\r T(S H, \<`  8q#Ɔ jh@ ƼRJKQ!˜ [ rP1UJǂ e3HJ`LY]8"ZE^Af3I,wI(\gG\o] F:4 :udK{xѕr5lj c*;)F $e4 cV`ѕHVN@j@RKe`F]1FH: 7 B`٥^a d}@(dm E\[FC>u pUł p8Xc$\H,@ І:h{IfM$n(g p!`U3?qt\ 7&plAF q#@BYx|PJTtaS_JL79J S*&JժZU(GWSo3+Z"S -P :ZևMn.i8x VK1MU5(V#`aK6Q¶ m޽\A+ U˺Ѳ؉fLnퟮ &+:,C]ka&pD(.""ClԒHR?e -P;H:G*M@:+ lo7M\ގ  @yyT #zS)X=֡04-*%jmmAq{Oǐ !AW0 {KM@؛YF($6uL4[%#0i/ g D(==Ra-/{F[ Ѐ.u0LBG2~FVW٠wYX&D[L@+ Ȼz*4I,#+ VKmiw#H,* 2hHF=" і8I%Aj(R4=[\n|@|A$JޡHdi vsdFI Np%:n_uEkcYuZϸP. \_׸GG{WICq.ӵ?8m8(h՜  ƊW,|?:с D+X@bNCR߫p@N.y&;v}s"boA*{:Uج戏хm7yg GOқO}e3`?Jat^&(x.ɮ>ѐ08@wD,TpCPx}y  HO@vU]ʜ@+\g)~}}10C>x&0XX2bYsVLCn{UWZHDq6OwE{\31 }zh `@рjaP9WHmdpnsv3te.ys 1V,cf$t*ÐHQW}t74Yզ[v?2-qr }jЂpWACM%h  Ep׳98З %xW+GGv)g ¢0f= @)0(h);Ȳ9Yc.IrrpWm/4D6ywADmCYH.Pvc}I?# RB1vT\9E1_GjXu"{ky39Fri|V{1}9vwuj~yBeY{)Lpp9&!EjuZ/.@ВIu P 7 /Y>. t/&Ǐp貛*9 99~w`i. {p;# aG9)v9y;0y' s9+D)*橝l Drg/30y*g{Ppe0VY-_7U%]3ّ1Gi4Xe.U;-1'*/z+Ij3pBv;&AL*d*z?P)*~5Xd2u&*' Vr~:@*.ISctH2"yjX*j(IP/)-Aɩp>0t*71jpCxX}&5` n|dqPU)Ym8Ppr6+DJs.:up?Ch8p &`XKP)6XI>C7S՞æ 88G `&K+vį!r9ZYyC'pk1 "K3;@20r"; Yn 6ڮ(ʩ Bb`ESKŎ `t15;z:.z;ú3o+AHڰ%S+mE4UE.SU"@wO #vГ뉅HT{*7heC' _GṦK*՜[wyP|qcj䧸9.J  ԫ/f՛:7nѴA+ #{+wII۾˜[/kP[cۿdQ| _\wY \OV,g:x8sBCH uFw+IWwa{U au>{Z*/]=9~V\ʐ4mO@\0= @|/6`sBjqX/-xgwu0{/M|R)-HP1E)ܽq,9`,,q2cz \T]H@@x*Xc,AnF;jtxt=0Fe<1klCVpw */8&gr*0[\~2˗qQ2qj0vcL4vD-'֍9#v@=jtR^jjjfƸW< 8)60w+E`F"mSu+jqJ#5ujԟI릚&>@Kg*;O<J)"0q9Mgjnn@P9Ʃ~md@k7eFAaèj3z@b4U;g^"ZH| [?|30`X!Ie{\ڱ- dZ%CѫjhĜBk5`l.B Ok7|5"bڈD`0*g3J}p2p,'*6y+$P@?Ryy# ƹIiNwK>-6N* />| p&q- oj.>H//4JIN<9}{@@FR.9aU8+"0?!_^IP;Z+U+)U?0J BOTJ   [dG6mr+*)A` 叿1۪J+$i/+. 7@C#WG/<Z}.LU$XA  C%NXEE0nG!-.YF 'UԸK/[ƤYMD 'Ŕ?%ZQIo Ҙ~J :dYnJ ,Ǚgծe-LUΥ[נ$v)W"-[aĉoő%O\ A2:,gС?bѩUfm?¡a P:`L' (D8@V$L( [K Ny!*x va4ȇTFxcmNc֓@dž ;V6ZveIk+h& sxekg*55S*QLAi8 e}W*1j @jή-ð_Vzg/ <fVtrL<`o}2IS|kbZr< E8@c $R;%! 5dIǬl3ɊpG  HwD?4IHRg Iel IXRIe@\殁fEDbX"s,J-s&\"TEd=M3Kp@" '+B# ٓ Lnd3$hMjs. .wfeY;5Q D 7/!dAM s6 ]5 4O-pc25P 9Xx&;̣KU9s)͆åA P+Hr Dz?̠P=JG1U!1'KQ̂[MRV|`i+:A1"jԁ>}k݊9͕J c@ioTD5D𵯽j]0VƦ-~͹BS9Dib'( bUs+8[ôhGxGI7#P*yɺRs|8ɴWIu%iߴeqD926%0e[`m @]m> `Z Mw&V#>#7|pr7VX O'A'qiȐS1Te3f2Dnbv'N`Bp8AhN 2/7Y9f⃘ $Hc\@SBl@ĒO} .Uβ]A j (ͅ1@FĢ ™r=FHnU K#v.]D`X "Ō+ @y KU0J?$UJHk'+@E+W&JmĴDȦnx9Z_z&iA~<5u^} \ gj:=DqK(x=~)x CP&g\Fre1y͹=o\;9H̻UTH,"`=4 #.oSA {8b@LAtFr}ۘ؉b$P] e*‹ҮL 0YT|0;IH# wM<$!c(JDr*~iK_T="*" E^m^L^}YI}~*@ERD# ^1 4`- t>" ׂ4طFz@7H P. A}7#ZC!2)rhY#ш>8@ YN`PP>?41TpAhЁ"B@;p0A =AN cIh >-!Gp& l6lÅ =|BďH"0Lţ &  C0X+PC3{ !hB= 1Ŋp"vDK LȡOܐ&>( $` (l Q(QĂl=(B㊅>8S;A :v3^ܵB9GA?Cj{9sGȘxEhA8R$2,; ?P` HvT$`Ap<2DA DbĘ0{XxvTP  E8G\( 1)E\D\D…L#9P<9(GМ\xtKrHF)FK VK XxL HκӜT8"dC6i#D\t!P8M8;iTh@ց׊; Dك48؃5;mYx[ dG0}lD赂xjU] xPh X ixԁhX!Wȁ}BAQ6 x"UA}u@IuZʂٶ xS <4}OP%Ɏ0w]\x\`e1ِ ȠY͸i4ܒԲtZE7AXU"V ލx]= 0 ѵ@[uN@ qS(̖@9=EɂZPG L!MNYh}= 84 L+IHWYݸ&N?8U ݊ )݀ŁE[ct#}0`t\@q* ab|2J*f9m } '-!# t5ƄĐP"6b b hM9cT$ŋXZ[*0܃bU҈1%?]DɈHT>'{ on͐CifZ'Xc *B6]!.!9<9erX&UpgϞpfrk g, ppp?hJ/b8mQH":P!HҾrfR`;^ i;й0QI+EYu q{`^4d{E$" P I[D},ũU Ea{qR:ŘCLzwTCs뮛'{ T 6䚊 /l`jH{x 9|@MO011A%W'2C)23{+ɁVP Ӑ,AKF)}Qv"EU{Qbщ9d*HP rҼ]tC((v@"#] '@4CQP@8-^LP "$J1HbC!rFSDl ΢s+ .0RS#IS (y*`BM1؜0j|L qE$Ƀ°hp{"eDUe])v\\(v0Zc"1o;0Q1]"L6E *JlH$B^!?O[&+᱒t-e(@DJ 0IZi"ZrwYD1)dhˣH"EC$]rYJnGsH.:a6!Y$5bLᆘFILp?!D97t;5N!L]au3'L>$>Y$*;YwFt H"Fj M(Qч0"U7IҒhKc*S9Lszq)P*JH%fQ9Vѡ2N}*T*"-`V*Vխr^*X*ֱf=+ZӪֵnYdU*׹ҵ@]׽cx+`+@=*auA{ɓNV eYY!=-jSղV!,D HpA @h`AB<81@^ȑBBdXaF:j\I1J#?Lɚ8U9Mdś)} 9ҀA?*I$Ǚ\:hӧZ5'LNv%R դ.%xw X`};xl¿t],ᎌt\ܽ #؄2ǀwpQ% 19o׊az^x_Avۯ>CZ2f f<ʚ{ 0b.|kΉ86xW;=m|G} ou]:!}ݧju`U(bc!U\Sq2"v"% |5Iލ HlCt4dxI9W*PCN& McRK>BLF:R UeI` Y}XgjD>iJG$џsL)fATr&iLuPgd$VdHRJ\b(b$KU)gF iIl&i4WwEBERϪlG.k@r4^QNj2mGVT.AԮ@Ԟ+-^J{+Hl' 7G,WK 8mQJO&,0fīS :8)@ eŬL7_p43q-P >+f[ d3"PPmx! qNTM3UٍЉAw48.x&@ޕ"0K[m{G2@tP P$X0z9GN8L=PU+?)\&X/BJLb@} F`G27}-x[-A|+( ׿P#"20u8I =  HwKD0 J,9Ѣeu $3KR8M$%S $%"(MJ#v@D`*+RE|B82ZKJJԢLBU,jSH4TJU|&<5e(SxU XJV|hMkN\ S{Al)+ xUH8t@JӃaF%+# @P?x!yEd'A#90h}^!ȺI\^'ٚ5+jJ[2-$RXev rRoYݝ pَ0kC+΁"`5Iw?YD ?*Bѕ(D$ZG#'w_k\S"`B0>?HqŸ@>a( ZH>U^ c)gLc @,p6eִ@ym,KVF`'X tL@63+q[X; z )i B\Xjβ/ A(Be4/03A\VD(κ9wV r{O+'#g- 2h}rfdr 0-urm` *6ieTMEdR"in,j:?(-ØUgQ([N\/z<p}sO_ie{@(?LWeҶ~_)C 4؅?I IJ8'iv3UiB"Ϗl5wԧ1>+շu-qq}߱#fOp:N]᫹kdʶGYVW |0@\|^ʌ ̽SHc1pk{gysNt ) ,X WP@ $Abu3L^"BGˀd@ 8`^uC cH0L?W @>d-oub7|N8}dC/=7TA } ho7Xз<@pr p1yW3UP9@p{FN:h-(~#v*Xe4/5yWI4!rrumf~)aߔ-5-3sY;.>@YUC|8N*!2uD=`<@nr8 p~bXVF~@S ||&WQC* ZM(/wDW10bDAtXD0rPmu_E`F؎R5DC5'ZHg0,zZx 1eАx3y S5~wVy0 T5$ZVY*VFG +I09MG+PgO@sSG8^RXb905I.Ւ4g.o60EQ08P@@505ݲ158Ax0jy7dZE~)y% 0F a; aAqy1!ql| ?P|li4ŔFe@2H0 )lÙU. fQp)9sL-xW-jY;^Eg-K---YyWGY}tc$ -PbT.6q1`3YmKY_=~0 Qι-YbD/er+Us1:AW9@8ղ;{"jpY]tC/ pٖX%:A0->6E/恒(JV7W#-qP.2ܷ  /^C{2PI՗goE0G}2v 䡡5F EP v 9 SYl2I P2%ڜJk0vM%HYY-T)*EQ;pH_٪1%*U 4fZ~י8ZxTZsi:IYت2rvl2i]|I8@/;951鉇'Upr*I {!:0S `^1:T*[m7.9 Tr BEp5Q |ٴX0R+Y;z 0T]pA >B~Tl0H5 ضtk2{$[`Vz0{$7𹷀K0{4 {D p?$> .JhwrӨ w[ K{غR D#S tpioX00 VUWkV F"/uU(.4hE Ts=+hR+ӄC)w>rG`?B%Ee,:SG8@d=d*'U0rbR-X/dMUT3U38c?-OU3qsMc\]+hzc։R_ 11SS𻴐SB/[#3P,D~6^Cy`{w/x=) E>74^;P 3"FM+"F8P6߬+sʷe;UZIP.@PZ@:ᚯ FP~ { qRIGn:{~޻/,d0wvD.KD#ܙ]E?>> MmSי8pNY)s&c*A/{Y $-utl;jȭn D q zmCI j: 纺 |mWxS̾;{`3{[[0G{1k|٤G18P j"p(838|bF0iW~;2/xu:cW?@Z M*zZ]U-X}RE; 7p=֪1-Cn5a|C.Y 2pP29d/r!}߹D5}W{Cx Dv].KD=+!ٚT YIX{+0/gZ  M{fzXߓq?w+Ż?_/ȿ̟7E# tD]P]s+xO^u)BٟZE\sT #"ꠃV$;.r":-"0r!4+B /`;jHJ.CSTqŲ<5ܠQ)P#@k` Y?JMl\uX+ͧah)Q< ~hUJ'Ro6~DGv!(]$RfFf"RH"rX #HsIN\_ Sq"A2HYRVȞ;ӄDgOb8srYPßIZ |t~2$i'i~  |_բqP -?,G$LJ `u ykerNq.u P+12StXQ֌pATzi>LVeX,S]Z8cVYa88YDnb@+al';V-Dϊt:")7#йnVIt+"- :tmnQ CSMUߤKdͩ d=_ s728 0`mo;.pֶ74QYۥE҉2A.c`E`%dic'X~<"HӮ"ܨebW~/Ё&[ͼDk,f8+q3=oXg<'2sE4IW~&oEHЋft0hHGZwVt-}iLJ$LZ1b)@+V uҧ@dXycBd`p5UF ~XO^'{2f}%26UvK"Gasmk閛UT3뉓Kk [\Mu[ӆ;A@>SJd/;,/Zń  |c #ƒ+7 c"+B P9#>A])ߗd. W RɱKCna|SdIE e0t׀sDpWH.vOdmC>#%HA?+@JSP9?=h@D h> %Gu{ }ydP@aLi }"sD. 0w rGI&""iAEpSΩur' XJA쀈<=qTN$o {?ۘ=X8;a E 9R@OȨZ) HPp*9p+\@9(Q>" p  < ,&XO9)ahk?L;8",0 Aċ<,A6?#&[H,l 9G  0I,XM  >zD4ӈ+÷?X3I:lL2$ȣ X9>98C+ LE4`+9P9@\"K,L;g B\?˃&̰F"$!&s19J<)ih?  |ȃ"> MA8@ <+6:E==40G38# 쾇ތ\OxBTO )|ξQł{;#Q"ʬ+ꃰI]tϹF (ňADВM>0ЈDƂ MMQQQ렌R#ʃPjN9( UL-&3#4hîP} M @8TlR`dN$-;lYy hi[=L68-0XAˋ"xKw B=laKMp;DR#R[4uGAU ̽ ͐pT(Չ˒ԳN0N < X9£UBOZxWd`9 He!CN猼LN@,\dM)?WmO=ġjXDDQ3؈,_dFlɹRU֐ Y]R)< 9*5پ|V6W, J]  sX7ݚƙ>ű8SW0)Z.yKlnlǞ~lɞlʦȮll,9kb xlRPX6 !i^؞mڮm۾mmmmFҮ x9.x&_n@^nnΈGn6ۋ> Ho=ذ[ﭠ׸cװj,Op{H0L9  , X ؏].>@qO]Pq@R0p/`ߥ LH /_=TO0g(rp0N@ޏKۄ_Mc8scЈY(B*Fs4.._ od"Wލl-QC&)N8# hhc(LstZ3^oLҽb[2(.? b-P =Ff]K Ue AYfi!dDKP'SVєQ@/yԄL}r@-y kPN*XPHef^EF4#Jnf1<p] MtҀW@YW]Hxm2]9I(1D5GcOX`eBiKEfPd]1v6(^ mgZELpyz啔FAsYf7*V:FSTAZtdPΈޜ)sN}Y=b@T0! fbc&1Hp<%gA^'G=gCn- )ݤOIc '.GNZV\#bf 3,rHh,M RTKE)Qbh',R/@ M0]trBE3PѤ|1.r4oͻVC_t/M*&2lLӔg*?s/Edn8.&vK(qE#p'tRJ.4ܹ,=9bϭfD[fSY7T5!msdW^;Skybz#9G*2_sEzkX훹w"s?eK#~/FfF@tv:9oH֐){W*]~ᾲX0לO4A {,p)-k^,@ =C 2TL {x!橄% [{u)8-r^"(1nX,cg8C4n|GXqv#=~# )A<$"E2|$$#)IR$&3Mr$(C)Q<%*SU#gJQ %qG]% ! ,EHsLxӁ\"DQbC !f8Ǐ Ftqb'F%C):LɲHg P'A&Mp'G8$}JI"TH{V]tΣ5=* 3O; K[X"zdz@&ǚ ,sK|@0cȐ) ts3gYpeʌfnܘ1Ŗlڰ۪q#MPɖyf=0i瞭t̓v ;xqgC>.+wp8Nzhӯ.(Y8xͫyxU,hVqŧj&`iGP9bnFqW^o7"K%MaMMd4"x&Xn-"t܉1qc#hc-Yd"VDDX\"bX9 IG'(&;&Z XebIGugblYdgxcmҘfoֈ&PpI2"O(4Ti䩨Ѩy [e@ 5[5* S}jR~֩AZk@RUU[K{R.kmjPv$.BDB*J3Eo\niqJj^/\@!,?+V.+SKmC ȬA2A&TH)\ 2.Lܑs4tC3BGD~LtIYS TuM~,m3BN|ZtJ Ml6j-tmx筷͂]ݳ|Rs{Aʸ$G.W>w߂H2 IbPPs@N4Z@Krn;_7 t L~whGuA\ϣ|@v/~@:A"4⻧߾ +0ZG@.΄@P + z15&XJ(0s<2T@  1b?0 g6Pt#B$A 6`K7;=< `@x(@&Y0,`B|@*`  BtH:8 0?Pf,pz#h@9H@D Ř];Gȉ!H'b N,G;%݊PO_#I}~+ZfX , GT%';Ν58LW $ӥ!͠W"J[Y8|LXv*aeP@2LJ׺oE?MC+ Pq@ W|QfaCc'R d5gu e&JҚvw7eVslziYЂ mOER|b3'Q@Ѝn Jκm T@ ~vdZF&&JbJ3ΆHэ`q 1'I ]{8W-i%$R"RO-Dusrv &[hi%(,&|زH G ,g3h#d\34(fa׎c"u@lMZ鎸GSE, dZ5P4.زun_g@qM@pZ=2`Ї6:D~ӎ ."Жj#츩v^N%[%F0aGWvIUd,D8vd-fL Qv=1dX[N59H*~8;7V >Bg'>қ€X(Cğ' ,7wOZsIW;O "8c$u*"þ_o ) %K{Ͽ"(ox]@9 C^@.4&$Qǀ"h9~Ec[w*87`1 7#Xzq7|*@bEYL~c25 +]05k,2fZh; yHPR. =V#ahlXXx)pD@QxD8 W63I :&>r&X?8`H ^fS9{9`ȃϧP_'jY}y1=F|wTaa،ta72I"a@$cE QOU|a]}0ItΘX@eHJkf\ KDfhLpx80W*OiVe}@G~Hjf | o&$ o!90<EA)DMg2gmdH18'tO`5qM@45I*P1@@ XJٖZP4cJ,UG@X ce,1=2Pny7_6ˇIOLH72CYvoÖٙ/ƑhK除i3%(<ׇWexz++&ؚ_y!%?fcl3y_`N&iWW `l}YZHY5Q=v]t{@z)G `p|t{|ye0J9d牟[cznznӜ Z zw6 j;=zcy`t32.y]) &_'@6m27\+s-dezv#;9ZhF?87`31*_a_phd6OaO3H[z,1css+@~v:°˃> '3p0+U"Δ_[Id5bIp`H1 58 z-_ `]Ux2pFnSl(ns~J==Dۦu3=\7ӌ48>'K= T~2ZmsE:0#H\܍\޳Q\ά65xd+C.s6kwt-/2~`HQ˸3j0`7Q끔ct>ʪkNjyF[J6IpȘ$c|d{~;LZ{czjfW5+5@ X"Ъ>;<0ŹCNV2o[Pc~5 7@y^ɺd6n2˽%;0 ~;AF+HXe2~p[q6t2># I35"gn:L8U9op*mIP@Q;:^, K-ӤG[{z$0 0+oQf `Tw?ÈnCO'l~c3ɕ+C:EK%=-3~V&pk/yYL7=Py/صH ape/8=kK 80s4'IRD$!D(C'}Dx *Rq P@>'8pP"X,s.< ⏎1o ̀q+6.eSQNZUYnUI/t%5BD|qF7> QN'n\u!akV,w !RIXvQĄ0ErBŹeUfkرeG$slKi'gJ-ȷ*sѥ=R? q)ske^` q虪N}{ϧ]@w{s 3@j,Y+0ͿKB 3԰. Cdȏ)*/STVIJ.d\{ s#Q : G* QI(rʥ|`Aj*mlrK0Ӫ"g\1TsM6|J#B pN<,4tPB mO?PFuQ8, BH3T!7=B`-#STS*0A|ꂳ\KUkV\suW^{W`!=!V5X tqXHtb5b'\Hjr#>\lUw>`-P"X}$s*v]~S=Xx1D*.)JhB򁸐JNط_CKAdj!v#> bhԪg+  ]è =`|9"@8 +Ħ!fDݏ;KM,1$ $`|#n jTM_Pf `f0 .ѥ( ]]D>Y7IN" 2Ch2#F(F-GD4 1(8m [k(uQ| {?= R Wח~8>^Lg<_?IVM²"m&DJ @ >[  ?l 8w˚bc2C &m OxFU$mG" eNlIg#N: , . !^Σ#0F2ǐ# 2$b$䖲$ @i,2W 7ٍ1c>z$5Db~ !EL0 I ʈ6N"d'm$I  j8 C!QVr[F?j8RO" D2m),q4#@D`+d9"{6!&0-4+B) % *}].gCC0UsTq΢#ϟ28 S_T.HT> *UQDQ)"p*S^OEूw@G0'R1$ > jF-[ L;aLuEP.l 7{Ed3s(: E@;@\I9 u@96>cԭU60ؠSmSs9Q$q|V8JVBZF#ΣB^WI%(_a؈wUm V>Cdjƪܱ&aiX>0#xww6bOSVQ|&D&x˻|ZGmʯxq1%*&T Gֿ#-Bk 5T@0/(X!.jDxbx+fDZ#rb6J)dU)x8C+\VWঐr7yPgIF{x׊3ęIq\ ” N~@"\@`V0Ɨ!ЛwI T3>T2YZ #.kJP!pNKʊR1+Р dK.6'We*.);C.hN  XMل),!d:szMP>&m`yS$z،t2BQ\iwrЀ"Pz FJ Ya.C:qN 887]8QeO^0B(t 7DI%I( ZLs-nn?H1YM`Pcvs޼MkS;quwFNgyNuGh(nk:.B?sGƻ=}ջ{pĘ NT؞@cBo9 ׽iGwa[[ku1wb9yC?,i?f+wQK?cO;x^,,XyG~3{,hAy[_2=w+~g?b_I'~ǷM/ %w13@:< Կ @;4位k aA ِ% !P/ `<0 (%̿|rXB;P2 6@#LQ&az @B|5˫`* 2AC[4k4C6C(z[{c#$bQ3!=43,DDLM9DE A&F F4- 7Sኖr$ J܈ .BA % R)1 جP̓ā.wh`(٪Z9D:@BE1)iCdJ0>b.,@,I zR>`8"dpEmr|aHG l GO,9[,Qj_{$F Iz0G耦l"Ȅ}$V])֍8x1)l"v xr$a< QYWG ׊P9(]>(HgLĉN%x`(X `5U(V@;} YDZVIA h8| ډ] Ѝ`OZM6C)Ph|&|RDdD ܊| )%4ZH,[rb5 ?@iژWܲyZGqѸPR,~܈tTFu YQ0]( 4֦XONd]t]0!]\Êv-e1ށxV̔́F5_h @L akY"`XuMnHagɁe ,Z}=?0ˊ ^m``8;>\0<LmJS&UÙ 45eDEQ}#ށ_݈] #򝍠N x }"pލP[t^t8D\񃰨_WW$^Xد c]8TЮA2\nĀP7 Pvx+O% -N9PPlYdA[?I3I@e\AXnY  Whcz f\$b@AV櫜fTdH`cX}<˧yV c&g)=.&pUW|]d}NC>-bxi>h"a(8XUA(btLLu^=O5ؕ6/-Nf_tbd j zPJ?ڊxbRbPX IYV!bfϹeڈ]&>p^km lk%]uʐG櫘FƥM ~@lQܥ6޿AiPIHl4;5u Z.g9dynԢOк@$ E|ĖWLH`4ndu @0KiQN%v La>hة@Z@Pul*pCN0`̴ $E^@oO41L98EZT` ! 9 T FK'FZE 5,O.o] sp= 6s@PT@ J? u֢N^n3Þ\ғʪWnMS^.k4Mx>kfҖPeKU\cl#vbr, ~Ҙ(Zzn QS'8P+E;t qa'/TSf-OK6 DC!kZxanАS# 5P&9EBDB`C& (PQ1t DVmٖD2Ij)iZfV.95@ȒIY2 p)WK%$ل@5B_TRc4~-rTB1 >a&(BmS 8 G֋Zz饩aGQІh$COVAjӆBRQ/.[_M'[UsD}5Qt-S0~|dkbl ٢иEI*/ z bɺYS Em ;iWkbqGVG&@pjёf@.e̐ 4qF%~`C\[K.$@*kA [|)!O%ibr(Ph},9P-}T!@ 4.k>ٽg{v6L`T<K,0y[4Bu/3Ւ}w.f( #+űz@*[C=&~LejKE#+ -oq:$@y; B19&WjfSRBƔ6b2VvF P;>wJ̘X<`l#a>A$hA9PDdhٚ%u1h!(|khH|0l (3"OyL ^l'/YȂƐIzH @~Jdb8h#($ѦR’&VR FoY@%7 U &d+N2XĂ,>:92Dw)T <ԩ$.Tr]dOZJ%T ;m BA2\BEĒ-D T -ečJ4UKfFM# 2щT s A9|bKa!,-ltdc#;1D#ZaX}Z$JBّ>]88v%T@ 75.'Ub@p|dhB\%l%kMdCvRq .l [ 5Mӝ y%Ss/)vjL1 SQ+GUȐ%ꇼz!&*(z㿇(DykWM#@KD #} ΧӢ !z*A{ņec3YV!B0jְmIg3;!UMeYӊֱemFچ@kljE,p+_\69s+-ZKr.x+񒷼=/zӫ}/|+7/~/,>03~ { HX5nia–>Oafŭ;B. , 㥸"1jl LBT811AnLb(*rQ.! ,E H A 4` ڣ笭o=v'_v _|su%hspwkIWw'AsI5Qaݹhh\r&]n*f'ۈ E[hXЌ&bp䨣@BY!Awӽ\KrX2q(^1jHPD&ߕ #7ƸhPzȥ=H!ArX$z hPOjEZWHVͅYՑPUqTiX~b$i(DJE:U:!!(WARTR)@WU:h]]1Gڕjɪ *[Ukcu25T&tm":'U! nۑ.A+ ;/nH@ Tpۑl/uK\1wp (+0,4l3f,/GJGO ,@(ˡwC ZOtЗ sgDz W.' 9N P*G2tE Bu+]F, xclg;@tI\wDmM@=aOpC Ŏm]!u,&f Da@qn(@HZ](#LW\r$$.u6I.#Xy~I 9RU+ uM _̧>W(Px,J9(A^@(x+/$P44@ NA;h"; kE8 A,Ϟt+ְ6Tx 6 iW DV>H'bZ֧] s"H@ƊKk+XˤҗTJ6"lӕ1' a'Kq0äːVP`3hGKZqb\ :miX,]V{ō54(H$ فH|(mXj9b.r3$A򗋹Т&rK}v`ZVp,k+..F7]~(ǘ>ZN+  H p[j:"H TETGOdVk&lpy099*8#O9  B^t[1f` \" +#-@*M(@(:2t9Nw "y@ȋ rtSOHgMX"Dn <@|‚Kݚ7iR[rѶ@$nvy=Aщ. )}tFh;vA!8g1lh7{EDvAJ{U1qs~ /3}P2YS@PE cy1SGB%rqo ӁSgeJ"(]O } C}ΖvXhK`h7`u2g gC#Tj4() Xa3 WF2?].E@?}F$B{6|x~[IQ%?~T["{4(%@vcx  uщ"S=G:~74@qVꒆHCI0}0 Aq 6SfCG8ZW( /X`vD PE# 1e䂀1N&) RC b6@@8C kaAoE2z'A@8HF' \Q~ !R@`X X!89Ce9I&q@9Wrl?40.0IZS6v.Ϸ/dw2cYjS2גksry qo\ŗ2p4 ,;n֗~v&p$qYkGd;x.څ>Va9giZ?f;'9P.4j+IIXL|YYtyxǩy[Fcͩsx)_jteX7qYUMV(3>p8. 7s8p >,517_~I5ឋ$P85^*6Ǔ{@0"6Zh-`d6311*]-#b;ZF ᢲ1Z^afh03KS<)4:5ebg8"j_V8YP?g_F #b0*?5JZA3Wm&3V0С ӡ-)>Q(džz+E*JI0;@ƧY' +*;PTX?6E 2ZI@gZY@A2~prC/>P~C:GPЫ{PGZhPfl207Y"VQ"Ыj THiJK虪y Y  gF/-JĥC& %Z NDWrb0UZ*b qUCku~!Z>/@*H_Zà>/7&[X(Gh}.Kʱ> à-H> ϊ.k[Mq ^^V-k(*j8b8XՃ" H8!S.z +t>`%}LEC8:7[ĥ aF<)0U4hqv|@."60}r0RuGI ~_!yxydX Z1{75`+}JnS;0+C[w;Z2vjU}Z`(7XuCI.r;k :j U;(Qt#5\%/C9zj W,4|t~--pl|8Yi4,=IIjXʦϏ2g!|[鹠T'<Y3;Pil"%H{4C0B(v!G4 H! a (%b=t?E2UL)DK;=vQ }P4i PL r#7N`S3v}~@P:05B \3K^cj.rR j:w2:3SVH-I22}8/'J"8sZ".<~#CETSjʩN̼l .%8-*jysp>:@! b~٪Y_Ok;`l.d\JsEG:$7u 0@D$S+@83.V4I2ʆ 8E h~2H ?`j^G1?귏@EP/}+@8" rdhZ7c\7@>2߳@$C?SD4 Jtst$s.Ɔ(;9^[>-p^~./[3 Yi!sE~Bh@RcBQFc;ZCK3h 0DN`*?p8 /SY.r?˱Eo4Q+to06g $l$>d@4j D DxC8 HCā| TI@ |(0OA%ZQI.eSQBT Sn-PH7$yE@B,2ʵ#)jmAm#'0#5Qe G)ur&P>ngСEUi@A qޡAj(; q݈0yYS'^q䛫&g.Iwrm+]$no^yկQnWF/=>Ot/-:d4>!ӫ@ trZvN^Y@]஁;Z ,f1 @ ]~ T@+'vH/̈́ 0j@ tApAynbσ9%\(Tx *%땁;f.4@:?tj'ޣ-. vLQLr^n7$tڪ{qd9""<șb |"9#@sIQ%.ECvK:je߫\D!ђBKeT{շR=*@N.>3)Nhmy:ֵ~{?t{?>*s÷ZjB^K "zMV@},9%KJ|e!_ \iُpGCt~:Pt ET'؎R@w\v3a_%m(O[ t I b$%.0Ms1aT( hE,@ڂ)J.4@aE奀P b`(6sghGs!yz6ܯAW=4>֖U1]&0%js^҉, C$2-t.@Q`.O.ó C%3^:IB-HNzW`%L"cdjHKmT(O주UN1 :W&d[f2o-$G͠%x hB+Q<̔E'<J~`dUbr6K_JE:|c B)ev;"7 H'eCJ:QoL).Ʒ}S_8Jp<  J+I4ف#hhP/@ (A!9g;~ke"i#Aw -L}&@SDZ^(=h뛺2  l oSAY@cd<@&lܳ+ 8X{x8 <;BYB)mBt@,d% @$$ ,Vт  !18oꏛ'h +3t3\>AhD [8>q(!X7##P͠BF"+jzW(l@KxpƼAHGPܰ)xLGzM ?(&>xlu *M 8yjƶ|>OnOnM PP9% \`P\\^BP5BlW$E CeLQ.BL'O}͓'Qh* Q3S"R@?LU5PˁѠQ'ñ,&R0 S11*5=SNISHD"FB6e7 r9햁xʶ 5NSX ڦl уDT:QԠ3F|LǿRFhJN-OuȤL(XD+B9@  ըX%YUai E|S\xɐLȅ'i?y֫ѫpnd,% (dRO0TDE A8XO;%DMAA!~WPO Mv-AX`$x]?L,W SX< KpSʧLJW }XrZޔʜG؁XF= P`$C%ةA!EUu% }uSBվ5 3 IH[I `75 pMƶL!(ԣ(̩T$m\U'9 XH yt؈ۨQ $"`\\Y 4MB\Ћ CS (Wi_Z$g3=yI(L({@6 -%}i!;#VBP"F ׁ^(Kw]Nk h\$E;-HT>X~ OacmE _5OE >PE[X  8^"N9% (*&-v ѓɕJu3Y7>9Pݿ<^;d\яYS M/B.B󝐧B}i^NIViXEF[Ȇ Rcd9AΖ ([K=ޥd?bI"0bmV\O̝N-'H!;1% &胻4J$1\SA&@xWHn@*hrWÐQMP _Up^"Xf(Q"7*6 Z \ Oኾ?pxP>ՈGƌ $5vg K ޲*#(Ϡ.{ ]jH4jPe*@Fk~#v"eܥ0fWK(4Jh֒X㵪z̎ }If_i l) +QƽM"Lf4 `ub=fN=W[ FAe XL_P< ޒNNĕng H+ j"(,$FT?1o>98 & ~ή"KSMN>AP.hMK+Hl*crZ(V6$%j4M('H1ZP5-+O_l@AqSOYl`)?r s1sŕh/al鋌os7BԚ;&>?NJyÊ=mE1CGtJњ ;\L%-K uusQOuypU_,RߌGV(u%Auu?J4w^`vbbPrb o|b(qn(mX"5n/w3wtOwu(vR}wv'vw| %x|j"gHfx?H[!'7j.c|gފMxg'JuOy_h?xԜz Դyy PȚy~.zcw_zozGxMwY % z%yh q'P*o{Qw{{ߒ{ |^xP*[8L Zh w]E@Gpշ֗I;+Tܥ8GC&Z |Z~ ⇈~XC8/&.Mw9}0cXM}O,h „  !Ĉ!Вh!E 7r .%ˆ5dPbAZ h(A . %~R(ĝhIYSqi ZZ8Z@U?h, !a0SJ!hK["4Z kU!3f 7dx!)эXj:f 4 H$= m0jO+lvB (* M) Di>qDdf!0FMKĒ\nĶ m,8a` N11ĕ*;GP@<Q~5D6jEETPM}afH@膐uU8QU@2TD [ $1`ւ{YB|bDw6 4]-Ԅ@+C LAsmB$BP7ИV&A`/Q0Ј~y:t0a0i0QJAFBtZ}%$dvXF0:IYbTJv .@9NYUCu.$$Mr|DDVJ^Z.B2,_^$ 1#%AR&AŮ lP'$`XBh'ei['D"VP%a1 PU.UIEлX+ D$CI7 p#IJUkg9,Q!*'r0'.61v >Y¸i,[ M L^`M*U,g/%1POʍ@ PV. _AES+XQEaj@P jQ@TΒ E'0ABB@P.xqyP nT}]}P/` q! k[o= g&mtwzğޔpLh,TS_hFX gPMNS@FaWdgkiC]W`͡g&]DYUڹe -A$E2P j@cf(=!?bC&8M 9eh!Jpe`ҠX.!+2BX*CrI&SNeQJ6'\5 "Gf YlRH,2X  aA-BYKiEjL̡`] dzdᓼ$.r $b܅FBrJtN%@%DF0*M҄; _pƙpր" @QZiM "2V(I/A$1 !R|)-,EP *d>P`s[Q |?ODL(2\c\~A:L'cX(%xH(IQSl P&xČ*%PƄ OOj~tԏ%)kd^:nȪ)IQŵ4^ŏR Q_o6 U!HF6lRƵ <"A!H"Y! E>k 5Hk-Af;)m[ qxInnW f7:eHs⇃.eӫ}/|Ʒ/~_W"~,>03~0#, S030C,&>1S.~1c,*Э1s|_~JC۶Ӻ-:H3كL U<\mEQ"# \@\rA|Y YnsQf<r舐Y~42Ë+_N(%G],sϟ@8†3s" SaӠBe9*PVfU)PNG:[pXMΆm2,ٶ49w\o ˖۰V-`y=y)NIJJ'-?HAGrBfjBkA:PjU+G Bjk"˪h~ F[ձ&A(T*NEkV׊kuO\봰j;5KPl' ;B$ YAJ! G @ <3E&OhB.:K@,6`.+=I&Pk#Iٺxt'';`Eur!aEl^<$ `ҥery,:TC@,$x9΃U;uQ!"8n&A}&ȅ@J`헴YmS_[A `U$'Ah;eĜ a[&w9٥t %Ad$p(6ÑgCgBNړ$$iBJTnG>!B;!8"j)b¢Z%暛Y0j_ h "bYANHWd`ĭ-IUZkkA_8]+PCE+jQ h{BjR _=.J0WKVK;:*#ȅf4pK9-@nA:1WMze ĵ 8r8+;a)51 x48e6 6^‘v07H3 Y9)!b/E :ּVV<sd*2R  < DfX~e`!U)y2@_ B'# MxHγ3AY~ê@0N(v#P}EB04{8{3jEGeecEDXIen{Ng@w05"ˆXl80Q T& s 4s=fƨִw\}0@bK*#'4f<ϒ'G ~Yk I;$NA6;\RGW=hnsH.G9 <djp#^҇6jUW> ˳!m=M`p Nx r*i=ԧr5XϺַ=~.gFv"d7+W?Sy{w`XA *>~prO 77D8B(vΛm ^|*V/^Ͻ85Խ_'O?@3Џ9[?@yI`w6UOM_]nW oIk!dD!>,b.={,)4F+NtutPeڥ8,L,zt-~j@S,0y5%&00E"AO+)B`C.~1`D[@fGK-X?cN];!`&OX3<W+%-@Qjq[=o kE0V cuy+RzEA0i+@ 8. ac&~%0~fwd* 65rtnf,cCA؇P1؋g~SJ Lg++*(*B60 4=h!+hX-t-rmEd0^2 [du73l?lX}N7;ׄF3E@ȋUQ}Q0(60e1Qb Zg,~P1010m`8K}aX>i./W@= vBctBIByBϒ_8?Gq,ɕdYfy}񢖦bvhY}o9fSD–GV8WA(m痈g7x񘘐)mzg33shP0jy$=w)Q 1~ rɚ. /pc1x CYYgș 3–|3)-(H.G- ,ȝ|r*p~NU8  `u.kV!)"pQ,JS5LW1ޙDU1.~|0+ ?P-c[bY"3 AբAE ~a ;g2EJ1gMw-mFT9zIC:`Qz*?p6j+-P-P@y@ xI,(*w$I02*mD*>06|&9m2?:w[ ɦFh>p*8:X2ڠ[J:GUYbge*@)Rڟb*p*{EAqU 0;"Pz-5|(**8E ѤZgz,R.hp钮K65:A>Р)׺4fך8-2Jfz78Jg U+7@r 8U W6L]3 F.U\G4*J+׺DZGհ-x}){ G ' s ܊0*SʍQJ"s;*6C 2D>Z ׎EGuP;.)wJsV,˞$.~A*e헝¨ cŲt^xH*x/Ww?1UZWj8;q*.K؎=Y83H@Y-9*T4Lz8Ţ{VA}~ةS K34X?|.Ema=ҊxU+3B=0#hh.i(`la*,@ +$stՉՉQ4A Ef6SnW64VK3~A`";忖jI*v8ZP+>!>9@5g% @4+`BCAf- A8^3g}tRQ30"aC{.6C+G;?,|vsL3㊬fx_=*" G &,K" ![:z-(U ZϺ~7P<#*bx*4<6HdC>^&Z׺baѱW:3/2`Gz/6x*>^AtsjN7,gC+C7/KQN)ިL䩪K[1+}΢-{p<  74K:i{>/>Y,@D Ku-ut:H$vr;{UEࠥЦ"5 4%j 8fdpc`E$YI)QTK1eΤYM$ ``ŅARL"BHJi<"ԑ2D>Sv8P# AEuفE ơm.\aĉ\b&cJ& ᆈ#EHfkر /][[*Z-Cqɕ/g|kXGpҵoPw|_I{./?OY) 01TpA 5 Jk/pCq7Q~й ;qEEk 8s\qD:X@rH"5VH&tID%JRrG;-sL2UL6ts4ߔsN:sO>O@tD@K Bu4D@'3ϖZRJu ?(b=V@ ֦z䠰H#rj>dW?:XG|x"&H!c`ݹ,k ijeM[ î )B >hUPA^*!I =JCu2 hՌeUz8yьO@QJF,7eҗĒ.d{PоGŒ }/KzۄR"pPp*%YJ^(2++XY A-Y>L$ÈX[:# ^yQBj6 L)攈_$RZՠIΘ&u1HRRH N{*GLf{IǁTcJ IS;Dj|Ӗ@Ls(McYˡ !Q=!sMuR*1ؑ-4pɭlZ` $;L^Z` e=d Byvaktj{>7IαXDґ@$H]ItvV~D4K@{"IW$zݫhq/v^!]E XM}ůg2>ʦ5\pIP ?l &'iϔmpIVYfY6)NSKvҿ0TKM\a"ImJ= a$$gXDlix{@R&ǾjyId!."y Ge"I"ڹHh$7U::eVKqs1+}l˝,$j)F5T2Cr\Lr |4@3+B)?+BG o ijvc1΂\VT8t44iʐ&'(nǍr}o|[9T @x {b@Ơ##Z%~q G S1nd@ xɵcq&g9"e[\ABqs< s7A'z]]'Pkdzӝ,Jgstg=ڶc&eZ4: C3G 7}T#*IXw SN$; xA\ hܕ#r$Uw +Qf! '"2}SV=LgO">G{}?C& oQҫ*I|77iCz(kzq^/?PtS/b?nX˿K@;[3S3 4 vN8P;X8\ԏ%ܔ{ @0Ыҿz @A;XBdHX웉zKA"( !"t@B`bH%@x9X' , X qȌ{x6B540@(C3`4lBkT BD0D0hEPŚP" "H[$VE0CG4H\5ԅ%$7D[상0[4L"B8ȄNF cT n$yE#UFX($PD"dF=3, \g<W(< FPšG!GFhArz; 0c4 8" fIgV,%#g <p'Ԙx _ Y$ :HXNJh (HA9ZBQDS_ő&d.CH D`mnd I43LG4 %A|ݒ)WpU 9Ċ%L ׋4E %6!W :&[ǧ1xTe=HLv\ǁ)UT7DBT5}-NY2֛U9{Ҩ] MbבF"P7Z`= 0 (I7Z[PC a ܔE"(VJ /w'& XM 277Qu[U#\Xa:[׭Z  AXL#؝!n;Zh_ ڍ% KZKWPz/< lS9d=¥PQ( PuA0]A0 I]`]2P>wAM*L!xZ~m_U[WSqG%I - Qҥ(_㠀ʤI`˧UZhr JEڸxJ%ږX)8Ё-lډB 8\0CPl`OjZ@H  x{iE= "p"uPZ2PqtW)n= g^`VTEaب0QE)>9u ? @ЊPԔ̽`_D^K˨TBVؤNv< (R9XSƷWn4[#A Cn|cpHY Η8NO IQx Of" Ol)PE԰<E ~(^2xifBwEPŷ\[ 7v^_(Q>wg( 4 -\N&^hNo8 ߠČ-uh11dzTْ§la` .\? f S)|&HVڅ ci=Q[-4-^eNN(ӝ[ЁH5[*jc`W$ eIpNʪ 8?U w 4^ %3ŀ߬싻PΦۑ P9 0 ϖ 6vePf } Kűkkfxm XZ\) >V cvE偨 ,u߹mH0Bn_f% Sn}. ^ Z ["^n&x> YP6[̓GӕEܶ/g'QIaNm [lESV&[͆sKAEt·ېم]8 ⏌/'U9Z95^專Oh~9gP@x~hp/ [PO8` ~lj ȁܔU,h „?}R!A 2lŋ7ǎ?yHK@Z$RDt#B C&bÌ<` ]<1c7m*h,Ӌ?hW*+ڴKݩ6dŷrN]"h@`]B lSf=j%5vKnܷ%9p, T m&&ѵ~BqX&%d ĚPABu /U. 8: /^kKJpѢr /O"J'gNYm|o /wu`PSk2[( TD;-]^T%pbbڰ+ r|bAslbL%bL&:lrbA# @ AH^TB,ZPt -!t/r7$t|pwfV橥Bjh`[1ma$谄^YR KdLy_be Z'Ap@< Dvi-0]TGYH!`^DVTWQL,PA& U%f&RTWGb@L:4 GQwt.BG[&/HIYL*Д)з΅y+ MZu# AY y_ҔI'& @Jkb(AvШi $\9I{qjM4@*TB0 kjHPT`[CRAJB @a 2pdKSKcFGm@ lP%8r)ZЕ+kf@eA׀EDŽXʥaMPR'AF0BI $rC%XC,`F~hT4qF d3̬^!&PT,rc !{f U}m-Ӧ_"S֭Iw?0/e 7!+ sH_*,\J J0q(PSYNQ/3f&4Kn"'(qOԃ&<=c" R,Y +|0At#Hم"DpbL؆"T9CmD|H%Ɠ=!@vl$ !M&MN!ѦT@1|$BZ@BI|2 $K}V ZjQPJnQ'8zA< e (* TEEh*xƭȏ+ PΕ?,/S..ݱ<'*4$-;0 B8p T)Jfb*Q$`U9` )KjUzzPCX5(;+2 Ұ*o%\`ȁ;bolG9AM i65#%+ȁ;Mi8 ? /zDE@:p#{`H >*A`u]Jƒ-Tr'Тw M|J 78F'(fL KRݻ@S!E4"x!DcF2EM=yKWY2q-yJ2q"R?% Fָ R"@O1A&*AA,|H#yԝ)x zXٲ6]OAW!)A fBE%DT5yBR~p)n6-iSjA6}/l~H-q}vms~7-yӻ7}7.f38#.S83s\ o 9:]'}js9 ,A.br-;:3o9ӣA0^gZzϵ]+Df_~vCB9~ꅓ̾!y@h'I_h! ,E H`\ թ 2L80`@!ƄvIp$Ń?^D nj BhSL4 6ReΟ8Sљ04hJP[*5%Q2C:jgSG2ڠN]*&8W܂s9LLL]JXȑ :Kʝ73詎687ɧi:@d[oO&wFU>N5 |l⸆q]-XrksO_9ko8@q?nD`M v'{2zfA܂Ug zh^9eZs׉FUx9YHV#TC&@ZhBTAYN4T P@E % GuefdF[$%f&IOdDqWgN#uԧ/UTZMɥi*&f1TlgFy(U`tgM:a#Aj&@UڥA5Uz jN T֚@k뭳凭? fԫA+"KS,,UfԭAzZnAT-Un˕TKz{.yL',pkTzÞ|NPۛԔP;R[PY0>An (MIemnhÅ4,g2Q@H0e@'wo++@:8̡8@0O|(p{@X$ rC=  2N"!ν" Ҁe~ʞڊ0|,S'spq,9zy 9qRd^  $3O X&h a[c. 3M.ФAg@@@ϚV[N45w{Eh@,9R\|3B .Lf%(z:a_#,uF 2#H8 D`Xە 1O+1dJ;\y6fbu9n]'3*b7#"WfP?7qM쏝&n?84WUrQUй]I5IaO,G VM̙6Ɓ@~h@5J9BW N n˻]K;-VuEn<<6 EW0m ;pk@\?6)?З']Hɗ8;JuXzs]ei` .@v~3wlaOҺ5wK8w/{^Ik;7dXթi_3/;e6CGO9<'s^Yֻ~xIWy ZF^@'Di@0ǷwǏ9ϾOsy5:OzLOx̾s[n'=qs~}dX*%8#MBwb}F]W+ry4Qd$h6aՂv@.B H~~4B+l^{Ӳj-%x yA+@8,(xB#uEGz@AI"qa,} H Nu?AGQeC>:DF6% (ki+xl_'o+Ts`H=TATB&4 fE~t5CT!~u#pSDq:Xx:S s@PxtH8/S o=ዮ+B*s[2|!F>;P}0 F)XЈf8D>h1vi0lzo903A!G9n9-((K7TE(NHF.7 ~PQ v3Bu[xɐF~0909,)D`D Ã)JS@XI&^@36/T\.9X !~x94E7 iTWiUth0ո19vv~Yzyxؙy(qiG*E& Oxt)Yf"  }eF!|@z 8c)W3tyi)]SyV2h|ӹ-|PiyI,póY4b)K)/BUĖ z|)"+>0nV'774H33A1*._g٠ŦjAF3g< ~F_2T%~" ܈G9?+iDFRJv BD|RХ;Z{`,hZ\4њ)$\RqBiu8@bQ51T3ig=1Ġ^W0Y:pjg~УG>+3 ӣ;02#{.@3Z#;>s)s7ZJ;zu*_ǪZlp@3,r$i 'YR`:=n*5:C'7@_^Rp*8@U>5/5{9EE":38B+cqF\-p.eBsΊJ)S=`O6 3}.\;cEy7*/jjtdCJ I8O+R.1 6;[@p2:Iv 222>е ڦ\h7h*a{MYMz`6]+p2,+CB |+wgW0G'[3>7Z-*  *;04A *M1 ;c:e" X Um;xCa'64O+rJ|P`1ZҴF ,bP]jκteң[WkStJ!{bGA " e5I W;:1r.9G!plЇ0\OH9D49͖~W0윣SP0T]C;HXTr՟.F޹GS㺚ggAs*' +bU ~e=R:":56 Xi{Gn[o(ŌszGl4\: K./CL~vzܞCcv(S* {Rj,e+ZEbۼj*O3ϤdXe_R*  դF*-=j 9`?uգI-@9Kп=4/1#MҊ@ $zo_ۥc?-0+-+ _9Za҇7cK3nRF:,{Pd5.8-`pYDS/;i+0ҕ0/$XA $V+NX" J*$BAI`D!_E1G [h,D`?&PE-ı'Ȅ9(p3G,VǦWaŎ%[Y -ڲB9e1 <2pO+OA>*6 9(A%QA"\)GHrAk%(fFaKW[Φ]mܹus CKM- DPApc9uzK~5+Ip`@tRQ`Pѱ jiIZ/0AZ@}n8dCpAt+:( y<.#0X(2jX0н<(H.$YO LJx"L 1`,>S( RI(R,,?`Zd<0JK膂D+tM8 9tQ,ͤ2H3"/;Dt)cT8zQ KϚRN;AQ=L)TTuUXt"A⏆bEHyWX-KL`ePWX_uYhm@!Tv[n}T 6\tk3u |XA:X]||}Մ$T_%`UíZJa#+&xc;Fha x5ldS:V~ dk٬"f{g}7h6h^愘ViZ` F.%nk]XB ͍ShX {,B)%(DLbd1$ -۹c;GD{ 6[Ń"3vXA#Se|uj\JM0mZ֋g]-l? `cNx %n aN0S>ʆ.^!WDkb*&^? 8ji&*SP#|{X_֐ONE >2->rl4\ ؃JZ K t` ֐zN* ]0د&A\ 4@tB2ll-E'GOQOl@TQ+$)4&\"F8F.-ZHDbzc8͏$$!YB~d ': >B`&Ky$"=ERV鄽(+ )吟% ?JN!~P2ˁozA,%@[JD5%c9 C;  6Ccx.'yHd.3]p #t"LP~"`$3 :ƴmla: EAe# bNpŁ@rb9ti |) HhPo)@ >N&d::iE%5OsT`z(&aRa6hag&O `A :%a :yZ_$/f WĂ p~ANFfMQU:KT%M$I{hןeFfP{7 ٢F N/Rst9Z̦֠0UԺ,mmf@VWBA^./1-Km UR] YaY6V@:{ʫ7)ZI(,t =j˫9sτf-9 +y/X&bCՒ \ ?P@ lLBgAӁ)&9"?VSҷbq1m|,3d̺YJrWm8щo`IHG `AXH\aL #DHnґ܃|`qu'a`Dt( mY˦|( I0A:7nE\րw0BɃ \=:7锡'2Q]CJwͯ5Yk*Ahۭu*U|^'{,jH!R/=܋L4~cCPP-풥AɰB⬵Y: nPw x~YH ~MB\[\YXgo(/R;~Z%$θ@Rñ '9A. "x8R o}잎4;nfŁmtͭbtw4E^Bb Ʀ(OJ^J9|I6|Ps#aV2hh {g-ѻuz~bnY}.&I 6XKe Zm+GA+MA O#}pےUI=A>|'W~+9_,]= g~1'n@w4+N32RƉ4;c?\#4bY@)?SX"@]a?@D9.S% >O`$*zHA 12 XH/)dv jw;>7IPJ->a11ʺ4dN9\; h<dèa72O"АCAC5#D #RBGHJ씠B-RMpU\EV\E7Vj?-H:l\ <᠓VE`O)`DE e̍Chj \E^H`̱!|VlOSi#8v) سÈmn<r` X9X7Ժo/$hҀHZW(b|GnlP GVlz "`pHL L@ y,9 ɂv(%|ژD:YIt7`(\(3p'J(NP`K[$dȾFcI*l?lKU|p`ʑ|ƅw 8 (F8̂+nùLA_?XXMEnìp I ȄIHQ)yΒJG͂\Ϳ,  #>ˁ`ˣʬi\GX2KO)!O@0\!+Q@ʖxK\ ̈\PyĀzO[QPx#́HsP}d,3j2I( ì!('%JbaYb%}$I4хH'1Ԝ.%>(u2O M`<%ArQȒȸ~>].;IOeQ9Sh$G}y, INIK8gM*!E͂AG -% tP\TP}6]mNUwUJY^F `|a_5$7eVp](WdU`ֽV^g ymTk5'v5wUP( sGuV}E~%Y(WbJ|%P؅]&:yP-B`__Y=uݵ%X^zy؉5؃֣ؔ-U^re؂E?V&@؛Õ}VyYW\4N@ɣ%A>W@?`{V4ڥ=8 ڢV}E"̸ڨ5ٸA۫VlU̽%N ee)\D+RgydR\Nd$@zsG (Wp6H\L#GȃRfȤT=B5PODIxʃ(E4`ӂITu\Lu Ipl;T[-U\{ݛlVGK<_wS>85::>$, P I"\wu "]8ԃJ<^ ,Du Lj" k,-p6߃ZQҠGRD/7XR4dbN ENpU6 Tʜe '0zv2LcHtT]b=F d:X8A 9dBN@aga]PS;@F@*=ߍL. _HýXʚ<H \a FWB30%WNm` bzɄjN 7ɒ'M/iXLc Kn"Ca/Y`.@i@1Yܝguѵ$Laijk`Ћ-=4݁Am:0bW']g%bZХJ hh Q8zTӕuC ȩ,.ؗkcӮ  3Vren jP-N^k'AIXya:G`EeUي˗oAi?B0|i.]F.׉ؼ&Xo" ށ$1}i> Nmq\A0-\>`Ik kn聀ئ4g`BLwpoh?]h^݋HQkUa6op̖3@jQ>piH \p7IPV*EWL,o D̉xqzױ94yp!3{/ G&!|a|ϟ>}+z7R}7|Ώ}ڟCO 5 ߇E %(bgk#^~}@וܟ~~t}h}wG}`/W~]:4Z~O 8 %Ћ/cV}HdzN~i$$:)誊)㡓Oh V&"sϰ[OCZ5Omv~=pQ_A bxb}ON[)r Xy~̑#Wn oW$wP[ݰ~q(b"&Op ) b"isimi b"PLFY[P](Z؅؅؅]([[(%`HJ.N䍡iWO,h0 |pO"6lX9 + A GBH$ʃT2eM06 Ҙ9gTGDF0%3f*%UNyL*AXrH#łlXLه$Vb'',F+Km ׅtr%p)yeHc4ӠM T؉sT X¡3%ɌS6mdۗKg7~| .t" ('xE>)"t%Jq;%Ni&m cđt~ <ȲP&:SVh<OeHWV̸хOYU@'43P*OM@aJԉq1X֌CcVDK,4fT+AVQ1f=YuGalF_eē4#Re1ݖIP@ 'H ;0ATٙ "Ljdij#ْIņ!)uBT'/pLC#XUJո+TfdyVHAYP7X ePKs%D* YCqdML2G .QAĞ18XA1@dL:`9!RBn.E욳6&J!:XبRl+H 2I1oId@P_A)hY}P.I0@f4A `[@tBT@K EsHٕ6Q9P <-XAܙSaZP"AIsjA) e.[UQt6Jd̩NRYdGԳ{7בnWy 0eWе-:D(o8fn 외>P'dZYbaP$FlJ9'Ls5 iR‰T8IL^Ġ`h39Y`pܨfUe&@ q̪D m 3%g^3 ,X"yK1ƗPlDت`g9KSArX+! ~|t #hMp &@&ூ` L$l!ɄF2t6 rJ%)iQkvzp<DάKLD>a.P(%^' Q#π^r'pcf{:8&xu4OlR#DQ1%BfOsSPE'd WmiRX]\ TL%@һQdZ!'6h,J:d0p p/Ę Ѣ_1=1 X`@JmZJ(Q'U!m$e?_iґfI,fjQJı/# p̔oLN$F΂W6moT.T8"J[f*_IMggC[쵴1$o׮lpwPZd;5IESS‘ AzS!%qa\"wңڦ. +Ѧ뮕u "qM'R# ֠5-jEml1 I "@ "` '@(aL V DûJpW px!p_vbX]a ^icx 1AၤqA!0`# S~L,+ NHFf'I/Ӭfyn~3A.́isgd<$xȕc/І& E3ю~4#-ISҖ43MsӞ4C-QԦ>5SUծ~5c-YӺֶ5sD:ПA\j`ϼs%cEf0A\S۬~1L]+O dx[f]bW ̙sFɱ{U\(H o0 ` < I36xs q+ 'N+|8q<#wD'/Hp ] P\%ͣ.r?zJImt@ H'AT !,EH  "4IC >A ԨG ;uȋ..$9".WN"Ɂ7?4sgύ]~t9&ʟ@uRIKS U,Lgկ]1)D;uـ$Rpaw 7} kpGUmbh@=,1e v,YQ 4ϓ2dگxjõu zqgۦ'<3OW5qu׷WMP~uuu6/z{D?'|yf\{~W{~Mx)xa)Hivk NHczڊb]!~ouH 1$S^$xVQuXiT>Jx-)gQBudFP29\5*)Pj䥕WU/Sp%rSZZ:iSYIW9 [4:yD$DoZE"[~ uLA"C-AE ߩEDG~4G^Djkª;d2 쪓:kڊ;Y DߪJmAv.XJNz;i+Kd @Brк{Ur !l(G $pGfY 47a(#`@hUs\ !@lXg\E-2׬;AQ_\l D uQJl ڧzxƏ;qהWngbw, 

|=Pt}r< Δ@0S#A 80m &ZN׀o1?Ђ ZA#CB,|0 gGte2Ӊ 07VYAR"+ { 82YP BȘ` .*_NO+̣289D^v|$1  ,ux QdF  4d+sՈ:/KZv`n}^u1^ί hG+, )A S Y]ͭnfɁ`1FH]AiNg؂7HAeCw&sYfC &^.~EV6 mmU,H&"ED{>`A#3AyggӺD:$N~ARv؎ |@6`M8O7l"*⭐ L@hbR @GN ]gY7 ZWk%Lr63a VB.cWP&W<  偄m~H\qj.H$B-%v7i˩ =4ϒH VS$Wq0"($|. \siK|E0(f;j.%1KR'+Y[b(5 l$rڇ HiJ;Uov=nޗ|Omjc`}M@0@(%-<)SCy:t4ED |q ?A+E.gNb ӘņQIe,K. UȞeVjޚ{_6\j:AHYldr2\|Yw\ fUYX26l'k0nޕx[_{[cl#/ˆ7=|_LWô]>U ߃|x; i4M[jx2 º{oe/p@v,ܿ (~pk}E9 C6w[|5 j؁Z}797S2 }7]〦ZG/]v/+9cz"+8Z68Py+.!e=PÂJ5OwCO2/ hVUÂ+"}`w6`l5@6^U+R*{`7qnu+%v*.EaBQ|s.+h&mXrVd9c0`ra0b4tQ \ъъ\g7K,s8KӄxlcDY9:hyɝ6+-xǏp`b2.ן`q}"~`5+x/ {Aj y,:}W|+2JZw/ʓ$ ?Z-pTy#cQf1_u$CJ76IG!:q3 קqo60JI~0k@׊fe8.#dP 6zDvz'X|j* ?`-'AEpS 69~d?5,Q+;@h;Q@IZ],;' 3`Uq`KR[ G@<ə.| 8Z5O, x|A8 ,gvJI p<~@*7bG .0*7`#+xEps`@ubs$ò2+1c  Iкi9˷B WñRu; ;0uJ <|k^+]z79t*dk+K;o{ IN) `Dx+4-,+ู۬EoI5053P,G,[l" Iƨ83+8Rh86eesx>)󰹃.hkhU;Ih4&\_}Tzg'0[{5ȹy: [y/$G0e "֫"-B̻UΙLik_l|*z*К_c\YI G,A0`Z Œê\>/lZ*Lj>q~ Y$G}-KV0~ ) 2 }.`9\S8 `CY\JU+甔,wԖPrV }U=V%Cq]]%3O^ P7 fZe80p}xz| C5Dׂ7駧U/e32RvlxeqPHR/血R8SG`i]Z_hIK1a%9Y%;?y*GXҝ$R6@`nH.gjʥ*L@FK@?[j*+HhM~wR;<+T8 Fp:0@K%*@ژ~m7-AAhe8xJ=pYremZ9!y`- >H0#WdHAȅ=,80e /EQs/Ũ:aI*F 5N0v"EYhGKJN@*9uBMӌt-b7S/|yHY~5/n:-wÐ, NGn|eDVPˣ2b1Ht4`0pG*j22'@w+ǽ4qڧtH3MxRC=p0;L/ =E$`AкV[=-սz>1 3d0p^_C˜:AF m*2ЊnJrvC70"D! q*п,,!UC/ġx:3|~P2v"v8Y۠g82D5|I"]]C\07E0~Mu^P9w+ CɑO>n{9DBR {XκK|S3jӫyDj"@9!A *pÄE("#@"y`cEDK1eΤYM9uϊжx5`*jуZ*(B"mCyd_2ԏ:ځFiKܨ0hLzj֓FҰKZ}4! (Jbօ*EL"AZDM7?>C޾JBpڃB,yam@P .S C'򠢞iMȾ@M"$A<:X!%%EH&I|b9,cNho<ok}G:нR, pZ]6;%&b}yc{4 "ԆM6jm6 _|@x9څp%&:@" "#J`PDM{_dPGoZCb@a0!N@J1"Π"F  E.IFC&z5!X&>dJT" ЃI uf)pI2ϋL. 3aL֨4NFgc];`@c?p~ȅ V{ Kn!Y|-:FRH@Oc&S(:6qɲE!iK]SE 0X S"2)A1E39KkfS .@tw9y ѩfS"3Hz0'?~T$@ zPrѓ e +%  hB JCGODUEVT ia2[%6ÕXS(|!DkSm ?X)ӊ0&iXPKͥD*IoGLpiKL؜LpiZɤHh,AHl˨.HzsNdB dN!%i?I\ <á O+Xט['k& ز餤VOg\B@tv&-;K[5Њ0.BwO=ZVVjcv-'A0eqwJ)a!5= I7s;'7YpuӨ]NlG>*_$7CW\6~UN(y@BԼ\/8~iK н.nGז[1@9qԖPg$zyb@SYoӂ'D};^R= XnW7tPf}7B+dJ e+G`sl;O3Uu1^>qiz{?&[a\ʪ^'T77oQ&Ok{-0{=}aרٯ#=[tym@8q4yÚ;A?پ7| .э5)A  yd\4[n) 3k,U鄔0*! >hA$!{a:lR>2@8-Xh4`+ax; Q ((3 tqᨋȽAH#=Ȼ2 ,Qh"$1 Dl ~#0BXX=li㥒"pC!AHL>ޓ$jŞ7,&̖Q410a-:ۛ;l+E:œ)$Ȳ-kFS8[Fr+d Y)H5+A;IGR4sF@!Bk,Ҩ:GeRv\oz#?h wHz$;pkLJPrR)9,; )Cc\D́BAX=[ɭHx qY k?/ ^$@zXq$MH(}}mX%sT%`[كYl]ؗH?j .STkJG%%-E| Y娞pY]Ϡ壧%>bu P .C$PHXE HM xYIIp) 4hXYkۙcZ@BB 4cb t-%ȥ!ډ + }Q?zb>̖xɄ5Ȅ>H{I:H "ȁHޝ? O Aȝi$E}^RŭXɄ\$XU|^h[Ų ]pA(= ݐ!!8 PP =靋`^Y W 'Ճ( 1rƤ4R U>^"_Xܭ "˒9b]pH#Yt  =ݍbX/h]ePka%PxF Z\8/ƋG (>> ' EsҮ?=/> eHMΉ <AaTFZ ^ QxTz`F+pօLWx`szeUn ^.bAghcf}}"H9B 9X9PzehCLhLa[ 7`vN$ۙhiAh|v5cX n͡щ&i^&Ϡ^j1/{nH#iN(` di&ni5;Qu\krb@ &kv.볞^kN귎h[~PTk%h.8ك6lzN~Ȗgnl 9srjkl +NmZj<3. = Ҁ a6vs.]od m6Q65`b%nx !ڨ]WNPpΩ^IƠo`FU@ nMѢMZ&!# bFmnuۙBo]ob0 dK`_7]]V{#vBM`_r*؜o)x+N 0003?op;Jl F('?"@X\-Pq(M0`Wqh V_Cr9Тy5w|1`;ps6wshJQ{zAIMNwtALV!Ik+]|H3˷D/Ù ew } 5)%sI[*Ӣ}8_0f7O.@,h „ 2lH'Rh"ƌ7r葢 :E?R  V@ɰ :ORq'P^-j(ҤJ2(O Fu y,RD̦bǒ-[ٴj.%B=Vz+E~p D?h"#9\rѻ(c͢G'YWĻ7J5'Cg,6JX7𦭃d|-q<ܡ5Sq#U֏@Ustm xX#B?i8N*1vf)_AEDA9G}MUDOQ_BDĐ8^"h "!_ @C<őDHC8$EbEB WP(T\T:t`B=`$id+t|u#1E*q%~~f qmC!Z  [@PݧA*RQ|:ۡ&F-@zaQBh`cWgCK@\@@@Hj:1Ɗ[v-P20AZA=hP,iW$ %6$/8)iR*B |5G;1a{qf=B Q -{NٺL3#BU x0#T#@+3J*9I+ t@o<1I4uGt_C= @dz| ]bm]ݳ2J rAcFAMERUU׽v` o}%'Gкh {N" exT$M|pHJvP ,bDQYDI' Mh|+-<@Xk@db_\RWD~Pb"Zr>@t~K' x.+ %(@P!5_r5p4"H D#$ ^(|` $Z{W%2q"~xӢ&+É F' QkFzP'Cp" `ILEaZ,B2q0#k DttN_.@n@D%K(Ffrf$J&# Ky1M$ &JUM)\Ȋ3O</SŤZTȊ(Htx.TN  6fB5r`@+p7ө D@խgp('@I1=(B C#%O"QrϋrTA+fGCat/-)-IVi'JO4W,`SWr,Iӝ:{(QT%ғЀKܳԩ&gI'U VL 41zҨlVmGVՔH[*׹RtYo5MCC5VqlnWXS,J KVϡPY|бecCSɊ\I(w5ĀP NVkbzMjP: e mej\u&QaRw#˵؋b rMvϫ^] }/[-R[ֻ/|1 kW[=h1.x#N`DXbm +,>^qPbb/e WL$/B,>1c8F&J#gL Ad|oYV)ē2׉_Ł,Eb 3wv0#ʵXVd9gDs-w<|v.OC32&P g2+T/0M4E*j:-l6+)/vY3 ࢌ]o`uE*ٲO)ތl]x l .gM{8 GJ <,7A}%Z1FHxBf$myq#D V@p-os<$$1uC<} A$CX3p1M 3GB^8] u/Rm / tXKHџ/'Djy;>Vfܫϓ7C8p\"~7N\4/-,p|K\&z[ XN dav+u=x{H tM|2;q$?`γ"}W%A6o$ A$NB BAĜ1b }"$D5B!D xC&].JA,+1D B^Q[BJHLHɁmȱMQB_yIBX$9.Bt(AՄ bcy.Dt,4%b\'FbΝ"C8BF\A81-XAC )B#Dz \ZA--"1>$]0#Od1bA t0JD, B^cEt_%B-Y퟼՛BX\ [_qDRD_tf-Džu%-8L<(`lr)Dwd=HJh]M ģA(dEX1@Hd*D`CEIi&^9C&FEϽ ,N,4/$N™P, (/,SRP(f^Dh)42E[\MRZul_XVcAh\c}IB ^]`̋]:('^4!ADbbAE,$"幂DEA BhR>ԣ1(D1 `j )^/xBФAZŠB"G o 0@] C*$9)AJ<)Y,NdJ ȁ# UE4񐴮 @8G"KqkBT=Qlib ٛlD,`&( ZCf&.Dv`AH1,~C1T♴d 1 gȠA(Aj!Z"ڤ+*ĄhC!D, j,/ B@@ԥG8+F,Q0[9~B[۳[BX A=rA72-ք4A|H]|cNDnd2A8B0ǥ&79D" B$)Pk-D(ڴZD*A` -C:D h #ts*G*J<'C@@u F#{W[ }+&CCʁe-7aÉVDnDr.F41pdE̜B$,.}DKb-[ .F kGf-51օ\ =1ĀއdI噆q襱)h](䲙.0R e}Л7mwz͛S̛VG8^C,![pLVvDﲨiPg a}U̜yG(MhA=DOLBF\] k1UOxZMkFwGQx2H PprW?'r YXZGG2..2//200311Neh0sP8e-;X\"AqEhFt!77)Ah2$38o8LZl:I<ڑBY@@'?4C4@c?B/B4E@ttBDK??tF#tA$PA>{HcBk@EWJ[>/@@!,E H\Ç#JHE 3ZP#DC8\lD ]T3c̙8sqϗ{ yshD\*-AO6 鱪P,uiRb ԪR@UZ%Kٺx޽[ڿ[oÄ%lZ6΋0]IbVj؁?sjix piqu0a߽yɜu>-/߻7+qO{ءP?9`1 6C6ц Mh JIr!^jH6b(xDEax"$xIXcc1#Bd!~Gdlp)tixv矀*蠄'`&&虆F*餔Vj饘f馜v e k@ 뭸 ꮼ+,htp ^AA(e+Rȑ њ~2+@~ & WVt`jIѦsBu+&"Љ,B H I2kYT`0ܚ2fY0pX@@ dAD-UplEt44p-t , 5w t Z Q*-PPj@e6` tBfD# 0&Ad0I#t@ft-+zрb?f{_( @T;BGƵJ)?(gҋ'H bF"VyY@8@ph3@ P?`L:Fu YSRA:9:c &%M+F?o~SAzY?NL+@4 KGx0, /0ŕdҞ85e"pTn= S(4 KcM:rbRrigʪڨTD&NVlSm^s[*rIA]nJD`*Eo)/Icp RmWkRY-Ew؀)W`"j;S&0)r'&;%X'20b$'եGoZ28B|Bd4p|+B <&isJӂ!~ WЕDAOFr&@&bqV G ]S;v&uԅwcbBKD&&z|4~r^v] x@F#0G&$aKT~b+ z} BsK0D^18x/%A٣qp%2E~0KQAf6%1 BDD`H8Цn8v‹c0$4x @NL#% H~ ^ݵ<4x X'VHXO(Lk1nD@1 oQFT9VHf8( 'j!$ ak2Ʉf(DzL :!HYzgň2!\Ew>qZ%@LY% ЍT+v1D) R PCb,֑RxĕYS2`#,Inr!9 N=YEP10|)9Ȕ#TXW86&;8H`H&2  0pIth1EXpS(Wy Wpw(yv)9(:ߩEw2Po\AvxqV&[1j~Z&jP]*<'U8pBɲSG}E g:+wp3?sBG *EKVSN VN)GP.ÎgZ-A‹x&"W:S.jXHz Xeڧ~ 򧄚~ I.VqEPp&`">7pr7lrV Y75b:x2b~q,SJGQ {Q5֚xR3c2(2 30ݒjܷ3_J~;{BX~:s%,:C]A+`~* ; 3IU {;K;nRbZYisW&ŭy2BÀp-q&yI3+;h20E[[Kasl 3 \0QVeFpɴ:4C(?E ;)rZ7q~z;G'P"4.0"G-qFI.UF'pkR 1Ao8pApY;{3^v'O.9G'}  '9fNuE`=ƅQ{hI`+1Q&}&2ڻڛ@&Tk>iե+'hqʎ$T9=Ka< &:` @X;"0;bz\y ڋB\лO˲EZ2yпBz{#~ E0=)Jl|\ 3hIipUBJq" I r|Yk|l!5S7c{/qE?K7՚buE_ɏ^ab\l+ob;xHتi03лS[۔ڸ\/ =XEuG(Lr"B&('"p#cH\|p VͿs֪y;=vnZ'sͭ)/Iݧ8ĘI+=jͼg:d)#E$ʿq"0R#.*s23ۈIv"wBX ӖY$ W|LM)N=A=Y7\d8f yT*^yniZ_5o}:,@>( ]܎v"}%Q+'uot"c'ȶ'Ͱ$iٮ,@.(# du4"&k1!{UThE) i("N ۀU_@/R&#Jkr Bd2;ETjȱujF^$@Pse(M8Sޙ$3VJ~*^5640-2`!%9(:0jB9=Dj5}PM&:@@I3'2`F:^YER],bC&bb6|Yf PcC@PFCLa` 1P}bE49:GKҙljP Dh1VJ'9e }P8Vʉ9<2wVMaDxtbNY}"(:9HoĥRTE`i} "X<ɍ }'K8N&31 DYt[R~<@\3-9wafDRJ~>5^ј ]t3h؍I9]rbGvd sd]S"Snx>;k\Kh&&EP)0]8wa8IW|=riO.CވeqG`sL0;ߚC.&#ٱ)pb7_)pT뎢0`+EA>A>'Pt2t2,>&7@u?PYQd]*U}K'`A>T{m&p"w ѿ(SxJ|syr]VD\Q?& P)RA &#c!%"3!?~"`G!EDXI)UdK1eΤYM9a 3'B<bI.eZģM#ORnjWaŎ%[6 faŠ?~<( 2" gStbE ->D썀f2NBP[e̙5o2](tX3#' YFE)C0cڔtRiѥOz :(m"~D%[72j8$4[$ab:I(LH@(8a2pCC @% CZ0+  („ Oj$<rKH~ B9jH",B,w࣡,OaQ .OhHmE83'4 -AHPqNM”MIPppf(Τ#T¡>SHEa&--%v0idx qXL*$QL2"1 J팎Ia56:$)Rb%= >~R~ (M9]  &OJ/yI@;C'[Ƅe1٬`&+Nw8N.e'yMlNS99xi ^4 6 mS3  \gIzS&9 dt$hA zPs+:AO hE-~+@'. O#%)u@;+V3eL`b@jSu ؈PzThHejS,ՙdCyU[X9zmꏘ_%HWVՔfYU.fMz2Z)9UYL0tS"GI{elcXbef 5A X rш5[!c}liծLUF+MSf Ivз7IyL" B8pL{\VewQR ĸ퀍"Ħ `8W&)O r.7,UQŹ"x`;WA^:{ًTi g Fa8` f'*Zt`K42 v(.ӧ` k j&YzOE7O @TD^1Y^R4V0XhY|fH fp&2.U! K ,lGBVIq%4)F:sk+]Aպn>uf(M`d ~x3JBk^VʫfugʉW0qTm'ֹu9x^z KyfH0:kūɦvgiiDvNX_V,:Bj6r[a:iK2[=De;lZX"R֘D/Kd>sڳO#N ,yA%e-Ienܸ ?@ @-u@2ܐGP [2$ z(Aĭ$|7"|Ǹ4<,O*mH'yJ aW O.ݐՏ(`KNAcna1S{ @(KC{?"  Amt)\3tZ @AZ [j qA#l,#h[CP\##\ջb n@!@p>;8drC4hAF4²: JCIQ+5@ITFuXL&DJBGФ[DJ?:x LKğ@ >… Y\KJة=Bj ǩܳ"̕(0L)8L FRDI4,\F$' 6J PH=h;7[75C>kdEM09ӽ=ѭ*J׃ЍvuWeVxU=p}UWր UD8+‡5吸#XE] ק$$12R_ݐ)G!X!YzC # c0bؒU+q*XI,g "HyLԵY2ڣ-#Q֣KCf)P [a)+"?)?و4ZeЩ[؋i[L2\A h=']%C*):Yҭ68Ս1c#|[ ͍؍- !\OZ ^^IY.]=U?pTO@4 ENHł %YC]plC hg3>H #p W ݀X 0RMAͅ`#@T`bh`X &pH>X? nr^H0Ё *h0 nO -( iÓLLUDZ`O`:z2L8!XΞdM ;~޲@;jLj?` 0 ȈbӠȄߕ0X7J`B IsD?(1%X2^ "W(&L L@`ncZ6u,& PfTVhqj"Ȗb0cP5˭T3f`/PQjU^g'Kff %`e \xT9h HGxiUJ y5$t؛)ȸ(Phb'1vPLI0ce "bF2뜐0&(&gv">`eO 4e E9nh Xl `l 109k63^`о'"͟Vm\Gn0.9xm -X@nw=j^T^f`_ZSd;hhno h"o <Ê覶V6ݿNpU>Sp )@xp ' )k (wSnIS3RoT,pq7(pOJ!r:q#?U "_Ī=Jm&_W]9kg!#*Oھgs<~`0 j?8rsa]8AQ_(J -X>>#Wj]@k1Fi•JǪL!ɰhdN n7G*%]aJJ vojW"py. Ɨgd [0Shn+ v"HP9hvQ jPdYW3wJ =$ - / 4wۙyO psStZywS9t/FkDw'8a @/&`_r/( nlbx{}nO#*{"窷IwAE %Hn9'|qI iNivٝ6G5XQղ<\#x P}P|͟IJQ`Gzf59.։&>i}^gEuݟ`_% wA  }K݉P}GD9Iv"6 ,XO 2lȰÈc (mӦ)#Ȑ"G,i$ʔ*Wl%̘2gҬiĜ:\,,i(R+!g Ć xB}F\Jp#in-k,ژWײm-ܸrCПi#Av6#V:396^$̚7sv93ТGYPbw-ANbT0AgԤ@ i"^¨sʗ3?9QCAG bS|K#GI|q,W/?E]pӁP$ [D`PL bEGLeTNG''' DrFa4M2]X#Y #=>݂>XEEP5@H=dCDAEldq4S}Iey&t D0&J7` `aPK} =A@H ey(}i: ZKb*ʙ]tj)=Qt#s!.rQI#*ʚ>Ǜ4EAL~H2H , Y0J{RӊG.k x l z2.5.{,ǖ! TH$!J\ov OzDxy\S DG+'.ˠQ_dD M$ ː4VHAQ4M;.nQ%0AX`P2hD6m]"]lPbQI9'I|8cgɺ޶7ɿG%Gܡ&>:B9nu  +:!Qq\}FA[ ‰'A+Sf- &t0}C!']|KZND'y<>7x Aw%Ag&`{\0pS+H.28=}a" L j` C<|U}! TX@>|!0֢IXN4;-:p-қ1?x+] u;* <"Y$bwa 1ȁG"/ KHd-,@!EJ 0Oeh(t1X p:tO1+T"1g )z*1Nh%,h.eED@˒=$ %d!Zr" : ]w,B@DIA C/^eN1*2.W~֐! ~`B<9L"'F]X  A 8d]BO@%HeYf~ӆPo}*$R}-'!HVҐ1޼jr,0Y1WThE $@Ҫ?Ae .bv}Pt֔$2+`>#7 .+ v3TlI+2AVtl&0MRIٜ0yx@ІqiiwLzUkOBjl,? ˭|UОnee .>ֽ#QŌ.x}UAH /zӫ^th"z{WISZd43  &4oGɟ5e23)«+&jV̭N5'x_WkS0`}-a]@e2du킝4fSڸjm\6 ]K6 8u pjs{?V,fh׻ߛ'l-(aPWX‡p=G13sx X$?n,s@6K4{dJv %²qꍭNCԹ.vВf?{\>s2cwYzowm]]"MQ$S򖿼#s|;N?=Sճ/q0 0{'[l& T p13?I\*8{DNoS'ߐmG(d_47H,i@7MƀK&0A-h\ R03<A0 ,A \3B'83f 㜟~`rd*`9_&1ĉ` 4`ChAG1@tB'_.E&#ȁNb_ +@!-H1_6A@DBC.ОQp@&``AHN0:%5p! !! bQ^B 15 \lLYAH=b#N A&b&jhxaB"\!A0Rb&lb.(D&D21 C N}F-!@7D*|cCa7r*D9`X1'R0 @&cm'(.T SA<=Z1D 1dC|Bd J@ dB'0d_& \iHc41h&%R\0Ђ, &-\3,1,CLCN$C@C(`C\#6&,@p ȡRz8r%3@#3 AAN# &*"]֥]zDJ +2_JĘepa&OlNȣ`@@PA@X>h C7A)6k@`hn-h$J~.AA`'p(EQ"RVh&ąJ~ ~/CvJ61yE , ljmBN 1'@,#DRa,AþNFLja[N)A<ATB\|b, gU @.($Ig^@2A%@E'DaAThiCd+uBHd;ĥcD@f&' ITsRc-Eɲ:2<B:",AbRbϞnmNi2m&+-$ckC-/.n@gNl .DbR؟mj1愕F&҂fȝ愭4@..ED3tn[(A.o*z i`TIP^E & &nJ#bdz~IvCj4o6َ1C,0mr:uV' Z@Ng0ZMN]z#v!<Z~Jm  gq6f40Ά]&1{ieyV+!l…+]J႕H2I2HJ2"D# =""sYP?ܱԅ D+%n NLL2ղ.2//20031132'2/337s+?rX4O3 6g6os67E83993::c7;s;<3<7dz=ws>3??3@s@!,E HAsdÇ# C36dXF pI&/z$dJ+_<ș8Z3ȘzJe͆ 6)ࠉO>e@= u)ĭ \@N lce ;\U͂%Tq:˖As"6) y\{j Une"9[~F釀5_YY˦ɦeL׫Wie>49 "Ws?o#fۓW\:y?{C l]} ާWr8-W|X {}9u֠5(_}tG$@#ur@ --4A xMDT# eF҈L`ģK$!=vcGMҌHP0餋FJS#dTHBҚBbpG])"q3IDcGR', )GiJNHӠPfْITD: )ꐬ ʟJīEj[D">:kjDZCZmކ[Qk覫.m-]AFܻjFK髄Bjv[G,HAE@dD. 0@"A)Δ@FJ@Jr/)lAmH'¼t L@ `!C@'8;A)QA&Qm,f0A > ڵA.7K A@?KAE`PL$TL`M  1s.P 㢂ΐBpdÝ 3dg3.#,0P@uBE,PB+H/H!@ `'*@W1OuB |0BtX4@u(L `3!DNP @0 dVBΥU,HP@-D9's`>݋vp8v,Z6T>p%"CLr+v, `7ӗ*c!@E$y"ZJ׿n X$yR!E$9TVPu+HUr+y@`ItA/b`yY5LI[ 6]pP-U$Jo z09 iVD4iːYZJuG :ЕyKU@H v,V3I/|;x [\`o x*]$ 1h2rfN$P"@=8c)5A\c.)Pk- 4в-0[)Bv4]Rj [莅Vh!\Tj# x؎/F muH> ohr1ZLOJ0[7 }T IҵyN׵cAc+("b 0 [WO!p&nf;0ERsꑡec!N YC)}qLgzZ;$htj '9@FkΚ8'(ZP\; D80 WʳPO pw8 ݂Tu`Fҹ 8v֒W"r'- ܑxoy+ϺyZ:$q+Clr"08 Ї.f4 26Nwxϻ|/$IlA UBįFpɳ~0cw\PUs{@z]qWߓ@Kx^&{&P;`TXFw| j-Mj;_۹& ?_a685k>?_W|X{[®0kx^|jmw 4 ؀H -ug|oXZ 0 uw9*8%s7UYY}M<8D~'0@%ysJ(>Dk(3C/!؃X(H 8z`p/fW5xS6`IA3wnrNwrB%w>#7bL@E-X..m>PRw3"4MAahr*?FW;POH)X8mDgR`IL`0oj8%nAn#aH ,`&e9xⲈ&>1[oHkM*] AAK@(|8x~+m !as*@ɐ6Z E=P w6"wXm-DsX*5!:dOqh,S8jx/|D`H`x@ciB:&">'p@D8b:G^h+}9 9xBu/)eՑ=q7"tR1SGܥaEkqPhɉbӒ$aA9*Жu) rt9鲈]&P71swcxȉV4540DՏ|wR0{9G~ُɏ I͙2[-1˙Xљ&4L)九9&dKsh3y :T19fٟgC/+HGc) 4Puj4\Y;'{ 87ژG6zwC,z4k$ʀyn%O Cw&zg89w]V}Gh-0zuJLڤ'.礬HxףC.Β/PJv%Xxx/0@FSdgb'=H0 *iZ8k*D`XBU|A-=2K% IE0?P-ג}ӛnWo%p/02Y;V|P0$ # C:8a/C$,ņ -N*|*Z:}vթbgu@zcytlкY.jyk  +dVFt-;*6I ,:VaīK> 48'B4k,2-04;)dzׯJ+譖/, {|`q70RaU ,t_17 s/+]eij|*7Y[ 4>D^w{sV.?{$3{M_.%*pZ3-)(c_[UM~p~z:$+0Iw٢X~U4{HU"K SZ+[i'7F+-4UI…k*F pX0 yN]dr0cSd7/#S8t*+Sڹ0, IWLVF'>0.[9G$J;pC@Aݤ/ d63C$>M$ t;*b[t*NKd71sKs#7ʭ5t[nL.  ubccvzl1|7<7<@rŗ"m-YϨ$9-nhdGf[D1s}BiP$A?=Gs/@ S?$>0gt!?4 Ã5BU`a0ݢIOǡ=,%.8q~* [!ZȓZLЖy1kunsAq{#~1@DUؚc4( /F%jӷUDjӪ|oU' O6v z ӑ~RgJZ(+݂yc- c( |~ay.ׇ A B<B[ D!Pj]/o486Snv|e"O-V*v܂9=XQrp'e8ʥ kcZC4k?Z:|;.FC<ʉ6LZcslk+$C@IC4ZlA1e,R,`4)2ӈkcO7!Y[E;sNӈ <*_9ۉc9iHci;˘C:S/t3:[0A4e eIp[\00 ,J]lגӍ۞̉&< $7* #X )HE X3pd(aE(*tX˕?b "4YUYnzgWaŎ%[YiMJpD۱X$GaIMR%D." b%mL *Z"R$2J\**N|kD  k"hI… (8'@PLTkGSu$,UsHP(Pc:Ԥ:4ȈurZhJ6…ԧsVquUߕ7S A7+%rq۫nT:]{Vxa㒈vG Nk-cq9dK6xYOLVyfkedx g9h袻-i z iA.Yj:1(-ƊkvmH.쓁{ohAFo 7*{pwq*U/|'+gs0kA7U@Ȳ?tiv" I܃~x]pW̗wyl>zOzW@'P6-o#(KgwJS`*~Is 'nu 㘺dH=bRR'MUN[[TXĢݍ (#N 6+GlH&C29%%hxFP`@ C7NVw>fG8<.LOB+ LxG(ҭ]Gf$4!\0ԇ4!g;*,8 GK*``١{.+  E(D0*UHn)zU",Emn28Rr" E|H=;XIA@S7 hpSA(H}+NSU ,@XF02xhIyNIR{CSif/0 ;&;Hz_ fƂ fzх>2Tلˆд$@WT,>bQD֒B&"(TYJl(#rq W:U+k@[MMfU"@DCG陃5`9k#V (& a)3Tp')DiX~w)\!(PGtTG(Ih#N"B'u٩v}D0҂!IbZnj+Xv>g49]xcNw m)tRf7"ҍ0,Dg*a-ABEDUWfPy'Pܔn P&t-LT~#2j"i]%u,bC:9(6f8}L(aAنU.iLfA42YܽK,ga(َUve,€>\E TG4IbzP9P (HJ ;|΍0 IjIM!2–@ Yu yi ȁ xЯ P >(LЛ%-Ċ Ќ QHRpX% 9S Јx7 [!("R[!7  x 0>, дF*:RVQVmP \()U %b W$ D-]̝,Q h Ӛ!'.HpRpԱ@$Ȅ P ӱPP ryH-%M]>ӊ.ךTN}P B3^CXLs!Ŝ8S@UPT \'ݑaS?!PxY -VC2u @iWV 3RXW%GHа@  !& ome0-hЛŮiܾ `! +\OP 1#V"W`EHs\'mܽ\OXO99xEX\O#+fژN;] ceF|ۥd8&4]Z㭙 smE%Z]u)nKޤ,^{9]]@c_ڙUɋפ7_\1_y_Lژ`+y^5`MTV M~|(`PQࡉ] F@h =9VG@Q'8bӒRϭ*љ>͊|3)Hy  TV(Rխ 6#J̫R,)HX R@ZMaK[8SuLMMB @h=T,={M!&XC9Nd@H } x<~bR I- YߒXeM*.7OH֯ p1Ӏq= H1De:/&yɈQ߉2= Ѫ+1%с- &HJ.H3V3Cڽ~8SM>*NQ+[ߋΊ(YmP ͝+eCY&MXnv;iNi%iZ>J.)i^XO:)d@ p Y^L eY%e vȣvr2^vj8ӕ .ijQiWATPc DQkQXvUTIfгU.E죡^i1E Ȅ pwN: RM>i\9.7'FUB5:Niʮln뮞ˌc_ÑĠR~l~*T gw% ZA&6 lVg Vүf6`~؃MW1R Po&ޑ{Ⳑ~پiW \Kdb]Ԑ[ _F뫞 ե׮pI܉)?k_qq3ֈN0FՆ\!i 8zOO%_Nr'_Qy‰hsdijN(s&v95G0 6/C^WA>0*ssP3 >B`@G?+Cw9oQ5ĵ( 1C>xPI#wrLM/%t]hsbp)!<͈G蛱 _S JǷ=M'kvaATe]@'uVdm5]0v򩀀^tkwmPlOSV.`;Wry\(&PCeW 6~qRu t/Nx꿜뷗uڅ.+j˒ |Έ ."$ZDR )rRD!B"&V2e_ ZC [:+|% +ttͩ1^n<%O'(X(.} E{ * :Vф/Gk~<($n!!89r"B7"Nh#5ڸ7긣y@\#Ajc[D ydRA$MuaYP:9L 0F%]2d35$enA2Xi2hXpЁhpy'y%$'FV!2Y(: gF(,Y)#.@c* 9@ X*p- krӨ+O+z,R,:{PJ;RjrmGJ(Qjꭻij/"9Q뚦/|0 +p20J|qc1@i1!c[{5BE6ٽ]6g6m6q-smB,7 S̸6ESK>9[~9k9{9]@~:꩛śꭳxjjJPᱯ5{@L$n꾹Q1 :C?S=!>"[?-ѐ4L`Q~EQ._>P51߿Y b.1`h! Z t`F %dDZ RЂ%`Qb.d [(CV0T a+  ڰA%ӟ,A @ E (ńb-EpYIaN̤hbBQ6DD@LrC>D 0J[@ $;5%dLH"G99FEIb&./)‹84yA %) KMsZg!r,01Z`@0h@%@ H2 DAM!#i&>\𠦟=YRXIYT@0YL`@`,2O٬V~.'tFtN'uVu^'vfvn'wvt!,EH$<ȰÆ F̥\2Rp#G ?H0##^QAId)sH5]f@(A$ƴiL:L!T08F9[P챱6i16Yt߾xlw)׭[hvH/_e`,#`6r];x粿4:0ٽ˟]vM{;{E@|C } ?9T@5VKV`1HC 8݃˭E|%z !m5Zxڤ{a[*vآf>|@&(1SPQ ёubDXI(dUSFIEF$JB%P@URVQ@F  C!ka.yKo Yn8X!+  _%P ^+.@hd2h%1]@ e|O`+>Qnp CGEQX \!*-` ` ͬ @q& @htH9 xD_~@mN5@2$L,!#ױm~GHF:К [^O_*I|XZ%KP ϞN*0 uFZ@*M,XJrJWaJ5˨hMUVJ׺u\sHKUw `Vŀ@Y+ Uͬf  -em(GKI(8UBjܬlgkS@:$QX'=YG$͚ 5%\tA@# P}) x!/-RlD@%'G}Z`in%+` k RS 继ױNpP;+cH&y݆`z~h@l 90(]DH t-s7.@H@-cn-"0݊",e1\s7eDI@lֵ^Vp~[g" ak;["@{Wq!VK(LЄI\dPy >EP9C0b0 h0 4^&d}T@Q-~`%B6(+8|oi eSrHL3K@) 45Hhukײ16.056Y5NRF'0f`I~@ *0*j 1;/"5Q97p)zX3aOiɥ*sCk >KҿdY| '/;<<A3ӌܫ44 (<1AsPxjSiyɶ 6397;,B.@ PJ`CSYd67Pyz*IZas3\b+`sk @4.~A@h9jpP L9*)Q1,l)f : a `x̥r8@00% lМPnp,x*}}0+`|\Yi {ay1bw\.IHh*Ees@hzP5= R- H2\+Fӝp9Z!ݸJ4V0TEhO4ILP1PVsj xl Q<ϬuUuO'O""Aa؂%6Z4} EmP q8ij8-||@eS1/'.܅ `^6i$Us~NE+ ]GJQ1sŔ6+p`v/m+ N"Ӊ~ݜGy.@fL*4IsbeCָEyR!Ry*|SQ1Q6  ZS}y.+3,GԳxs;8vmŶ~ҳ8;#U-6ŏ 5d+Mb~^VZ|Qz+xbQ+1Q zdPc!EYbםԢ A PXb޹Vyl>,V\q~oZ ZhݧUY7T}*--@7{,6ZN*+3|%#:E8f) 1d`87G}(7nZ篎06..޲ʺQ ! qlM#Z$+3N/:- -- d:3Q1h3+)ΕP ȎQC- g%P2_P +e:wЮ֊4eEP,Vu7nwts/I*jIPyKҠѲb!>pѠ .6+L#4;+/oZkûKF,B+QY ?0AKb-p+P6{5 f 5Gz ކ5 ,'{A[ +Z‚l4YB#6ׂu*JZoҲp ؂Aꠏ 8$%P@$dAwd(HPR 2* "h݀Dž|@A70`3.eSQNZUYnu0Z+ ] ".3 [zۻ% [wQ0 Ip@*` (.`Kw\l'BE&]i[LȅԱ41HީcZ$SG2>Wqɕ/g|usOlx],]{Cޣ;yգϾ^u !?}/Z|p\{CpAtP @: , pC $/E[t &@`^1vG Ą4H$QF C%rJ*c 1J.*\aK0[q32\ M %3 "1 X tO%Bć M&)g^:qfBdfvca Fآ$BZ @sD) WAV dPtR.3584K+?b_0@awP6U8BHPjhxa,[]Aݤ„$U+X KpW$UQb3x,w蘺 LymSfl9r&d褧䮣<ೞwy+3ZPp8B^T7Be>lh !(9 >C`C6:T!Ɂaų]*S r*Že :S&'޷QJbHW8)AtJlT*'K$\+r'8A>)q*M)-/~r9aӚ"A,BR|@y$U]"A"|Ҥ%mhjĽb\q b+R?AP8ī QakUZ^ qMJ3Y>+ A; b,Ik[%1 `njHPԒ`Zv!U-gn{cxOv2B0>T٦>qɿYpB0Gzh&LM[?PZP/# FhGY-Ciܲ`XƢz9r۔mD9g|T/z.0tb'V| F+:`ȫq&@ W!_3Sn0 ?`بns )H{sF̕UBK€"@'3hB&0 )* W).l6k !|s@E] :J\emg7ik;<Ɋ ÔILbW=[ݫ_;b5]7Fl2A3"~'EoG|C9ʀBq_ZU86\5h ?~h{I:~H@(~<5DuA5rj|rϴF\}FXԭ$9 z]D#ד׏U]v'qS^wmQHwDB pA AIՀ)^|.t \rݼ|`yC?R*GW>rl+_q'/00>W8P9AsL۳3Еsa12v_`39^I?pɂP|Td}ӓ,w ˟)J82 į*5?K@s9D @%94p \ۍH q> [[, 1p"`4Ps:1_2c@&8q`א"C T h:0HWȈ9¸r¼åÂC &) "Ħ 7DC*ӏ>H(\ h"LȈ @t D8! = B0:@Ħ(EK9#bDE 0@Fpj{F `x@FDH- OuY QARՐߚ`Agy_-$ZlZ( ʖ dY Fa%Qa v/假聊$TxC]-mF"VJE?>Cf&?P۪=]+Q!. xaF={LK+f@|3掿1l:;6/^?HćH/e}$T? ~#7)c *ą3e6ubU(VxC": .6ZINB L07b ĝbZbGk͓ ft%T ^t,6etF` @=qݑM@hlΟ3ad^S NShQX| H(۬؍66hidRΈ 㦰f-N`_x(1ZܝP٨D5n&iFNmL>ƘY@Dh%>2B`b&NP Ap "E\ @݃Մ@ji i?Xm_hCiaD\AV'ZaV[kM(&>}G(-Uф`D)Nifk`in Rˢ*ޑVfq6sH;YՄ8҄( f_nꦂDmixj@n(&x\/5͞֎.#XQ@iFLg[z^{ qHWnmm n$q}-i09ap$7 *_48i<O,w\*P6w;)}<1L;:; =r#tC>D8G:>t21>M3tQ uSq=uG)uI\>tUuYYz ?h[1S*EuP(_ pn&6Xuvagvavll`g4vpw$auq?wtOwvu? Ѐ]o#[U ^`0{O:k?XIw/x?GwAxxxxxט\*_%(? 6a#GbPpxPrw3T_}yyyzb!zW;m>kb+WzYyq ! `Yur%x!?{O{_{)RQdcFx"G4^ڎx(q]/|?|O|͊ŧß ŏ|_ɯ|Gp|||ϗ{7Y/]0G}}}B4l0o=no %LJO '|(| O0eh@?fe뇶b|`?op"؄X0 M { ^ $P "LO%-d(APB\qE . !R|H+,(ɚap2ٴ)G K6S$i+90?9Zhl#!&"5bx!%A&5yekfYu#7d޽~m+*2A9!) (aE4e& J$  #;Ha fR廬X@O\1](Q' شi`Bm!?X+$NA*D_PB e ',<_LCA%К[H@} G1(DAA@!DfABFLXQšA* #\"("o%0!K&+SHB "\#|f8ZW`!%2W.P] 0{%\{K @N}AnLHTE"*+e&b'Au0H"jda`pF䶚$=8s itgN2(x w hUFTHMcYzkw /ƨӝ IAmA yК2ۮ2$Z.nŃGE4rhNOFEpgԎ.{9P AR ٰ< kǢ-kXiUwZe!^lU,ˆ: n`uUl`߹7d{ЅO3./CSujǥ1 ߺO |^~.9q]CZbh}ݯ^[w\Kg_w޽A??}W_~ч 1}b|bx Xa}da|j^{re+ )W"!`~_8_UIg[&_{ " 9@b|=7f~d~%Qbh@DݤSLKOIQRTQ>)ўMO# VSP^EᩓSNRPHT5pH1ii2E)N*E'g鮀2ҠJ`QF@ +.,JdlA]lkV+A2ѹ + jn[/jTĻ,Gp6MLKo&VGQ} 70y+ 2|,G<qADpT 'ɑ@lPXg\w`- d+Q N= tB-6 b'7t puDX xC#0  @ڦ+J/@(=A G/X/$IDC |4NDY?U /X`s OL`Nv1Ce/jE~8? TVc)#'H Zq с?4D'ր+n"('@+D++ P!@SPnP#9lHH0=%P /.z`4 R1No$H}y!H tpv[6{ "nV *"@2 d\ALT~_7Nzq@"0Q$T†8mx%oطDT!˔G f6`k4IjdhAсhS"p+D>{T(8QM%~(p wEX@ͥo,-!h f͊Z]мty6e Y0ER@HbAِ5@s~p<3T,Z8&(0v'I"(*0ծz5PT#9VFk9hI})" r(%-` *s V#(vՐ T$FǢ$g_ͬf7IHr Wh$%Sd r&"9K֓@jf4Pm 1]TzC,qw6Z ZF xǛ}i Dމ7%Z\-wbL37R{%) qF0_.nnFFr3 xQ\FAU 08"05Lc.@GbU%fZ>hxCB#z}J:OXi PL{Rf0һ}$3{֖ dE**!q ȿzz-U}5͘G*1>u7e+Dk0  `;$8¶FFՀ79}:SXh"$n+G PWKD@x6%21S*8]پyl77! q&b Xʶ +3QXZ "g5Ud$鎸W Y&=&tE߸r@x'poYSe)G J0",ϒX'NLQ1xq%87\'9cnGJDhOorG;4BPo(6v xdCQxq.:CSDF]bXKiU_QU4=~ jgLEz0AHs @sPsC-}`FA<8QHEPS;KpPTЁt(8ܤW}$yQC|e)6ymEbMYA eBh-&*P!aI sO Zq4%ODPTը0?y15X`I56O@&WS[Β+p{ #a6Aib=.A*M:3 -gQw~1R}5:+q2>.LYs8݊41mHӑ3r^l5Jm^-@@ OQ.:> %1cPѐ]/Y DTb><,4547 so"y_5sڡ=kEQ9tWqU73`^8_1S8Kma J7=^\37a5{@~IuY@4Uow |m50ډD! zΕDqGDPe,Dʪ`nh?J.6 56hfHtTdBՎUJeCE--Hϣ`YJ`,1F20Vrv^q5E-Ny-) `XG1zPÐ?S3|s@ng5wCes *<^d{8HXFD5`
G+G'u 945dߥ7nsnx#[:8)M q/7A)EC6hhyKiV:zk9ͺ&lFjf>[Ֆ{4/PnoGPU*4{qVQ D qn)#}݈q[wOn`_vsЃ0[w =xY&U(~yJEAA/6I?ж"H8~|ߚS8w}~~_uP aƇb~|;J @ meq|1$؊da:(@dʻ5jIAFV%a hTE iЈB kZ ;c'G rL#+$?`D jFZ`'H83d|WTCȣ(Ԁ3t"#Bֆ2ѓ-"RH"ji5 *: B9)fԥJy*xф/q@\0/)3ge5ˮM@n A gMpdGPZU 5> D+D|Gtc8sԀD:>gEѶCݤI-p] w(D/SN\UQ07ji/MO4r۬3;܉@"`D|M`%7~,m.su>U0mq,I}ү $ʐ|d)%ʉ\;][ĢQoEgrjQ./Yɲ&*WF1Hi4̓h(p/0EÇb1*9@VN&trh]p,; 2@bF(Ȯ͞V9_dHk9&lP?ȉ&ʣ-ҿCTlUgKgՉ)C}[m5P6Q@&7MmZd&3u"P$ @`ܬ]n4BKR. aZU++ʃ;0 bWKtB-.H0I mxg9"Pg*/zӍB0N'iҼ)Zz׳Sy:!^o5$r3hzu 'ا4֕9{p{Hw(7I f4^4G~i^!i&tQ`r9̱WXPlh*za+^eIdjKe@0yďPL#=S .-EӴ!g.! 2?y+ 0'5 bH˭v F, Ho$K> .J (+j@:G+4IАH$hV1< f!H{ <8Ʊ$OP(0/ KdsS ¤@$B$(B--޸:-SB<2 AX I[43í߹C??,Ĺ{:DYEQ GH 40̹ Q'v)ʄa1!(8 * 8t[L&L(LԩXLp Ϳ>9LM+NP"؈9pNNη΁NIH؃{aOLRx4OHX ILk P  (9h;Jъ4"DMyL 9U eۜ OOOP΁HO<Q>*\T ōxMQ`P0 QLRv1E& 7ρ؈ SpAm$zM 6"xxSAQM -GPD>X`锄-U pR hL H 4Z}6=TM:1I7۰ m-wTJU fсL/U?>Oӌ\=s*yeӴxVLPD4 d3 [LP9P#] S\X\ܦ\R9υ)E[XKP Y-]*H|"ˍ > W-. I.QTh]Cc:DRϷ|4T?EzW!#G & P&V >M ?Um2W筟]*HOcT2́|݈H0(L $֟b`Kz-AOB͒СT+ XW)DVYZ6U@` F^_e*W`(b{1^( LN\^hZ uU9p 9h(G5~%کဗ&`}ԁ`U^ Ylj %XO 3 %P>=1"C^*#>Cw e Y99ƛ@Lq]8] ˩y1#d_bF7穜?*1`N,;[3mfw!haFA9p٘T]()IW]_Xg=U~qLa"fv50C1e9&zhd%_a.N0M "Peb8Wzf!͵)iv9਩^؈KM?;Đ_AsߐU^ekuu}b|$US9ZэLK&kF- 稠0S"9 eN |KnD̸Ycjʶm! R;V6A=0=$"*M!m2{OAnO1*Lw!"@Os U B |1:Ax sAmc0F "MNEk.1ZUHڎ>P ތވL&mhqWnFK<N QC{Ko!S2WH^XlCmϝ ^|.APbK.1< 8he7VGN|6(NHjpf۸ӃZeݸ歷,[+ 6'F%Ksٞ4$סGtHqȌdBHtNNQ퍨QYKMN/*HOd^t琸HKQtlutTќTz.)nh}2,)^`'ڬXה]0w]uvNYONL^`§U Zw2\u%vI'?c!GwO~0 ^ww@ON_Eϸlqx0+A`^fyV-X!Wq5DEs0$xVۅ8kQϞDѨ4]r)"))XyCwӒrNnxS=fɼh? |>G?ۦ_JNQ%0l/~V ơK&yiGşw|ADgG'yb| ?הpr1T 2x}?=ާ}2]j}~?[/?`_=ϟWjАg?})i~"~("Є=_})a^~~jO(O(} TT7O&@~*}OR~~W5OuvY]+֟6kƅw/Sx!ٸ7kv?vbCxm' vbcvb.wQo^{{bgH/ǟb` 2ڢ&'nli/]Dh jiRqPyCL}9ŖCRl"m2"(ANS'CBtm#sDFQGBAn (,h 2l!ĈkPXьŌ-xq#Ȑ"G$ʔ*Wl%̘2gҬi&Μ:wْbǒBVUdWL6¹CC*04 dQ;TMBTZe̚HB~] -wVPNN d&wtic,1UX4NeA4}mZ!vh1UܱR\lWFo`1%ؔ[U9N8qqdu@)ҕ %uQp4P8]CDEqz$fewHUnj_w'ye#[K!ʙJ^g* .uQU!QdchvSN$r19JFiHbSNXq0$T$qskwgYǜvήqrP5^BXkl ^xY eI[nxIQUQEz*0O^0؅hdpSa(hw-%;miOF|tr(mnli\hFň)!U%Iu3S1^Z*ƈbJQ}H(25í!TʇQT!\8cbAs'UR ,Pϒd$dp`%:pF*e dYCZ;0Pj&`.V쭡f$fxeɾR/Xbg`^Y0ɿ)GEg'm"cc @Hh.:5K J\Xeԓo`5*CT#i>d$cS΃+-(}ۛQ. ~;F,@G"CE [ClrVd-$g58.!x;UP2<0;Xh Rǒb!~LIF 03}LIVԜHFf$9WUyF- 4l(b/;pGNQD8w5Pb`TD"le+!RЃvE" jVQ& R ;HԘA (xUѝ %IHaC7W <@ֶ6D:1 EW{#ױ1D0i\S٠,J!]1Z^c)J]eꨑKiT 1 C79O)Rir%##rK` 6i!`BL.o*uAQCˊR-QNY3oL5TC"̥%s5!r\I"/0Bj~;$ky;0"9ґ;0Zh@Xs?^x~jI_'OD^&%ŊM E2LIFe̠ͤ a*Wk) ᳪ%ANT PEKh\.Ky.tyXFuL=5n#L;ٶkk]Α? {QO#(s@ʁ@IeO 6q`2ꜧOt@j VhJ0TJZinju&a eK.ݯ{ջWk܃"*X~&[ڭ`)ŊU/ev)v]93eWZakaU\Wnۙ{"}o-7ƍ/戕TWugo{. D~@IЖU4AZF &GN: fI0Гp TDr^@l%GMե~D~)P\l&EL(E^BSq։Sz:Р[W:G\rm T(mA[6dv)@\jdU:Iӝ9 &5:Q,'At*9(N~{.M$khK,@:- ,н-&E,\6Lڪ9 4彀g4-NXJ9.ᯘdtLzMClHf3'M%Du"թ!Ianj`&%BRj0]tfnr:B˂εLfә);s9eQ.Э Kv.S-Q)D& yz䒋nku~-GM(79"=$5TAALtm=% {I#8%2Q58*F:d֔$k[)kLzz ƊdڛPԬEI(D>'tNRrXA愪GD B)~p|H,8 ~&&6~000# "'!F2I= E)bB^8# UB0NR.0t@ T7tB;a.Y !SCtH91O;Ԙ-"0 "Z!Tw=H %jSۖ91K_&4t8x'@-bC ruJH f%~P(ȤG͈Y$FB-Q^KJ\;%Qa2I -uB8!@.ntʑ R فtpAC3ȊS NUBSD?N#P|(q)9@iEiL'8Q%&)+ڲj x4qkU 1Vz^NI! 3FZ bS1AIoU&`>JUP~]Ti~ {-Hq%*wsY 68<c&l2k{d"9Ȁ^eFH86j3>VdJkDrٌ4icqz1CXhfQlQK*pR. ҅D1KE ~,͈VVM"S~R8k%[R& `0=yB6%@;A;<0Gj%)@}sbkGN%)`#۪s a!+爞d#*H*@w?DB0%Z'k'uWȒI1s0;  Hja;lk(87IjclT%&p/a@Vf˺/'d:%Y 6bEI )4ɓ83o;#lwZg1ɯ/Rce>úg'cR鬲(2Kcէ{)"&)`<;HG#8ɶZ1+3Pia&{h+{x5r%0V\dB8hbXhJs}7 cf,Ŧ9x{d)l4Tu^6*ny  t*u)lK&DCڝ-Zh|I;S__\M\I-Ոz,0hE0ϱUi</H2h#0 4zb׭_ye+5C.@P55Ú=bi(b't:-+-c%et6)$jcs0L* ;;l.>|ɹgjݡ-L8,5\G91y#/3Q@ I2?3/d+$5VEP:!ت2u+5C`h?S'8`]eR>?`?K Uhbu),Se ZB S VtoN;3..eS@B.sD>*Ʈjsw%4s0>+2#{Pdˍ`=όiI$B>.'s&-6s:2!wbɾXk%3.NOqo~rB605Hk[y'H(+s`0zJI|g2KjMߴ|SD]<d5K4ZNQyq~`3}N{ g$ĺcp3`?Ksu;1&UM\")͎o-a-&)3q>:vgţ~`K`S20c~Oi⹄L~ g%~tnxP&';suh6?kk8s>OZD>Rpu6jr*IPS .S`A Q~ F(CD@x ErI)UdK1eʌfəO6MDP"5&À{HlaԏEx\#$E#e !5I"N$X0A3Ap-A&%\a#KX3cȑc6(H0'f 2D<q07f Dfs oܘS͚U \q%AGOύUTL3AWÚ~:dK{6I6[{G Q}h7ABd |X,StAC0Bc#FCCqDh.X"a0D놳ikFG,iÔP𠃃P8Tcʎ1[%$)k2G*J{N AXaP{Õ[nJ,{3N:O9Vd #0lɕC-)OEuԹ CE Ϡ"} |tTRK1$2?Q%cn"LCC%ҋT\seP(O܌h(;Kll?^k5MEQC C)mCOKwWvṕ Vt}-ZEjw[dX Z[K{,lkVo9]ܑ 9xdPf# tVC\.ۋ.NZ8Mji5~eB_-S?\]҂ W$&a5Eĝ5b6F2eV{"՘Xb}Ygwi\/#zqgLADVpM\ 0P_{Rzد)^Xpˎ2!1e} 2[٪WGtk4ۥўFͱvC%1GYp~JD"=։NVčChp8p/XbCAfiyd.4#kJ"6`"Sߡxz#F|gy sX I:\y]So2p]a RKص *Y lBD/ d-J0vnk9IЉ.sz"tIpj٫t$au7Q; j!螥;U%˧vݚoz@(aAOubL+XA'( z+h,UzMu139,D LҽY-*6]A9$ ri岃1-$if!J漬R$%"d8xE~.gHtxm5L~kX $fǽo"^ TMW.sbłwt%OgS w'r2t8lt~#[wIEQݳwro5'sK˹2ӡ <&y<"i )7X"fH?^s飴 LÙ4? =hY&b`A Т98!3Pa'ȍx`i$@­?0MSaz+# :A؃Ȋ< ,jƒ$r 01##AJ9L>3%oB-l= єC 9HV 6D>#fXf9`B+ 9p\ U|Dx20;a X<>(rҌT,ЌCUdD7I}xC9l;0l@ƿ ,ԈG lA{Y>dt`CAn'-#'%zKz)0/_[/yA_H؎:`/܎p" 9؁ŽJHZÞ1䋼H|_*p+ȳ$9$hIL >)/#&!Q17i(J fr:<rЈ:є?!W; !{܃hK)G z¢94lG\xlC '!`B!)RIa!\ Xh'/hP@\ '̓5<<y`_jȀ( ԏ=zê P`7P@>n>y0ʓ')gb(Oכ :Pz {,^ J:= H!1I$RL>}Cy?!RQɚP4U;'ء(kR/0@@D7<y { m $ЋЋh{ )`"Ҟ("Ǹ9ԪhGAЋ4MS#}z[7noS^yUb4荿ȚDIȁ l'$5` 0D)$m5ET `q BD^ ̤k˻ rpBZm@x}!T0!@[. /8JF;v Mұó ޱAvNtmT.JN>\dFXq"a lxľ@ ý[ߪTVP.7AY:-N2Y.o#{S\_-'  D<HbL8{'z@V!56 ځn43qC`ے,)2~n={܈ `]Q6 G8YL(-܃Vr^ѸF.0fiv`NZaKЩ)C~ qѝmnԼCVp76nuFBmmWg eojD`3@Wu0*k$Jeu)+ldi [Ha ao 2O=Nb֘qAՖ—*wh7o8r&_{ŕEOhYs!?p52{zO o c{h7*1t.HvM_r]96}wN*\qG~pئmy)t=#08N;&Q(9,h „ 2l!Ĉ~D81+"Ō?cɐCzrH?R/$('Ё5) SD9;Bp!@&+ذb~E5Mظr Ʋ=4KHFz˚vd^!)1$u a 54ȪW&2fȾl/xbܺw oG%I\1ixӭ8^F9F0!0$Vl&)R#[2m߷M?vvEn ~4mh5SJG ʵ$3ДP ՗BɔyL%VLYH lex#I_p5)v\F f}l1t#CCot BQ U m Æ_B Y7*g}vJy#%\qp0喠-PPOrl(ބ }s e@@ 4i H{'Z3p4DssV'5Gsu#Y+C'אsl%GB|PDe8*3 m ˬo] K^ú$au0d6 7TōQ(/]A snΰV1yD;]~,l֯=BT=g >&_5Zq44ב1^j u/myǍdJL>x2 tJ  |^t}xT,gؽ^,`J +yK5:$1]ʹ@LpȠ& 媻l;y+KO4Y܏pW6'#1vW#i~; IdBbNFT 93ءP:9I! A}$\Y sxJ 9:<9F_z^281Aî%7C,DQR?|&!cf.5]S fFL{8X_V m?{1"5{m9L-n+)膐ͨ2" 2 E!)*? YiJ`>&b;7>/ `GM[!L`jzO =@@! JjZwm^$Qj*<%6Qģd~`YĖx(!4$2Bp#=1@~7evEőy~ Qpf ~> M' vUsa]6OFV@s"JVe!=SyDZU 3VNZ՟m6Rt$0d!1bQ0$|{5hhurxdiK0T2Jct~tW~wBq&R)YxAs]`x%kZ}`W\?^=e.KzM-s}f"˟PFYj ~mϹOP+h7h(]_>Y,ZoR)Jm!PmV_oS*M_I딕5K4E~%`i}[%ӑL UnP\J=̋t͗ՈbN5LD Ύ NhYFTޚDȐKm < KNH, _FE] eu v{!ip\d|@u[Qr[AV)&&Cĉ_ŽE0v vYeKNpF b},_! "<" M zQ*"L K%坙L WJba!l*-DTDdy> kN#6 "@Ÿ2́=2DzH >DInҍ_K|C-V5v4B@Ud\a6^6Bc:9HI.DX-$QZHdOƠc ~/ZO.5N>- GƠIM)ߴWd`eVN(&Lmb eׄ>)Z[X0J`nv%mF챙@6U [v`"-^ŢPezW0%0!C<4kVJ HdO jEEՋ fXYlRG@]J&` R0 Rb|@g̜Dh݀DXUnF#'qv`U.s@ S BK%uEV CP$^"axp~RjQ"o𥵅[OPddCWALVLNWԍ[dJXM*_cI_[yO G\O n#\(F*|vUpLȳ71QA@TFruI\芜AWRz\_ IKT*L!ibj\kW8*mTOd8P`D@D܍ +X]*9LPNީn ! ,%2Km hC:AɴA,@CLt} u KN@TAP@pp+͝(vkV=TD΁< iz­^ 8A Jl=ڷ(H'D`UQ6Xy07x>ؖ6qߌ(H9q7f#n"XJ" 12JY7K;QjVC |Vr7Ķ8w. ?-x.`OI^4Pi`@÷/cE^)A+H򴆃y)7hwĢ*7!y߮#|\7#iͦ~ΪR4݀_m@$kښW$:jp7W% \:Ǐ7"(C:mOdy\:i_\WfQo5 yµXW:Tea՚Q(zIa7"5z8ti&<#  c8}o M,\ʿ6ʫLO@ㇶÑXNլ ڽ &K,`%D#px>*7DG8Z#jE#g$,{tY@(nA`z6j{q<z[|$=Pm)D@5Fͣ=r0Bo jSNd#uä-O,qp*v%N[O@}Fɲ "aD ?J D3y=̔Mˈ}z D{ %BN l& *]tQ@x@'~ԄN[KH~W o&D2@# VX '%s1T@ TՒt< `G ݚt! {B4xaB !HqbB@s̉Q0(m,rRxDbA hPCRBiR'>!ćJV"ƋL]Z:!S,R[U\t`Ă4aPɈ~zq39" 0p` E.C9w6xsNhJ1trN[b*¸юhcE!#3'A~(u/PW m;ѓ NÝwxWTjT֩dU-Ѓ6D(9i[$'p C^sBv6bKHC>*O.[(ђA ѥN3ҫ?&|k=$k<&= ms)r(a' DxD| 6H8 *>؂S)`Kr=Jb[J>W"2P03*ϰAE%*,-7?MW K%\Qd?b(j s+)& :!`;BΆjGmJT%V"CmϷh4*yf*a!#r&{*9p9Flz1d>M7[OjgS# G:Y=f a#R >j*KJb_ t[*-ʣZR XuzrʋZ=5m!#zЃ!][*9:d Eu̵ݝBɫ0τY]L+I>>OZ)M,@0atkfR^(!āD  ,# rB$< oNl ;!` &C;GTT4$!Exm%[>Ԕo+pIcbcҒ+c_[kMᔛdw!Dd@"7~܊#5ɷ''Dǔ'4X4#0Z$Xwڑ- "|&ڌ&d+m9֖T9y*-3q¨tQ^f}0 6Ci[klҎTVz#EU*RK,XB Þb${ Qժ ˑyk'B*:Sgՠx.2G DP$ M"u|V EѰV4*|~Iu4Z-!Nj'0/2(D(D &w HJ+*~SgWC, e5`֌(#TF+.E5GFO,Ž'E0IDC<ʴo4f^p!/|HZH)%$Fpr. F,20\$:'Fo^O#FqMeFXkcbg9\~zn0 ȰZ1,Լce^K,I&jNHe`8-DTk`ijl,h"h"1>"Qt&P).8k@.zJD 0ڂ.'8\n%P(O6lj"BkgЉ2k*nLbgTF8,0`#nH`  ZrzHqڴM7Ћog-DIgPȢ(`O!+o&f՚p-&Xꊄ !'a\ĪX&>P("l-v=b#":e 2lb`'b ;!9 2!4`&Au'MQ 1"p錨羅s6LODFX%NK(PtonGH7ʢd,Q8(4DL861UcX)`+J ?R> .C?q55ZHDBf$ѯ"SK Bk&tK 7#  P)*ye툄nP*(h)*}SL$H1YI}ԭ:phΉgkVѣ|)4#?kV9đOC2aqdӾOL1H> Α $Q!IN\ dcF[b6L3qU?J5NZ+N tFyHԒ۴vooKJzt^-324,GCc(G 47ÃS?(6kbV)I 4"V/xƺİ4ww6TZQF b ,H!B}3U*hD2PJގF'o%E9642,¤)Wmsr]u(_'>xrfaZ$; @+qۏTE2HͷgX{{,8 ,)EV dn_,KD~fR؎nTi""Cr̀cD` i`p9K'XSv"&@%ƍ@Y$d -OзVW,q-?N:?c<sqP"> 2,(0eRyHp:l6C3ŧ8U`}|Q)x<8So7켚xlU̇ř?8Q NCMZ繞 v$H'zƃroJ3{ S.inzOZn6.2I$9QPj͙OX{mR/:$3ĝ$z$(BZUÔZ*olz5LZ4nŰ2`*Z)POd:[v/drvϭ橽ZJ E S 0ŵX)GZЙA4FEJB`++']9J7~ᩰΧ{QJ8N L/MjM\˄1\C- u7Vwtm|uu=׷ tG na*08zsW참J<<ѻѐ 3|vG}kEPV=4L^aHT«vhYD4C툉M(j9ͫݳ<5$j>@}z`TUmxJH$u:B=K'd܃PyZCzZo׃1}q~/DcaHKDRd揮?o;QM^Bfe νTCd?}{g`VΚ~J!p vAVܙ=vfڶO VQ$C i"ҩ9āoƝ*D8nNx"|hp;8 9 RI \8r$op=ϵz}rNmn So I!JjCC 4;C\_^2RbHƖ ]/;;&jU#4B |2QDjP0 )0PߚUO-f,'>!M0J\aPtnSFo ͣeYƣ7ʴ .nnU=Z6CkJ4WyCR$ ޒ?EPj~h*jֲ{+?i:2Nrc']A9YhB܋ "i?!tuk9LY9aK~(e3łE0HJI7g$R)@ B 0  @ d HМ 9tȉAkaq (z1qNĊ'6dƅs4YPB1$[4E˙3cli&'͝<{ 4С-T@QFo2Mr@/GCV V#& 0b <&L. $ۅ H 1݁ Pd ɾ;QdI鸠ή+[\)ABpi·"ite\0-6@Pu AN9Zb!1%~F0wMsdD M8 = J3-soi@Rտ'@>}oBD UlI7}dV] uGb^$@AD!H O:e"D4"e,h"$Al B !`-$ybaBuaRDUWg .TP^KU 4@@O gIhyVj4u| tc[A{s)d^XE'AA Bwu!06Ǖe:n$$ (b:M9 EE5T@y5lae'M՚$_YY)&:Gͅ@FbmXAe 8(I4ef $apm"hKl20sؑcV*iSHraIr3%s$0P2,ԆsURE$R4twQwd=gΖ-eJo2fpIs5p$ҥD@bPAoU4j+α) wiH;%l(HFԃs$QjIA t1o :TUǭ[ŽiCu qQ>Ǽ`KZ>!uBMvN8s0$\A$,Mc;˳'F';odO tZ}k\A rv Sg L A`*!V4|% x3(p! فR1_|7U%E\O)I҃*#lAC@L#/Zt- pAJPCfW4%J\R vwMf8(iRN3:))kJBٵp<g,L bP 1/ h" ` ``MkQSř$%cr9q\ނOh!}̙x$@Ư- 'L\"= '(aԒ$Ifl! BWsvi>V}NE@A&wľ fjtf gOL.לu3AfJVyvVtc˹pBqNJc4mLBKrQ.YtQOTɘd:PZѨ^fjP CTSs|2nZeSl8֥f&&]N-N%-I$uRGR- :0$ @+HWd/ʂ᱙g/kΊv,iOYRV d]բ6-fe;ڂD @C~; D %[ܙa %Jo\ԍt?Er ]@@%uk]fwMv[w˽q q @!$;PA=.oۖPA /s 9h7¾e@Kʻ%-$݁(V(+C[rY-C89ֶWnKwm ?`,Y߶fl`s}މ ;~<D,G%xx[mt+7*.t/]?>-4K9ٝ HN|I܅pqҜ4q 9];:grm!3D/B"o+7FTl@c w Ylkp6Zpn@fV(XYw7G7wYh&u]GPضx6o?Efxfn󆂢%os!Q VSS dg8 'r%X(_8q mVwbnr g#&kXq0r8ruV }Hs| |4sMWjV]u^E}s~t}~~ppWq@vP5o@ln~_0!(msp/nwdA_p ynnWTG'c_y@Vp斎븍yVC dWv9Y pJ&Y QP y0y`sQQ.d(qP ppap GX8+>)hz-Y"@0 X0"zCI<3ar`ٕ^s{8-qk9q9(Pvu8dVl6num~yc@VYs xyI A8wl'nTdXmՌow8Z7nK&w]xdoYl8Y/8ApqP @W {Dž](V@rxxbA7r&wo){~p'iW)W9ɞW s*G;'}G7};se_iV'H!u/~fIppdrwm'zpȆY狊o1ǜ=Y?uRކmH7:e`@vWYYimXnoppxH[I Z9ZAiԕӉ՝z•w`PYr#\~pYȞ u\?"Z"||.W5G^uiYg}hzy(v_4qXhsvw!lV&DثyTvFHHe6onV P>WMx` QF>Y/Xu l%u?JU~@`k8\:Vhj krg"z)oP Zcƨ\: s:Z .}Ŗ]l9^} Ah̵aJv80's!(d+ZlEcvضvi~ ix񖌉P銏HegT θyx?67Ahl`K d⪵X_]˛%D+Zb:;Xj!ixzSV079\y@ ʹ:;y XX C Vɞ;]nih/Ws%6GrUjjYg;!g?W:FK~VyJkF[6/nykWlm )wm2轃exmnnkEymmVY,mlɾU7m{YbJ̮U%,A!-p{S7Zii{r W ֆ.$[bл#|gK˛{5w}j?g)f@ pwRv&PƊm%ZYj w5wǤxi<[wmiܥ\)Zi6[L! 3a_̛$G]^lp@!0}F_'iqF'{q^ }6G}sc Z4Q+XȠǗxLtPG{k,}5{kUgթ]`@`Xܼl{8]5sλ^<2khfblJg3]Mѐ  -H-ѭqB1>ʲ']%Cҭ:4}*]'8W !,EHA*\ȰaN#JHqa.0X;&Q\!|hR$ɖ"S:|YQfI7E4[IH$RF;]2O" j5U`vmEj֯_z%-lɶmM̮ۤڭqɦ{.^U<8n^]Mo`RF[nCG6Ҁê \q۴랽2 ω#x.v EFW@O4<hh62pb.DB `3 F:K2:t3@D0e΀sV`O `$:VG oQFA@z~0 [$8 _BqFWYS:cdP&ҕau@ƾJdY"3h`D,t fV X@5G@"MbB:=c 4y)820WP $UX~71.Ox#kʼsIV<" @h+VO]JMh[@' 8 ;VѪc{ZM+H`Cr9  Do&;R@Ȁh]UjUIƳ"Kh:bȠs=ah\R{pȠ;$fϵ~LX}du8Eqk=7U3zs (Ƅ0T ; 9@0L6u}M<Ģ,&A;lG~G1>n BJHf LJ[|ud@@) "?6ꁔu( `^fZQ8ܚSE<8AXp A:@xH@+ EKP229P*=p63a8*8:sZN0X~} ^UM٭:Uf0c@UZ^ ewX$317 pOs 1mE@q 񨖳Bі0@+KjuÒbW˒5gr+dswh&burI$: ff~ g:P% fC433Kؕ]OF6  WzqN@ku1P<z1^DjV:8jDkʠC ~Kq:У*WE1p'6DPXrIW\ %BO ,K2< mED=@ڣ@P ПJv{LAL; D7g(C@a%1&`Kc46`v6?V6C4L£oKh^E>ǛV> 6Y48<.N47@r<mEP ϔ6[͒vueW;~- ZPѵ,Z36^42I0գlI37}^i$@2Aby $6I~YաW830;GMs6m#!1j5& >@LC37}uOiIP0h#Dß(Z?PBW\QŰL `լS=0I;`3 U.ד-;S: ڳSN}HԽ$ 3p'f2]A>1]w=4ى&>`}1+p 8 IeE_~H$2ngСE&]ڴAx(9$ʅrp2tLj! TacYF0gǜqBoZw 3X|$$QIxc=faw93 & "lp 1.6eAƒL8&RTqb!:8­3HNHaYh/YF8IF:򞅜XI#"c&4ȁ RbH=.C4S@"b`.:H( R dHdqѱDk*ꠃ=j+lA&@ .L!$$S' V`&,EzpeN20,Jhs 5( *rKHBV`;m]vu]xG,*3D2ȱ[ `J )lhD O40-ҋ  nA¤*rcZb@n' fΨ)W2 ?aS<ɷ|CR 3ց"b (I(5s ZQsb`oxN4 /MP([4ą~#jC t>|1bzt ȠՠWTv lY ?8Ճ8C"as+Bg1\JFȏ@ c"eg!Hz0!,XH0@ QX@ x#TE BDpP" Jr8`$F,#[(0p t`!|~,d;G% !-5CQǚr PBd"r>/*`A@B! Ac۱.wLbrpL\U[~CBz[8&&+IEMi@0Bpb wԜ(y{;0hk[2(r0 |֡${X0<B8{Љ5I&C ‰(@:(,p*b-3`1:u9qg,Ϛ$DxЃ  a-Fx:-Io)"&FQTH(IB#DXVJ36((De`Y;S `E!E\pKejJJ !@]3;NgզU#flYʥ7(  [ O„> N#~>j^2 XFU(LV̓H*ND~$ ZPAI@ | EmH_ !^h+΂/M 2ȡI >Z OyVFnCf"yUC.yo7 ''P 2T^@r{).\H`8-uU"K|`6 ' "|i]0Av@VpgE(F23PbA1ua$@&q%1w37`@|^ٟS^BxѴ4-$<۽b`s 0X Xmb#:AZxRi2j.@0T}2Pkm|UVI J`q\慐5.nQJ+<&^f:rEO~ 1= a R d‡aBڃX5K<FA|ba;<\/. v7C[K-+Qn+,K0Nޗ`׳Kw .8I` vRAD?`se Z{:*߁^z n\xPсNq)6Ւ. 0厱酀asX6{AOBZuwvMB+S_ugڵ{le'(]L.Q8s;9|ϊA}tyoWڃ!-@ hVl /׺eg^,"J'&YfAzxw1'\{V2LXCӢ>Ha1rX/I؁^88(@"1!?xwJH0j̀R:dp H.*iATs0|B(B)B*$I{(HB. )1,Bi .t1Ã7<1 A@t 6BBS:+h PęIF"j?pDyjEdMDąP\Q4EI ڊBlEW|EXu4dͫEʒE^E_ A8Dc<0 ON=#F@FjFF!J)i<@ 8Fr,G"t ` {FӠqԉ0i2G{<ΐ*{GTI0? Fw  HH)„VŇHvHBɿKӘ IBUHKHIƖvyȆ| @=)k${KCLܸ|0L.?{$^S5+&ԺLAMAEp! 8X@a=+K,9 -렼n=LO,ЦR;>+·G"B-KL=2P- (dD<U4 <+@2* ,[4,ѧYύ לl<ړO'ہX2 $+.@"-ӑJz\H  $3zLJ4U.҈<BC:lC/C/4SH&>S} kD:E KDTTPJ ?6}2P]Uթx6I,QVU @` H$H:Rz CUj}JL=˭B щVF;棈Rhol>魉B UV ƬBU@[ 6Zs1+| ̱,M1;ہ#PwmX yeʅȀ;y7RZIPc27)1e4OWEX:NSÀl+ٰ`:7b%Ɨ]vCi CChT=_ޗ']Et\!e$Q;%_5؈= 0?F1 Đ X/`F +R`r ^ &߰p۰Xݣ" z, l1;4$e26FnUϠ 3 VK^0Gۗ4NSKb3֗IHk۝&K[Hl> j^mnm~mخl̖gAXI^ }WP&c}&Xz pn^FmT0m`6&ne@FnP.o>oNɞ׬mi&ІH(YyLH}@tW(XȁXoVoopVopp7jې fj$Ї' HyoW.v !qp q'vj(q oT0/wGri$%PW^h&'4W0mѦr>s?*``( }X.quGVDWt&'o9yhNte=tR/uSs+IB<m0 :te(^qpm'p00rX[ρ 8v>uk7j)vmT P_Fvm~v>v}u fo}Ӧmo@wwvvx(hLj Qii0ԞsZ~xxjIW T8mxylA.&h xn.xjꤗjoɣsz&^zg i mvli'vVvz%xk~2mЁցLijk?wNpq{kk Ȅ/G?s'VT|jV}fwiY|fm؆x0}f\kk 9_7@ GTnū?zIjut|P@o~VivОje,hp e *2SHּ *"HadD R8`ǁ1A7>uUDy"B-j(R2m)RRjʂJ X]j'^9⦏r}IT]m2f =mx/گeṋo* ٮЦo[܁lBĨN OLsXzJL[}Q+7jSf6}-!p6%J/r pd޷q&ߝ%NN8Ho,Z5D%Ɨ_m6Xa5ye}%Kn󙦄==ͅRR!URɰ%3M$%ȢO\xU,9`TO&6%ڇEUWEO%|cP847#\uJ!!d2c c&PXDPPA&JTmi3Ae%8cd `h`WV8AaüЋT~IHXSԉҴ RA\hR5HA (:JX DĶ1ɏ~ Aו g*\$#ߟf=P@?h>Oѻ g=e " WBP [#Éc^ړܱhKx,!ArW , >)"}F2}8̉pD,Ø̊Hɥ %x\C?('s*bC.@AرR e \BRHAH$=mg{$hKό2<Čh9W@*b,8\qʘr"8;ߑw`J1ĨNF 'e9 jcB7픉xB MpیYNFЈ ZxB"agc ?C`p h!ї EcV9F fN3JKO6&BB:˘s)H~g; Rz -IG9K@ *UWHժDϵU= (H©XyQE&h)Y@ۆוjO#DO<'v[Gi  bfr zØ!@* #rg  7jW\ړ<.j6[maL+-җZoxv|ӄHn?+B} K l\x>ElOv8XȗOѕ@ņsr4E. bZQ$@;r)Ɉ}xc! \ v0Ʌ\x.Nb "$A,#IBL\ޱA„OYmIM kvV D~~2+&#dE{ѐ3ryExu3KZFsNrQW0bM; b,K]D'5`ػk{ l'蓰:qިzZ-q;$fdЁuG[ sBbtW]6M5w.#ʗP@lоרV^F6Y"霤AzH/9SE'.o DӗFpi,"ؼ;MXv^088ybAׇqN!e3(w2,ƕJnIX".\Et~V-uR@t ArV-Q-TF϶(1xٰQ<)CC5A(RQAT]T1(ɘ  HX_5L69XG\N4)M3NLG]  ;}D_] ܨVB@^[>B7P)X]9^5^!7T@ )GTD"C0 [Z@#VE=@&lL 0aQ<@A4iP@Cdό7˨Wi VE<`@Dl :2G55{P7CP90#@1*E3FۇB@tB  Y'@}ه@G-DBCCM A`@$KV@ EAOyG)Z[MM /[K%R@di٧Z\d ]᝘bRu $L2ɅQ%@L[\\&W0ۇ%eKY%;%lLZE\J>dۉ[B`ۇ܉Pc%g_@fUHLukaO\,,@FiluoK.Ec 03&ɛGFAZJ&jP,V NtoQB]]{ _ t*TTրRQeGtrt]4b#=WP@9\I&wpD7hK&6P ǵZpYӉEO_LNxhzOp^h:~.g5W@K\ .D5IHX^&"M )Yŏ20J @YJbD&Tf ȋtƍʡCHdxK $T X}t˛~cF[aX|Χ@ϐRAhN0_]Ld۪SGBTmP Gxei,f2 6[GfO$@tjZX ]G$k%gr^S@eL ,7qT/Q.WI,Ƕ=` ٌ LkAO/Q@#e`&lE\@pk~,2E2,aVVyD: pQ a[i\WAaFɸl#)t.!,Ḁ|&v+Kd"JqbUHPg+BUV91c|T+R(vZ*>@"'ԲUbD^'-Z X%Y'@,trV*-R@@zx!WWTW7֮Qhl\y[6vV8vn\y&2쮇7{uC."nyuKBAt|MU MYkΌXXQۀ=-JH諾@هz"ýQ(\esOknlL*pįauQ @/oE.Tu‚0{p]+.p^@r^*y騩Yɶ]T(A/jϝa KI\8B  j0hpc*H'*+,w|PuzzӋX*!(ECh_,olwz,i,p/a  J@1LR(!E=L{D$ -iB\I9 Ӻu)EPĸH;` ݴ`W,9TDr_:@EA4<<- s1\)$fI':4% =n@a)C_ŽTHbu|la4XM{@2kADrEC0x; ĩk8̊1Ab& TAD4 Bbe @ ې_\w{ōp|bv,.#(o;lN%i6 $9CK' !, 0ΔQ^[ LcJ$ LC FaiH((D(r\{\ ,IQtG*#+} 3W/'’Tv݌%E(@ pmAK$+P*䁌Hc:a4!C$N,Շ7X(y`=)䃆UL}ѤߨzeJGAcNAC00rT=*B:25Wa #J&j((NX 9kZDQBЊ+:xp `1mk.&DL⼊ JL#[;U+$3X5aMXTֹHQAqARv嵞gEZǴ\1nlj+N'Wk6i+bhT0sj; S%Q22Q0ʔ ;j]v@Q8LK"\k Mσ`bC&d^\<BaF.+&&0i(gns,m$-Yh\Aj-] 4N(V/%!+#jB-GP$ M-M%W0Fx@*Y˲Sp-np"r֝'oxXRBeϊbgJ)mҍޔ{FCl,Yf7Ѣ:UՑ:6j$7U $ծsЭ?e۸{j3PVi\!jZΘҀAʥTmt ]5n D0ur!05yj'ȼ񵚖E ,6(^Hk$X P% | $ c1!d罟{e O&NF,J0F~0~7ܣ-qV_\,cVPE @ 4|N7Y -`V6OU 3)۸`sАy,>Jm<`BVVee8Hz*!""*`rwqKJHHrD VFZxEaZ.%dE@86 4@4Kaȍ~_HR{'- G7<ȷ~^@b3|}+ =YP D*x L/(!5| %P⎶(F"F&/Єȅ*&7bƮAlF..$Gd:BxBo/;BBHwQP0̯6hO(܈!d"qPk"PU8%+Hyy0 (xA"(P m ; n'"ĢOiCe ' wك$0 )G(z(#6*"0  gF toQ xH cz:8ni( kP,:AVI(")lq=IvqΔW;yq}i9H.ɮ)Z&d5`"`-v2Y*#$/g2NGP1) foG,$j'>xT$Ur!v+*~&ʋN"2Mb F5*r4K+#"Wf6k,ϭ$K6c>B'(#)7S1˄1ۦ%C2a~'b(q" ]Ǫ3(S;=*3eb>nL-|2+8Vg,z.6GE?B@i42S1o A<n!0C?C :W>"?C>ZDkB-:Fn$C:p.p£zàjeVJ,{yXf*bhj*1Vc ƶ8\d5'Fŋ9BP!0p]e]f`+`JlĢ-w&w_[F,aa^ <&Vcj޲_&+0^$4u+@sog3WԁwHGB'qvfԋD!ȋngښ`N\E6]nNVot!*v,(B%(v衜/#Dt@E")+ cvcᔀ6rvWeH`icpU6:a p"ite#(PmerNj1(2T;bEJh"r/zߨWzBV!̣ .|SZ A2 hXB x]rwn){zy(LtGRR0/&x1ixI!i1)q̙LA8 sqڔJƢ).s>Ei 2."-qVd rxQ6rq{)X,)` \%!jR,K(sjRJXJ-RpsjOh=o,F' Efޒn-;9x* 1'19 0!.a@t}&J\5F L%k1'.2H7*9a#HL #B t S/a[L<*uQ"*m"lI}BSӼDa{cT-Z 'WLE,/#!"LVXC~ UrqU%eAY[,ܛ!U1d[gG"UM{[nA"XVxdFETY2ǁPͨayB|n© \{sU DMA'6ʗ.$K!Qiº(B j1WbVrEA, bu!2H56B.`e%_qco/a_%%=eӨev T!fϗ!a&6NʡސjdÌ敠.HJ]N=Vρ!h(kLNkt) h#ڟa_Lf &X}!>0Io&lꤸs6@*I>}CVHv&<#p"g׶], e!B`gvAIpn%E:!Pe!21b)DRz&^pC(pB>` R0BE:|1ĉX1#F;zH1ȅoˡdԗ#*9dҡo[0Iʤ@A6u$.pֶ(0">*SL(M~WZNLRIGd x! |FX5 6^ޔ`*$O}io Vhc~v^JFtl.+^%>:\8>nzS#>V"D2JOPbO I܈+ZIw*-7'M-O[оzCY>%K=t{\.B;/",+wFN⾬`$M$L1KCuғY:\Tnrע0L5#G2PlH(OFf>?\2~}L'(TLQH ,@r/iA /dLWGb@eD.;"dBX1LXPJQAP隗28Q"8QyOG|I?9o= B@/86C9 g&CH qڷO}?BxU` O(%C+*D8D{>"fp D$Z{(RE":1|8 hd$"8qthE|$F~H!D*r>"A#r"d!^/ Pr,eGP,hG%Ci9 ,F  XEA Td@K:d-YI0@$(E<ѳl]ɚVܱEF)bП-,ڑ 6jViFjvg?HΊv iOFk FPkooV -.Ft+-Aw*xϋ^w-nz[^}q ]8W>-5`ך` N0 Gf%|UF4$.O_ ؐ(.D6)x-^IW\X-&fwؔ=dF"M\_( ,kYpE.pblXje(cn}cM~4 |3':yЄֳCnE7Ҕ+!9?MLO.ud=v޴` Xլu1ehwzלW^  %uke@ͮ{]欵 |{P0=n֦ [ڞwpmofśwDpf5'eg3+3P=Lj_.;E*0%^nod;J9c+@/zCtnon?7H}.uR}X!Ekd/ώA lg}tka|{s,, "y ^ܨ[yyq~)XFF̠v X iBsA,ta Z7Ek1_ iH!+i|,O~ʾ#GFR 2_bFFM0Ex xYZBXsAi;)z{8{wYwa%zvXc|vp}dWN} ~gPd@GNN@hXNwPv30v0'-r? wFhwYpwlEsN'{gbha@]Ѕ^`1 eHX[`}QevGW3nd0.h|irgwdpKqc}R}2  ;3e @'.P@hk ڧ-? fb c ࠀH``wSe|`xiHZp!!UZ Ǘ͂aX|g׈X^>cb`w[@}>ȇYАwvqb@`h ܧ#) #ȃyvb zG7  c  0w `ar ݇.ܠ  P}WwXw8ea4 - Yfhf`bx}]``)߈~sxYP{[(}zn8Upa@}Y\7xg@bN0xfg59p `G 8~N.@R׊W m"vm Z ~@ ߠ-g`P O8wәolV7 X7wP艀Ax)-gX{ wqglU0cay|x |ٞRpb Ǡb~]x c~Ғ;84`1؜rgg b!g05X Lwy %Z^gp[XUXȐਖYh|[`z|YCw{|χ|3nHi Js. *iv3( )}}w63* Ɖ0|gu p7u9bѐpxw@{lm]zY!Zxpiȧ| pcך`HPh 09YvR@>.(..zm7C. }*x ڤAw㘫ze`hȞ2iXcɦI~NWdz~0~ׯJwpw0:<~x(/g K TYwZD6W] @<ꈲ{(+ۙmZٳ50飥z *|vx9R (ןLzZ0;˴ZZeY{Q酀ph^eLZwŠ~j }rܫvwKvw4˴cPwK^phi[pN|Kǿ$M j ,#[;hk;^'uvz[L}*`p=? A,CLE\`HH``<|IlSLA W qQķEY E~,cr@_b^NNrzW2\!IEIu<|\FE`F ǕV!E@/qU,U[W_ E,_R!>l1AŚ~˵|V|a,@aV_,U!F,LvtFI+Dyʌl@!lO>_͒ʌE|`Pu{cu>V"$Dun,/I  3ge `||nʌOG5Q,W^ UCluJmP f7LIP!`Ȅ"D}Dz qMvVIVeiVL@ ňp_пb ;,LRT`! pг= -Ѯ[ -T`Z|۽=ۂpm--НRPnpp˅H\C\,mc t1e} !D ~i>KtV qYwtGk_ 1֦O͢`뉅X a QS\q/ O ;47 p-؜lI}AV Mc1E0 pR[?,0ڿa۝]mo}m=ܫϔ8[V,>,mĊE  E:\HE C1Hha;"࡬`* AV"X4PEETRM>Uj^ŚU+"EJPAe J Ba"l6V:r!o!RE|… u^ BtEfZ ƍeLEwH:d]" R&ڵOG.ItE;u6V|Hi [+}4-F^qS^xP}W)R6o^G*J+ k@olP B CNb0å #0NZC?1GwBrp$ȳ$JI/AR6 "D)"-v6*/)6yΧ$JK=O?A%PCE4QEeQGdI'RK/R@.ȴSLT SSOE5OUeUW_5VYS ! ,E H*,``a,xE )bDQ)DŽ=4R&dI0ƕ.[&(Q@m* PHq$saϤ;U=I5&XՁ׬Mj+dÖ-VYnu\RtM-_Xr /Y-wؼMEW0dNsZ_V&<60׎74;YאUl1幏sՁfkGWҺ!?=.b߾nwfg _^Z{t=΃+ٹ[V}jW{W]z7]}>VD]IXu[xFgZ1bV`dYpX$v6؈EMw.c(rO2e?ލ]Uu lb_&P:uE~x[vca%!me?fydlW⒀Ux(h4rf)ڟ@= msH] TS+=H3UDЫBĬMUU%Fұ{@{k1H۔DSqtӳzIG=eҶv+I~S KQ @ ԉ1n- u$BTD@$D@1@\<#dGG| Q+՛,RIʡaW H}/:!Rp~n!s癍LU0vV=cUNmgWVC|4B6D"DI(1& Vi{-(5X@c|\LF!J2r- bBS93 MX6#;AQv#dC`0u*fGKS1Nf]dqO/tSk߶[չZ ;OxAkI$\;Q!@P"䂦J@ׄ5\2Li21Sv4\+hgOD hZK 70i*؁ń̙ Y83MԔ6H~t%y9Aٔ)y]?NV#\a|@NI [ N)IU|۩,X?`b&)[)$.EܗhSL@:[I-@|ғzpUVٕRTX67CP'b|U.x6sv.u6Yw06WfS %QM4,\C<V6M(6 FP H]uiQX`pK\)l aepeb2L;z+}[R"Ń~j>!۞e3Ue.זprS H6Bbb`hQ( Ѿ@[n-wOqך T[::b9ie-n{͓R,.d;w} ⼫H(jBiG\j $zFʯj[L(@1 Yi]z (ahmNH(GA;`BL( +iew$Ѫc)yIPEnE9UEl0zf mHQFre}Cwa{4Zb4b&m2w7=Z4e[v}1Q:=AWR~#X4D6s];FRAY5scyAl^BUJv; dwwgyلDYcex}Q_?mfvу9 9Q @w01#55A#"0k HFR5elX&TGf>NWӧ8v@8@FeUc\)xeuRvs5gFӋ8(dt-}8Q7VC 3P}x GL^yW؎\ƋV8G;hEX3BcEy-xvELȈ]2x9fA Q "ő:Flw fȒV}t4GNw<蒗ǎQmg}dDf'j17)d6j$k`xBwT5S^FzWZ ^!֓;0#C4 T7jR$uUy@Tx!j×= wdr|7Vi3G֏e<%Ed9队'W0ESi,7%C$"umƑ J_fA @YrQ4mhc x:lDɜ&^}Bs8{`v`{KdK96&Bf 1GX17#} i<E gPpi;'F"hIy9LEܔC}1֐`h@#GXe*!xIvbE=Kz'ʛpQaf2f=McbY7mf1J@+@a,EԘ]uG9KYid:ŤWIC :0FFIb+0Cpf4scUp}dkE^z'u[e6uR;F| і X{=cgԥ8ΉۥkZOǃw84Gaf$ iFWoсjn:m4&OP$0&|eQU9CA\TU۴=8@#?8g`ɮ-DzDxe*e@ ## ֙:V``ov*`%j 9[Y#uSUt{U7d2wƧAo4rirm r6:zJ$VClXI Q)/5eiQɃ %Y{#SǵrU1930DSC%j7;xH8yq;YpV "1=G |tQ~<sn|_BQ˘)>JFTt;bz[B1|kE8wF;@cQE{&ӊ+'%gO\N[ێjsBץ;P:A@9.)K ^D;+:Q˒_3Z-Kq# p~[ObLXEЖb똨jkUX&@y5ٓ++&d$]e534;9mI "Fl4%šEq)áO+R\zt>,G¨Ɩ^\(@f|ZiɋDdŌ g v|2 ?ȐhڣlDI09iz %;cY=D9yzLzu3°܎Z|Hܕ4<.ʜ:\yFeL8ЌǮjG ;X?e|G|Vʌq~hzU$]`w<$qgSُ97PQ#q0POL&BҜ zʤI90%p7 7M hGD]7Đzl8qHR-E>S;S,=9s9Lx p94}~`mFZsmr oZA0@  -FA$4A1P-+0:F`nZ2%~]95]Kl|gh %^@S dYsw0%7e K v6RM17mݣ8;<ϼv}sL s8A<V]pmNN0% ]}0 &UCP:M7@m usS[-`%plr dzOWL }2]H01]J;N%O=1~^A0 ޑ3?N !P ׈ھASD ދ)ޗOhg+lȸԾ \4;;nY?}P}#3}}6BS @1֝I0:f>8y--#Jp7GC ~a<0]7~2q?f N^]4|5O+1%w@:5010A2.=@P҃ڻ5 ".Eڪ-]>"/)%0=jꢾ&9o;I! Q  w8 ~0g& ԔY.wS֏9|ȄQsJ>& 278_@il.\B 0nj!]Yy<9jo:<A:,HQo @7\687wL15nlٵhd|H~U D3 2˺UF{+ \,::D<AGKŚ͌¡ I-~ p{mOO^>V0(O .dC%NXE5nG!E$ɰHɌde{(,xYM9_YAaь)DSEB9U@<5Nz%[Yi-B0A(8_chA@8C_e$+\ob˙j2nR#hZFPV[ϮliwmoLnu)z$nY7z#UDjs=P˦hn\Oč5pQ~ ?B ^Zi&*BJ 1 "O0Hȼ(T,؊{ 'Ρ[%HzC!8$(G  Ex,r1P2nʄ@ʊd$ƦV %z#Ӳr͚P`NƔq#,HPj.?]3 $xvAWbjҕ~"B,"$A 7 Gn*J-|P & rt!O(`U<1! LHZ rZkV$$WG8wk]Bv8"bz\K1 ph,kuZ t˒<է5ũזTsccdA&H<$תB@v.`8 8Ʉr$(pH(ӅMHJ$<6L?PUpۄI@^H3hd壭8:*wX <#(fGJY[ z^qօ(fRr0gA7}q8!(bP.pkIg=Iۏ9I$IVa)! [ (Vڝv'rVPcG\`b5!*aC@+qN*`wR+Y!P ؚ |FpJq[)Տ)ʈGLp!9Rr$Q$ũ ~g\ZDp)-,zMh%:Ac.efn!H~gLBx;E1RVəNɮ%DВ:$(Bc*4(*@*r%7#ؐ)hBN#7F ,Tydc0Y%鞹E,dT61oJ8bNpr# Ѽ\EsC^S3Q5QOhEX6HN@@(BJP54! e BGhG7X[l#|9eiK}O(63m.2yF.iWٝf@A 0i$)N]٤b=*RF:{X@eʮZy洪yMOŞU3*  @iNYcS?^-0Z2*o5)tvbHX"X~ f K̥6lbVӮzDUnNcgrՖR(V=BSe{".B1Y}Y.25hn*2dg I?V+7rXP2;[)ݎvY *fqj&#Iqr܍l+]@re%LUf]6G jY~O ܿ1_\/ȖRўжhpXڰ{!k k";29p.x5G3@Ӄ" !f* ,!8 A p 8Bi&zz?8gSsN:}3 ; "40cU,@ .P5$? C[K)۴Sa=}D:qZ +@ =*+C ħB!}*aë" P;\ =)I) }a:`"%Pho"l#(9?J338 ï|7E7tE.x丐?AG(9T%h5XC0Q:AXU0!=c*)h6g۞h >+s%\~{5+s*XɆ +jd84 -<68 7c;Zd肵[)!K!ú˱L-T2B3~?i0:?P^2 "ȁ<Ɇж>>H|M<@>(C g;=iSJ@̈bPӰ0ePыhYZhك#XD" T9(؃ȹ*ʨ(WH|4 eP( x q/KȒ[B \ Ɛ oi: 5&[%::69Mk&"؀!o !=P!.0.N*F`đ@,.S@N@򟜨SEѣ2 P Ne 8N 0.Q*a M9: #Mшdžp=G-% } ఙʯV$[8CX"3ϋ *ƚ1({bR*- 5卂R C7)4 ?A !C/Ҩ#E8 ܙ`Je-3lI$Rӝ@SpSD cB9##x CPjԋ RPIy/ITER(*94-*Hѩ e!AJ27zò mIyPg*A,Y75 ZAEAs]Ł 3 q' Pͥ; $v'IU({ћҀKM6 T1j˚`A)1 菂YA0%EIpYS⒡e$ 9%u}9 p{ 1i$ku=y#X"ACR3 6 IQ# $R1 !OJ] AQ,m] oB\؏-siHq @HIC EJmq% gpi"` p@- D >FX-߆([ U"%QlUc[p0Q!bz9؁.A[hB1ٙ0aIbFҠy$?H"8&: ވV4íA`@I"HݪN b_]׸ $EI @ک ;Q[Ǟ(8[%X$i Z)@D"y7ZPHi$R MZJ" A&P3*ڑw1e)Å"\,-b`p[4A{:7&^~8eȤ(s 2HڏX^^G -yqV-0d_4}&f<Ƹ@>Ve*eJ) QP`8?::Ԑ8w* @q& Do 9` >dFVt&n: riq 'iP `I荒 (j"UJ!P(j((Ρ(&U`pj`jXX},8đkiJMɞTV l^[oKCC*N%n$d hog G< ~E -Do '/^.@bIq  Lq"xqpr#O$rQp>pr&?)G:%>r]l*wc0  DAx#A ó@ A!~vmYJ І$ @wl-ǜ5=6]0Xq,p eexltձ?m1Ξ?gA`"LU z䭣g?7Z$2IzqanBG#ctv_rmP? 9Y咂! DQq 0l//bsRd"H#dQѨw%ٝP3rXt}mL_ɊɏZYaWg roHľv=g6Qyf=@.ڜr&ߒ88om p@VzUzOH۞hwIs*Y(x(dժrAOtKf8?RYrFP7J5{B:-9EA]P Έ[x(s3f98D3vdP[˺QՉWO.~=(D2 (Xfq?!g Ȁ`$=GoA9<y 9 sƇ 6?yfuEȀQu]i~$AT!&'EG)Jԓ)1U$Pc,BӵvP(8RVA|"WA"cMĤBXIQcUSP@Fh@|N;}AB]5Cu\yP{'CG EPDGu?ʥ{ؐogQں L٢$dl Q "Th"g?ZꭀYMU-X_rP²ئ Qo~P%ڻB䐣hA,\8\D\}1R6ظ$+p)AAEV+0$5ߺ `E֜tBD|t%GƫL A:Iq!5jH_w]2bHԚ=mc}]5=CP 6V HZFu&|!ddJS9$6urk] gklEXݰ;5@yJW`:px>͉ U5.`2𒷼Ejs@\=2K}Q\ wQnR]`Lj$<&. 0}2~0b}cSMoqm wa)5 8<$8P' HZ![s/u`buG|vMjopL tdttr`0zT/<ͻX]d2Y%^+<湬IYv5\RWI`p!'<;(JU bh;bSkQWcrlIRXUwDʩ ̵8K5A n 2 &o\0. ;h:LiGyJ,l WmFs6/ Vgbބ8\)F5X/o) Hb.$Acwiá8 [*|K)`[Œp 4A}`" \bpx5 pD\kX0mquXukԄvq45^T"b߽x!hotCW@>d/;UN^BG%Yu(6`0-; w aw/< l_lQN<Ȇ<Z7jF)Uf>%.#v=ѪeVmvk~ϣc:V>eӿ>VgUؗ-A,e~UE?ys?(r~ӿ/xq_a 0nݞREؑ`X]]s4_` =`U - "HXӠ UmU9Et`\EtP*.aQX 0aXE-DP R`!UmF lVs|]X!jayD@, !a֐'_NYb! :!UU_[Lb!^]Euq9a Q=(`N)W;M,׬-, m  KA ְ1"!)np"4V#v.Vs$y@A 5)EZ;Vš5 hP"q9zX995#<"=Bҙ۱G02 RA*@CY-4Z CYeG{QԀR1@ D$`mWI4%dRȡ!9b$MM2Teby"5V6&KdW aM F z#VYEd "‡ t4X%ew^œieM^ed9fRWnLIԞQfI6TAfR~a_Ÿd.w&=yj&]\)%`-o&fZ(- &ohaR4g+Ubmb* fu'VQwEE5F$V)`LA#hfszW(RT@hXjdaYK^k&@lKcTJB,, $m"+[ԺĚbUMy-ADAF6-ě>^AϚfS۲B_wF!^% +T怗A@B 4$N\ @f.Z՚&:(@׆@SVAjm-M!Xi`c/r*%B>v\@Q9ĻJ(Ë*4/*lL*s=QXrby]bzmZ%0 ?t&V5>\̂W<®DS|Ί2nr=Kw%-"vrbwe=Uwn%_Dq4itRǖr\JtCW[-杍s@Fן~tI0Uw}uW5:StkPE(Z55G<]u]5_6->qa9cPM\`Iu665[\2vM:41 fxilEӒh{NU YjS㪩`<ʞv:YScqld2]~t[Ur&xUk 7fljZuq7_2-(۵zs[;ƢsHLEmB>֞nl6qwf{T;E~Vg~I!r.T{Vp4v\t Bwaa~3v!mu(nl  O' vu`tZfdg߆ 4g-z +S Z}*'6WpkDaQ1AMf ZA[y\7jn1Zv*g^fYEŮ@'ko,V PS |.B<x3ul"yA$!U(h$$);p+`쮺yG(tBMа!oj @ ,_j_ƒn8zi"/9VBV/*zE&?>YTi&/tfAmmR)U׮,v;Sg챬EH9yM,ʁ Tm3:DDZ#D8Ò$ӗy$}?[ VwTr}Sw r*8.mAx|( ^1*o7B9k=mwheQ:RG{E'wR)Xi.2{Dpr> 6:QHw[biZG_+*՜W{|6_EXfiu“XZ)eɫx.tȁij t8_9ܜ?n_bIg>c[VePNX gK$~4xaB 6tbDF$D9*1"F;Zhq!F ApfL2̴y& Gp'"*X2>)*h@HDPU~:kadxlڄ^Uk$UUD8Pۆ@)6RcVV¤O6ARٳ•_MmB?Yh[|a݆ks!1R(l742'N!R"r [zr}INwn\_&@|[W a, 㩥V( .H#! :PTEҴ#K̢̃I ڑƂ<\R!Hz` " ,p"$,D,p<̲"N:0Ȫ"έs"5>W<\Rϣ2 b jΦ|`B)IXM p΂TxL#T3"Ot@7D\#uj7@>VnSE.ՠd*pR̂H;\?̕WJ;|QeߊDWv0sU V"0J9`;H܂3w!l lYـj  [S6>i4S$c8?>2麕,X6 }OO͖N` ]ع>خV8o^c ɦ)p<ۘ;se0[H>MW?%]7$vڽ MV _M/pKw`=Og_gxȈcCt1Hqy"׻8|%z~hY_OTGGv,ݏ]P{Hn  HbE(LR +AYuX]=m>3;ȕX3QlPXBpnn \(!"Je b,a&0X.\ vÛ 0(aHT'*^tvtDLG@(r<@ue$# ܓ0󍏉Rԋ.& n\*#Hwӡ",(:)hE0HvdvIf~P"*Pq8VCV>m&#A a,բ-Q*XdBKQC"yݥDA2OE0t|+>N&iTK 1YH!I`#CTꊍJF`0X?8`9s>G] A2Qq|J'LD l1 r`  e֥|PĔF`Z ( ^J(Q<~3FHߔҜNMhk,jCܓqmG$CbEZ$N2P%[ZU_T f t*`C,+wh#) w?փQlz<2dc#|`.i 9FWf^<1\D &xb%c6ɔ% 3nؑCFڂvU$w5K 42)`=YR,Qsx.vd]-gtXji]UIT:í 2]W %肄 a8, &&J_/ńs(r)%hdT ɥ4([pmK1w{;Hxϯ|7} ׉ɀ⡄% @ ZfDx&\8Hyצ[%_6W:x;Q_1z jTHXIpC A`Q @A#p(A&0HZsM˟lu]-%%U/=7 7BFX ']rkR!}"UQ RnV1`x[>gQw|l9iLMe3%?]+dl| @rDٍ?Hൔ$f! dFKӝ!E}5 1ԛboCd%{*yb@ X4@T&Lbvr Bd"\fƠ0Cچ`Oo{o.GW-Q,sCVdE&D$B1@.]l &FD‹1$@DKb<֮׌KpmL42nZg-h#% HrD ("(.OWbYpyi̐Ɇ*]B@Xot,]EgO l(&ώndIz;BBiԏ>!vg (,!ɮN50KXр("F|*}2P$I0_qa+qĹH 3Dh(Lsq  #.#\b"@1Qf>Tnoj4' 7d cF@ 0)0G,l%&~QeTB&qQҨ#1*# +b Gb&a!}b3`@%=/u:1a4b&*R#c"n0/'"(P\\Bҿn rt> $'e(e-`#U$2) q{vc/Q${b/.3f^"^ **@Dr,!0$Qs1ob u72?Ѩr5}b C2q6 ZL4)  @2&Ri0t-*7ͤb.}ÈtD(.^)(&Zze7.b^@$%lhPwFÑ.R QSm>\/RAϓ5*T/> r` b3a3 Lg*RjSHq6_r9( R~Q$|"H1/-m |1UI^$yt~; 7wgzts̎'"`&] LRB`]xT%j 03 .2 FmaQ1m&@Pmh=G.%q{20P]pJ'+P.Pvt&PQI`BQ( O7@U/AL`+_b 9<&&603RX/*2u$bQ[O Ua.RZ.ISwR_Z1tJèь.t&YѦOyC+05H5TKGKf%6 ҔMs3N&&;Rtg.t%ųSuIF5PUR_P ySZ`4R5cbadGр=cZE(35H)ԡ\T¦0x!AƤ&(r ֤dߒSeqH&#G &$K_dqKe IIWGMG߳GLQnMUIw0sI=QQe3K\fITQ E_^) cTK"߄ Vmi6AsB_R;+=vjQ"Hv#T;Jnjm-Gs t-7?dT-VNmb3\vnnjX+*& -N1YGCK i\CnWkmAKH-6. )Uپ{X)W6q_uq6,#'ó-y.i7Y%"u%s]z)ph3#!;RQ"􁻖Kׁ7u6%_pCHA(p@uyX `XyXa)1@qXxEA wXpX,숙鸏¨gXyyzcqXg8嘎ݸ8׸Gu|i%.]y؎)85=' 3rx}ًXaV 9 @@J8'Yz29؟88ؙ*YyuؚAz+`Gأ˸rX!L˓f/AؒO.=9z9V!X acy)!NeDzZyXxA zeaXdAy?YQX}9ªڟ8؋Tz) !؍) yx;{Z}؎1cX)Yzy}8qzmZSZ/@ڇ xXَ91+[xs; ڕa ٝxx%ۍy !z9!}xK؉aA؉9X嘊}X<9=Y[}[1Z%99|w8 Q۸[=&Жج@8:b5uIqɧ".Jx Q<:Ư`"A\AnPa ( ι:=\rqرĜz|؜u|Ή8Z=7A[Pa̽Z֩Etx6h:}c#Xa( At=ٟ]\З@̱ZG]}!ݓyX}|q]Yי)6A=ԟ =] }'~̇]`^` ܭ-"5[Aʍ/+nA"d]j_ ru>c!ٹ "!|^8 rZa衾Iy9~gS9K`]aN[ `J@4{ y>¾s)u}y!aڣ) ^@_O?(Kp J`싘_~돾:c0Oo'G?|+>س:S}|{?~3[\Bl2Bҥ+#ph /(aBG!yds蒍sem $܋+1Z7%ФgHA: F@.#=dHznz-[I_i&#OQ`@,6ma+p*O d%z^9x ~!sժ DWv/8k>g{d妕]B /pB 'Y *6:TFy:AVL:{/~6+Prb&PpMXJsZG e(o I@3 ܳ1Ń5N^y3q ЖKPS?`0N}27(WSB#eD:@<,呐pTΕp4cH*Јj\*ɅZ3L}$@@;( EచcyMRIBŘJ4@˗PiҠ.L걨d׸&-*b(^I M;p.P~jEM AKLFU&Nx4=JE+V- INPZT Ѵl:hs1%(TXYʂ+!|UTph*Dŏ|MV4@%fUZA)ܪMJuZYkRRJc Sr6}f% i%Uny*Ѭ)+*RgS2@kUBfߛ4B mvd<՛ۃ`jt劐ޖVjT~ԃ`BZh҃Υn{oы८%E TC aumnrmsRRhWz\Arq*җ QG2"LyD霔I<\sF9"\7Dkȗ'2ߌ˾Bw.grsV\. !4| iNOӏ rYAi@kd 9,"U朠1O#v鴬a[V:t YҖ.l'}YY$,dّP[3H#5!. 3pMbۙ#}w{q ؕApyMnf3݌MWZ䎗ka;^ZF 2fv=.n=шirSۓDDB9w"1'Q{k7Cpg$9jc(Iz a}z7)|AvIGwg!yH®S:䂎8xɑ華<hH|6 }3>3H0Op/$9ݧw';r\}=S}7oxw[ߜ|뛛G\G}緼wэ0pɺkOx2qaitGiGxtŷvrvwPFzwf7ggnd&l}'G_vYgjr ^P,yl]j4v|rglq*tnt~g6rfsOvX7vnt[GugQ'r vxnr6hyWV}Guht~v!Lk禆 tUxf }m!sXtw3򂅱~H_xnfy8h{wsvs'}si9~'{hȆ W{@h8'fI9Ng|~{yexw8e3}Ffn4nevHFf"i(P騎oFzt8tuGWx,yx\)҇zlPXsgT&yi9#Ggrg2ؐ48ɑhkgtj ufk䗑ag4i9ْ{59FsXFh{rwt:I8 ~<|KgwI9rSft'ivVXmoߦx|uIn؆eiY7y/YIz2})%Qk>9jH _Ƙmhs鸘 wq#'_H?茍9:pQ eh9iy m$)iR 9YŰkęY#1pɒ҄Fvyqi(mP}$hgYu阸lvcyW:jIH舃H{rx ꡔ5'VxĖJydfJhp+ _z{!9ylYKj4'fmɒȔp?kwɤajFVII"՗jrve'|xybyYÙأ:}8Bx}UYxnJjoR梔JzɛG:pd2xܩ,!w`UEwJqytjpƪ|3Z~oM{FIpLjoW:u:j_ۚ`ݹi(aЮ`7e񨑘wt*ujXtue(Pu:Z~y[o,Xx踂 *$)vg ˲١97`׀3mqQ99(;"54괚ñkgySmyG UvHiLko q1&a$qZB׷aK[ PoL0,/I MQзK4@00u+" 'a4`y[Y]uc`K!+Qk1K"XPUap'rhK 0[ +[a@{z+q#+"+{Kꂸ\@YSgd@"YvQ#%0\Y \ gU,fk Hlf]P$]`[kPaT|k Z,X0e#aYaP!p $q\P\0{|JCpuy {M 7\iQ̲e2"|H`0ʼP [з@G\Yi`Q,c[DX `ż u!1ܿ&QfPQѫ!\ϻ+ʻpbL <w1;oY ;I@ [̐ \, Ȟ\1Mw\żi Lkhp< qaQu\c|" 3/_,o,#!2{^q^"&Q _s\d@}i{䗜pK.}ƛ+)\ƅ{nN^:.s{aloLx?Zpk{^$R4^.6}=_Oo? <lk~NRlu!{/uOM|oĮ/߾Ʌ$"[_^P?sxOqY}`{_W0_/"p@/qW $@0"TLB$B -FS`cG?5z$ 9F Hˏ)ke5C)М7rTX#͠L "Ԣ&)C&ՠ,(@` -A(2l­lz-27ڄ$hDQUKR1af@ XL 6\Aխo7ck,YrѐaقEIG!rF2u<(7#|\vSr;aE~'DA#) 6X !"0@JڪH®# e _&Cwn0Zª6&?(ifP?*=EǛzIHC!CHR; 2)hA( z-bM3zj(A*1C\+?Lޤ@֎8"#?2œN1PBk#@ Ѩb0ɪ4ȏl#N25C.;~5VYg1r5 )OZq¾p *eV6 X&3dZ& $ШJ#hb#l\zHtM0$ԁکM!\|(ݩc(+0N߁D_Ui TWQ%UZ_9f+0u\i#?J 9.`r9]p(Ϧ+`v *o?b72ȸlwŊRq и& U,TWʝ*ń4vZ ŝ9odQ5DEm$tӏ=f]M#/g,b˄>C@Jި @I"$RI# 7&eHF餎EYdjW 9)$7:%@xJ I2&?:(e'vɦQ-RNqdB{d+xb)PL'ߵv{3mh_.f]Ex)`ە)RD ?Tn" =v )^g W&vO~?RFwY$~J2iĖS䐸^V 7{or~erw5>u 0h3x3uz5 BBztS)>jy|H;]OaӏoHp6XR@j. 9(iAEEA'lD`F;CHqHWLgScKY zNUWq6("(i7цb#huqyaktL0d\$d$dD58OGDKD4e+DpD7)rD @I?:xwC3j%8dXuU&W,e.XRMTl;YL"^:t.5:ET;Eh}3RF)K3"EDB{f؉vs3/Hqc0H0PEk[eT^ FH3=%Z0^EEicA#ătf#2"#PA@u8#. 1llEH;hvYub2:DSXTF3RT$DKDIE%4CNsHYbwWuE^"FŤ}JTL@TeFUEeEM@TERTrS$'# "@gg4Yx{,H^@j'cpEņ%?9H7'AD Mx"fIi^ Bo7zdiwoutQ؏@IERC2ohz)nwuB,+ SykNV,S|G>}yvpyJ0c/<ٙ$@除Ya |4)BVI9iSxc>*cvmwR# suZBrɉ0i+/ Iv͹#‚;Gi/9m $%ÞeCu{kXǦ yIɟ7(߂RZ Dt#cV /|yIi=Z9f#פ3P0¥:m:v}~y-5r`gڧWr)㴠pzQ*1~ڨ!(Z5Gp`BdHHJ8jC"D,ǟo&ZI-5+s1<ǂ `5'p: OFC# cxAsk#;y)OpG) BX$: QK3%Ь:ɕ'A T"uDQFq7@=BQ1)}h3C@2#JK?brcDP Js&RYfXf8(ۜ.( {3жnH@ @HGd!^ ` 5=෩& I}%"@9%` `ۜ4=G lh#Hf5#p w  *$0H<`u-%U+'Wf^<KVw>ڜD}pn* 8#6@002z;+  Ig%@";5V %US 1; GPC 4,PE ۰E|yfʢQ3 047@B@A~|bJL[7,0~`i<)`\mzx$#C,BIy@ @-` &+ HԄ(#7b)Cg548L,Ҩ͡* u?  $ULN= 5 *fiZ/hyNC}+p[~c2*ĢR LjzP%$GH97]E804]pxd* I1x4|0.8c4D6A<& 3xݫBTZ%*{%Si}Ԅgk+(FS@{uW7P:g#{ r6#mb A5-7jLL>nՙ֥[oG|i3~L]+Qe+1QI3!3zGNX+p %{-hsΠ PR5PyxC 0G'g5.|w<G`៎ɝ.2P⊞8n@->``5ET8$>Ş4)]/nsC*)C L~gE-#K^F[@ >:+PANo]11BCC~ۙp2s6/ok@_@3޻ZZ G G>%Z.w^]cՠ C_FZ5X& SN+~057@+,x40aϥ%mNR?>d,5;>w`Hœz(x$Z  bo9_YM(V A:]?pCxm^E&}IR@Gx- <4TZ!0P[rj,s $X` o %ƍ"@xE0nG!E$YI);J"O?%&YM9uOA&žHyf MUVTYjUYnׁ0a˨iծem @$HH(uJ (&o&\aĉ/fc ;ed̙5og5 iԩUf낤ٮP[Qعuo7#'pɕ9X/\NuCjA^y] 6'_>p;0|1p@\ɾK.[l.>”Ϭ8$뀦:X@.%?EAPbh@dR<zIG$ͬя91D*M4FPI.a|C YLqdJ4(I Q—MN:#M> N2ibNB ?h&ɳ4 \s4pRN;)Q| 3Tu"@i@#`*`N2LmĦQ"p*-0ԃ=H,Y@ !PzX<,j S#3@BHdÄ*/t,`k=+bHR4@0 Q#[ҥ .VhaJi*,PJTL#(!"Ũ!"BfU>œ>͏i2A,loMU(LIj!&[``䵖IҔ"@) 08ʠ2ьE>H!) "'(;RH(AAuZ dS;]H(@co!%$/ FH  ׄzpEc`sx|,ڜ:礼s/Dٍ|~1 % JtAnMCHR!Vi%(W )Xy#L@DT3րcx+R8 @ Z &R 4L)1\M))"2H$"rţ2gazIH@. !=o7HEic đX<^A(6YBAdKNb*0aDvbDXAW!21yX$)(T|T  d&<*~pbс(*@. ` Zn6B,7QFJk/XBDr!#J80߀ A'Iw4`Ș! IT0Ր' G2OvDu3 Z)5#%[mNئ4YpTB PŮ2]?@w]e(#o#P֌@7ѥ/G[&+@Dʚ 6[_l9cҳPU$>E|{`-2bwF$&AYp q+%I &J$>|( ZP!Op33 j@ ćA#I 5!IP:<~J f+f?@@ XG@J&HBb$A vŢqhn$<ɜ\z0lVjj&Z ~@3HBf#LțX@ۄ:up̀EsboiraA~"e:!t 5]L-VSVz4 "v20rKcB S'qA2f!]Aף$ArA mʝA;SF 6_:AN>orBMZ٤l|/6¾Yk[z>]@ ' sLD# KPçS9@;!3-/H7y4qABd-I%ؽ}`X@ԫw o W[7B[.;ݓ#&ןw`iPP7qҿЕ躚 '?#@|2|*c54@̸S~S`5S ,4 @|;H4 59ڃ BjȿŒx0S ғ p$4+2 'B?jÒ8 ķ ;aPDCN& aCcCoa#Q׹;?tĠ`DðL Q%F ؠ6a2=@SraKD QaTP<9Fb@(Y H CF(ƋŌB H@!G׹ZNǚm#KDgD},#FEv$_'-3z QŁ\Es,$={H!<`=B0$Ha&hLMXHID蛛GʴȳءĐꊘ0*& )#J,9G8 &)A J o*p$ K/ňFI\KպKDKLJa:2)&Ŝ k/=,.AL]ZF ̤`DH+L | СKF A,IP(š4LL GQ˼|oJv JP@؉E91lIY9~?190!?4kfMƭ=4$x̮6 K5 `̋ "\:,Hl̀N,hN*PA KK4ksQ<ܸ3%CS (8: ( 9S$e Q `Īa̠$h+ q9HuS6*/ LGLA43(5>Qc PNE^rL40=`eG%ԃ6$0{ 0>~>N ֑ > +=>X>IyjQPV6C\Vn-MQIL}_3V|pW7 kW8W+ĬSHR|=} @Qr$3-X% ?s41y}X1EX@ &fK5`?C57XC$Y(s) 5 :Q%H|YxٜUA/m 'w%%ZWZ xaL5 ?K8h͉°U++7Kh x̭\se۶ \ (.; $Y7@9ژVځu܈弚Nn\x[UӉh@ЉJS"RA؅rP)K]>B4>( >}3(sԂ͚"Q(!ϸYI x?U LQ[yV.,-P7 4܁w,ɶNiزޤ1`SI`I ̿nWV7mڇC1M<ۥIIj+;uŚpx$M^j "@XULa'޿Y=$Y׍b WᨀCt\v7vHڝp/4vOD(ŵ㩤 (ivK(FGB>&FHٚpqcAXU<$_8ڠ8?E貉^YJS_Joa YHƊ\0ØH\> 46 y`{2`vP4f8 `Na赅NW5V#WA7$M,$ZJDS=/P *>Xڢ2+JR.$@ `c` A礒L }<.e[˔ @9J8T @d4qпm `5-|$=ĩYF l7C_LM.S{] Sb]3{QԣOt\ndi:Yh"&" SifP58n\ ᤴNK jaT.Stc Hm '~9c['y&dTq%(+3sAAGѕ:@ B4=c^Dxe*+AXO$6#jƏZruJ$,ɐa-ܸ âH$NzKz%eSҌ=9%%Ȓ'3TIydؒ ;ۖˢGSTO n<Xp=d7IџC 9-򰪗3٤ݞSwz"~|ǍP5&9?B?96dDzE?{$oB>g RFZqFf JM ҄ le!1uZŗq!Z(518N+x#LqA!A>c[ED#I* ԁB:XOUiKjxekI9h I }=Xid`A(ofhI[e ^9(a 9W?(e'ZiZz_¤Eb:Bufl*XKd#)iWe} DuDL$t08_5pJLX` `A҃k#)DJi?Rƙlņr-AFDk !mD% E,9APTB T\>DܹYf) K R,AD@*R($AK 6E$tB}4t@Dp`jw4ZWhbY5L\S!˼Ė]@Ȫ0ĐCL 1M%KI}BS9@ 1PX $DD< ݊f$$WZxGׂtڮ%^ AA9 Hҁ:MǦm%Ā|tE=D!3>1K89py+T#؎ YUlS.Z]b4c\w: gcA:WChOJ#pUmw6 a)#H f"Xeu+dIR֟~( @fX)ÚgoYk"ci&5V#+tpyl̦=nD#WPJ\ەӘ %sSMbauûrh=ovR*d{/~B_`/S~3 `~p_VF-j s8;*z}W>1 k Kc,WX>Z~< dw{f,dKXX_k Ӳ M.rO, EM  idwܓʵ-$! S!sF42.T?@uvPL~_;fMpMBj9sh\ H3tp-!HK/Yih/ḓ+K% Nub6hA l.U^:m8vG/흪ݾX, pgvK; Ւ. SC:8SVv"S"|Zn H]NRhoi DD Ÿtw 6\{ -o@*hE6iծzNh'L(PvWr!yFSO5)U!h:ݿ!p \ݩQڊ8 p5J*רKTsu¶lߠ(H(0| X ^૵ٟI~N` hy/A +@8'ŃYHC`DcHw 8TM !PxVhH@ WX߅ {!_!dS8D4 EH D mWt`ه*ىMRR$OkxE(+$NtOw2RͥN"֭1 "K}>Z}Y tHUE@=@EnaKM^CA!nEƅ $ :V͍@%HUA$xTAn~(YĒ,WcD7(A&'  H JN`aAqYIxYKFe:A5HCBeH WZQjE!EڕGx"(DpĥDK % &C`(OxHyt,W `KpVP̈gR zqExKg8ZTnY(fCV[jj^hcfA`_nǙo&Z'&lBbDTIuSlh&ex-9"&CB@M^mږL-uFqI,(AH % A4!-&VP)g[ &v hDhDTAXe[%4LP*L`d,},zYal qxE纤v̖(N he{ -D@%* bD sRԆ%On`+IҖUOWd $ql@ۀ)ѮkWO4a@ MA *65"ۚYA๛P2". .-Lm+d Jv,$f&YRC =^`<8pQ֚~ dK89 )昦;"(4p$@9X5nFP֎Ig+LrدD\R|[pA IP(e%X*qP{)\|KY(\(dו H@1Yَ(N99]$g9SXW3Zl=yE\ n_W1EJkuшBL@[jeSḰڪ ^T*bdLID:3jj#*"xPYꕁE]K% -ed E{ikױȁlriXY AG}X-E, \Rr0NI])3;rA5i 3\vɄ2[l94C@^rH 6*ɊTH!fH=G3n)18G1Y!mi;2z$@H n(ABNXcȱ8RsP-Ax@ n x3FtI]ao\4Fل) h!xC=OtztROWl!Wm{8٩m0㸣姒q͡ $a>ɱ0*{r1yyOH&b#Jralɞ1ln}隕V/hDE$A.N^!J 6 Ez>hL7Us3a9=k6xdSwzmwB-+dCT"]m1|OЪb45_vWfw6XjHYQJ5Z7r-eBҖgĿr YrxQTh* d)L28C*j %:ו2|Y]N ?<+ <LüTt}ЇÃ=y'}w<;=> NYQdo;=#Dm6>/+WOhM3<;-C˂:X|N[ʷ~γ~ⷰ+NB2PGA  t"A#bFhbcF SPIBJвH1cd$L;yhP;G5DK6utD%ʦNJ*0$Ÿ l`AVV-ćb2LPɅjo1[hۭ+Srpʽ S1! 6oƉSTr1[ #6ʋGJ HVb#f [kWa f-ռz hmhήLj''Ĝ8eK~5yEX> p[xEؠ7G +@aFbH0,B%k) Ԑgɾ*:%,dhCto)j w+l +[(J0J@ц^8m*I(^^%XJuB>#?lSJHҮ!O[6!B nnx,!(%~i;tJJыL5 n DW,&1bХVn,6nr% [y`p eTb"Hf DRb"L#rܴ/2\q$R@@!)_WJe()oIc!em%0-9 4bWW Xd!`VDi,]垰}2a!"26')F`YՊL Gxa>(f0"JXK1M6*^?թ l"e!uͺhG~F\Ko .&TGUF$bT 7pur 3'n(m\00R­B7]4e|;?b~=?>h`&TwEWb%.+w[slDSq9Y:#e`0]@)d(tH_!@̀0*EYi,' !g\K ` zv9_hB ɄԹE F፤;.aqpe"VU&dn΁4 "J. 6,k3- ճ{$w+`´-hXӁ] 8yhA )cL Jj RHCK/]%^[B0M B0X:P1(P5Ert$DT^Rg\#twD+`HaPB, N)SFb1(2 8"F'":] FBH``$Rtyt(橖 t!0WӎbX&;g.ruO?'Cɐ4IL9X`K1QiO'c!2S'>j*L!#J( gD NH@5ISyA`|jJKʨO+K6@xC ʔEgѕ>՛^Zt52SLɢZ!S=TJރ :עĉOYS+aS׾'F|>SMed(tQFpQt(DԨQ 8 r3"Ҩ!˖R#F&So fܣAZXimV !m >fz%H31tt!ё[?e}+~P2,xw#ހ:l!Kcpm(>HZ&z,N-}y^es$\N"r ?8Qnݧ^oD@DQw-&dPQ<a4tY*3xc]Y7\U2GC^X;!u`e*c ?|O. 8 =yfr􎖏wU0#eFM) 2=T0G'FnUs> nm$(/i_C &yZiG:;6xjdCYBO:&6uga mݦyks(~ nRٰ5l/7uRkK>t]K!f o@8^G2l\yBm7umc9yOG޿8Mqdž˾[wk&F,ug7yi>}Ҩ#l376yv8l);၈ncKJh{ZKs=k;k+\ֶt|Qqd^H12u{>7oz7~6ϲ,J>yH5fT3xV˺Q~OWLd=\_K]]Fvn)%N#Άn nBe ʏ$0&BOSPEVNNo.` ΎdTЍN>OF0oШ P  oxgeoP  px /zRlĐ 0 0Ư P11>N Q *gx"7_Fcc'-SQs/` GƭosROMVtZbeWn$1dJ/ 3QQw"QN qNRޑ 1pH<p<R!'Cp1/2!n#?T "3@O3B Bw 82!€xxH (H 4S`$;ϯ?'EG'ASs$`!s DĴ! s;1Mo4 t!`SV(*! (=&AJB AI/eM BO5 FCI >@S РRbTv i$ * `$h*s$ Gt="a W" .x!bX"?N0EJ5  )> r[O5A[ ( GK4 F S[tYb Zf()B` "]At^O*^t)N)  Fb_ )FɱB9œF"`a 3LT״9s4Z' `Ga3 U f  Au)gu IbN5L]P"fP  )_6SȀ`Sa6 DT gcVV mK"U{v=v)4(PhCv;gTj !J'Yk5bTM(6(@?kifhGbHpHwz4^Gn v$F)tx\^g t kb D4 ҖTB@ $t,`frutUx!€bp3j F" W |U ` _s=wKWkU R3NwFrT Tio(P s`;(! D)f HT `Cw TCf) yw`e%?ɷMїdi!ڔ:gX9N w'h3Ep"kbG *tw=B=Ơ xFE3u$̸(wD˶ D׃Vχs)) vV'?(x~჎X &`]4wq}w d)ڸ) " (| `7g(j ` UNy=и>` <(.xT vD>d|cej U_WM!w!Wr؆龜@ YP5Day)`Rw(@YS@caGBo5):TyEtSE/6>xAԜG 9D6S %Z:d9` y$y%:9'9}ex6Xu+8 ~HgkW A(65lGyD Z _(؁)(3c؁cZ ZzGw'0 X j1dڬaFhzG71!@ ۱#['+{/7۰b-C{{I+M /!(" $e8{.wzQ>-T) q;'db=ЮE38q3'"bFñ ':.糓  `F ({ ")(:[S[SG۲\{ $`& Ά^q]) =-ib` B`ޭ!3(Z%))n *mSnRp!*r|l|M {ΝB/{\BIa)ྜྷ҇;ޙ y='ځtbBBˋbd2&BeRr\{޼a&*}$ ܩ |^ߍۏ r~!4=B1@b ?г &܁!@@(~!ʽ[!3^@ƃ"c(ubb)܀- ^G#߽ί@ !,؋b}\()џ\])(8ց- ,b 8^"{$> n>M!cb )V>,Y>($RSn)!($t7k)}c&3w)~+|$2` ܼ́a$![;2؎Q|m;XR HiS`/ \Ȱ`@qӰb+Vt"P H"W ~PBȒ 0˜ ,Y K@m&Bř#1Π;+EQwDg!TPY+lI!*+AP%_JÈ+^̸ǐ2Ɠ@-hH"DW$jsoA*$ѧA8:dP! "9<^"h%-gAj 8R/ކ^ȃa`ćްQkl("f\M uƐEQ"As V qEn%K1҅ȵkn\e+ ^X'5A!X~HT;Ww aW` =)Jq$a&G\v%cQ6YIRXf晕PDRApWbQZ[fQ)YrcZwE7%g!FVQijYU_hXFe|hޚQX+Lk<%ƱW_syY%~Q+VXiXFث{myX`%YjuejV(6F@y[ fl0(,(,p/pAp_|? ,$,Gܐ,prO T,H@!B,E% H  (\ȰÇ:ŋ/jd8@ƍ C.(ɓ(Sʗ0EIƙ6s*`MzJr ТMMTiM6#Q,*ў]:5T?ܚطpŚK7*U_Ɲ;wSaX0ݾ3lj"^:`Ђ^+.96h礠Ωaiȳ-vĘG36Ӳ7uq̗Ǎs>Ĝ{wOܵ]WʾԹ5o(CԁEAE4ؠ:a:UVvar"h#"'H+Ҩ*8#?a$h$D~ߒ EDp#EEXf h`)dz (HaO^8R@'ngU矀*蠄jWuhA О 0@h`*1rP@b*(*무j묜z`nj~@#8!i*f&'F8Z@,*knIPGQ;P8HJBB `A+ 211P tEXIq'a tDJ0,I Pl~pZ|-D}{P"@' d@3[@$:$rȬQKv"Ђ<(@-PEQ מ4}ZSIFڳ$ Nxkՠ7G f:J2k*#xILCf:Jv=ŞP`dS&R蓘*`J!ɀtP`7T@UlW-f > . ^{ "T2vD;;`"A=ҊDz6e̼C%a7B ;@'uBeI K+&VBҳ[@(A ",Cd(К4s-qw}ς: 2ʼ~@`*l!k $L`$XB&)gI!I ~14~3 00EmNjhYŰ' $Dkx'6&ˤ)NbRYv:Һubjvg{d!m$A\I0Ffm%& <=ȝbhS쵼]&[r',H- E q8t̤nA \L5ֱ roɓ 9U!5F8#Y G=~0NtPB"Ϲ΅rUmr|r̴m=OҗܲMAPRϺֿj`NNJ=I& PJ7Q4㦱6 ޥ~;fjO:`SI`z!y#m#yo<}g?~$yG~׸-eE/7 [ ?;F @O~B1i(~jk^c5Y>P54/%4cZ)A΄H%E"!pz3dRr F8( XY Ko4Rb+6BP;Q!{Cob@K`!=(67҂%!{rVb%Q"%R'd1"{Byg1Hs\WlgK x#`;4Ї'/Wz.~P B@ Xyb}1Ps 155X1D`@ :PR}!PHcB>x~~ps3hb)P8-dA9F)X(h )$Px<-O08|LRX@>ƤGE@X3!e!20!< } XP2f96:94i&~Rr#*~xWS[e O"^hqyC@4U%0Ss@~WG-[@%@!C8r} `'}BBqH5.'4dHYB$ lH2knHfD'߂ BM&l @s(% @Gp<%Ry?:Ba`109P)@ap=f&D%f$W񄺤\yQ&e}؇Iف=qg!BhBJWCO@D%@KC`}u9b&d$kW"ز6I'!S+1+`iUtZݤBV2) Z4=-ZA"0V!VR♕m4p+/$ڡ$J9z(#Z|b* T"ʞK"-Zw@a^u9j@z+'"{幤Lڤ"Nv(9T*URhwQ\ʚե+"p0 h¦xET)磦tZvR![y~ tdwGpjZYLGpf-~z:v,RW7p.gL". 5@%)ӥtKԧ= I(0I.F>2'!VgB"I03y'$-{P +/K2ۣLҩI'y{3![?-`0WRw{z,AF$ %´|P?۲|3%J{V*JBJ7qA~yn -<,@@<E$ E;ʣB1k"%+':"~0?(A@˶)⧖s+>@ "' 8` k:@)&0+..c+.дC&8Ips{2P&0I*W+;1@[.q jX:sb2| .Z ' rX8Pa (ZU[!* #cg_ls|3* { u!IIC6:BR2'ᏒP&o6|E² "aąG{5|F*܏2 ;‚BA’ aεZ\U5Q=0ies< r#"pc# !dpUe̲4>R3u=5X35G+uђ@+%<E^LMM:0 ~4,Bay&Ü9"Z~DLpn*>V@ls+u3fHHM&&$( 6s<0R7%aM{$ pR\-!myAT!zeÔ\4f!DŕEM2&EY!o}*N~q GA^MKyiblrbK6y6I($`hl噡|d)(%Ԉ2_ b8G)*B:Kcx;G"2ZwI"dZ%Z?A868"t~pRY C'!{e6)wrO2@xl!i⍟i.+NTI!*a5ݬ+ }=+3'u(0Ej1DPL% @ s$I*R(0(iN%jhR5nG!E$YI)Ud21KX$J!<FPA?' 'o\rèc3? 2fCiԩUfݺחk4TO#qQmІ C"|a zA\z׵ofG.:l4{e#I7LH蓸O±II@|XZ$>a2n<#pB + 5Z`= EHfh.H>$i>!x#N$|2bX?+( Hfvb4#5 8V 6(mHۖHbРI[``JJ#ܨ B/;QN_+y23:JM^kᇁjnivϾɈ"`Q3 !e."OHx4ЁaL ifI"Eh@x1#S ߆3CȇR`zqRACʱvAy2W獃LIāRh#/Yly#&(MM"""_? |zgi~#OHO@KoNүdOD)"kkbTA:H:}_u_ ѭHFg%| AO>eP#8x~*YF@Ex{ID/AY&Kӿ>uͫ!S6?1? @OCl(:!@wp†a`x vԖ aKc.VH9 n2!DB$cvDF8j$d! y"P$N Gm w01R$H|u9"MyJTfWTNJAf"A |d8:f1 UB[\DĔfӘӤf5̐8 fJ`ZS$V9@hSX7!5j'g=ysJjP@k{7k* ehC y #-*:T=e|vDFXA;/zqT+-hMB* hJmJ!f;9U1EozTTKKT┩SjcBZH0 UUiU%kw^H @k[ZVntk]WU{u'^Ӿe%laWĮ4Ytؤ%- TuZ@屐l9%ےtfd'5r6 emk9VfrIRXZ٤0ќL\InH]Y"׵=% P T2`1jV6{9! gT/#) ven{ Y<5k9F/k}% (J5 h7VdY\t@}iD\0;d]_ŰI)acʝHv\'@zWYU!ZGgDCFvV4Btsg1dYqٖcAncq;UY O sU~`tؾga]0@d"<^cIl-pEd} Ƃ#'aƭ@),>v!cH} DoČ]\ؘGߞwQ=r:d4ŝImp5 y"LzWv}-6Vr!+B*JX"  -9VUj(F‘q>[(tsWlB*6`b2* vS6zQ~] \Q~JѼ^y0|<)dL@ `0+ncN}߮ٙ|f+Rt1P ]f&wAz&H9- lyЗ%!%d_zI2g?]{@ R=C}#1n`+ :`اZ6ֿro lnUs@|ǟ+lvA Ӕ$4b3AS*@?:Qs@J1$( XC5+r'ȕ@ 2YA, t ɪXT+؜)`m{b@0B&@/I@=X!ʒ!iic9kaAA/&k;r(ҧ 0;c١?@B"\,rš( C΁9!=lYBvz% `A,E) [IHМkҐ=9$Ɉ{"4ŚhD49H X5ȗ%ϱk˓I) >>iG#KI`H4%$bJWhԏoacy9?*RT,2ۊp5F̙{t٬I"B 2dL ʌ%"ڶI ]Ab/ $Yܣ 97*Ɉ5&}PEɨI$3JJ/5$b0SjSjH9u+RӦ06d&9 4<@S 4 XKXQE;  DTQ;u2PFT&ԖNT]` VE {U]O*UM5U?jTdF^/A0 G=;OzVh 4LcVn_ip%oW ח(Ui`7  uWe+J4cm h-~]XV@!l&ّKdT*W[zW4!Xg1 tKs[i< Z)=YCE>>ϢiSeQ*ٔ=)S]Ԟǿ zړڦVWo h"(! G(]] ؈H90"PݘЌRt˟Q"ED7چ% @ -@/z G`\$"`"`"uZ &!3_I"&HP9Ёʐ߆背_I> H+y"].]hEVI-Np8%Xx_PVLxၐ h N0,9XNh!#ܜb `A` xFkG\5 5M9 (v _n =S܅d).4؈%cԥCIh_]7Gс9_ hI(O@d-ҵ!&X^a_CKx9~S"m>=& v(hp=4ya5Nd_҅>XGو> GڌXc -?% @9vcKn]%X΂dIX}`"@`M8 ?鐎Ѐun%じ5 H_I&[썁cnI^=o=%(M j Bqjnuޏ V&_>S"j i>`a>`ֈ>൷%.R9PƾF{9 Pflk[ ~Ҟ~ hW?>^mTBc Jj*lކ/Оߦi-ᖿD~n Axbdb5+ZB*rn.1W *4 AܠddooWon.6N*U p$L&G)Q\ "Ѐ Wpp{bp*. xO!Ƙ>j4MI'1HmWqDbcI "Di[ m,΁Pb!XЉ/ǐ ? hXk 0e)brh8nL-g03^0. 9ԫVq1p &9@`^xȪXXTtSI4vGЁOYg(BQc`rFԝiB- ( [?hHk6p/`  (taIshg[iQיdspF9sUŷ Ep#۩xW2/}xj%@+w㆗R`p7Vxx# ?XG{lFyYW.ryOn*:/῕?'x2ƺu]8  >\x^dĸ;^Xgxcavg/ h܁e(XeR7]"Wo>:U&b,%[Npk(Ÿۨ"'! ?Nl|BVFֈW~e8䆈\%&r}V Z*$"P 5cj}OB9U0HV)vI%HX0 ")08tG#Tc ;,i$ʔ*Wl%̘2g:Dh&Μ:w'РB͹`%: H9DF ց$ՁEΉAO#JR-ܸrҭk.޼z}aQ(f),&{BB +q=.ԪWn4pر:O@E7‡/4*xC#ʧSn:vs;x@y/oS'7hcOzx8k*4B;H:v+P -҉?}iޞˮA@Y p3 Į6GY2LT/W{z'<*%tK=쩃mYU@+\ JzG` 8o%D@:BR@@0Av#1ńVr ,ԡN':5 hAepK<A3 SB&An@tk 2{ kxԇ &F0?"!` "ծ#XxIB\! uE@dp( +WrHW2to)AإrEdN 6h D(P\L P^6-oéTe%0Ճ˼ K'DJ! iUJd6@7:apR20cM@)]jL ]o pk58BjPϸh Ђ: GA9]NxRIDz$6 )>pL t 4R3i~GdBT≏:^@NXBi>CDD"BH E | L@I(Ot%R4 1 |(BZ1)x6s#JTA,uCMUB*! !E%ЈFp0&NDA-!j[K 2i ŝA[Rj-ZP`t@ p/6C@"'M4q^U~.yQ!#tGUjerΟ\vm#qQ AA`&4HF,@#` pbXLm8(|d@ \c !}wP2tû"H+s/Iہ Ā6T\ 0&Jxj RZ@%@iIDlD~. JA d`)v@!J%A3A{`ϜD /rI x   j95#4Y+!-6pL~E>ux;L8 _^w[Pg*2~X5PWrJs.PD eAn~HmBgFȆP|o n!Ӥ9M~{waԽ+nW62Q< @ 4^'\ @}MlR/apN3 4 O%Nn `5ON ,;[ ~ 1|DIp [.k (=(bB7`@cb^z;AT; † -&0#wB fϛ-M{)BoC&5ȩML|ww~yݲyM<(L@Y.HG耂';%G8#(p@%l@%H&@"&`,`EDy\),SD`N9p@"` n" `   _0E\u@ dm VhM\qX}!X:ߝ!fOS 9Y[uz`P "V,"$G"K$F"'  ^ub0QkP"+&> NG++΢X i-.Ƣ,"0/*pb0 0 HH2F/ S!KS4fj #h_#%zよ9 99#;r/#"7?#Ah͌bA6 ,i@:&n ( AXH D $h HdA$K$I#L$륣M$NR8bN.R$P%QN%R%_$S>%TD%UVUZP\VrFz]6VaW2%:NBY4eND\~@D\%Sa C$. ^&c J@VbcF dVfP& enflgRgf~&i&t&kf.ekeXʆ pdlZlDBPmfn] ozbp'rD_jJDrFt,(N'vf'fvvw^o'xg !'TdE ԧ}'~~'h((",((wb&N(^DK ( }'Zh. 0SLfhzFIdKt)&xBBdAxI*@^iNilA)AGJ,~ i@8DV!8~D}r`AJ4J¤Ėg} ĂRiITK`iĔ.D&B`*vZ苦hl<t)A!dBtA BDIB8%$I$*K,(AA>*ZV xjGjz@ꕮj(:*IIȪ@Aî:$@) N^JTA`LiGJ܁Ct8IA8)tdv  @p)h}j}KJNꇾ% hd*bBB~&Ĉ.pv'Ĭ&:JBvAtI½AiE&8n̖D VD> \j0nGd>l.Mp@@xJJĘ*+͢jKnE@l!A&+6@R :%ph#, *@~J̨@h<**@n|(F"X‡Z"ommI DlJA͒DB.IKpzFitJn >{iob!.I(DJJB qE-*@:$}$hk𧊾(+fo A$CBZB>XB 0' p Ap^$'$#/0v,I̪pG,pG ' Kn @\,ƒpG@AtX|y] hCGD,`E%Lʛ<)VxѠ$9vdH#I4yeJ TtLHDHE+_"tN6E#CۀA G؄KZ4c!6BQ[P4FV7q[ϔ7S0GS8{+I(r8JќC?| f gCwD.űE.5cr6wzt!\Z7rT={̓T"0$]ĒlVтYF3%Uݾ 'ڸ;0jBOBJKkv~6("&8(Η1J q*kE<}Π!toT!Ȩ8C]ZWA ^ibcFbIb} Nh5 LOJ Iv#8T B/!" QNJ@L0ecEa~1cҲGB .r\q xL3нƁy`&s 1K;by"#怡My\ʤ@& @1:ud$p%Av A?h24- B`?Dp.yKo=0 $LDBf$L~$Lk@P(,͒V.-BJRk! " i/YO{*>%IY@P0PUB ?P( Q~!e(EAчT)mhD+ҏS.!,E' H`A*\h!ÇZpBă(^q@CIR$Ȓ)jD9$K+_ʜ1BiTI&6TOEфM I(UN& 9L^ԁ&s-ؕжʔ5Ȯx> ^ಅYEP1aut,Y߰V/FLRpھ. /Uс F=pyU Dw59C5ztn \aZ٭g xS lxhI O`nܛaq_~|~DCį,'~$BE  $ "XЃQF\ȑ$E X#(>(ً(bePٸ^pi/I#*PFY-PD dD@0Ȑ?t`Bc8#AhRp)u$!_aP <XTAPZ.i饘f$BĠpd:9 gze~؀9ɚ ! +K$yNN1 MK*:i4̎ F& 9 NKJ<ڭ&d|+X{2a.BEēN'OXn$$H +@ 0 O#tʀJ  @-NrĖ e` E<(J";<ÓqG"L@_f|"z .=˨&|ߓ HA=' @RZ*>,K pFzdId=$R:v $ w{ʛk"0a1 _^N<=pnA+NvJ{aC*<׋~ @ @ `1~dsBȁ!U +%1+^l[U9D`#IHHBB e,#H9JB4٤BP L*?n aTVIZpjeA!]> b(F`DM(mfF,6 tOV7<=FIrO8P`byqkO\ `΂obWl>oWG+x]r%-`̒( 8TuFJӚ.Lp)!$NQ $  #~X_$RG9Ira , ]L YM}<MhiX Fѥ81W-4۳X 2u!/7MPU$.R"ѴHP֡5vb)Zך7 NN>%he;P_ MjKAnݟ}f"]fp?<{v[:o O7T577A<[VVd@ R _S2[ -§d6BAAj!%D b=%@]a-D d^tLףjY4Nل@^2=Hxk-sΏAX$`L<H 6r"|@AY? =Bz3wQ4H7), p+ .G$_Rw5/Dp:!zQ 4XhI@ ^s` z"L=>>>ߞ=TG_~:>xXd&7 C_$nZIndK]訉{~r5x"&Bv |{7 Dc:Pr1b\C~V"Y(FMDC}a7Zp}H)7* |@7* rv w`Z7zm(,fpz "!T^+a#XX 1@~E86%% 6!tj" &PL5uA7Wq2Kj zG#% A,fCz_@<]tO7(fKVfXXFs؉v ! %#l~onuߡhHv\[Xj(l.h|V!$0H8j&HN{x&CDQ3(ȨiYx"S jᘎ>5 jh(z븏>NҏY.D3q7z),h+F7o y6jqI,y0BDWv)+)h0"1& Y[ +{? G` +^Iݸ^"?F =┓0;ap%:xJ;&|"0pOYb `5*X$n9gy+g5`{r{̂~Eɒxg#B4 R7$+i?e6 { W[W)>(&=$"+'@;5?g;9p{Sb{;ᛓ 315 `!;YyL)ɕ4I$̧Y5a*p霓xk0`IU@200i8.}>C80qeB8Lh07s>sd="WY$B!ny!B!(.j!,  jblQyl&zJB"/ToQC@Ф'i#Fp{H@NM h9 \*vHd#lFِ3uH _ċPRUFz!2dq I`?!UÄ\& Z&g: ! qkg)'c= &p+"VG x§3lSlXbk§l٠(a:0%7HIiZ9 {G9#V+5@J'Hqy(bevE7𬜘Je(*6񙓐ri‘F -v2N$4i"%˱e$xm*(kv";\@A{y;@+;4e0H;"vK{+͚J+; yn b[f+9i2g۶AMnY0t[vYd{%1z{}BX3i !QW]{Y}b@@e4#д=R#B4k,6 z;i1#E}"&xJa Bkw|(z.)KݕO#!!P^pۯByf?RH)@r :xa9gd, `a~ ׻jY#v[ )gr'+zE+n@ *a"7kfm,,JJ**;x $:2oP !w`L`xHf컹s۸ a1X,,@&;JҌ,a;#2_IK=ڻ- 56_#: (7醏Cr:B (u ) /r2t`T>Z{1Nv)c %h7 @4B"9VX2:p; )HЉ-0: }0DLq~JE{O ;]6)[ R imzI{Y+Z#SW*ߙBڞG,(@եS>"0L.0#?F#j ?>Gs*Ib% JZ|)qRݢ2عN$+7b-& Ę~&§~RxK.!q0T:E\[E.`s^ɌB+P n v"3c֚'Nƙnt`tH'v í1/)qV& *ʙ P.' : Z>.Ȫ`&)ch#kl !(*1 {Ǜ&HIpqblNdq \I 2b HH/ݳ 0+'J2MpFsa#xp,17wpM / 0BZA r+KB!QRja8ҚĈxLt+8dȹjT!PqUl1h&y`#D:/%7S5l?VONI&>tcc3 υ ը: Hԋ(ܨ}(,qŁ`H,dVXMB+:aAHxcT#j@!*]N.H[ve"2j9Nw&hȼۋP J9)Ff83R/-eehB,Nm>`-?f-KRr ɝn8;k(1 JIV Ɓ]z»OU<%kvPчW' AtF"Â?˃8HxmN+`v8)? / lFZL,K:f'hoj<'Ġ߰˨{ExsqAH'K`Q ")DWQ5 20!-`\# ,Ȉr%N"&(0;Е$́r[dHP7^~1$7@HSD>Q[Iw66NCC.QaaDFT6*$%qDT5Q%9?1>I #b3ra, #l0_ c"lHڙ#G!^Y! Z)] SзIMc Cn@A*M)< \nF$ :IDL"D 4'DN eaK' -I)QhfIņUViDDVtj&# .A)A>Mg&T:-MhIB>af'zLMw&"$R#))%:MyY LMR@Z$IBvFd@ÂxeZ,yreہ% VpppD:-C߶ЮVŧ "aNТJPI*H&a؊hyeCU&*{Hꤑ0&mrEVnxPK'c9fY9Dよ4{}W( -ڐhoi=( 'v[9&ܜ y@hIM0^bOUiI$ w2z"8jE 0Zk6pGriH`}`[xx{ }kuASւ h21&x0k&u{'UbI|-'ȵP E+V\w6O'>O?~'q+Gڿiؠ y}s =c t$CzkWP5}M[JE_oBr$f r 1]QҐ DRBg]aHRLӉ9!4xgrCsO>+s3cȇ^}HI,.8h ofx|d(!}I5̨8k$ {.'7>ߛk&0>c.XHd̈>xI  t<ŠPp!B  PZj06P!2dj $<.$@%d!P [=5BWD¨S& $\DGpĂ9ě,čTDA& +(È ,& EWAHYH04 MLA< X @,ICJCp@TG D}!F к%+wI?HEHIP SDƧ@Zl$2 ƥ2wXQɔ|A(BN4k\4Fd.콀  iJ>TưI |\=kF@L˴ $,3YJ9Px98g|P|HxȌ0X#Kج0xJ' Ř)̐(D4 R#̜b CAM=MLT.9ˊ䉶SDMK+ְhMtK+Md 㘶NgNN qN ON J X49` EM"IHЀտsM՘SLAL0H3OExQZe[K19ԚIKdTA؊*Sѳx2)P``H= ˊ(Uʜ·@KL gVZTٜ ¬tUκ{rxW>sh  ( UبWC$|[tUQo$ }Xr(R_-]),֗N6W=½r#pT(Cؖ8T ?XP&-9TD=2c Ȉ(3#JpdCm.U s8 H}G'DJuJʆP?  \=B].)JdPXPSiDX#Ȋ 9ՌxɰTDNI8h%x#Ș%E&h4PAӀQAW{pO$;F$Y_Vh ڞ]h6U?N9uBɝ\Y_2ZPӰHU?rývN@@$ȝVU߹߅q?& YZ9kZ\U\Y|#8CuCD$@`xE0VpK. vPX#(}&ȁל~%K}͇ *@E; HQV*2c c)"X fi}Z_5c\0U? ?H`Xd/ea0WmLJ M}+ ;^:PacȊX3M\`WA TKQah0!YWfr6ACr4@c$OӰdv"gHI nhF] S-HtuNHQ? Cx`ɖ트h@)! D5Ċ:T \#g'NnާDlxf 0<υxX  Z[%;]>JbF ZU?-/P쿅 &Xajn(7%"ֳHZ? I`Tfyڝږ肘 Ň빖v B"hb0l@RGu}8M|(he,j Yo?oFyM05&W})JAae&167A`? +`0% hpo $+89S> hZMoف=BLӻo:`=e %nxǝ@"E#"38ѺT -*yM ( " %M84$`9$H؝ȄoF0::t+/vg9mH4I0! PT_F xLI %xK!2y$HYI (tM s$F_?1QoB`:o?ЁF``r(Ĉu6iMlĉ[%5`Áh#NHK$cʿ>O>IH sȈAM 8M8? %&B^ `pAX("X&`AȈXS%$\ŝ"lɠW9y1aDs]& H"XY$' ٜE_{=HyiAsM8f@898^oq_k¹4륧zқ1&ywe7}g`Om? (k|}#IӷzH}ڟ.ܰR#8&E@BH$ 1bBIǤ".|pDx >y$ (Rᄦ4ȓ&Ё8G}0`t +1!bK CAC-k,ڋ&RL-ܸhʭk.޼zn߁W'zqЊ-cog$cPI'pȎ;$&1 b j!ǐgϣ@*#d 4"e DSAXԙ@ Z …Ǔ/oYS(q蠐iv\7&TUN{2,m> { H <^g<;<=µS!w=(d> 9>~??'bj+'?]}p @!-OuZ #8HuA "{/rpW Kl}*|!XH6!s8>h2!qj',"${/["`@щVuE"j}{XE)X¨Qp S75F&q螋ѱ~# )A2C"^DJLHw)ͷTO]f\d uA_@C#%xK 2-Y9{څ(imAgB˴t_D9B dEPMt !BID,# ˄A<'?̘,AK9ƥ Ё` l7'γ( Dep$`C=*;D/K r1! FECP.a { ExLB I$R~*yYx,$ˁX)US!a@: gejYzv"_@LI0sNgbVZ.i J-r ,yuQX~@g$p/$E6@ wqu_θT69k2 ԕ v'qnշC*;&d!`'Q7/%|{֢%^J⥱e1\ދ--m)Z dH$t\U2 lTiG!\Wu,cC_ pbĿY'\'Y M!-,bvz< :Yr@ b%yA.\zQ9w* 4F,-x:$.YaAeYhM OTR63xA3ZpZ c0<0raq)zEc4X]1Fil{rjmn3.mȓ 6bv rlEymq Igv.@ϲ'.R/PuAdz~}+4LfQ=Ө/I0[/nxrSmw"Y{"yincy]>.q8.7o 6u_wĬ9ZNO򶓭ϮMHHŔm&3Puʶl D?tOf2/25ɻ{{MTe~pߜ-]-`pH˒o]?+H#7K/}Z]IY-o. ALE`DQZBTZ\LDj@Y0@DFHdYtCJ&DDEK_$  !Y:@_)]X]0ayH@`eh " c @D0RZtXDzaឌU!E "L t\ dbc\$> %   .K[ y\D\#^ &D"^_q#@ =/RF"c$^JY b"NZlTUdPb)\B#DQ 2Ef ڠaH$>AB$de 3Y0^D-\DE`lFD@b  :D$=N DA$Ę J$`INB(Ni$DHPʷ@+buab^\@:JdB0dY4NBW2"EVEDf_>_.@|"LBG&DcEF -&$ DL%zX5nF F\cY\b|i O FH$$F\#SPfMC@fMaY[|\*!AB_G^_1E&4 2xnڢC, z|A>!,L!꟱@@f@m(LAMNC QGDPLlK\"\%n(Rgb&%d$cFYU:T(Z'VCzXY|:Y\AJ!h:Db:LHgYHTBBȀbAX&Ze\Rw(-@$^(q&kŁ$ɓ4 PyLi\ydS%J$X#\H5^}%jɈE~Cdz^ȡ"b1.\\Wf4"&E "CiHA`B0%%^D $D`N$DiL5G\ @M$TΉ&%AxΞ[Ehe^,^@Y4x+Q'&D(aVP(fB@fQd{LA. L$ ~D( kZPkퟖVa]2J%f!>e΢]H+I\bτaJ@κE|EP8S]EEe"bjJ^UAN`ʅ8,Bl ` ~럠& DEؒٞ-A^,@۾,@fbDَmBdN:EmE^RPNض2Emn.]!,E; H"<Ç 4HaE-`dƉ;zHɓ QTPdJ0cʜIE7kBd?7@ϢF"Ethҥ vTM8省RVU(ר>,*BhK%8\%,wOc nKUG Eг667k֩|uդ&׺ p+4Є~dcq-忼){1h N8 <ܸB2Y=bó. ɣ<!8qQi}' _O .hPA8QXIvHSz($h!h]GQ@<@yP# J(TD@CM7 Bf\vy0$@`P9% ~4@<`EgAx%h埀*钙d@',AL ّtCDV@$hԁE iF@FFv){ D'㎾ӫ_XحȣJЁAv"(+@bɥf$,Y<kIJv2`mEE2 & yE~;`v&XAJ | kM0kg3 f𫯟4+B$|b0dXZ`tJ%A8K.BSA]lhu_RguYdIK*$L6"7 EA|m@ݵ{砇NR0 H!y3OgA{ǁ45+J{I0,'W?=bHy'_kEg`Gк^F`{Ga wH'.LIJ4TĤ[OLB*Z6 @ "Q3 B&*$vA`Zd kKȃrɈ `5P,O<G<AEٰ`4P \ Zɀ< 4(:njiКom rX Ă@B#ZChF:@% Bk8E$.j|Vx"`yUIZ¬ Q5ao/Չ4 Jb 3,XIA>6Qr(-y6}QP XId> `L(pd-n! d`^ x@" @ eL%И׼` q7Y*?.A/@ȃlc%*#Ğh?N u2BK!B>dЈW;OCNHH@[ R+4VlEi~]Vsb>Ar`$o7$>L2b Oj?41XKO/]v iD+T : ?HIa ꃾ#h.e.LpNɨhq0̇QB֪%>TL~B%&^}ߤ;D[{}.1uz`` pَZWY \Oh%o#CyG-:4{z,יYK &@dM{Z4!$}R~n(+t&1'9"\n"0g';CI5n>M!4J(n${i鲮>]fGt=AkFb:f8ߎ7쵥qYw :wdAnu!>w Z $>{^YAlv4Ex3с9Ί8ϵ댦\IAAI.$[,%8qi%(=-,<$/^Ush% @ ir"v1#(:Q>@@ْdž#E9+dMK3=Ħ_/GXLx'yhs>?{aZ%al98# mAS(P3e$\~b͗Ɣ7qm-{uS/I;p=3H~G!sM r7` x|ԅ  K/(Bg8PT/[qp/@Z9 ,:ΠHP71~S : AE:1@C%NXE5nnj*YI)TٰKI@LhfFZ dOA-yQIŒMFsG'DUWaŎEٓY3 șj zġ$>4Z&lag  etʐxcTϡf]ڴi>B tF[:=N:C]?IfaѥOXvVHp @DwLJügXC' 1ݷ%["ȯ3:8蛏>dH N2rO D-Dȫ :tqF"! ϳ@H"9:6Ķ:i [`DJ,D*!ڊrI0-t36ߔEv·,`">,-NA$T0 ' ut'.EQ:0'մC74 :cJR4ȑ>3S.uu±AR" qY6d-m%1 #-" <O}eݴSoMً`;q2"xsl w wpJx6 ~{(=Eȕ6:qb,nc' ydb%`0lGb9SH$BPJ%&yg{F![άJN狺%`i:: 퇛K6 N 2aF#):n$ hcڡ*:) n?ifN"0N릍4胈#vtQU7P!Z"7=#S`? Oq>]RuQztbi(ܩ>, g#ݕ;w)yKgmh|`UXW}Dc#\S> = 4SU/#z #mC߫` Mt5 { sn]*bb"|'< y{d"j˒@[ihڗ05-&Ӣ P%r wSdcC|P9\Lsd$hRt#ǣF$ZM7 q+@FR1A"فv\R 8H`'W+Q`!ӚChG)a_ +y9묤:h 2)"4W$2F=|f7K4ӛ,!8yNd'aIwqJf&O7$tQ*@R- ehCXu& 4r <4hP,v%G)D:=L)GLJD@-]JbSM͔;=x{lYSRHU%y^`~B, S:P kuȀ9$!h^̋H֕z/u<0A (])9i2TET`ϦYZM^h}: Y nm"3k\)ąl]\N̷ѭN"-UeGIնKݣl2(\&Y (P#Ҭug߭.>W6D=RN!)UkĩoaJ`NT }ѹV"T%̂@s?xs1Qk 1x)x3*ppB" sxtC~גҍ8"ډ9sXzztvI-C (#f65 B (Hr?U`"г@DYCAC 1yH14-At$ ɑ*?6XFFLjFې/#dRo˹sH- ߸"!Qh*4 mN4--qlH&@!2@h,n\Y¸2CtXD^,l E & ѲP`ιz@MJE< p V@;Qq(ܔA0n#ĻO2YBWAbPe'$OFnJ(H"Ɂ61D 9`yLzw;I*d;l>~jϙ| {%'b5?T~}{$~AM)wBs#0/ӹ\4|@@@@ 4vڵÿ@J. !+i KAB|a"-!u4 􃷝A~JBAA P&:83 C>##>8:04A(B2P: (5 `hF{+C;lsæbK;9np3Nȑxޘ8CBHl˜b3e (ņxPT#YEc % 9pņ7M<|c<x{H'84H7Բ867\p(,H;3 xvA/Q^t1V =0pEGP=9.Hm=Hڲ Is(9*H@zHƃxXɎ:@ DϠa>EĒ!IIb( Ci3"ų>*"K|J,| ? !c(?3s0FY/kK`ʉ 'JG<8BtH:L _)F1"F{`{|³4GL̏$n=;77.DO0̼mA:H?xLͤ|ƘLs KQ)$ F888< ?T Ic6?t,Cui<( 7G^CԈ ,kKPD7bT/.8%͇)g5M HĆ_E9(E6$G٘с"|YQ)qu֓ػ턵rC*e]IfZ؎ [CTM9({XO}WG=ʟIъƨI٭e}WLYY(K#7dE:;P[=Z-3bL|U͇<[3[+U YZw*_mHPK5D:? s[tۭ=\eH5N T \MD%ȄԺ)DSV)V -ɥm'PZm5{%k8Vp0 u  E`\Ѝ9PX(E?*cwzLj踏LP\1eAɠ_%8C Ď8`pĖ'{ 0 )YΈ$p`S>%:n8: UZ^OQ.؁CRZ(xž1E`&?.Y% BQ(HF ɞXN8;”:Bͫ`:`:b_4& #;0NnF8!O+t0jcᚴ`  mq26ctL`dԬPPZraeef{N Y%v#X ؁=a,X8&II^>pMZ:bE4ӟ ϼ`ĠTY+;IUȏ"ȑ#@" 18N+iՙCX 9HBqFrh*Ed Hν~ Z90%ݞH%ƌ}ރ98$΀`Hh&N3%g``|cƝYANe** a.8 *.Jǒ!8=S&(jp X f譆lx/ v aV$-"y*(ꄷjmh@eЈ>Oה)"`,Vn`1FffPB p|I6-& (뾈&$SpdBpdHv_ !kKɌ)uz1P**6&x+ob BUNri.Gȏ0/fHn 5:jX ?ް^5RaHdNf&a) k3-ah. BaXN_*7Ktn DMOQo`Nw(p So +u `WZ`us_l,\/v vc)d$]dt_vųhvonqG7A#0={) pq@ wwo"Hȑ]@|ʇ=Z?ubwKբxxx^scׇ YB1yMQu1ygIRiB1LuTn%T^BXty5Wt)5hufiBUNdasAduQUBlG%Љ(5D9ى"bEH?9fUW (DdHnkRAEPurb΅c)-vAb8k rC~&-BE%_'4D@'fDY)U \J^eLw# J`Aw dCsM᫈QCaR1K dŴjA͚eh(VA+.GCAkl*7{~=f$lXIJj0At')<FZU@!XHRBnAt-IY|eGJ\i$l'?/娽I+Q"i'e^>X)T@{"(!'4y7ri'KK' /[aC(ЀAH 84|i!6bUdB jf(QŅ$D<%3MC,Sh31T"CBcrD8iRTĶh+8(|#;Ar "?d#B!"HIZ2dA8ɑ@rґL( KNґ~$ aIU.&J h/ _E" c20ͅ0s"@(3̋T ~@H5L@Rt,H:ɐt tD{s6 d% Jj2L($%r? R0EzHUBe )JMN HQ JOb2}K 0`'A)NaOOzof9}'OUTԚ)jI~dc &APJRWa:rՐeLRDlE4JmE`т,re(Am@PS/ `3!RMaIU,?OeYԕFշ<$\XD b$YVVZ,*WGvґDCbP86|Dq*ɵj$0+A!O+Bщ)9UvLRs!~`f+^ͦz(ZmgaVR_جu d:\8T}5%;At H1Yab`%G4n'(X#]n`]lQ@w )L!0oL ǝPBH5vWSPr'$@!{tX:fr;+fd4(X@DKƶ$D!e$b=áo-RgJ ptA R#V B/ fEF'+AZS c( Nw܉:!^NR͐7Ț!̐yƶWP\qFe( }3I X#*V'H;[r$e]|~fw' oktdyԈG 9  ɓ(S4(r%K0cʜISD&')ܹ ρbzpNPLC&(|6IjХO"IO6%4kB Ūa[=¦M8,ӃhKϿ*Sm+0DPE J:p9IbW߂TGS6(YjM@/y+낯K>2ɺ g}tl؞UJ+2~;3WSC-|ɖ_j"P~-+@0󯘪|PG-#&iж., @ɤBɺ1&0{'&A;9G,P(Ah&Rmሷ`X<#1\@`Nׇ{J y@c(5nod8Zɞcʺ೩[wo_oj  t -z*P9 HhK$¼u>b'4Jқz"=H$yN&Vh L_&Ix&ᇕLw2*D|Ϣ QBLP&& \լVk$1ܥC*4 V7 :01 _lW:und0DIŠ("V#a<7Lf*eR06@(վHoE`Ii uͪ T&_66 d3 T `-vӉ?R UEЊ!kW dw`( Q` -IB[ҍre~^B$J bPE]m+PHHZh|ͬfgԐMa`H  J"ST'I d`"cn͏;!anrfȥIy˩Nju$qbrK]##vr xK*׼ME3wNt~$ LN;k [X $ {0t@~aa.a >a5x=HvEȠ&~d1D#=@ X.8@XH?~:4rd@OW>H,wPW #3CI 1`gU@eg $1D#ɘ &R N !AХb3;dV%އ O9;2@ I2Kld5C# k\3Qм4@H 󨗝:` )Xdw빠. n֘5Pl*[T;*(AN 1 ҪdK?HZ [Zs\Q =X£6]aXxއDP%ANJOL Np[0ߐwf<&?pm-h_Ȯ%9xK#H\Հ 9^ 1up!Cm bh/ ; N&WC<0A D!@=$^F:1[ A"ݽ}'/!Q]J///?Rϒc2Ի^W_OͶGȖ ݃iO|?*_T?0tz*H`=ݻ?㏥~7Y%bͥvHef~z$r\ƀ'Hts qP.7p 8#OB[3a(&Kq$L2|zEG&7ȁkh%@g@$!0|$w&x~ v(q24+NF13|)- NcsAX<B3)BWa2ⅆday%%G`xqg"\+%DD)|` ؆E8* 3%?03';$V!a17-;.`T3'4W򉪈?#EHZ' `HZ8^ w2I(/tݸJ-7聘0oq2ሌZ@%a~('R%~ T3@-pruN^FerG_.R|L|`g- Gw cX)"[x  @wfmUђ( l8 91XUq")3i:20E0f񲄜4W. 7P.-5a%r{t[6w{Ը pd"Cy(# 4 ;(DkDyI(&4Y^^8|* hG$"0 @46L9x:20)$ODS&1[y!hM p:Yp*_d$] RvVe4B:DZFzH FIeS28-釀?af2`o#Kj@*.lvzk/' iGn!BpaDwibɣJ!1_U#gA6{ Aܹ[R<)y*%3V 0PT11 h[f%jv9&=5AFt nE99`8YLH:.(|̄9q"a TfcAū1P'A%vw q]@ %49HVad" n=dmvHe/z7f=JRZ@h7YPjjF"}n+o Q4}lu+5: [jhC&)`Sk DM*QBD0GS ! ȥ!t1Zœ++ F8 K:˨!p(us [ $'kJC*u֭tnhC*A/KlBQk& A!W$9) 箆 a?a`"@e~=Y!%+ЂA0U%<#ѧ$3hhA?`(-YJŗ)yaٿAeњa.I<1QW"dLS $g\W  ّrF†>nQT R 2p#&xD ~aGȀ;l(*1E3z,L&1̠9lTR a# Gl-MђJ+`Ȇ#28.}I@@R1n~x7:SeÙ\"!̼)!ȧ Ef|p*#2@8)y K_܄H-]m?|1&F7 IX\b;Libljhhp)ןxDUC$]]L(N%y5U*I)0R9F.o<)ĺwq9I>)t49b.6跕ä] (@4(7̇L"^( cWˎNb{"@N*굞Eg=˵1& O~`Ƿ^w^uTu^쿹e;'S"%)"`9jw.G~8\'uKɴ;ahAicXeWoaX4F5g ,1>H~<:%ˈ? @OVCq ,N5O`?_<]IϲFmlp2l==l?'x894lr9h:|ف;9kGIpږ|wo}0I}vyc.-ȏ@vL5ӄr!\'nFF ^ E0%;'\W6<'O\<8T٦0[ttuFNo}N1yoǺ~[@?A&1D w4E"H L .dC%NXE5nG2@^0Ҥ"'Edْ#x!&",a &Z%ZQIR,)N 2‚88^!CkA 54)Ъiծe[D¥;BwtcbW0f 1$cpF\MDRNlER EτEnċ%fܹ6ވK}n8I-cJ }"P'N$x3_L !IZ@HCFAK*4@'zDż˯ 돷/A*q@*qġ"ET,Phn8¡ct(RD H!l-"Ʌ"),H+KʸԲ"\r̴$L!rJ4LL7tjL$C"$HLVڋ39!RH1+tQFYIȡRLY @!0өJJ|p2ӄ| NWK4f.$e⺄b*(Lva=ZkjE`]+Zn.m32aekn9 R]x͒XHr7/7 W^VVqʨ$vNRmCI(vu ܅GĶc+nۭ"W!A2Ơ׼$d$@S$rY pZU1!Zs{HO͆~)>f:>Ԝ Rrbzn5"n(JU w+δ@jZbjZ)R<= |shSt2]M[HuF.O>ghDuˁA"NY! A\zA,GUX1~~|YRNc~ dQˏ7,Z/Fiµ @Ec T;$ǂ 4!LWZi]X^zHB>Ig2LM!ʒ!p$XD %.| @%R)aC[o~w$4iiqng>] 'cS٪&'!ŭo'J*R"06 &8{d'IV$e)MyElTV)V2gD i8YY&LС@84$y6\f#7@Av,-iVԔ5ɑlFd1e17͹psqR:#vB”Lb7F)u@e$z/gÁT"TrZnCirUIR$xĉɊ )Q;C+63 Ϩ%ӚqRC&bnU2l~C"qɛ*ݺzi<ZhZ9Vխs[IWfI٫ZNoK<+djꦪ PDi*ʅK#da+J$*D^iD#!A0˥Xh±/z!C",If\(m#s0oXdķb PB蠌SaҤK qD*".6R r%q]/աW! R "p, IC\*DAB: mқ+E$S4zPkc()mSM@nu yYzۄ` y” <2W!XNoҠ`bL?v 2&6m.]z_K˷F^1e d6t` 7; z%lϹgd__$_C;|;@X.;5-qĺ?›MЀ0< ?@7@ 7韄81B.FR &D@ #V19\> L,,%|+Urk@"#(%+ {"0) ?`,kHPAr"*#3L Åp{C|B? `5`²)+66y4j0 ckqOq58dDB[;\c hI[3bLETl l&VGm64;,*R|!\\\ȭB!8C50n\zh>ޘ/SG? $  rĐc20Yc:h, ;+rT@=LP)<ŹڛzH@XP)G2VZȸH GjɄ((AsI?@LHܧO݉9HlG׹", &T3"4k,4ĬpԈ?hP `BN0@Xٔ cу|Ek2YKAH:d3ZB &CtDLĔR ,KP9,@*ʤTT͠bEtDȺt`DHMTJI3I pfԮL{Ą=Ąjn̈ 4k3Hį2C 0eD v[9,GHkIGTB d;0O/{ƅ):\*O|KK{֌-bQX4X,NU' EryH)9P3:M,RoJЃI|Z) "=*]²ñRip:hFQ ,E+,9l{R6.ŬmGЮB/C7No̯RG*% O 5؍EPB7Ŧ(ձ} OK Ap>y3L0d$ȭ|4G+ZRMY@jm..̒ bEWLň D2c\,٩VmMH LdR:ŚڔYw`(՗CYhӆб11NAk7)u2>iHGQح>hW[{ ~9X-Wz VG`EZKR hU^d B_E!BF HxϹU q ZA"`A^&VtX%_CR0ѽPшa_-Q$蔅H9 `PIP)@V?b"T, 9D? 8␍b/P^FX),vXD"L:: 2JhdL&ń L0(  XaH`e@ h>x/fف\oM`Hv\i٤s]H&3cKd;]VdFP'65PxeềȀ2 hYYf 0( <)T1K] `xT/HVɼ`\ ^0K+( p8U >i `>>y 2$Ɛ # $f@'ޯ ;vT+2/F Ϋ-?nȭRU!x :FXQ-⣸@%!H/>`d0A YY{n?8`߅F> 2Hr09B 5 ^;am ږlN5ixp?a"X>A?f8JE!4 GH׶,M*?o5ɬfbIƍq喓fyv@ - JᏊ[V4dB޸nB$Uіȶ [bXu~r6$Ĭ0կi f}pYxHJX-ɍZՠS`h:wv عXi;.^lrhsO+֬,J_ pG7¢#?R}ʓ%G/ @_O6GZt+tVWs #un[Wu^u_Muaub>c?ve_"`'zvFǒJriټ\.vFEA<:)$j" ގq]jvdr]P}gvxww+r/x x8P/]'@,8h#"qxxw'-+_yĔg?V%8=FU* 8co5v:!xvy\OS:"}kZ('/{AzV'J*ǔwЊ9ϒ)G{"޵BWzw=y z U_8yG 1{X쨏χȷ7jYLr]t}}:BAէJry?ao/(吠Wߏ{(ZQԉ i#4CAasҋT֖"E0,h „ 2lB-#N,h"ƆZ(qcD"G,iA $ʕ+]4R&̂1Kaυ/GSaQ>s\"BNx*VLNĆ"+]ԖdՂo JƺvR.va8)ohe3c2F9${AM+v鎰gӮmp.m{7C$>5ނ9#܂MN'X:S B (#kmfXauӋ(/}%s 9 n9R K 4_$Qj\EeIF̩k qQbA_$A灦 $FRFrMG#X1 IH,FAqYi$&F@~WdA4,ĽЗwA&؍$e 7}Pw{vYxBl&dB_)["E,(A fvƙT#e9!a"@FAƬ|ʐYWYH$I!z-)TiPucCfҩBM 2tmAvX*nBYu&v8kJWv4x+YƱ%`AiWzO!#3JәEɳ |t&Хq \%jжizdլG'l @g a\ҟHY^qBdFl\--UkC"S`|Pa< 6.PtBtH.]˓3.v޽ܮ%lLef"IPuдێY}*o~U.E|ndY0=gciPY'eHcg_.jv|shڅB${lR h^#910Z^vG`G8 NXeU)#b@R2o/Ê^.Ǿ.l;Hht!d GX eI[t!WDO HMdL3C|cybb%J*F3Ȑ-DI--B#ɵō qdm3Lz, $Ѹ2L$5QşTg|)+Ą+c)K0 %&`[%/W)a:$1bLc"S#. ^*Ę`1YZ t%-)pj̥9Y˃s @ P B {&w AR@ E=䓢<'l)Ј6$ F R4A4*Ђ4L1Q,f+eSurte:RWb 8 mbšS= /}Tn66INӫWVtuiMjBdY H@MOLԞɫBkИd !XלZo0Xk.Jrj ͥT8psN: X> TA-$0!]>ggzQ&rwjE@q5))sd P\Ը.ě_/V eDJ/c+ )&.貶9"ye(iAfx pBjKoaې{CҰt4#p2 ~B<$yC 275G2nrѵE "\~ 5BV Qm4RvBG_\/G`B?kD$Q;\R%` a&ȱm ?U+ı;n^Hb;(Ad k9,$;#/e DggBNa⪉nې<-j_~Vpiւao{#{nfBo^o!?#PlZAu%a|@rC_o̫6|Mm_po$j vnT5_6ej%r% sm2)+[AXMȥT YQ4AXt]fEx-HHtw} 2^MX3-4-ĵkmAԛRASDD\AL%H:%!I 1I\!AxA(At6t_ADFŁ&&&&AIa` " }Rn!9Q]U m!Gx]'VmQRu \4}i( YYD)!@ZEh`B #1t<55 ^-]WI7FY6rckA",#+yc19*m5\T`;ݢ-^"1=A1NWI *HhC8^I ȁ{Ѡd}5`I\*#Gt-\ҵ"A9ޣ09]υ. Uӱe>+Z)>yϯ_KBU עܨ}b t#LT3í^c^2M>MWه=+T}TԷh/ l|J}sD'6wHQ|J|icsz$r"c.Pwٲ%ƾ^*2)<ɗ[<`~߀ )R 1@0B7a&qR E ]{".hRiX%Ic%H`E6Gh8"͘$ D6d/: R$>H - Q92IP$]ȀBrDdp)tiE$DHIiraB*g z# Aީ馜vB@\ 4BBpF!~'SFDy&I(#1,6əyHA'@Xan@#{Ah+Hw dB$IڟtA$ raE@AFB$+Gﺋ@GQ ,I2Lt@ B *d0Svd H dBD/A=kP$g\ۧ*,ő : D@$j #D<%$Ŗ&SٮBJ]t@8t@E~n]w砛@|L`W>>Gb@М2.zDAg*@0hcNDBCiv$0$U?&DxΑɽ a w?m D@G~HB3zk+n@Je7Il @&HTMܳ,"#/ˠ7)j,BP"Qq S.?@ÿ@h K LD@G0V! ` c\K! ;+H5@[#H_CVV]`֮p[!XGHpJ6bHJZ"^"Rܣ@f*m RD8KH&cCLڐ*K e BVpX󘮜%Mi_K'r(Ji/a̦6_̖б{Rdt0sL"͔KJ67-2O| pNu,D$deQ$H=GOD#AR@8!}`nH2HpOs^erӴD`A$) ~0;V$AE Rd'TÅ U7t/#J@X-D Rek|baX 74L0 yu׳Eίl BI.8&#1++ "*`A&)wzb@Ue+Xrf$"QV1|!P:9Jpjݧn<*A+=CA^6a 1ݢ.-~H<%P^"]$:_'#=J1_Jݔ棄(g@d| #[IvRrrR!!n!]v 4ѓP qc7XS@`Q|6~1X3{~P)=g7JH9@Rq(m~zTLSda$T:# B!= hB)K0LyWrE}r'6ZBG@cRHq9 f's>W-'sGbe)%qHD qWQA7$8"3 GH62(dKֈڳ(;W†&[YY! 2%$” p&SY8 {'>,!>PEE}Et9T^⟍1 M 15}Fj2br"-3gNM(D -1hdz0pjOFi8(YG"z!hZy;r!(75p?j8 "vʐq"|7"gr `K)I2f6A-=g 6mHBDAHrRl)$G[ q;@) @`a=®:]Y$%P pBQsTfJ $_+gOĩN!Z+9y,l;H'ikZ,+itw+i Iixy.F,Ӳ0yG[?vQK"VϢJ^'`w 0}r(v,x'DXNʲQ }w_$4MbP ),X -*PSb>&!gRۣ$z'2#"ٞ#q"1ˉ"Y o&Uܥ 2\ &å͖"UK@vl( $ `ǖO2#RQQ2ұXN#݌ j#{I9pp4ЗߔjIgSz4"gyS.pYZR{)֘cճ! <;2LlJ)dI VD;@g>K!~Js8pvd6*z@n*g#";!;ȼ di"' ~p/8Ir-'`xd885~ . [|" r $"~,1 @-l'fHN –V:Nu]I1- 1<=o $;p) -w* J:c]#NrVQ@E=V*2]j;zMEK ;r d@d{+@k >(oSf*~;pFl$p22C'<5Ъ)IV$E_e^8h')#5bx-l#su2Ji –)>.!qV28pl9G$tho"f!~$"C]"Ĭ-?M+FbʖK~qP-!nG K_/af|sP!*Y,JJtb8-hy$ P5}ūtr$# x A .dC&XH,jx@@t$YI)Ud)pdK1.pء fH>!jEE2<ӦOF:aA$׈T 6bRiծeL!<]y۷Ǟq+[aĀ*F+e̙26̹#W2#@ЩU%̨~dmܹu͐2AH'^|qɕ/gsѥOw-FL[S޽i^W=ynk|9߻ U/tY{ X@%k? o[9 Hq A2m4 .街>d"અ"-L( 2 #@Llt0!#!2a\Hb dxDNM8w+r.h4#@ #iӡ|1la.:3HR8#NIo#ȃo#;W]݊cnS"9ryUNECh.zd.bz%\1:3lٺKQ$!+9l3;oJr##;ӅJCÛogk%"* "d8tZ &7DNJ K8J5qnOA5*\>H"9S.tF7xH]3%vY 7*6 # @y|yS7>QƢQW<=\ ^᫃3JǻgQbQ iH%mOZ(5<#$4@ѯ!֊U61Y fL:w*A" 3"Ã*AD(Ѐh\I52R9lqB^H`*B9(3Nޔ "hݘN],J@*Q #aUD(S )9dN!FK>d'7CpnM'IZ+&|ѐ1D$ck؜Z'RM DT$pr%QPC ZZpsK$f Aܒd&2{24 ) [-?h[c^Ω dr#LFgJD<5l?WD3-&ܠBHCS-Ter8˔H#2J {(DKV$0V$@ \m^ U4P:ăK!Afi&N G6u/E܆6" 0~`=B-Rͅ6jFbQ~ 1,AzOA1}/1QZЁ3=rH*-Et-g]d]Z0]B"$M{d }BNiȂUz7=Үt z7I6x!Ɉe9ܸ/ WQm4w@Qldjߐ%^ؘb&]`PlB8 u |aW7<9C? Ռc< HNn 0Zʴ-[CZ@~u)b@2c/`x,k| 1JGHfIqȟ3r[* ^Sk9S2f_m XFbV;xQWS8,nC0>TY>D.+S|+Ib .V!^o2uz|`HIcMƇN Z֡)FQюۂgkl$G6"$#]8+R8涴an?^vI?{]u[l9a,nrIC@sJ-]?}^E A˲2xyxn:Od !^>^\ Q -.D}"sٹ2ympK79y=2zßƌQ+>ApM\n-r4" 1Q[鍉v~)y0*cJ] 8Rs[%ԕf3$$@ܸC>!|Z1/A\Al=ߐ' lg%w#LWVp 0``AKȢَ F 8jg*;p?8HsKyK C:! (("%<7so뎝[ 5>р >8 ? HЁˆH ijP#X싉c H

9 ́A 0Bq 0$*ƒ@@1""ȁBcI#9X#쏳8 !# 90 $@ HCMT]A .4&DH? qIAX+ G>#|HVT5,BqCh;̞`Ѓ0Lht@ް c(, аHHsFőFW쁁_D"H0—Ʋ00B oE`EĊǵP9Ax/N3a.lHX"*,BqH%p@L g iHXv; HP8LHB|ܪ% ЊStG9ĄDALPTCPGpúURE7 CzT5>@|(E}=CTHX0>郶 #DԊM KMNRPKж(fDXF 18HЃ0V=I @cd8f  XiHG DB;P TPG$T_D H`qUJiWf9uï դ? X t ((q iӃc> Kɜ?V"DXRlRܚ=P- !J W M=yU"ي٬=d\d{3(Y!%jZdZ`Q\p۲A@ ӈ8^5 LփMdKqLYֺEV `O* }>*%%ܽY@+đPl Ą>UI)<irKZW?;4H U} u~dMŋ &}dنؐHxVAHq7@JXȜF>H cWXw*7`[)z}X^8́`pmE_Z Si>k Ѐʘ݁\]ͤE4Aco$@UlR2W`6Od@ R (nZJ4ʟS(0\ܳ`c ? JbۅU).%×0Ơ:h_@J4.߰dQ^)Rf$##C>Y>QNc0MC:eSc$]}Xn< 33&LV@@t@Mfx.VzLF`xwitb߁-eodĐdEtUPWdt!XL ԈED9$y#$R] 9W`ބhT UPFRAdUƑȰhXA#`n p$%"!&"耡{ 7|YGdWd V*HN}s A͑PW>N䤦>й N4Ϲ䮍@㽶U \ n_ #h?gkC'Vd[_ka}HƘI_ێb7.ڻ0&B"Ʀ&`-#NWu!4 p;:ڣ0%E> iTѾYbȓSlXlHф2IPoшv-JGx2S`?)›^:xS+#`rn t2HH{wb/ +1cs"-VYHPt򪺁([9O! @Н$ #0 ;>`~MX[mv'?0uB` Ё+B^5x=@ ̰HL ^0%bq  8A8vD()Ҍ${}8(Dhg1Ҏ}HHfIIvINit.Ӈ@ 24)hP&'4=Fo:JB@ DB' AtX %4>)Xb B1Ȓ'Sl2̚7s~̢3~pRr3F.24#ސdDHe@# i¿(qRC2钵L6JBό]h3f8$|tġ} Yf X8Y0Gs DI#,0$ XC$*V4%x")gbEedYD3dAF)XHIH5@QD“FF_f.@[ReWӗ7HPoI}9%AUE@ _$8!@ 1Ā_ .=PAY`KD0!,#z)FSNևM)mYC2m UC$G]C=wIHQ`4^$a Vj2L6 @2=yh6{< VyĤzZV@iA4G\ DT  1݆tᡦj1&IǑ "MrPȔKsF"BWAI0@@Rr 4ƾލ5Zw/GMaD30-7ԣcEQ@0paf!DlR\pPG CaE(Ă@abvX2啗H喍6$&pWJTI DK>FuFtÎ6;8G]Pd  acIsp7ܙJDD nQ\8H\4J @eC1)#bl(Bf#_#uj#dp{07'; A%6PJa*a켭zFy cES#RަH1@$Px%:7VE>+-E-R"]5x03]j0E+azV8&}9R7,D5_75ei:%d1_ぢ lY \\)O;x_S?2#lDQFkUY 6Uy-o%A Η;o)2{g JY3^iHV9esSqt/5rzӞ`%zF/cEX3RZz äٶvg29l!Zzm-ؿ#sdwJBL;ЎvmT֖ȵ/mh܏vemrFf]c/Z`IkSǰ$/d?#g(d,nc7%pPia~1DkF &C.9!"Gi9/CMQDD,+uM]2H;3u.d菩B@\=28?"1H !CL2EJmKDM v$ Nәx*e`0[q?7%2rr+ 9'UAl^v̄DYAVC dȂϫP Yc(ΆE;&)8@8/DOV$ )~x@CcgFL* C|~?HMY_9i UdhA]4deЀE$Yem_xD<=V,_A RAdA\_dܠD@DFmuUAD`!d]e^$fb JD eXQX6: ViơI "^m *bb圳YFىA=F(BFꜸU=!|aF>F0A^f>Q(MF<!>F0nDq`dFm@#׭4NF䙝I!_*[:VeF)BcAh\REA*ᒫH,.CD+0c>VƈDi"FcHJ$pZG1h\cEmo$d.^lA`=A~ 1g|V7o$,Ts/D@sqe +fMo6]LDB޺D#G"$kK'__(S+*5Y$Ep(O*K_@,AdѸ>_ Ԃq^* 1-&Dd26F:‹Dpe@I,_.\sd3 T'in_|n$P)ѳI @ Fes%؎D8V/3cx3d4ƊNp&A3J#eq&bnFKAqs*$A_+?PZ-n欹_XKkϤBw$KsAƊBsedf*:1ndܯsSwpicȫ_쌰A4e5 l6qDdUјiV2hXl0BjVh%(UWOc1ikdd)djepkVVF5XYuįHCr,SJDI?' fn'G /EvnK rKrGo?'ocqGuKusXo+0dXvrpcf,ny 7q yww7tE@!,EH*ThaÇ @H@ P`DŽ7Lhqɓ(S\ɲ˗0qR Ft`'M58`QG:ԁςN>]dԃQ2kF>)ϱd*D+mW}ugѬjp5IUS,]C|lYI*(.^068P75s @9_:խaSmV5# p뷙/9aobgڤhҶ>=qݧ6dZH 4N8RM !Hр)hFVh^,I@EA XDJ%&$AIJ*Tĉ ѨЊ x+" 1I#99 I!yZ:臔Tz٣)ĈhCc$enǜ!MIЛ|B٦@zRT@q~*RITFL$Ú&iJ] !jᢪ꫰C:+ dDBDAbA2j`~kF+.jhArhA4( T@Av+#HB(һiƒjf#4J. hAID$ 4Q.K 1#7Pl)`rpF\$P_< lH'4Jt#rM @M 'T Щ @?t@ 7`*KRo̴BDE n$(ey( $(ۉP@v=`4Ȯ%=0e UI~(L W Dr@Nh`"X]^6$"@bp"\L\+ +RT jD ]APhV`#= šێ G2T@"# $lY` HJZi^k֤*MEh @ȡDRYZHDPFr%0WER$k0ILx+M1aLғlS)Ij|I3 yV6IrdfDF)$ky8Iz sh,r%zbxΥ8u(D3H@tAyzAD'ڰq8bVUv8(WPAa0) (&ESN6!`)yy YmLo =Ukm %vxAgܵDn'(QEd9?[B9\zÿmId}yK %{A4/[ZT'jڈP}/V}#E`e?DJtr"z)"$/V"r)i$"TgQ.z"(eGhEEJ+if4ւB5؃*Qn^Dgp55_Qrp/#!"Xo>#r~-&x"8M@Ph#5b{`nIe'pQjBn g3x!26b3Џ5-ЎcM_uQ;$xTv#Bn'I1r , a2P .k-"YQ%R)(exn9HE$2Gk 8I3f+Y Q| .4r8I+Zx533`)50;#IpCi)NtM!'p~8'ÎR(@ X? $9HM)Y$2Ũ20'N88pЙlSm I KI\*Xca9Q'+"BY^sy* i6.)Hi(ci1"5P&ilxL6 В%b9iՏYx%yusy܂_X"YT)8@e$#ҍ&ъy?y4Ì!';IW'" (% + Y)'0)cyJX9tz4YH%C0/ J6r~8R( 鞽i6)ۢ;٥39%Aچ 8x2$)(ε+Su 2i #52cZGjXҕl UJiN.$7 iu'jKQjzrd Jր^&h+lr: g:PjLT{&+ɚ4v?zjyVJ]9e-i̺FnCjJuY]P"ҫzt$dhOjM_ ䷯+E-S*K<(%xD(PRezdd4:J/Ʋ0@*64kf5{zmFoѳ(,Z{"@a#u \u! A')7HIK:Xj'W q(YӤ]~ owO"g Aߦq%Zeߒ'!@u/ᶈePGt+0:[ A4V{WlAgpaR"wUwql"~w DPtFODs '0;H:23Lt31*ֹð;-Aѱ3q" m'2J Y#~#3iG=Wƛ4cկrI튽,qWs"Г$/83&e;"A d*KO!P"S{5l"1 ;Jz;q@=}D6%0q8#8&%@yB;Nt2tx"w|-c :2z2vDuCT坿gDp34:zrBa3q'%m[w ~jC02`) K9-F&c fd,;!aDkȉ!TLzvZs1bvA,&|aB'4D"kG'7@5*6)d{2Jx@7!Q)TqI6MoL1"d7)L#qP'xxZj\!ŒH&Jb*@ -T.7P`hTp=|aStglf\\+td),ugM#Aͪ&Ok -1mώr($ʘ=>W+RMTQ+^<=&_X8#PyS#6\a/*a\ $Qo#!y480Wu3#ujVl/v 00)ٲbڀ"9xz`|M`+x% ȒB#l?[)IpmIo*(k4@XMuUX)sYhy~;`Z9* ux"vWPZ)`M:!#;}8-?RL-#|pn=ݰǘf-C=8P>,pZ ܸ+/ȦHB_;^'o2"8 2b )e52yg5*{P?^m#2*a2"20ى"{ٌ+2?{M"A$8&C(ߪF,(?Xjpl,&)2@% @̂#@JM&Lj|MƐ^$pZm?"BbPG t2rM &Ip7P.*5I쭓-2yӀH{| ʕa>Je 8cu[B&p~sy2R-.Й RA@]@I).ũR6R} 5mϸ#7֚!5[JL-ZyW?l)\'@Q: ,5oM3m '"Q#+Uh2X*XZ4-*oeB.-g/yCte?-uO&BmF4{}_~KG+@"+H}ڈ0QoLcԴ@,!lo?527@Ю/!ρ5ɹho?LgT9ЏΏ8j-pV4"?B70L7F%2H-(2/2@A f@? "HH 2@cE E$Y$'Udٲ1eΤYM9uEO8$|X$eEv,C8E8A 3R&:ܙ2Y ͦe[q@qaː9išdKV0đQO[e̙EkkbQE>F`zIH?dxCdG}G'@'^qNn3C*!<RXO2hy{'_|r?SAF_rB?3o-@Ch`X! "C1Sp̬ĕ@ !G*j(+ hDECqH"R#,$k"<"%4I-[RKT`D*D(B4tM8;1λ. ;sτTN>r%XʳГ tOFq&颮(ԨM袁b0RRK5H"-,MQ/#>r$YO@6!B5%1bPeЈ#TrXjUϞ<@>ٯ#!Fr tԱ$Z;1 ?HG՗كEbTCVb‘nw_M@؆T"=T4!4)ö_QX%%.4*\*UDJȶ|Wg(7 ЊSeiuZWeQT IGL:/4J t>noԉvgީk7cCZi Q^֭oi.Uɇra#G ^tSGMtN$JcTSV}$8iijӒZOwrtS zGqMt-rg?.u߁S}}Y3BN+qRR"H~v0 y*I!I{b#25B@ -ޓJ0LB8dpfsi$9Po1bIXiܠȔ;"Y1sr1sۙU!C 2Dp}"S32&Zqyx*`C938f 4f=AcQz'c u+7"-KKȉx&70U 4Dό"SHe#(I$%`&"Ñ*`f1ٝm&Orfy2rdQXU~rt'd!fRn%LO:{X39yɣ<Ԍ7DFQ,* Q1_+@-zR=q?z5E iTB敼Ƞ[LWIm|%; D. ;*ð5PQZ(GP&l-$(zֆ;CDZ4䬣EHX(;WN՞Q LN &`>leϊ=PR+I$;QUG-0j4^rD@vOދ@p+/p@ ,!9'WeK'3qR"%E::SP|9Yt]k٫&qP5?Q.fQ7[ڧcδlknK\l2k؞0k 7rx5v3xoS7 $!%L>n[|p/F"2ޜ"X,LR86EbDsNrW052gDTDb( )dmBdv2 y+w\̔'c}z !G҄$DNND AR0w'x9r:JT0 Ȯmk zq Eb1S ߉$:yp>!"0T'A,zp.5@ҚG p_s=B _ #zJ@@i AxK>~|Zsa*٧NG1M D?B љ 8Ck81k18K@3 G;?p 1;:I! @@i4P? |樻  p= { :; ` K9!=RA B G Γ=8?%& ;˿%(ظ(&H+@=;C$AHhr 4dJ$"s/K,2O9x30:F*,$:  Z\pū{ř#%Q" Fa#G9F-5_lҜpjtkL17 GAq^4G,yr _ rľEv@p@FY{Gޙ8< dPΟ;t"EZ'79;,8h?MU>{Ò?oT8YÕ3sN\N\OO(VEJ!4 “E VK;TU,֠WXSK0<:uRFIP>"QWX;XKKJS(ՃPDd :.8jQ)A6ʐW[ (}EV^<( 9,QƒZ_WQqFu.1c!W[7i<6pt-Uhe Z:ښ`Wr ǡݩ 5$ GJ";<CSK/\ ,ܑ@Lj̘xR B, [U-?S γNHheIUC[ Զ}]=0Õs8|˃:<1¥˥q8(rWAЫsLHTxD"0}彌{DdC 0 Ee="E*; Զ̴sXl>єbeZaHRF+) dA=a#b_#BR 1_: _l ICSWAY]0$PN|_ӛͨ6\P!BE9H?[ 1l]ӃP UPA xGc[8[QT&@#^S??Q7Y;sN༵H 䃀D2GGȄuEZ51Ze1"AchPЀ?iT{Uϒݹ@GAx~E/ш t],! SDzU2`Z趖08Y )&B,|*0!mYmk?00:P3i [jim l18" ġYk)hE).WՈwjP"!k- ?oZ 0 V@@hQn0fYZm8F0IiCD2٬X?Fcn!# xan+Tr@w[ Gf `6&ѮǃMP:H44(^)b xP %ʠ9 1! r,..`Wш^ ~ow ]ˁ`8️'ty SYoP Qi=ԭzGɧ%Q\t:(Ȱ /jn#nܡqjtDU6/&Q}=甑#Phk0$,h@"@@?`<=>"XO21AFҬi&Μ^'PrFP(P\dENZ*D;w!֞vAǯ&R*Z~4ch1r$`:2g25(03nl>Ke?)՚2A33ㄪv00X㸠gӮܺzZʎnG:AȢ%^n:mطsX;Ó/oՏ_kg>>?<| XP0 *1 J8!Zx!j!zȠ8"%H)P F"5xcM&#=a? 9$Ey$IZM:9 OJ9%X%YeZzޕ_eR9 ښiPo9烐iqM~dJ:(+B&B $i:>-:(A~ホZ:NLb)(:gfjMº`z:+zx*VZC"7lN@Һjzzق;n"f n쒛*DڻnM.քi (A;ni'B|1 %0JEX1ɡ<[cV4-#2}<353eea>Csc;AUAMhB;м@C쥮ك> , wA e@@85d`!p=u`H@ FzHAD!ދWY ^*8/v9Cr)H۩N~j 04Xo YC$=D8Cǃ &E1 $Y iHP|/ĉ500haHC7O>~Q#ʀEup% bLB|X܍o=;~,-b6AEc"A!^ b Axh7yLOW,}MX_z&4; "FM0wV,"nP "b8S&'9!. ]Hćޤ$A~@yaHXJo^Y]?Ƈx} 'MTJ4|4@PQѧ 5f:*H@xzd,H21 d8!ʐ61)5ۉ;a"Lb=(/<^AKZ~UA.5OpFV! MdAgH֊ r}H<"QoU0a2&kD),*?܄ zn櫦zV#겡71ܗJ"i@jAL.|%HPןܡMChd9!A@4dtf!J  T$ = ]06ށKϯImrE!Y* ^p|< iO')ژ.ط-ML8G&= B]f 4ftf\B ~ r 3CkȨ=H@4 M.XaY(-R؂&=qYmFPゥ\UA(NΠ4:3Z> %NРjǤQP_N܃?{-iDe_nֵOzg=o `r;qdM0;(6c +' QJAB7ld5ƩHWNt̂A0'L; )l\j 8ytr/$4ȇ9 i7D]|; HyAs|1i9M""0ANIQXn7BT?e"eФ+2y-rnCwp'k s 7)iMKY2Ŋ!{xp>[&}d[Y=C\ G&Q#H!s'i q"+r ԗ{) F2>݇EtH@=7$HE~ELCDA@FA(AR` CH.DA sD@hOdpHa%m獄\`A$& A$C$2!6DAZaA^ T!EB CB `NAMaA@aa C` A @PB)DPTCH%DqoGFP(Gi`(ʍCd_A@ ^D! hw $c2jVxEfe0aà Y A HA0DA0A_AMbEbЍ[Nb}"F.D"!MuD@=At(@"L\1#AO,$APJGKB bnB,2>:GG@?:e%z0jN!!\,=D$v0$d`$CLN ?#R^K"$ 9ֆ! H`BHXc╝|`{4\ABaP K<%UKz#<U$dvCPYYBXHh2ncw懨faDFpDfeB\a1Fo"Di&F`d,r4s!AAeN` G*r҄sbgIj'G^galvt>A'vFy"rJ@gEh gwv }B~gs^@@!,E/ H"4ҁJ(Ł.2bAzٰ#ɓ(ShPʗ09%MfJxӣtp@E`KM md)ԤO4jХ]|Mԡ]fmXZH%{q*žuzܠW Bt =8ߺ Q}朵sf}̀+lzuꦭFyTgȚ3P v;l)>uKi2~o fzw_'/.|8e=?}nف۞`_(MD`_E\TD! A1IaA>@#D~"bAĨbC~ҌIB< dbBCXa4# 鈐HFE*%ؘ )I"G&$eq f e IgRT~j^AUާHuқ]pQ%1f@,zЕDc)mn駠*@L@AhpAH P0iA&_*$k&,ixtJTDZAZdԊ+A#" !{#PP%T.+kzNZз0 H&$%D% Ą@HD_@J04ĩVP( 4l8D@`~*$B`}IX=b@^r &p="d@2B36 #FP#@<9B¥A9߀+C 5-  3%< D5])Kuҁm5_⨍f$t.* PKĮC. ͸@E m6-_]NĄBs :VNE SF,PjAHD akVK @$5a(V6A1@P%" wQBA !5uCKX$n@6"uyMCD Љzl (THpHH*Pg:H!k+]bH/A.i} `y]bHB-IȠ$JS;cqٌ #H RUd@@#dd(w^4eAʗ=P+0}fzJ#f)O̦6DAD4fZ5Q!f*uun6EMN@4~S^4ƈrIZ*!Сd|3IъRk!Pΐ{ZVeI$wRzfQ[8-,D)0 C,b!eDID TQ pPhMk"%Ѐ[2if#HOsPD"r-ZY,,5R$ATU%J0rARU/rK]0rhmZxk`A\y5h !UQF+$AAԲl&6@Z76 GJ,tkZ U~phgqq O rɎ6dT@:$"hxY*.ٰ<(jH=z$&AH% .KZ'@0AL#[~*h6-FH>85$;PLe79?6'ue-{o]/ `2}|pL:%>Ϡ1D3zKMitGػ .g/9ԦU Iw#sQNj %0 `d5a= D2"m!R ` 1ƕjJA%j @J)!DR@V#.a߆H `"$s}s@D?@.N.sby0 -XB=$Xķ[`+@|df/źO U^6V$o[K8b2' fL@O3<,AmDLCob; pw " dV `߻H:y=o{!nA1YG`=yt?yH>?nj !!)G`~ f$*s ܦEKڿ{x^ROo] s@4!5`.6~h,C BtB`*1|vohQf]/pq$%$6k#{ 1&>r{N$%2_e3xÂ?8؃>$: $6xdG(^ YäP8E=!|Q؂*XhDY%_<ddPLhy $) Y#rGIQx,>@0$@K(80&WŘH3ј QJ8`;z0PF؀-/I1ٍ[B0eĄ!l npER!?`!Dx hIi080)2PBxkL?a%$8RI@{BDFi(e!.80ŊS +A㪄 _ThשP #Ԯlb k$ {#є!۱ ";$[$!&i%,ɦed`v|a|/A5`:"pI0blU BP%brZ)JMI&,kL}Rw>Ha[檨Q/ZM AK#&&RUaCD+Z8fhs1{jwv 0p!Rp[| CPaGFPuK 1zAb G1ؙ˸c!{lb!<@Qs #= q=0jkxqmF6V*;z{3 ՛S9]W)+/a!Rbow洶J`+-'bҢ$09 Z+ EO(FN8/@."EB! P /$q-lx2(!: 0!1=0 (z(;<- A5{p [D#Asyg(!L"28g)#-W\Q#,H)y)p_ ;|y| ;{ d3lkh@yd8G() ~X"D0F.|DW UGǑ1: UG!z101C3r q ?A^WꪮȪ* 1+p͖!h|6nYw ?´dZi w,#ɚ<Vhk$~|r`{ 2&RAkSC# B$@@0΃9L+M0'[RBoe%HA\iUÆ!ZB$"ui񇫙, ,)F=Ed@(n #X.`y 5QsxM?Rn\:F< 0m"U=\3 f{ 2KT&A,ɵQC;(Q`^ZW{/F~阚ٲqJ\B ZY)$p{=Wb(%r&R]"K1qZ)9HH;0Qr)yٞřC'i B)}YqD'c84y  )ZB-!ͨቋC&~}!ڸ:6N~ GQJ!y鹨ѣkR"ٗ Q;t3G`8Y Ѹ xM[mzB16c.b( M[x )x 1sq!' MhIb>Ӳ8&;ٙoc bK"#)ƙ6ecM[ P;}XjHTezYrډH$~@[̙ॎ.%G?]JbSwzyzS<JcR^/Z##cP RJ>ìG"!+  ;C"ٕc2h-ɑ8!3)3"00zN~` RC8 IGrmz P=Q d"I`Q DYY™bɒ` 5 `~RsSHB.ZV\N*k3f[OwINg>wd5 jdOv\"X@ $!B%NXE5nG!E$PFɍQd2b*'„tI gOe%ZQ.f4qEd0LZUYnM EF\/ Hi#b.Ä́ Aݺ^u_ʼn藨 Hݗ@L؁>K?PEOiA;^:R}p@#0)?-䤳 ĉ >dJ K4C E4DM𠾂M<"PTb4 K(h. KH"3P@P Bp THZ,H Kpx1b1I67 9)=$fȱ!ۏlqʊ>tQJRH2 d9"z8qtT LKRIL5%`Bՠ 4UkV(ՠF)* B!tU֐5#ckvYL/^!KWv[8|ۂE '-MH]P!.w^z+Z@"@I[|A2v%3Uxa9}B+hB-#W/$l>&\9W.;?rq3=y",hdb =g䘈h/jD(244 :iź:~GZ%vAj#.H "LP'[ްf -t(4HN9d&LXs«" lMj ?EeOYAssZn*5hh//!w3}}|{]1" HAy2,hzmj y|<%@"׫_ -Z"*H X {HgA[d9]pZ"$ NxV* @KDTg?P;ȧFUBo/o@p!pY-ˈ B(({ F6Osg(*satD=AKBlF(!OKD2Kl&ڣDF!3ÈH ANBDG2H# 2H(ɏ{ȍ dhs d'3Y c*=n8yKG@{ȄaQ$:|`g;>L3Rpi>>'HH/r"ٰuQ SNlΔk~fd _={h`4i8;dID(۩E B܀ Mj*3 8n^7]k~C"FP-ܩPU]VWUk@U\U/DJU$8P^j'tPu+PZآLHꎋpD3a{Y%5oDQf*H%2nemP7Rg9ӵ18j8%<޵@VĕM.5 2!nn]fG(>%]nyDF&S]8V"Ibu%g yȮT]>ȢA@{.̲+%t."x&$P̚WDKFt&+]^wAED2G@ }P.UR,&ы\A%SPB@7D1_2+ k0<'Fʬa Az JDQuBQgɤs~Ћfhu}͑AZ %0<Ęב:҆=vmp[yZssS =5h;m{&N"tn-'>L_;xQnZDxzBWڃ&<> ,4wz ^$C|ͫ#%s\`Hm杫* 7[fC3L3]JxҢh䖺+.*zr@{!F:AN$[9KR4Q`Z|=U$%pp!HJ7OX B$h3(!ELOkML42:E:s]8"!8|>s}A@GA҇D%s>+OH ҄K@!@ҟ`M~ =; XHbC2H%p #0S>J/Kx(9XK' cK,$[ AIػ,A> h> п@BB=qn (p,0/,[G( Ȝ"ۻ+4,# <غ-sK0 A@(9<܋AÍԍl8TDL?xA O 3ۛl9ep>(À5 .pLNئe->P&ׄ;+lO45i%԰meG aKf€6)T+Y]&cY 'ۋM%8 aXǪ&_#xьʝ HXGF]F}9oN`n H5ܓPмs?@[<Ng 'qV|߁Z +=HiV%ie֫`KHE6&H -Ԑ ^vjuV- 㙦z=B^@xCXiji8jNRj0H9BMK/X2~V~E>QW,vsdN^%x7E7mYm(d(@7*eFA‘gEM9JbVp @T-Z;j<.¡8R:c8=| ,Q::rĮ(M!K0? C !=iA."1 u*P(a#CԨ 3 'Гsex#x3(4dO ]7ɥyE" 3:F `GFo,F4\%(d?Jv:>f؏ [0:X'.II􄐨B=x^/?G L?.zvmV\/;7/Y'THv?u Q ߘb(p!!/oJ$8+yΡt."u8?1zF?fЌVǂngu *mI0zx'X! }B1ჸ#>#فP(K:&hj' `9PCnu5XĘ!^j^(}#$\}q%mPu:".],]IGKht0hA!K<"&$h`8!HK!),i$ʔ*IX%̘2Si%$PX <EG|l q\4UUK ʚ'ԊQ#"|cBՁ v&; SsD#/Z4 ͌&ТGw&ҤBڠ}^2ti=!Y+&K)F5ϗ6!dA .I}]Jl$<%Sԁ:8?UHʉ䞀} Ef7̵WJ ֒o% %oA4^_Ex yҌQ@p ~8? /r֐/6^aIfx@"T*Th}AUZIBd^2e V+զBĠDQVtMp:蠅T=%($gtE)i( 5㮒%2D&ǩ*$:&:Z{-W-J -;..;@Nk..;/{//ۯ|0 +060KJ|qKT,!&qnU|R e\!m$F pSSԅ]hчC.h2A²#"넘9> jjcL!M+X[d;ql22&+֗-NRSe$Abä988Qo~o;I*k_YL@]THI\x${߈v)ALVtG'38[)UbµSpxB0;k/ESg Wp ' '5!A81 0$gQxD>II2E7%AYR 0I#؞"2@=|/7=AC~"NT_˯R z O$ b JJ_+J%tKOLԉHRHBd^ad$&\ ]R HL@V$@D-Ia%bjBāiDXT>^2*8yLx"^Dafr ]PA V$VD>oPYF^D0:&Sg! SvQf}h~LOD$(xqfiaH & |I, HMB D& ŠAȨD@ Ď2K(E DB( ) ^@@!N,E/ H*pCF|H Z8aF;Z ǒ()1%E[I&̚ o⤩aO5PlR%F :@*Ӆ&uaTS:S`W_:MJףRmJ1lQpf5 2kڝr|nکD|ݢs nRja#݊lr%k6(r¯_nstXJŜ0v~:3ёmW/w=0uTlo05fG}`͂OY4fި[̕ٻPxǯ'~G3 H `PQHBEl!NNS(8!YXS+hP.G%٨"~:nV8- A@Gt{BW%Bb{Qte %H~hR4&_%Dat)Jc9i衈&袌6Z  q pI~<2CE@b U(n諰*무J%#4B@lF@&"ִeA!:=PН2*k.R:F[$A{PD%$i \" 1л JT8P 4+|0,$m8y0iYq@l NKG%a@_b4P(4JjЗXW7z2l-rn?jPq*ds %n@~%^r@n@JwB{bUgDn2B 2+Z$ǭ{w d:+6~p|B~v7zaXrH`r" LST AOY"0` lukz WضP CdwQB1#.a H `U3V ND$ B^Yh@ M , !c$_X0 ZcF%} :d( p rH*ۚ: >%LF 8`" 9TzM 6z[(k [c/p$Wr̥.U<%SH/_'cjZZE P4YwIjZdI4hdJ):Y6)"P`L:cJ;y ,Z\:ϒ}\CZF8 ݒ2=tlCRB|%XHc:.dՕ JrZWC0"}R*B ?$%k2iNJ%7 ~%c i9݉JH$݁$vS uA]rG(l Z/18e:axar"Ry $Xޒn3XGе @hSp֪`mj)aɸ0u H3HɁDS' d?x;:Ú>rx Ch/ QtRэ}WiK 4B}:C@" Olk7=|N^5KW s4$E(Ӱ5KG*kgҲu{Sҽ NkFv mMȤГӎՂ5ƨ.yM.]͠u-ӳjw7W(9u%2bQ8/$~MCFǶ" iJ}Mp/D9  oRUZyIy͇NtCu/B/җ*[Joor3=%9Wu|GY_]~-Li!/(69҇-!wؐhLvNMRO"/ыq{#~Hfwo %\H(D-D{݀D OpqE:$)P^y>~'gt~ n3J&]TD BV fŤW aL^|,NGB@sT8!S!ZRCB}C!9< R0%D=*3 x 5RKPwQ1 LMyqGW3_тR%"3d }NB}"~}.a `W81u&U +\'MWLS(w-'jd-1((*CU"uE'ї_%!r"w"ٓ= #~طM 1t|8e$8o"=pyAn8|m!~2̵*"CFh0BN:lmu "\IJx =g/C1#/XpH:w8_`#:P~(8|%@M1"sxv><X0E"Ĥ"'!hEdz 8<1R7P:G =3@.28k:70$wQiZL82IŔRP ;Q$ʮd|J2-0y \:7 70-z gAhjA%(7Zh}#(1VPDZ%GR _Y{J%ࢯ8*=ЬA@6+P8*b'"NPMHyMHB3Z sCNs;kPE@ 0wG)h*= +b@O 1-Px2E(\K:KrഹdQC!*7P0vt1|J >[L(u"ZuS6.`=l!Qg.Ĩ'I`!-<'ģ;&Hq3*LzH$ZǺ;:𲤢x x@?"q7!M$9,ۓE Ljj0W#U#:=,m&}m±r"#czi '悾,zč´!@&b:i͉Ň{qy(&flƔn+U~hD% (S]7 !Z<-f~L&drC$)$`/N /c!މl3Ul(x 48(7C!~ 3P[i)?U-Y :7Qx"vb:Z=}@p/&-8Y鱊(3~ g pCCo ԗ~c\ ɚ2t""z@/|)]*2;gXs×ҩ-m>2,H`4Dx9^=޶!<0N95K֍m6'JP9ޱB0^~%NLwd1@هܵj%~,6$Po"DhB9-',*t)'1FHC0%m]-t= !V$D "OzR4( `(J}1ήՊ͠%-7'@=r=PFY(!:-2D@b ΃<]"@ b"M "N-n#1 4`!as~=";R4jBN.=F2Ķ:%1O4RZMN9 <rI8S2~.lӰ@7`^N+G!0SP5*mۣz!?eM|sH!/!##y2 ߥ<+4K,̜b#>% p~+OòT7TwE,1'Q"j.1OG,>gn+"R!,;*4峱b3@.>3!Jz:#fPh+")(Z =cqF'. 参=BR7BHPh"dH&%!IT3>AKD 7 ˳"(˂< n=O.Hn^p P+BHjxI7O%-hH $BQ,6) * W`Io.} CNJPuEIma\t֮\\##V\^.Y$^}e/| ZdK{_>Uv])fiCxI,j:'ua9a1v[^) Če^ hgJ f؛if/7,>q[Xj q%vyXϡ`Zlކ * |JJ[=vOp?z4Vc:|o?W\"be{p+ j5;[sНBX rDMucW|'C}{d5WYvg:~wPUʽwyct=cG/n\6zݻWDw?Y|3^zk}WI=o'_>S 8݌AJ-.I#@l ah2M6ȭ<#ԄRB0&3ƒC<1'A@ԡ̚8.s0(LI "qg䔎PΣ⟄X0j MBDEae\P.\BH_|M6>g|g|fF)l0!>P _쨱o7n׆B.,I ] U:M$ ,䷚4 ;l)prKV2 %ޅjj% lt)#Rbz4D|]Mc|H;@ДAL Vao8͟$e$~K H}Ɉ}!/IÞ(2B(QAH ?k`?b*Aѵ1\H3[+T 0 "ưj*0  ?]S\ixH (ө."} prdKŒÑK >qhC|'#(Z)L㪑y$gQa3tȐ GD0w[/ٙ2cyH M(:CĘ!|)[ VdN k<̲T1ʨNO`<^AƚB FD/q[ΊO5 鄩\ ƃdܚ 0뙙1(SP#B*4u e`xQ ܳP4P?I |Ht0f   -*ҝ*0g *%ک.Ru CS۩)2-OC:ŻEe)”K%2{R#7[- &}O;T@ϰJ \O9Ͽr GSlPUơ}TU '_-VfafNVkJmjM(q1"kU"q=uTKWV6m0x XHcWDZ&Yd}QI؁X!]}MSǏOʢ/`4Z "H@t&( .9>p & ]"xhݿ(aZ\:`(K_X aG(@- G( & `ݚ0 ^"ȑ֧X^a u=U@Y_`M*^x]Y⋰4]竉ȁ5 N`U52[K\'_>ab2,`eKd*e勰K%E d>ޟ>XFː?8>U3sqfU%6P黹[Z&.a`c[ +$ΗT{d!Y$_IW*f ^X_\ dd9RK聐U[a&*|MhLK#HdҹWܻh f+&{u喈^Vv Y&@.i  X AKx֊_F_`0 [֛;|yCX:  qh\]Of1~v DΧ"<.&k_ݲhPj9P jm?}׸[PPk8m llKEki6 Pb3T_1luɪ޲1!m99k@ڝbm)U^SCT=n mvKTn*gN^ A@oQf"gVmRi vG^219&(B=b ]U. p/ ߞR? FBn>Īa$~u9 ߳h1&S{(n Prq>6jRquRUm 8.*%X>ų&-/ ޖJUh^~ >k3,g#&r1e L0i1*L&el䒰 e"3s>:/Iᕺ99P+p`xXxGBs^xIx\pxc"Z Xh1sRJza iމGk M9[qqBz ^kx|ٹ__9|ϟ0S͇ɯ6(<lʐr PL῅g6:M Fw@uk`8wBl=fד oy %8&u ??0at,&K߂",h A" l!D@""ƌ7r#Ȑ"G,1Ep!"@2!*ha K* t%.\P!ҙ'*mSP?4UU!V܈a׎~dHĀesis4ZσáР0#Jq-b.N! #X!e%s@,eRE"-(Q{@D[/{;T/ٵq$K.FHH!bk} Ec Asț9b+ӯ ~nDdzC[AP9dA]I0PeUCv!fbk l5@qE0ڄg^IF9B4!{q#{RQAS[eF+ K`dFYncDg%y&i!JYj&F)'yyf)",X{YЏWUZHI{~8Y{}4t:ik&f@<2t9Z)^hj+vx(!X[w3%k_EJ6iA$LX$!z-.a]EPw^l {/R sc vQ <18| ]GvZ|1pb$VGtKv 1Av/b94A fm:Q!h1!@P% O!R9Z+B{qI4iԢkqEQeV%[[nA$mqrٗ6  \VX aV,BԟBk?:qZ׸L:g!YbAL@v*{TnG=+FS۟ID` S YPY~I ΫMҳO}$Ä́S1Ժ!PrKx&P8k3v\"`TPbXe} 9H 5spc8Z85p#U|rG!cA")q;|bY$G-=I K68E'y!~5D"#(0:YELuuGki PRPj>oARO\(v"X@ _  y ٝCJB8)JDLCxϲ6iBA$@`lXl٣6]D3 D!ӈEpG@FCTiI]fE׳؝Ϊ$X2ecA:'rA, 2MjPieo eO%)0G F:PMKͺK"η0%[A 3$CI_V~ ȩh:,I!G3ΐnx$RG)Bjx h5$"XW(f|z RBM0!i=>)m=b,ǭ]q#W]rE"κ8BA獣kj֥mtH j_llY=)7X'tBԶ'RmYxA@80x+\1͕#ŭV}'j{UU"x`RJ*c y$4"nq2e]*%ŎYD+X-KB^ҵZy 4=$W"}k^t@isd[0}W+ KI o>VJD;@A h@ v@QB p4аGlЇ 0[ {@kV:[8e;S"SIHafl;Hi)%YhU2ҍQBdh &$ֲ;vo{;p"q>Ђ`m&Ȃ3P 8"@HN6BX@RsRZD[DK+ׁh>^w6'ܰ0BqQsH#0Q\B!r<|;tL{,3I2nD/ $ @ސ#}>0k 0 &d a߅IHP{ǐD|.BZTk"5L"LSK0v,%F% 21v՗K :ycОβ$hɢR^B%n`j#oJ>H [qp A<pbK )?HA$dhY܍i`A Nɝ\m&Y$%/A)'$Vz@lAo10\$_ ]pvD9L #h]Āz5[os|$K%SYzlJ魏zQlP |6DTBTB韶S0@4U ĨEgQoYفiIAAjCPJ=W+ͥ}r^l[r }ZAAU" ΪAnjo$nw%e(%@8++8YRaڝ:)j4)D@ BPlIZopɢ6m&۩wng bXxex_XDlb%Gģpg""ȥ}}`~(e՗I4yYGINitIƽlbY Т v @t}+Kb 9mnSiBN"؞m{Hcbh-m'ܪPʭ"mvmn *OZ $.[-Inn(-тQ fPm4.cᖗKS&KnqXns.,-&b~l(ȋ6Nm?6EZ5HznD 2Xn/oDoV'9omo(o!JFBQʉБ[cXOpfEʉ{(40pr n.goo|zkw0rW`o𚺰j>q /ÏO' qz hug GNS0cKs->qn񁔱HĪ<S/@qؖ+.+b*Wq|.fq I.)ΈP /2 @%Ddd"RUWS)<"G(?ėJ1.%Jr2g0 k0#sr(3\ 34f7g!G~ՑdTв 3.߫227?sҲs!-6q>+E?|܋=+m3tbs+:<4q(,0St#C Yh@7tF'PdjH?.-q1@剬Z?+EϮIPg}t;n ;O#f H^F|X>pM]#4nf5AQ0m5IV&ar,O9+ uP獑Tq515{"HmWL7 uI5>gϦg?jG6HDCжlGhnwnnkC7OpoCDqW!` @sG D7D7A\wt?@p7DAF7G7IpG(}xc$wChHH@AAADA7ABS$" Dy|_vDwwA4@зv{GhxAt{%7~_B`A@ApFDA_>w{svtoy#Do[ABtSK9A`ֲ7F8G`%AF({x~;AsAyD9AL,x/@A(GA_ `%lA[DAx๊gA:gD`ۣ<+kCDck~cDD<{(}PxGD|#DhAF(K 4sIU 6NC64cF]4vdH#IEK**xc v"RAK,\h`D/7 2KY6dNeʌz &FN;fOIcQ1djG2%x$I6q HZvApMɫr1"Y!f9w`^}MM*Estͮǀ$KwhfF^ cT ?-٥aƎXt!kf.l"5XHE { z$l&j\oҬ0B "(6+~ \ri*\ɣC^P )$'.40( Өj 2l$#F B#h  *$&12cbˌh .1s:Dt̖@"= L:Ī 4";+Ql#;* F Β"ͦԡEĴ4Mڒӏڳ>Mr2SS33V;" PeuIMi2Q9I@W#<+X+$j;#)Z6PnK"-t ܏m7whKށh@W]<&_tu-7{Vx^&P=wx-" %(COhPoYm¶QI˛I #kE$ahގay厬($?&v4kAzbmj8me6mZoAdf/pgC荱bxvz/if;^w|ۆ]-u;o_=$pt6h=J g(qp%/{6rfx ?$nHDzc^m sxGݠQ8wK=q:^P(f#`C6 H` {CҸ)  <|I\rfDL@B7$b7AbF 3<%!rZ<-!KFoQ @x}0IF08)a!3 j䆗H5*>\@0%Pjg,nAIJz m,HPiɦF+Jx)3)}~X5j.ar (q.乴K-ΜbIϚi*/+ \#2cMLձ!\9OQ&e>5HL=?@uh94f6 526deVh<$1ό UJsev@R^H5 $T 0KD`G,ՎQ(.ƍo0?a5!9݌ ?Mx4HNnzcFDGV#+E "B,Z)˨YbY4cÀV (dKsHRak>=f* %IR=zQS_ z.skt\ӮFB+\4A .Kஷ#DzA%wDpk߂|)G#K_3/:o~ 5G!,EqH&<Æ\H#60F=~0$"CRL(ē/'I!ƙM숳dΘ6 YhJF{-xP!v:@ꜪX8ڤkc[~zl׭\k2gmYdz]ڶ_۶K+Zf;lUj&uY{~K/bs&_x7+l.ə}qI煭Zn߲5f+cơy֪vq m걒nv¡{-5ʻRڴ͹k\8sN=X_]aVUBU'_l Xւ(WVl)^ei !$b4^xX!f֏V-(XH"MۏX` &iU{NXYR&F8bFؠ6XQ !68TZ -s8j*#qV Dv"I@iRHMuRBT ݴJJE3Q"P עRBZNV $J0:K:*B ūMC*-VjZ%j1m{~E[ꢚn[ۮ/,lpۢ @˰ \qܰLp\"; 0o3A4s@-CmH K';G-TS  Dp6ktʩUpGqmx筷(twGPAU*tBX&8^48{GA褗n@}ꬷ: ִ;K@E5@Uo*PPH/䗟zGo Z0B.w^#@nEDD{@C,Pw`T@{^QY`"($F0*r X*$: ?P` . a +UF ?ƒJ`.V1 ~pTi#|HL&ψtK_$Q 4`ppA~@" =`nb|V|Nz7< υ\t9\J$0 `$Nz UeG@M~X9ۉ!C% Gzc OCw56U`D  >ULU>[L$.^(v@k)Pv'h`H/+ss&A?rq”XU ؏*#y \8Asn7+~V0또p810Ϟ@ P5T,g"Dl3)SD5=@K~h.ȱShpyTd×ԊQQ{3wI^:Ml7!c#``wjGVh@D7|i*L0 |}FIG+Ex_ T_[U4g)A+>d۪Gm.B"TNͮv]ɾo;l%Kp,"EYsJVՂXynDI0}Q<8'\ȗ* d[ڴc0Zΰvzm`f2 aHaQ[ re2{gLu6' *1"#Lh05?X4_}R7x @rl00RQ-p1hP>πˮl34k#_CiF󽌨fL_6D%iA{|Gߙ]@(sZƋd/4U~/@Z|vf-bS25O%括Enͼ_MfWB(nLkP0$v,5fwsU .H ʯh(VH›ПQugE >N0&ȚD$Wc "M<6 dwP~pp&\(*GAR`*$ZbX/We':rkFU7OO@"Y@+ҧ.i3uV,-'/"h`X(I6ֺ'注g;sYq?\Jkb=@8/WzUO1ű @NFi cG l;*x \ZUr"? ^w*yu>Y8'BV_?6k x>o}PF-ck;tD/$Bu(y\XDl: dgnr"PoU.Ӧ/2 z]~Xr Յ'kx]6js3s#0h;d@d?Ƃ(/{#n[Jn#f؉2NӆI({y#H؊3}6XC;]=z{ep7cJT1،w3(>&0] 8rָ9֋(ӍX@@pȌPͷ0CW3u(FJ#TȏyftgYO[OZ#~s;axh'-"5 Y50Ȇ). OY0+hu%*ٓzGSX/I;.^~]HrNg>CՑ.]hlZYe:ipH43keIm)zJuɑ 5%:` ik{Uvf+/Z5z4Pi6 7- pj 4M` D@ I"9Upگa @K :KPZs37&9d]y*ŀUF * 1dӝXwС<5$ R=0JƵ=@U \[* @%ژ4iIbeŰfUV60~+pz i@]$[:`A3DLkL ;mVzIL3ٕC?CC^5 U|VHSikˣl4sn^2Y 2=g:H$3k\,J92m04|T{Uѽ,yIЬcJ{3"OHT.0;UnH @F: |ҜE`#7: R  ̟2l7*'@?PU!xT;0ӠkShT3;p6E|. -?.-0y*SSIp0}-*];pEP;I{0xhrF=3>9>Ft MsCK|PT1]m=Mْ pIΡ-zۇݩI\M86rM:m3=w?A$nEڌ=؋*Y3^RRzfm= UEH:՛:=/[z7ҫ3`ت# >XqEm3F_,5aU)=SS& 30\j=C܄~Rw3mF~M!;JL pfXژIʃВ9=?  ~2SԔm$^Cu 7u3'3LCw3Izz" FѸI0#O2-#-5m~^I@x`10,5&^~77"=5"IpsM)p{i&f#n0-ܞZJ̕u"P p3X^/"UAFX?EDfT3Sط"3B;P}JO,riIq/0sO>‰9b|!/|uOX41A4lD%Ɍ_WYc3;#X?CCZpiHC3n53Z69zv[;6H 4L3n_:flesŰb_vov0FͿɶXjMP!h%iyT~" XA .dC%NXE5nGpI)UdK-KYM9uO42I.eSQf JCSnWa.[Y=cUA [qΥ[ZiUz_-YraĉcoO8&庅ʡ'|YK?㦦[5^ q,֠.SB0!̜uN 5p0)ȰA5JG"@QP]r8=/G8~̼ NڡjN@$Z* ?0 <"2&9XH%="`2"" ¹6 ¸dda2%- 0R'? 1$@Tpd$~;>:^5̏G[]uLׯw73ЉӂV<  G ڍF6o ʠM2xL4 *X!LW 6 ^+(("V?sG#GMxr'JID[s2i gQNCp =di`jQ!%#Bzىf?BYg ݦ(Ԧ Iu@B,H茨8["p|%"", B c ̈> Bv͋:%Ha܇.]Kyw4>?:!^O "-$} iAf,+%1\5£X&[@2.4`M%FYH~#pBI VIf`F($/k Bj ,l+u 'XOȧdzٜ͸@-A8Y8GtR#V?0@B%E<aǢ!a"(cKՇ+b(f%A :f! $fJ> (wZ2U_^'kA20㟪 ,pFx &-=dBR( -Ě ^B4FG̙<"+>wT@$(>QxsSbR&34ʣgG͸K a@"%Hd ݕIMZ`QIԵ-pZ}ҺḤCX9*W[XkqM`$Ğf>ZiVU:Ri7=pxK4&&KEE`k.QA:jUs+XD$-Ar@g `YA^֥"H`"a*Q#AFKӓh& ۶4G\#Ÿd/؃т ynX%Mq Dd)7A@MvC -B(XaFUM;͸i QW f_{⁋}=HBs$7^ E)A<0$$a;#@ y ' ROW $o:.Y r ȀȺ3 ?PJ-79,e+\ތ/@~"' > 2 قm8.<8pAڐ$`Am10~DFHB ȸH'9DkmX%菈KkP³dڴE4ݦqQRJ%tܜEϹ{0I`{ayX}$n6i, 0@P9>N螘,Qhnat4S˳|BPm$A<.2 sۄ{` K[1\$p6 dMe~PGBz<>\bx(tE9r[a կA4<7h Byda?{ڶi)>Bm2n^f;QW˥qyF]m :h=}[WB܀~.$Ԫ vw ^!Mt$D@0zo_`]_8> ςdǼነj07A~Qui$ARx,nAJ98B3 ,w2 tk3{< \ ӛ:-A8>(p\`r 4\`= A5t 3zK8(I 2CB'#'t;0)$l#I( B!0c ɋTk  7@ A-2:B yC=8C4AC@,ZB=,ĠjDD@I'ÌshKDA()0ţEHlӸą@g:a=tx$ ŚB0D`riWv\ `0+ tE˟4o`W-hEp#Lɭz P FЌ4*%`̫̜ȬG r\T9 g1 о"82*aH[:818Də,1tMJPΔ+#+s.uKRGQՋVm' HD6e0\_K׬z1D0]Y kurUn]‰:W-XUWDض0X}Xqw++mPRҲ$rͪ]FsM?- .8+ D..h"$sC3TVDHTٌxtVZţe?Bt4f Q`Gb -.(<4ѻr9 :h#%d+^x/h/E~Ekl$XbDٻcp$dK9Ů(eމ($:AR#3;J1\y3ia$ ,-p5f5Mk1O<,SՀfZf1aix Hl H@TQ{<P#;S^f=^EFiv`UƧX߆$渓_7)#j=;#MHgud˦AڅxK x^k u2 X+$P&2==zP׫)˖LU@.\q(PDc=r,iMmH(#?c)ڑ\lAB$*>\fM\$¸1 |' LކskA&̶Q̋=-LH^@4pWھ֪(뮨1MmіfK>aC<|lt,LIL|g,ҍa9mլyP[JfhwO96 vm?_x#97QJ>u"HvIWq_(԰73H$R xP[d IM>ќ>OP֓0h1?yZDyGJG% g.Xc33Nw& ĸ8/3~ yiRZ+,l=wb/37 bvVfn}:G*>K?aZL{Js@|J|{'u(|=zdIYZ3gV|JƏVL 'D"e2zڧڬWLQ&8HybV |4{,{v8cW⟼8hvooZbJ#/L~g<Aρ+2l!Ĉ'Rh"ƌ76,#ȐB,i$ʔ*Wl%̘2gG8wI2 %  p)ԨRRu ddլZ+ت6&Z셄:PJbظru 4׺Oyo/Dxk,n3VUޜL3eɖN6un.mZ&;g:ұUs%ihѺm}MlʾZx{z1nэBPz_{߿7BxaЉ!HG7ȇFo?vZ]6JMT^tɐ$PC@@(!z(QpbwUtuG*}"yuD@x$G-("ewV^6dJ%Τ$JFGU*xE]x@~|(%i!WN„dK^1ijtUyԞox>>`(3EoM9i~DXj)uM^MH|}E)Ju*mny}}:E@+G q9 Yذ;ُ)C6my Z{-qy嬞pe;.;rx*K;/v+Pɡ*KWu 9hoI䰝T2> %:m'o_oq'lH9;+PqI͌<ƺLsM3'S:W䱾EA(dԉ>MD#$A4T u4SVG tBZ>*kމE%|EIP%@ P) u9N=U8 t:U@Qֱ} I11A +h6jT_ӯC7U 0 @a M$C%Pz -)b9R\Aҥ{,)*#5D0b B:fXԇ!CVg @CsAAdbw!$$ Dt$#t7l[ d"!} θ-!(YF'{wGJXrQ$vyv8aB"H–X>p?/"[&)!DDz R'hw7F Y~ +eG6E7wti0C(viH8!HH*ILE'(1#aHȐ0]5XXw-t/0%Hd c0&!\)҄%<2!bt"ՔCuċ\"!,DP靁LvV%DaЖg`qa@(9=bE,倁4OT&CrE BF7|B! }." )6uK0]K`*.T i0bH bPc>^G(! фX #Z\Vn{Ri `QYb[@d2WsZ" `v]JG+"3HFFJ̦bfMb؞&Kl@;ݼ_׽oD9Ņ_ 7 RWE#W=8<{ݐTXfI]1#5#}LyGrȄ"cl0dX 'c'J%6Y_׏2+ʬrI/&hI *Xoل+I{ D|sx`1,\B99˒.KGs.GhrݥRS8Gg*IwjSjqDЮc5OUWs&4MIwo-*H.6낞aR]gvU"PK2.뤑sрQUgaƶKIȵg")R<"T@luI͓s&)id<3 XUM16uK hf/PhȻ*) "WMvV<{.&Ou#r<$|@KH'^QLwޑzL8|Nan^ qoZn_M(-HH\XMH':Љ !-ց]Eߎ6$#&+ 75Q!nH2ސ+s],w8?]gA2VQ&\93K$zJ}~]Jgv{Jڂ`ԧW^ ]VD0 JNaq$.q(RFiNX @C]HU|8ExD(^ESe h&f_6U4@Z`F\QE'iBR |ы\( Րqd*8 h#zd^DV`\t] "E^F!UtiC@$E0y(؄ual' $]%0(xL9>I ~pʅ)߉:UsyQhNCp EǴJ.xցEDlV 0Ng6 '8,viQ)7R췐UOHSע v|r]H}uj~v䧊a\F(j -jЦ O*I^`tA0 /Lqn Đ sh$:mdGGx)ge)ͼY ҐDu'oʮ΄'7T@BG dԀ0F&[O o'r'`&UX ,V.wf%Y|$~dX @x2ɚe@Kg[tOeC}4[nF)@6!Ęq 32VF^YC@2G@#0AY t F J(\|@ XDqJAɐ &/EHk@@uBۄ zKsu[tiYBx ĺ 6|E(+Ic&O ȀDĀhB&0-1D.زkGFdEg'8|%w1„0`<q:D _'_ |q_#yE9ӗvXC$<|@|~L0=1K0a0I 6285GpT</e)OXpZ( 3q:l$c<|MK]iX`P@G$"E/ۼD&#to-;<ND M h0܀I~'Z s5!B7RcxUhs; L7U6Sf!u (jltIğrI=D 4xaB,TxbD)VxcFD4yHG"R($q#h0BO[tO" QDRI*bDX "<@@(8$P!&E)(l+I&P= BJa?ZAA]b""~L{Pt|pDY1D\:bHs1-D$ҾةLJX,oÉ#d yr˙KGDdW?! BHD!by μFDDJjb$ # +h@(L96&I>`0"2A J @~6C:?HA7 >\M>;Ȉ\ᵈt I 0 7*+!<M:R *<'!(΂z/M3os ,Ԡah3 B-(f. *'Z.(j R\]Hn¨N:.쳤53]Y, EbM(bQK SQR |:H%e7* #8r-"XzjѢ(%- ޓq9'\}Hil*X!E;`lP$me広e=)څ(4 SnnM.`–/x5(bt ]diNiYZ:"AN3Y EZ:t-N(넶mv"˒]hޖvn(ZT F^qh%x&5<1'b ]9?nQ_]/8efǓLukJT^NૣyBF6k܉y|w^?ٸ域ؿ_Vu H <q))pz{_|+I8b0xқ_ e:+I`ȻɏskXNJ? 7N!x&bOmK(@'%ѐb8<0OaD1WFtid8GЎJM58 0d شdQ쏉< m(Y,HCҥHV :>fKhK*J(z:X*\+aY -lK_/5Ld!Wj/T??.|\&9Merd`hf#0| :9CIҜ& u1v3C'O_O$&3B%US{FAA'ލͩQqT&g1(T)UVPnZW ʔXeY2V^fM^WAmjZX_ԅm\LrOd Rt C/kNvhF1ٻ`H&òv_7ѓ6MmW"r,pw-iK&>WqE^?! QY!>3\eO!]6iAYa (.?ҼpI)o{Qa n|m`j7Pv0fO Q ;=m& ᢂwzBQ52,rvH8x9Q<{2"Pd'?Q.Pe+_Ye/ZĘ\f3iVf7q!0g;sAg8Ё1]hCщVhB[`OŤlYbɔ4)G9:C2Qe0jAc_]e?׹yft̷63Tw3SWHV)l7 {0zM@X;*/H+*P lч1bacVw '؅-Q]"t]h8x•|sЅ^ +/^Gbax?W*8\T1y%qg d/3.g @d6AK4[8_$ hY?'s1*lZ>F; bW嶀 9䝂=Cx?QEgyg16% o];f%ʃA7΋L(r?[, cOi?gVZν!'$@ @S'+~o4f$zO[;"|[K"nQeQct Њ^B Pb"ݮPB&2alYP wDf.O6/6 x!@LoL6xL/ba14FSr "437N䂁r3ˤA/NcJ]JXlO$I-;ˬrr̖>V!26L骤1'k^~hXl(h" ~l̒+$,[i?}C۴,N[]si_J;k۶뇴n{{Zr}[dY.[۹[ۺ[ۻ[Ǜۼ;! ,E H;XȰ!C6D(0bN!ZlqŽAzaƏ&)VQe]TxЀ̛8grt'KZѝGYvӛ042)Ց"=ZX&Dllrg;WmΙ{mY{ъ5VX}8+p*vӪ(3ź#=&-U=\tQKl큖Uk`ƒa]`N§.zqMFv 꽼O?ݚv|]n\x˓uKzlmS䞾&BlN0[gktZqer5w$}Mwiq7`Bt_}"Dag*qd}ҥ0atIǣJ7~s!$b4܀9$%Y6X%d]˕DMix KZ8V~5$U%5Ueeu4EE!UVi$UKQN41I&ʐQAD/zGRP!)RS!yM"ēS15AX=SgAjFJhRK,;ED+:B~l˭LzۭZ[ĸ궋K@[KPUSz/Bbˮ&{oO ',AgK[p "WL2tr,rTĜr|b@-7KH'BDAˮaEPM:-VKhv`=圭 \mA@0nO@FG/7G.yȀOn9~v`A.9P$BX2сK$XP$XЁu"$@Lm|{r dE@Ҁ#ÿG@;Y_n觯o{ݛB(qKE4E ;.yDAi1A &8rGu ,?tM 0 $ kEH 0l4Cy ZA&5@XPy]wiyw]R#R@ P%#,3@ X I\N׾6pc WCg Loi6WҀ}Y@*ϩ@܆wa؂(  K&R/o53*W84qYyӖPO I-oā\E%Ľ 0Px|4%VdNrScxS 3@p ^!Ƞ#Y' v+D'PO|D0'J?ƒ 7| oj8P6$A13vG\9ћ?aJӚڔ 0 qebvƋR!2"B MNh:]uVP"2xp:0(i7ћTJb3A~I@d2S$BJ1ZͬqĮ jMj2ęSpZlgKY H-ֈq2H0ucm\0`tP 汧PlJb&cx3;]%Wyz,s:Ħ'VNX );wm- @;u</ы$g |0u*!;5;U eK7(^i O 4jDR.*6 rXSp!B $W|M*<3K[yiU-/9T UhAkBe( xZ-@'Ejq @<_9!ZP"~p)HZlٺP8g ps. B`h AԨN2 l˺AMd.^= vgܢgk.V1}9CUM䞶rƅoEF>@lEh5.BONh \>>ݻ0}KyPvtX ( 6 lGĝn>(^kGN7w"0(Qr|tUI%>+g@kNtuc |E?|.݊NEY;m5V5;y43>e7{Ul-w]%8_' 㭻t!O[w7Ns^CGOқn]Pz"k w̿Ͻ;{ciG.OuS^[d}OX_Kol^=SvmZ[)ǶK|1#hKcw9٧.7|h'}r7.f8 [4s0aR)X7!z}$wgSA3W2WwbϢ7CD,B<3+| uC[ `1gW:9r(b0) B@=T6 (e [C YH k`j_~@X h,n56v@Ah0eW3?w%Wl҂yvZwH-p7b-7B~>h~&3dyD Cwx_}327Y1Y3yG.I9CF=yy5širI>}i~ҙ>ω\YzaG~)3툚 ֝cvNH0ÞjYNߩlWie[y%6x) u.@Eq,w12>p .{-8#S1%42oF-j9 2o!_陣 3u\@>1>E1'Zx**[s5}KD*1vtH&GH>P0i-C1Y5c/J#JIJ3K8)v 4@ɖ850D% >&)p^#7 d-).i.:.*eZ'abD4~ I IUEPB33Ӄ(( prFH1s8j0W_ fm@#a;0-@5 Pz|3o63b'Lt#C& z|wo#d4 ;֔F3 20-*& I11+I&02Vr0~;;:~~ 30G&7"=г3m { [=[{Q\ WEZ&R8p1>0qKo[0f.pE .- kIG4o }#.Y{[7t&-{kv"'pdn۶ 0OO&)+|]KI?p @ jlqj~`ٺu'{\1Ify/Bw\;1>#פ`-'K\Y7E\ڲH"[2$7LaF#s I%yCLJ ܗLd68sR R2&+ ۰u.k~DU+sZ Cr4dq-P۹WOeD -ppĦ Ūz>uxyo׾!SJ15I-ejOa?ۿNb Y;g-f@F8/Z8h -0q,k@,c%6s,!@faZ"I(wU"`bSuȮ'0tc=y̷oc̝ʾy#åͺWܱ7c 4P)͑CL/5hj!Ztl }W#b63-s }W/+7 ,ͼ׷{AАivҺGжu &-:z:lb$|0>^lzE6 @Ȼ2ǧTӗSyWх9!mb`]mm%m^mIX>/t-w~me9=v\-2s [ؼxk .Ҟ{]5'v&>soxzBJaG32--wD -%I"".u4zv/ٓѬ!#kø3S?,:0 f Z9`2As]d fcxb569sU#-G}Sz9mN2aa|K4Y7O9 -$d13yC} *-˟t<9Euw$.ӭq4F40@ȇdA0`A .G}mFh})03KnWL37Z^Fk ]㥒G;^Q&0}0 b#PWX7;7##.(-=fAim.w . 8<%Nf.Ԧ؂@#dOD]tNDMPuvp8YȈD˽@8l0..VAG)kIO0܉õ G4n}0 =1_8-0qNagkpҮ;x Fz7owb-4:Tt֞d4; R9 G1X[n46E=}D$7LAʌFH_S `GQv'14o1 ~QcяT.G8q?E. :4i<3$ߨ' @S-@>ZDE/B0k1UU-6 ,!YD`l1ߘlRӽ%-f7{:4J&+& xC-r& Q=)0sG\z-~S)Z=128y^鏈JDDكh:OPjP pEab`ac@XQ  FbG!E$Yd'UdK1-r|XM9u  0@A@C!S)l(T 95zʲK>UY?e駣Lqu u Uy_{~LgӨ(䈐ltae%- 4JtE&=wsi"f 0.laH{C?T n]Bozpc " #}ϩŏ'?s{y~Σ5Oư>${1ph<b0ψ$I΂z+Њʐ=CIq$i[t( >h,` ~&Az軩rJ, mƆd)?LH#a6*- h 6, ̝;qM6t%& !I!j-LA L`(! T>ͱj!v8G))|<dؔ@…fhA HtM" >ah!7)uRMh:mN |!ftZp]Hlt@!k+JdߛdHb&f`]p7$؅P!܁9&ƣ nIֽA?  e-/F&ÇdggRjA(^H+SxUZjbĚdyE DM e2A2pxH>" `7DuDS6 aگf! Jl 3EVꊐJȊ8fd)FH4HB%ʛܐ*hkdp9.De TLJM&1=R9\_`'u',1is<.ȔMS9{8vG>|O80%hAQ2Ofy!iJB)FZhEW"LyСM:U2{^ˢ!(3GڼnT ڷйh'?CS sD)(R-8Nڼ%@ej,g6ѣFUS% bXs 45'0hR:DVī_%+Ztj'aQL@dL"tj]){zT1Tj*&V{AO]ؓ8}xQ짋lg7rr9HI @@emkU7:V,VEhi[%(x{\zV p]4sp3enwܸ.c. N)(C)\izY34 qWr44Jy zB7(mOdҨ-wIkZc|Zr,+I235i%ޘYX0hA%ik w:rO|­,X qs`W&*Jb"D2hbTcAhQ0afYM~$B%SɌr3gŨ @4)#kU$ApLV B 9ZxnigX'5PjL'~d${3G$bM4t}Z7(B rMjy_. K7ܕ˸%LDB>p QI_~ Z-x >;)/&zxeNTJ}i65Gi^vdj}>9z$v7U'ݨnbX:ۮ#`fs8щf"%;gxF/ZP[m\<3x, Y}0Sу@x3x36G y(P"yiI X {2U,ƻC(;S cPb"5X֒(DAy2ԈXw4GA.r<*cǖ@#aF G:{(c4$Hꈉ "H ;lHx|H08șIc& E#jI 'hFI Z T 0 DTIT*īj,B ga$[i^|FGH :ȑ|J@ekij?BF4dG9֙Fcp{t# ߑGK 5 qCrNrXW /,c> rL Ƅr1***ɿ$X d!=sIتMN# i% DޔʏDK-U X ֋uQ>v@1JdZ˵T(Ef2i+([%r+~$Λ@f>md㒨aK0$|(LLV}L&RfTBa4NڍnF\{`egng']tV*c&;vfB - {FaRg^6,ZDPfi$zfۆ8x>I(@MaL0 i.5>Т+e΋U ܤ (3i' ƘҾ胾 `r |Չx[ fQ1GV)@ЁH0 x$HNꛚ#0Xi3F~}n2 nZX&plfĶlN`&H H"mNL$>Hlxr~&XV(nH\L(dgnfNaJaE 0 վ "Xf_b&~WIۻ1X69 jXdms/ݔs u_'q~ >pRʼn> @O װvw>`p k %_Eϱ.`(4:rmh"PȴPk$:y䶈XU"(oc0L p9p!.DžڞWg9r%Ȅ!9G`UKcnQЀXj9` S pojKFuibЊ`n rhLpm*OQ?ؼ &/[7ǔ x/dp X{W q(BAv': -xu wNv`'QOBT蜸P.Szyx  u9g֛۟ъAycbT2b ߂һ ǿb'Z4Jߤ vJV6'7ʬTfYsOf2֪^bYeÓz%θ93cBq ڪ5yyH4p֚z{xoZf# /{{OHzFʟ4KgT)}W: :awWݿ\|q}/*ç@c…2˯ˆ~_{ܺ bo_8(̗gfw3hX0"Pࠟ.5È'R81@3r#H,i$ʔ*Wfeʍ0gT'K#o'gO?--j(ҤJ  1$:SaEP@&feYgװbǒ-kl%I2ȳ#ҭ[IZ̵jaB0Ċ36Ȓ'SLe[!P}zI?)1زgӞ9vO?3] ozP"Aos4ߊD>AwǸ;r# BA*$*p #>|$A%0tv)R : F\{Ki0 HVT1PSEذ߁uVGh ڈ1,c&PpzQ]y!A 9dV&5Q]wsYBX@(ag]GWBP ȔD]U`Dy&5E頑f^DXukE~$"&yJe(5IےYPWD)CKZ~)ozD'OQPXȏz#@ 36PQx6q!䆛Ϫ pQo NRHC~ɍ q616II/`Ԕ4C #Iz~&}Qє;=<#>TPOB$,"P=rAhpPlMbT1< x2a ` H}nC!_D*)\f2.HR@p."Sɧ (ڀm4e'I|k  Y:P:-hG%[@VRA >{WdS"("|BP"T:\qYr[]SHw!``23,͍ QeFS&"x0<a_EPFK9*B/BJmؑʥ("MdcrQ,Ĝ|a_~1UkF\*%EL=2I|JdG퇮3ՃrQ̛"q!HUXrGr.2,1 fLV2NEwr}J!Y1R3""kkf!4+ TMVA6Cӽ]/ND#nL`[ԏ DVؗZ[x;ą.aC,DBDj>+d3Z+-i 26V!UN_!hKRےX7w(}N B Qhѧo} $H'?Pr "(Y%OV܅vqp^ !ShlMmjXܤ#uȊ , %~u/5JXxIDN9W{|p ")'Qs}E|}Կ{*R &d{E`bYގ$y軸d+>#'˓+zk=jBI'r=NYZ#*ϰ$~ +1 Ru僞3~n´Qv5sggGq]Wae;(5 'RDX |n^$|@ EIl$DFD^Qn tB BІ;^GL߳L E@ yHM A @0@,0X`DؠdH,eK,a]@ ̀lDRFH¸8ႹDH( HB,fBL0K}dծC@[WX2 ADL"ʔ2A#,$P $ 0C٩" +" L+"`8`W bHDlB@MHQCCix. $0@@,~)VD(pւg-a O=̒T幕Uc&VD 0%D$sT!C|$ D$$.L $q#9ZBo0zrpz^daT@@DmƠAReA]'\5E,鳼 9hȬp@| C7%v0Q,>kQEDshHB@3αRv}uB.mqheD a/H^Lj^kܱčU/ƓbbRxXL⎯voJi /j\/Fq\]b' o΀DFVw6ͱUTcO u aw&b)AoW/0 [ ?o GD ϰ000)p/®To{|mjG&]I1( 0L{1f}﷐"S1qbqЄ1 ##o ![ !1&"2*+b3ErusI]r0&w922r#~$ò,a-c2/r۽3-0'U-CAV(B1 04_27c).9 nJ2Lr6F5Z/*[sZ+J[ucu\uVeu1=SN_OR+)JX:VБҵ)- 6]efo6gkt6ho|vh{vi6jj . hvjI6k6neO.voW6EvDqoq7eDjhuBܛtO7uDwTFDwdPnDvn@.(hSk$xtk'Cnf17wl®"$rS6Q)Q\Q03)&@@@ AK~L! YB1 iHC9Xp9/FC#ITB&>Q tH1;E/~acfcTF7qQyG?qw YHC~#gD>$&HJ^&=Kr(I2 a`d PJWQ bPȏ eK_ѥaT2)6-td.k^6Mo~8YNsT:Nwp@ʕQޛԯ`[{XvlĶ+'Nق"> h}`YC\v.fxqs{lݵ[#'%7to={M?~v6xF_j :YseP֖w)]aC[큨߃|!(v\B$Wh*Ȑp)FhkJ[=`%`h8!}ЌfY&X/Vfkju6u >x 8T>.WE|idСZC+EA )ʕJVRI4W5i:45Ke*PrǨSHXUzjV;mQDDrjQ䇲ED+1E<+VE1i ,U投(X+2a;F{/l J0\gqn _nxl(, dA&pVA@<2D]4 !'L7D -Z}Pfed9#5 s i34AEͯk?|߀.-o. PU]1aACB A Y @xVNн pAK.+K=m>vX ;C@%!L$2' ) p @#ItR@H@LbE6|" ` ̧> ;.,ZAglqq\9O~Wм"!`'**p &!gb({0=i.\I'⒂]$W2I[5<-6^7ӲI `G<.03iCܔ  L e)FX}@Q[݂Sa3~.!};8``j I~ -5:xӨq! ;Esx7:' -p)~~7oZeIP& >°']-HS4ss0.Vnqκ~0- |:e12E [DI! IC3?E|`jҺI!I `53@ !8C1 n]௞OsH e܁0~pKO5P*C. q.1+F׺[- 6/;ùodI (V`i5> F [: T"ȚTŪ7KK> 3Fp)f408Y{.1˭u4-2za5ɻp*z7(R6J0ꋈeB{us tBѽEKIiXCXKϛj/5;;D5v]@Zw7KU879.qoӦ~i{]h$8ز6pQE$IĹeK7%IY  &Fv~0b4n QEƋ-7,sH . "E5%A2-|l F;J{ -l\ڽ];#Ng\3!Zjybo-'o2 \L 2ܚ7t\KVt.g 7ͬFz[~K ,tFղYqK*x }z\F|1l•'9η :|3Lϭ̅K70 `>'^/ АKVL0xwV Ь0ɾe08'" o[m+{ώ Є22w6 ~~;4|uNWlC/}9\LE5`=K|?-%M]֑8,-PgH7٬dO # F>6盞9AlG1pa\Ac }HEOW%Ur8w-M/I$t #-->Pӑu)Pb1-}}0$Iq.WpIL3V6 KP [JETRC1zhl;F)kP,0Y |xqݮ,JO|--= G+N~1Ћ~6( ?n~}Ї~21 2aY0-=-E2VH㠫IRz]$ X/V*H@;w LINک,1גAh<8pir=[ĠMSq|PEZwLsA۽N@,/g)ݰƬFii A%m/v~\SD3?9`as>'dڇ20Wl Bplٖ!@ݑّ{h>X6 n/8~`ݮz]: ?E?TOwo[0MUCIXq~\^ :9YY8#-7@!-S.F[5k ^vz3rh vDֹCӖB`L`g~] :-;=~w^R-lIvVE`?b\q~ ~i-Ct]C͇~ڇ32y4O/W̘y8'.#E@PԾq\>`Yr>'D!hA "E5nG,\!I"#A%I/eΤYM4Wg6vYԨ${d#@(‡ O\AeD9Fp"&MIIpx%1 xSIED߿ Ŏm(x̓ITc/O Ȳ LR#F$OaNHrѤƉ _p;B͋1EzV!$uSVQu%9P2!Nw;'_޼ )p}#- /#NX>nhX H3s^?<%*B<#uZɢ>2ꕁa Tz;L}M1fW-@> `N! 5]O}hFCmNH5-)& 8 [Ȱ|e2Ot5E-yamRUzidi6`^)L\3M֣\8N#Ĵw%p$]`~̳)Z)jN[x鯡vi|\>?*|4DH$daPEP"VQhI5-vBeHB8%c*i>A0?S֮G'*B0㏴ĞDG$E ݺJt""VFt3A? <`]4nrP#N0A+Jz0IGCĆaBHC A#z'G<{蒮0SIa"C {3p6/{P%7Tc1/LE$R3`yF@rS{$O(7b#CHHJɒy$W|IPj{%Zrzy_T,gJ\\K^vr)01,lèӤjXL[Bj&jS#f7)_nJjdt&7CILq!4J(HS%&{|>236hEđ,$y5$iI8Rs,&]XB$yT3]>o*%l^%p&%43QR% UO4&IeCS.͞V5MEgaShXT봩9*CrZFXK)L.r;PZd%19Ͷ~O"JItE8Iՠu!rbY*$ ™Z p Q`JZcEMa`]}0Ƴmx@C V|,G 6 A\0u{\kX3kFK\0DysK vOJ!U-4=fƔHkѧ vЊ @E(pD )ab iQ|c~k-J7}YvBVj.MV 9L+ ZiCӵ 0gֽJT(fH@gJ3gq,V2u5_0Ȱ# 3.-+5$T/N*@>g%qZ\'Ljer@T b[zQmU>F5MYkND7D)%׾T29S*ᩪ͖_x`z7vr9enx+b@$k%grH3WBo{NKj) 0VO|0{HfpjkPQ GUBfdl2AJp FƓrti4 H(ݑ wEⴃl 8Cc[O55/k+C9bDl*%DE SaOy]*-bdC)j bFy;i.z(~yb}!9O i !g#]_Ң|G2509#:x ,yz ܜ 9 @j3,;B?:y0U@ĠȢ︿u˶$(Cž 0?CT36B/l( [> B qCDhaRD1$ ڜ><;؟ òSI | ?<4T¿łHT#9UY9,a0;58^sűWo@YL16ш /pC'|PCAn>XY&rI^!>~2!G<7HT=K,9& >Cⴴi*8֠8C[KEǞ?̥G2>@C DȀiH?Y={ $*hT"ȬI.: 2'̹L$y@9>A6=XƋ 4+3,7 i?( KdA4: Ⳉ+"uʽǿ|lIXPD"PJ]Iz@"+0L Jѭ/ws<'sM1A4 Z , F˛*+5N8M )4LA|)NsjV8J*B@ \ L-`"ϒ2OTJT+AHBhtC aDMOpP 2x18( ݔNmuPK&kF@<+pMԳ<^b* CM`=݊q t208nRu;Or dD8-) Ύ0E~.*(85=hKs6:OQj?OB4%F] #@?&#>җJP)82u i#TJV]XP fA @2GňK-+$,Ķ"Ae(8Uf`,bEyۉ4\ [Q!8A̓TgQ7ډlde)SmJiCqیQDP?h@.PJ{JU<,L{WHzՆ5aMMcXMjǢXbCXJW?@!M8UTX]о(9!T*zA=s+AZ[z4RTYVrYL|ڡZ"[!Y{t3TZ}?( 'ԟebՔD[̓+T8ZxrĞ[X3rܹ;z#v&|{\` Z"uګ&Z?b,01HA \"]=*]B:ܜ]6Z\E֕ܒ^a8b_=_JE_Ae\jJS" ?\6?w{_$*F8%5p:C& 7t Dn ]68_ yrAıG5,<᛺I.B )Њ^M8J^VMibS+8u_*B**+N$f>+aY.7vbh05HAuB:^8) /^-DCF/l$DI2d{Έ!(R&R/Kʹ=ecE!FRވ\SWN8]:UX`zO` *%8 > OPbI4Q ne`P{O "H#|滒(Ip -.eX >`p e %fg6W HL"h.(`Pj "ȁ#ySDJ&*FV"bS (f Ȉ>ȁ ?Ȅ(f#(N(h(X 8aa0i6JkI,.*}<&WjX)O0X%-  ۟聛hΩ<P2S~&= hȦX QX .v YSqo뵉x_߄J) de@XLg(kCrL nFpL֞pX& %pԜgX1JL\ nr^bp)@@hq4.Ra,DVBpY)"& Q ?Hž'<&p/jx9jꌸpI_^ZAh# X u[[g\K f.jq.p֤"> vv hv" *QIK1i€( j,ڴjײm-Prከ+u0#H+dPO]Iy)H D`f CpТG.m4ԪW^A/P7N D l#$L3ʗ3o|yҡ$YGQoXX*$P&-D~:G,?o>[/ zux0Bu1A\ǔSF1_-j!3h"DD @A 2!}W2#=BS)qGQ#IVdMQJ9%V& ȡ]$4&XZ&R9eJҔ |hisyYPWgɥ4fs X`=brTJBnhxZܙ)ezI&V\RT[GQdD CEn[!)ݺW1$/*@BA>eu!&]\E;bG:+kv^,ZL;QC M[ )@Gk9bD-<  . T{,++UY7KA j>Xsej8wÑ}U9 ڃƊu@QDS}pT P,m;Y¼umkhOp15G9D`AC @&gNE?൴},P؝\uu:}xW!Ut(]el9(I3KxLa+)YC["JF:Q~\%U P:x.:BB'"Y>}I8RK`P= A+?uGHm")/рWO6DP,R3:lɤ׶H|=,oG`\}"0G\=qG@,\ߚAղIؤYBNIE[(&j9N")%(&?@drAgGp CmKoWs|p'¤ah^ ? L[c1zeG1SN,|TjhՖ-Z*0t"@0bR3;B>$aF5!Ů=S!`[Q&2:!d3S;"0&Pc0ҸFɶ&h7#(NȬ5GUN r %#MlwE)BјI.$ȂPokV dAȖ=s!81IdP< `or ً0vmB @Dp1hJ&kVG"=x,R(0rͥ]cl3K)(2m66uW؄һmgV %;a}.:7 3s&R~ -JRR$.#ÉVG,P2^EVq=5qȜh#F(!|F:ܟ4I?Ŗ ^ZWY D [xyJȆ$x} Gp"2Dd`@`"aIN ]? uDJ#<#Q4y^0d RCOx" .JDxCBčt+ DR--Qd C`l\nnً,C@"l8!Bg ܞ 2O5." X"BLޒX\%$G" ."oF!9#h(f%Y}E (۾+QA[ >9SNM> dDMBx>T$@$@lܼ+<=yE0do0zg#̻d"xcvDcvS3eGLvI!>wG _"㛆$4@,?{_BQ:3+D4+4(E _xaƂ5f| dH#I4yeJ+Yt;,Pd THhPd>)0 dTBGLL $*pɳ+@*U+:UIE\Vu [Ե K%J7@W%uGA[e4]9wl*:rX0C@y 0}zaFg/Rq]u-楠LÉ7Rq"B]"VюnY6 R,=A v-D6rTndk$%؍wk ( z, ʯ*# D4Ɉ8*rZCp!g*xt0<Ž@ ,BBP* ޛ- :$ D9KѼ[=$io,Pˠ ?d* &:%2L,pЎdKE+ 9bv,"J[6̪l3P JeJp"8hVߦ$b;L*Xˆ :JN,`IK*&4HNP[-B%= #@ Ҫ s@$54ƂpJHI A2JN*|3T\k ˀ,XO_ؖ]~H (`Brؐz@ݒQbfA%= (M 9O$!?n6I߄^ H⮫DXKS#/H^~F.$!&>³[), C!ģ5rz XՊ[u5ߜ='yjE;t!a:}&O$Ew=5"+8:E9 `vփ>.E>r?xz?y "_7|_ggy灰}ѫw?ُK o/oB1 w<~$ B1 iXC9y?}FjgtL 6QXE+ޏ]}($"aAXF3iT7H[t@&26yG?Q. z\T"HG>|C(E&9I%@'z@Q*YJW%aYK[;"KZ0ٵNPє&.)>֤$T~8YNsyDt'Nw4 @ ZP UBP>D)ZQ^F! pt!-,EH`.40!CG(aŇ!jE2Nx1IQJSI&͛8qtK0s 9̞Eo"MTiȘM5.UMlµWv(9X~ 1mvM_6+7/WM{@Wi mK׭Y711ar%[yٺ!/ngǏE-XUoESV h; n˦ X/_V}ϓ#g_>^qC,Hokm{x{WM- }ru^~mgUI'_r_aw%Z^Huї"f xZ]c`6ލ9 \bIF@SAّ'`9SHZFQT^JUfSdl-q9el&gL݉'{F'MZĠj衅(6Z> tVj饄N_@hJi~pjuJjA*Х @j謐J.krFj&6Ц ԒkfV \~ʆ:(@,~p+k~$tpj@LTX ŬqrX@ k ,k(,^*7(|L+VU:ڳ DA~7ZtT+P. *)w(G@dmt,{K i{k#PP P( V 0P` HcL0F"& >E`Rr,G@,hD>.ZL.r4xA @#X0YN9ظƺ._ڀܶ P` A E<2h.&-݃&|@1G3}# IH.+Dz dFG1=%Px'H m& ul @Plo T=i; r]w;@.:д0[ݡ>"/d\Pg.z` vxHRX#HR܈@Q-tr ũ\J׺~цHRkda`fb^jwYd@MU NjhGۨȚ`,֢Tuk4ePK%#s,jj pKv-P;&ŻҰ?= 0 "b­v]0x`;(VwPEfh\0JX-,l o Mk#LŴq_Kg훟5@wn GLV[c@>IoVi:LK=7P2 aFD?P>m&Yf4p(#[nո=ff,G#~ٳog T am~Gr@lPPÖѐ[ f.:V?+0/iCoPUņC!XĚ#jIV9h M6–29bآ f AQɱ)?;>:VH]0VRX MxP9`̌Ba?8η6L7h r5ꑃj;-^P +|KGe23oAG++ğ}(W͸pZ<8"be8<x* V OBy|U7+ݍE.NД{Bwۆi񮀼rړC@pp\g=eo2h] XC{el;O<> xUI-,ڳuą̓;*F_9*?SUCiV 9'zWϽuuvWwO|ښ8j|UU.qݦϾ}ƓxS߸H>V= D৸}O#--#[tɿ8e7-edv  J],s+0_ y0 _8$|cy0U5,"W.52mp4T{:{;J26$0/=XF88(ʅ}G؄ŁPȄNX$`QX/VX+-`)^az5 sp4R)4C@k'U|HSE,׷Sce2(0/F [21w9Dc;yelsD} H1F>4*B=; sc1m@D F)B<8yr%}R<`F )#:4qab~<TToFm #v1:0ХE$a]haiMr44Wr 9asYnɑ|Ԕ Kh9IFҡ&3vhV4P)r) B< +~PC`1W莒bC YWBй왡%&Wg)&y"RI J5–+pk(VbH\4j+D+4,=j,397*bA:ׇӇLڤgzd#N:TZ-7-FŖU)7G Z:Ȃ]*(r"(@xBtJےj68rڧ4u+wy/r0~]'(xZuvzf㨨 C2:r6q<ژ:t|+z:xAիB^oE7`gǥIwZu)Ę]W))`s4eS\-Gq0% , Pמ 5nEp ]̪{&G<`z؂4IE ?@Jk*k)"°3^"U^Y).`FpS {5m;xF>+I+.[31Ѱgwu7)j(G`|jzx3mij@,J(i!pK?{=[2jIU=*(;*;;;*&03`+4R[a 3й08[*1IpY(74Zkٷ,-IȅAPib+~az.`E[+[{ {Twt.`.7{ '.`V ~@. .4.`R[p 0[)j;Y3;R{|T6~0뭻- 6=+ s9(%{;E?8(C,TI:DEGSW9Z帩~\cCy@ 2\Z6=+ || 3F >6ILLx.0^F>(aK(20I@Qu2(e#,<Gӵ)IC7#:eRL 3:h7d3~0ƫ/i A>s8  n>u #< G UQ2ض-pyɨ&%; @Y@Q.@8ʥ;7p,k-c{)c\)@8j6: -i^cX ٜto\:px# qKkmиNZ~V94Us(pd+v!M#2)IH*-PdJJZLjϹszI/bN-eP D=ՑF/xTխD6BzF6uZ=F2gv])T d=*'60]o}׌e6m`zx䬓}_C ؈XfiSiO=Wݡ ٘56(kSG;ٴ=i#f'ڪ.82ڰ*۴]#dۙĒx]l8&! KS1 [],*9FsYXŝ 9BBەz,PȰP, G*O1@ =38}@)f(<[)Rv8&.)1:&L= > M ]31⣘Lq@LpҿE)N~cG.1FC%p(Im7)󨢚K@*FGn~X( ڊ-[E6`"uគ.I M&w90F(1oW)L褪-H@! M]-^:PzZ1 ) '!0•B꘢(D~@򞞃Bͪ: Z-qXnW-<*ZΚu@K*\=(-($nX-,Nh^2AFs-)%@듉jT!PIxLy6,v& ;=@ ?NŽ},m)K,p};h_-Fbe~ԅ{)7PZW)+ڍ>Y럢eF E1`4Ç@"D`B1! (Lx". p4 HsOA%ZQHk.eSQOYBգH![RIOFB>1Y,Ӈ+FjYX/fVȑ%O8Tcʙ5bP0B a#h ;/5Q͕mܹu}8BlPxqmν\[3^uoO(־kp(| Crb>?mhZŅztAN2A*P@<`&-#" !#٣aZ("22‡h N,a@̈$|TPfHqAHrJ* -@n$!Z*BL% ++hH6#Z7tt*#-G+4,A<ҨERQM,=vfHb:JIWZr]_wEa膄tt3acq"3KHnjHUPQI=L!ya@h~$hA:hD#m1:|\p&Fԥwd3NHH& e<` D@>@#JZhujwj!?Lr.xzttn`HH(G݄ H̻s.}+f8vF7>u6#GNpnTZm$CgrN`aڙ0$,.V{#lL|*N X@4`(B `zI nE]BܵI 8r1@9v% #=*$7Pza;/t@cV+"pc-s0@WH&0p+Ht].(YKgR]4 \) AnKsIXLUB0%8S|b</2lQF(c.S$I̥!VԔvf&JWN|ct4BgAL&(t &B~"2( B-zQ^GahF2EFe1hdђ4_x` TzS$2PLMe CEm*SS{DO25oIjU)U~8GUI*=? \eXVF&K(ؐZV4FI !l98-Y`?EFkfTg26'\뵶VCm஧<)x[W|U@y6 eNUG<m~ eUyjŸ`^C>0፨YJO``KP@j`2="!)7zZ,Li&ȥjOC&dfG`$]%!}tul@z/IfYⰈ@0#j=2D|0-Kޅ2tDE2=m%I>Qoz9}PG<큗]蚀MDe]jt&PL;]4ϨD= 3`@ >8`< q![0C? x73YC#c$/i5>-K@9#rQ+*8RAs;f==~:A#0`p?9J, CA lZ7BQA7|جb{%s:@!xu^PܤLz;I(ġ@=bB| \xb9;SS`Eۚ,1  AH]\MѹNC3G jxQwI@A1EHK%eR46Ĉ<[=.CTh聩FR`cѡX;4e,)̴ңpͧq <@6m<,D&X` ` s% 6Xߚ58գ:y Ěp'20\?#%hT_ജ=ЁHvx|]< h⟠`t0Jb {,HQX"b`WH!p9_J=7" dɅ"PWmF d0 7cM3u;Fp2Ё!h(O>V&#X?ALH(Fo̧cLp( 6Nxe^ ~CT!(bdN辥>X x\_ MV)_)  Ȅ \@cf3#؃ S.6PȄXVVg>50Higg5h=NΌqv 6QJFH$q2_ G4k;"fMiȟ+ihfQ@襮,AFFIv8:9>Uf1#Nf609xeV%㎞!8kZ9\bӍEm"=ji΋oNoyҋ&&>-ގG(l\(.xƅQnNd9^є(BVKE oɍp 89Аq *W^+ql{΁}h'F  #)BGT('$ ) p?Уqy.L@X!L Yz](gq(=~s?WU?/Sv1tE_'F4(CLtǛ+ &B 4lKtpp ,jNp^5uqM]H{Έ>) _*+u* 0W;"ދ '#FӧX uGW+gWAi!xhhv`xʄNGe!fh~ )vǍC +xf"x{2YRsLe/:ʍ8Y Gh `NL&P`niMwڧE Hk -X g_z@ ؗOX pU$͗[xIZ&OZP{ p>+azsQ<>h"(痾dqP0%Q({ɏOQxɏds? K~F·. v(b"F |# @<HƔ*Wl%̘2_ʘi&Μ:wSfB-j(ҢVjQ?IRz B0ƒOE6zL$d98H[1ҭkwϼz/3ԩ ?"옪C\l@$ sc"Uy `knP0زgӮm녆+^qqn\A0(ȅ,F9CptFy.oO׳|!ÂPt=~?\3ՠ  A  G9sUjI8!Zxi](  \pak|Rƒ#P 1>(T*,teC} )VJb\,JyԆ0W%Yj^p~ؔ  A} L؏ 5BGF y=-aP"@B}n vD<`S[8i-ϋ˭Z^~Mс$O$r`a?yR,НwEu~(}kW/T]Cx5x(ECJBFgWs=?u; @'DnoBbAv aP _t!)T$BX21f0pp> xUZ(LcJ t D}$@ZBqڀh)MU{Ǹx\Аۻ=L|۟E CDE`̈́] |@SE@,D4h"GA.T5PdFAPDFFߍMW Oa.1D n 4B}_0B^]44ـCdd uJQ\E Y_@JX!"N`G B:GG p@SQ!KB] R6RSB/єAL}Min*(U@ TjnN+vOlQIˁDꩾ*f̢KL檮B\UM.HiBj+rc (G}F+jWQZf~ʶk+Ȇ+PkbKk+૿2ʿv(A1.lpnI(EA@,UJhƆzj8 R1ʮ쩄 tò& ƾ,2,ult͒, e КҖ"m+NmZmֺk>,.֎+.lVĞ-J첉l 8.-~SIl8-6l8@nHRsv.V Ոjʫ.LݖnƮkn-n..GwC&U@V*mH'L/nQ-.֮&@/vnFbQ,-0p*' ,07?0GHpS0gGcpoK0o02BppۂPCp pװk BHBNwaU/1Rp '< G.e@1ӂH{ktiq#&lq r C dW"ذP("k"7%_2pQT(EdlSwMLGk01x-.gB1k&E!q&X@1&<,|r !0 3Q"0 J$WE8?Fca:3;0god]PB(t QB"/~D%1I1T$srrR0A  EctE.1pq],A 4V121<C dBr,?"qLE1CP4E1Eu?0Ed\/vx+5/[Cw?cMvhv @4hC,,f E4I{OE K-3ą1)DH6O?C<?F x&Ul'xB$@v20,gw;-5$p> W@?p dO(H G3()S^ py đu@{?sT@GwQȶjG[cR2pQ1@&@3&hG?F"P?Fð-Dg5S4L($x/B9[7C PP -GR ;0e:@f#CTl'1@ zq H-luQx.Dwo;Bo/D"o@!l3BR3aG/Դ@swy)сa~bWd\Q'qatҥc3ezy fNMG%:C  ~aD Y=E]leݚ, a_;lZLZsֵ{/]%hT2%AZ} W OBDe "aA LBf͖[c` onn2joc#l5~q[.OUwt7af{ؒWw|xɣTZaƃ#LzgT}JP)0ӎË,|8[ A  5ܐCĔ,=G <\OʼnP$Mƣe PBHWJSPM"<\(& ',ɜ ./Ŝ1͔23\6.4s7t;Sʴ2䒮4P6?ϬH%J-L5M=5>OM=TU]UVKmUPeZm\uݕ^}u_b=d]6'5}hjkݖnvVXr=tmUv}xeWz|iU~V܂ >U^aIm%-Δ P@a=Ed9.U^;>eFYcgumgyh>fA!,EHP4 *BJk(\FDB&@‘ F)Yȑ4"ܘ`O@uHphЅCUʐ̌5^9EEeɠ(ֳh^M1C>(Pc.ԛw& slpy+ct@偄J|Lf779c^=egҮa4A w6ٱ_x.>f&g+_:֎fx K{ȏ&gmz3vh9_PW݂hĀk4؄EJXPd6vqăv܉!h0&ca"ntεUdZ7bL֡d~i@F9RWobhmE`h(&dg՞`""ЊZ: CYWS5IsRTP9J+5d@dXi*Y UD8(Xuꩡ~DQ2ULaj)Fi)RfUGJZŚBQJV˭κ^lVJlQBұDiՊ* i : oPEܫ 񫐿 ļ#<:PALEo3o+r@%?Z'o|A.lZl0g 3 VG oD75 .}9 /-L_`-dmNQ#@]@ ?0g'73XZwoGb $B`8)?g`PkqW! pI8P̡wތ3&7١Pkʣ;sEN`$t@o< wB H!FCAy_`5 Їx̣CT=ub Ep "Eoԉ @0EN3B ĹO|L*W 4-'0;@=2 $Aҷ%xD-9w [6Ka|3%+nz^QGGpo [&S'>O ,2@2hO:yKĭ" ρ1͊Zl8ZĆƞ(Ih @]8M ',BJ!Vo#hf8 $4Hd<Hf 9m2E fL`hiRծP8Fх̦^MZֲN_jֺxF". `)LEQ]g3I !C%яewԦ\LP 2pG@4&e&E3s~ 96ZUM|{;W.(Ƈ +rO') :`\.)T&c 1HsB3Ё ;V&Qsb0KjT<{^w%z@ʯY؁@B#o]rM&ҏ;"dنUB)~ $ hN0u{{(RaqH`<;UHB4pu+F;w$p(K3K.KA,ryz x4nzgMk95MɁO)B}a6j:!c/QhM߉ktkZ8k\6C+6FWPevKs  zގ6$l~ ہ/աe mxl]m c%qR|I8FW,GLUo&w޿K<aFwҗ~3eiӧNuU7ޚw͐hO؅gwJޮde-e7Z2a!}yŠfu^0=#|yh-Bs}s;)-+$k6b 64-bYZplNgy)rx y)2}Laؽy42L PFy /@A٠1ʧ}ya/#KyXxw@р|3Y1)"ss57Eɟ_Rv6:W5Ye|Zy/iUL{IL|F)9t\ܨG;+0IIYF/&I:)78 )YÞ/ZcZ;Ei;*Zsx; :jx>2 ڤ49"X.% ʛ)IG`nEtt8  P>IA89 Z#vI kz8ȍ#Z1s y/}r{B04湨LV䖧Sjz|0J>h!{ZJj[9v "@o\V DrM*8SMRqڮ;::JV*)9tT{BTZt t4, v$ 4#[(8\+8 v:6;Z#u^vGVzr0<0X#k>~`d%DwH +b~`o-'<z@C~&08)5ck31T+X][myYc`5)W9:)dyE|;1pIeE6Yxu[wn:{64օ#|q~RCmӗs}Ҷq;{{o8B{}ER*XkU%HCjbB+`pK|+;)i]t6{Cs{p{뼶H4אfg0@90H1)×P8iC`>?#KL-6St h|5K@C몋+ո4<7Y/.y0E h0vlE{zu䎨cSsG?L WMz@ZQAQ־Q9ҩѤhy>ҳ1r'{mt'0YSKC@w`Y=]Qp0T8SEr l1Viڤǩ@AY\,my>>mbljQVn]Q@' 11Aکڇ!VCIp_:zɗ_ـpf./R if-q}(Gq`/YxH)4<ĸ32`°c?׀W&93qu p:VHyzM 6|)3NyqhEE3:V }NEy M 3Rw[^WMМd>-e.a:H_~.7l}V !8FڼJ"nP-|RdGqᷩMjO-)0JT@jF0D/j1BJ  r 4D^Úiyq})Y Zvڗy*\Enn8P7@qD !Ŝ`h1 $ M3wxK@Cz~T~^vP?\X/^W%}Uqu n:!0(^Nb枋F8Xphoe>W +Oj._='>qC_F_8POQ:4J?zXQzHuZAyUt [2U4h>r֗$8h3Cq!pAyhXzO63PM>nO_78 in J* Ob.;.Yn>D2G(.3t9)09VU=jU:Diҩ3&)yI:H ؙ: P(tP@vূNXE5nѣ"E$YI)UdKI Jb͡Fnpa0=L0( QI.eSQ+ ZSjK7>)x -!%[UiMA[$vQpG s_Eu pA@+fqFOHe'KQsgС_CH9Qkرe]=҈kŐ Э#wfys e]fq._)D0bTDa/͠}EpB  4 ȣȲhn2*#:@1;( P :?p,B /ʅ$`ȄJD$2Ǐ*# ˬmnj"pptkA.,'Rc&g%4Rr4zBaÊrNC| HڌQH#h=N (!~Z&0pTRTSU56Pv𽎢4N":WTu&h@2Xf4,kvd[vZnQݶ[ѾYa=S}T\u+נ:|6[$Qw՗ܓHV8Jl#sߊ"c ]"X.,h2yW_)!NK. m2a(>Ô" 8a\EҨA!ڧ"XӥWRHRuIB ,T64qA$jNjF"LDQL8_ 9If(hNVjd/j~"ze."H o|q/3uD@ :% )(h1E*wbvDKm($>=HB%#o"0s`Y]sazؾ3_^Md!! F{ĈZ2<$$Ӧ8/"ŀ f6`gADz!TJHp$CEBp$ B,y:ފa 9}&l ,צ!E顇Dt J[V =KHH?H"XH4@ɤGq$($`TL86nI zq 'Wޓ,way:/?|Rɞ0OS$ RȐ(ݘ8J\%3 o'pW?Iͼb8DyCe3/L&2"8&W9V`Ĕ8S93@k9R)pg.!A&R0 \Zg 'N5.$nryznE&XPqqRP~qzH$Qj5UĨF1Q@` UGFRBʤO(6",iM@ٴ㤙hDejSE#ЩS^LY2RIi[x3юfY]YbUk-IW٪Us^ZzAlfYDA~O. b'Ƹcpˊ ʌX A0V "K =kMdYan{$UO:[f%^R䮅,5' ]rn6svW!xhވW$EY#n-1m{ ~E 27aֹn ,Y`+@QrJ9Dy `S900x11\_DpAhؑy"c_Dzt 0 to/r뵈izD V4g$XFe5cՔLl**٠" Ӗ1LH+*`8&o1r]@I1bbqS$1Aj "D*mLNEB3S3 \#FDHqe"@(\D)hM$wі}v i1 ̥AH,JqnIl !C(,s~(Jvxֈ< `f'еH/hIJLݽ4<_hD`$Xf=աڛe"/~g /Kb|X}U1؇(Z /e ~r&]}3ϐ?LyoB*@$u3 :{' (@}?"8?XK?}  *f*i8⋚R+?)X`8O3yS𲭰2˩+ ; pAKk53޳ r[}.$lx Ʌ[/)+%Bjb/3C:s 6QHBB̈Ȅp 6@ԈH,D= Q2[ÊZhz RD|B2)Xpд Q ;O{PD,6XBx=" d<#"vƚD <\x*FC:rD"ظBt)a DJ z$qt gRl+4\X0nC@28FBӛ:䋒< yB 95-6"D.|H >P?@F+_9k4BÒȁ DÖDqIIn9OCddPJi)n| =I4q39( PőqsIeLDNi$!l"Fw܋9Hį&ɍS9.@MQ3d H фLD sJtLL/g*x 98E|Τ \ތ`Ҳ,YǏAxڄN|{8cʧK | Bc %\-DS˶D <aE!͌(|Ht$%%T̂`'x.I+|͔ɝ NuE*(hͼ3L`iB`{' 4DAJ@K8$ʨ-[C7s~C*?XPϨ@N4%ŭ;MjRpҌ# ,3hZR8 * 6CB= 1@UT?J0I  \;RU#5t$Y5S_<мXF=?O=8$T@{ X$*Vȉpw̸8?Q`ӏa%dgYHpeXSę>jx0uBv[W3  [k61gC >4ظpO|5;^Z$7L9I.5δ ʊpD>*l}$ dHWJOe'˚|D7GC/%N}Z=6yَPyZ%͐ŵb8ϒ7y}r;tیrqUJC\<*+VMm č v\"U,m^ 10UԑQؾ``۩ ǪD8GXա "8Y`4* PصS؍N(:ׂ K @Q,QŚ![ B]ZZ\Xbĵ>Њ;`4(^2 pOk98Oa " H# .>)>( WفLP87!/T0Y;cHX f*B #8y(yk6(H #.F?4`I^ ۸GՉ-QHeEH%M"yX8^MA0 >py);݂(peXב)DNxwsC  }k /pސȣH;Ӌ$'X☯ a-]]ك;#6֏9_f!Pظa-MP3he.>dr&p0$7M B7]UŪ+6-9HphF;A"(5OFc`V`2`# hqriuJT<>m+X@0jH5'NƢ 5vw}vyfu{31|w誽hwϮ?PVL T{Kv)G4O%PWT%֑WrՓ_ut:@ Dr zu zn4zozǧztyCۜy"S0y utzփ?{X{y!''Iu>AoϠG(GI|;|2{ŏ||>`%7!i |x( X}}QWL}gط?8/D{Fޏ Owژ A؅r Gq/=~~} [H_8H/]`kfii@ „ 2l!Ĉ~h"ƌTHK+H i}RbbG?UEP4 4%ψ).(Fc@!DDBMX( K+ذ_{-k6!Y ;*&'Z f* -9T۰\+d yVaPΠh}p\OLİjC%t UdgU172%$n(G"KG}(`*!H\!A4|P}z%@As. X9Gb)VSCD f(C@B*z :P1 /vDg5%BQ|lԈnAuыQt&'A5FIYׇAiup!U&Kt QdPUfP&dSe~9TР!FH;6mӅ3uL慐1_) FEp=pω<CD)Db٧<Ѕ,! CgCP҆1hY" B(Bу@ (#(CV`ЙҴxrXrp'߉7{`tٵ#ؽםr\qvƟk Z}M|@u j!wۂb<!GsH8dx=b!Jh/2ac2&vj(}?"G!B%X\.j!0~Gc$Ȥxdxa0Ɨem8bD3^ "܉Y攨ff]٥RN]X`Na C `Y65Ѣ^AW'D,DC%jKIQEQ>hSpJD)N})N.ihIG &uzЪ}Zҧ*']T)NVDU:k41ҳj@rpUY꾴.I/G@kWF/B/I~ҿKUBQ,ah0I@p 1;b tp4,6<1Y84HWK2/tP\w`-68<ՆZEV=TD-n{uI{BP{ \G^^{!x⬇zE촿4J6+P" p-5qAr1P; IFӡ*sH2.~*ޣ<($]c,A= ~@1ۺ Xz!!mؐUqQXFяG, iNz򓠬D0(8!#jK@j#F`5V&yF ̂Nž8"aA2jZ2IbJ;<$aP97~)MQb`Hw5rFNlėLBh! JP<6@H0T D7Ty/+/^L& 8ͩNٿM0i@Ι@;MR*0ެ(C*z'ZXtb Z XJVɮhMZ#"9̃l#^;k־f#ڵ-P1rlZ>Z*R}j0$%K@ˍ ڊSj#V\Hrӂ`#3T+>ԴM.̸Zt ]dE%H:.趷P 77E 1i!}1rK߫ p 'Abt۠GFX 2@ 7>  \KĝͰS؉p$,xdD7â_* =gުU2Qok+IƖЫ1A R9GdaMF._0ޱm-+ L8 ,Rbb_E`rLK/qW:? ~-602$*SfMj2 jkH *` Apu,!7#XBgsH|Vra^c}b5_ؐ}fΎ'-j/jeBCs֪Jp;>5{pru:^RfvN9~|3/\#.FSۏ7Z CNW_KxL;Q5ĘЭ8(}U!iG'Hs^Foy=cX׵.JLնĊ M:\BhomFXXhf XR ( >܌b"ֆOշvf:%1:` M|q: @+F'OUjn4! #Y?KN{/=־#*!v{Ȋ] z,@Qq?W#|@!d^~LG3"7@X$0D PC!ztKDR;Avk7C BX!CweFx<0wxG7whxDxs{>BS6J;S67;1-6RXFWpFSh~^p\XZadXmX]ohAƆpr82gt5g!|YP񆂨Vw!1Je*DWq(9EXqdeoxl85oc$86C|`E 1f P3\^q7@(X"`"6Y1z?6/;@ 01.@5843P^s߸?/:xMV8;3,.`5IPb~0cR>8*gk=i].% :F0xӒ*c7:9 Y1`M;c'1HI0|${@G ?@;Д`2IyP9~0s'pu.kt5>700' x&TuH0y °Q88 PeC(xy.񍴀1Qv5,5 ?`/9P#C#7&I[/ hU9ȌoUB5C/a9tY<ԓ].@I. 59 9ם j(8 b724H9  `Dћ`7٠1o2>@ ^C`k> 89)p5VQAZ.[I Yќ?ZHz7I >*dޔ"ɥ:= 9VZUa.7;A I4ypmj ue?s0W:FnCVV+Zz>pkh`q6U./Ex_m!YЬ.i:z#mкY$V0 yu 55%ŨS4KMc)R*&t=]C 1犮KAasYsU[zWPKEt!=y?#3)ۏغWbc6ry6C>6C߉9٩zE!,%V6GpX]Xx0tz`K1!/˪E0@: 76P${ @DK,PD+=;aG~U1C{7-*S) l%6ЀZ`}wY޺ ,` '6An#8G>19*Z.˹ W# G0ImU ]ᭌ!00hCg/iUUﲼ6xjL %;l1W6B073mAx{  D00|+(A_A+vkG7LRе>_C,%2`3 w)(Ĩ⾋; sC:xx {OE75Bä] rC j[A@\ &dz+ު|+PE*|Cu({3P,܅1R [Èu [ֺP8-۷wAQ}`%z+pz0!;Ƅî{]Ca$gC?1'4AWE^ɲG.$1ZRjQ#`-x3S6w|/@3[Pa@9-'[q*FH6i36Dr8HߚS4̌cc2HkUJe*~,T>AI pH.,98C4&- wj >RI! "*^?}PAx\.x')3?F74i-:8* q̈́$X794Ga4^S7BEB+~P'9Pi`iٛpdd@5Ig )d :-`6]]:u>544; y.03mUH jPɕ8ý$$+  |ƶ/WCCc6 |*b>NQؐ^ RRi164q^IZ$!dF@AI/Ѡ:ṩ;>yA{Y$-Ws/ynM’3T )L:H?~:~_hZMi:ۗ/6JU'N"搝G I P}1)KJ- ZY>3[*EЛ7C˨1n^/cqY}1-ʽ.TޕNYXanN8/Fk23 1b2T4+HԂWE*;*~n~/ T_trhI?p578ĪP%p(p2`0[fq3:6TJ~VnsB\JI;UNUcRʵ3dfon/VDHeU\\r^$FSi1hp7~.N͘ P_8Y3IiCɜ? bVYcH^'xd^D*Bâω:-wF Xt~GIΆ5D*;OYٟA ߦCc;cm-@ GA"`$; "! G!E$YI)Ude1eΤYM9iJ$ O '@(bZUYnk^qR3%G7Įe[oĥ[7fؒ&d*v\aĉ Vqcȑ%-`?5甝A&]33)$ӱYF!۶H·FY{+L, 2nɕ>^簙&C CUr\}r~{'Ċ D=B3LR #<c>2 <i H,` @@\@#PAS`B= N8&#$*b¹j8Ə0$hˮC#DlQ%[I92sL*@. j.4s AK3*J"PJT ;*hLDUtфd&##& %/w'EFK5TU/@ pnx"|b[IUZXb 4 @d-YF=pXhUJ Г`ྈ[pÅZqm\ͤ57!tuݵX$)r 9z5oc\Y$@"+(ScZn H6yhL "?d"IN?a|GjGekqr95! 0C:6 R4K;ɎҋbFAo]q 3\^k;wk&W.I"s'\ Ԃ|ra_DA7qt7 rhɗW3=4o̯uB@aNx$7_NpWh 4lC h*xS wȏ͘/AX@PKHJÿ#!=(`T4$m$! Z/x F$J=i;<ѵN=Qf/CٗS4 Ĉ ZBxRȐ,"$$o8GE`X's9." VȒHL$uQPx ~p ;i ׌8HɎcM).BhnbujYX6R墒(J8i~H%}] e3l`> -xƠq[E^Hx6PmN0Oʠ,,`[܋iХnu\rZW!v Gߥ &^I2]f࿚hxEkƒ  e= =CĠ+9VX?SoHdX ~ Q[bzbW=( _@AR}\z99I r-$&E$@Aߑp"+X !6@V)u y>bĿ%$^)Y<zXI3nnqH\ƜaɅqeSDC  . 0rH{j,ՊAF kV0 $9Cfꢛ/ U) !FXMPĸ 6]6h9% >a~ w.K7.^%&"9 5!cy[q n~ 8$%`%"Z i@ ̈́Hi1u[n!@3K  P"@506 ?Ieک)wJkخrET'}.4onׇiZr.iK 5sû#qHՅ/yba&3=P@2yn&D6GOD(c}(^Q~df_|4=_{пm 0r}h/0ӿȮm[a/~?!|A[ALJhA:G`0%KɄ0h@ˊi:0+!`4өz ?80 ejA pN=ȅ>(ɱPL{ 3 d0X_2"T:$D ˓X)Ò@ "X_)$O3#C=L22=8@=<Ąh=""3x6D8JT)  ;;D(=Rd+ZB6$ 9ZEW$. ukĐT,;3 1`8B^cx"ł(5łe@SBԪ 8S%p57L][wdTT @0 AhȢNHXxԍ+J]u0h$ 0hnlS@k6i'Ǔƕ_Ȇ(FȌ]D\2}c dŋ:EZ1"4 s:I[5ީFGPƙpJRD*s<>(,ʠI@K!$KcJ< 9p;+4L Ĵ\ I/ ˸D{5ZHLKJx ʫ| F  ۶${41lL…H@p kH$lTM`s|H! ?,I\KM H1Q{#L Lp#ǵ܊l ²пhPPLM sTO(FϘ79P !<BoC(Кػ, pĀcԢ3|4CL MLf< ,Xd"# %0G =Rn!'K2˺x\˓PR ,/ERiF@+ -E,[5 [*"ǻ݄0 @0N霰S()Є4`Ot,pS 7}C HS40m%Dk Í^tT1eիHG Ԏ : -XY-0Һ8daE@ >;a(m A,=|1Nb ҄(9 kMk&nD!Hvt;P09 5JrSv+VLԖ>$}<ג30;TyW" `QvXT<إ$.9TXm ùAЍbR%]e H=I`rs%85Fvً#VMIhn ̘,Mۥ_Eǩ JX9tXE4?| p Ւ) h@I^- o)R: :hZ/4։WeFh( #X2 !_ (=j( 02c=ف&" >0;x eބXu0 ɔ 4ɰ%-d3 ̈I/-)ڄ^hHV? pفTрۗN?4Eah *K`"-BAMDУϚ  @I XCEHT٬ߨաu3 ѕ] d"ܳ≻ Ih8R:X(k* > dx[xH&5 0ZL@ P6XՔnZIvĽ<p(`&A [i/ ;IV e6hPģ拨Zx' /,^2. Y](z  kb)㓜" [&£$ÏP(BcP%R*2ahMX)2*2iGetHe58e-i(PV; 8菈aR)Cع؁ (sfB2lN>xKYfȥ p&F.qdڑ (c8۹,Ap :u# T 5)]>@hԍKah+ېk(i0`ٗ 0 \(d. "g&#N:YO, ;DNҰhh_ D ؁i 8a0C_YU;F㪒HHf HPvi+N!p/{) G Cu٥zj\$}s BekPG52T=|KrŀKBvUKb&W^ ;ʚr.rrQ1/s3?s*4* 4(/7ok"Wsۃs*TRr:o5(?׊Fw O(.tytK*LGEge%uuTUouc;aװ t^09u"ti7*Px o7m? hw+wBoĭ늍D%vwwzҸF8%(_꾊NDop?A&t8 ux[u'CgR9 ǵ](s l0 @YyyĘƨ]PGOzzX5ӏP )V* yO6 7% (:'#0]:_9p0fL?Dhkf`pH|ŧ*.OP~fLO`V.SD/ë|{8{Д {0chX*] x`|3G 'ًz|Yj'ͮM@P' ~MP9MPG\M{:,h B<~Ji<ɠ'J@haAńBXHȄF2) B 9`˃B> C !qi"mKZt ;d͂ \LfAW (h$%h{Ӿ~PCWC&+.W*nZ`Q Kt\b_AWYG}IgCLXKZ=Ed@`sD1B#&=boT.3WQJ!B1sS`x,dA ģAPvOJ9v 0 F!З4y#bA.f@ygeA܍ W.N! @!D\TkiG'~P@ s\T,ƀA9DJ[BTR%@aI=EC-AQCExP~Pcet,I@AGJ|URD"Iz7DCJ s4 hЍ&cO*0T:0P&r4.%,B @{؉P&!0$gA I~%[J~ѕ,BNd!-pw$%8},d*<@@0t2UV$%u1.ܶ$By*,!]%hrxZWBzl@ bׂ\m쐘Cfk9Qs:pJRlYDuA߈/ĨAPrBUIIX}@@H:c  AZ݄TQ,hYp3Ζ rJ}yzMab2B|LO I y!CVWy֦V;!( {3oAJi̇1 }'@*Ё=(Bz (}:*jJ(DIQlTdx)Ƀ*ZPjЊ4!+uKɉMiITJx1}NIr)<=QKRԃDu :Ӈ<))yUt5%T0U, H@!,EEH HȰA & ń^Q#Ǎ3:ٱ"I'K\ɲ˂)adL8oЉ%ڤIH 4q3hQK:CWEtWC*u`قaIv٠pLz*P[b;mعdݻ.A~> p҄KUZTx%+ٱf*<2ذ [f]fuSNW%%X2궲'&%W.A6}Zꊙoi?b7\6n)qJ OJ3|igyFs݇y_{ `vb7Y*|iYb''.m68 uR6ơܕAmcF5&6ex P2EP\ԑ,-DJf ә%ItSŹE^ʉx2_ixQ ʥjңu^$J~8TiC2iB" @|PjJ:Prj) I kzkC*J* I*!-\*Zkښ rmۑ=ĺ nGRk %Фgн3[PL1K~~.P 4Nh3V= \;`WKQ0VX(R„t3=S BA8̡wȒ9V7 h-iB r FD?`4u>+yC4–&}(B0-oK8@ޭu{#y>Bt@"y0B|'9H6$nbi2h:P=$('A$d007 ||"^^ 27$`nA,1@$#@09MT$H$4#|+6if dU"Ȣ}B 8fAQDA1mrE "PLgJ*! @ Ɓu i ):gY2 Yl I|ʃxS8VG:@ҘଦhMZ[ϔQik+Y2GM}~ җ0(u `(U0"ة%6lrXAK*,bzg\Uʤ~hhWֺlkgKB mHLQw)!EYW%e n8"AdJpZhƅT5_݆R>e5IzuG ӢVO H.¼4E&A B|@q8 AJFě#BT[\ 7 ڥJHA B Ӄtq+ 'fFW[ʾY}ؐx^g< iA np. ,-;ˁ (QXN [ :KS=$CPW]N3!&f>"zҧEUG!t˖:yU^t+n7Ω5m M")3|$4dkۤZVNc]6kѺɐt^Jb~ӁH@$'}"dGf{hB "Ѓޙ+f;.$6H &v`E>%z*96ȣ&HI.M(?'{?= bnZr/ [E͗ocF^I4kjX:M: V`W \VFfnrNsQzm__M/lqS. |_14מy9ݣSMɜ^={۞w_6[&"\ߨoH C?D ]@c#BO+u4 #2~*` xib>TЃ,G NpRE~KV*Fg3r^I$\|S:jV6X G+`m HcvJG@38EB`pA`0(Y`DPV!1@9@sP%P}0R-1!| qH߳P;1hMX0AeX3PKPV5*DgZd ~ T/ȅDR9~B>Ȁ[!M(yX E;F Q((4%atG|ċF qANC,8]p,@!9 a# DX(5tT+;X78!`qD,Ft}fH CL ͘E1iH*V!` r )3f 0ьE T6Pw֐@KdR9@nB`Ag@ CX #$CC)AAyЃ*HQ7ֳ2FXwy)^h9T~*s}Gy{ؘ9yOx 8q)Z9ї8p#vyٚmY8ZhgisVKw9Ѓ}I[2v։_ ׹Uiqi92B*/杛c})K5ΉeGy_[P9pB M {9^gI33EQ1鞭5+3 I03S-Z/ZZ{3z%!81H q*M{0Z2!*2YbNʤEq(I0"p$6_EP*82/:V\/ڟP9Oj(' ѢH(zB:I0H5ӢLʀ/ :;yIR1AT\&w bz'-ʣDw2wNʢpU'Z$pЪ27/zd͚-BD*G I+^XJFjU[5I0z?'>0H"Mj|ʊٛXpG+*;.2*#9zg89q\#ǪZɪ4#1ji)8Yʙ0h1NE@*2  -vb-DA\:~ |f$ 3)#K3p31Vd,855H Jn gtQIv[-0x+x gëZ<5*[Mp@b8F[Ԣ";е[`+9K{ $0H%pmy*+@8Cٟ}2ςFHai6{@)7M}P]D4 9% ͉Y]݀w}?Q0E5-d }QHѱDPW=`߸3N@]4͔M$̳П2~ >]@!s36=3M-ҖZR(H@Dw`brP+xj;>yeE717G,{,4N.qYg,p4A G(wBM MX ߖXYNbNMp2:E ' gThK@S C:Aη^* pK D^M3"u4\JH=~?׭1n(d} 97͚i)뚲) 2~C130/+ID3Mbl'hT,)+A~B)B՟\||is\: [Zo.A+[I`_jD[r}XgsC3`-!YrũגE೯V{twj+N#â]| kz)#i) $֢-3~TKMoimKBj1I0؟} _0Ea(;M:;`.f$)PDE .dC%NXE5nG!E$Iϊ )(,* ,R > Fs<,  Jk,8 ڎzJ>#\!P+Ɋ#d/$+h"Đ" ,K#6+bnqO>3>"f?MjZHB N$!O4 DXH >)IOcH>r- ҆0̪=vЃSQRCݛ1Yf!=H]Edm@)0HTҶ" + (G1Zοx N1KA$ԠʌEhVxa far'OD #:M6I0DdSckihf-b+h肄eViKVrnF-nZjO:kky62V.{mƆ{n l$oǪN̏ptW|Yfq#!1qe='|(ɡOK7t X[wWϮ?`=o}#ww>܇7xG^"#j!Gï/z]?=AHFC"w}&7y5U/[WADCڂCu$[h>[ %$ Ⱥ..- S%. f14 DЁ8np"akf Kh(6 2KhCCY3 ЁY@H&hPՐ`h705=E@ bQә*@Km*T )Ҿqr"ROY2֜+K%$dTKH%T @QIHg*+Hd#J0C?)+$ P7$y-9@5fgA #=3[qB$Z;hEӢ8FO`ԣsfi xa EĤlYm֦ńisj؁L/%G 9P 5e꧰Fjʈ9iE ÄiziHڐw;П ̳2)j]ց?qnQ@̵%"-PWND.{ $a (*岫EJ#TV,7Jor@O -HlBԬӘ A +Kz}mÎ+qx8>XsFGfEqB>Yޖ!. :fRgԓcӞJIiƒUnuk2IX㋦ dId}{`;M0R6~?Nn 3Q&H¢;tɅHLQ"5\*g2ԯ*Y +z@>|#["0%Y7$+x ғ% #?< lj.뛋Dn;n`P(ѵ}4y'#A{Udݹ&# 65]jb1tDs"d{A^A ʓWu'B3m*"YBD*"/mR~ajhPF$*E8j=ykg>H612,LjB͇ڄ a'ob7ojqaI#[|NC? J#.R˚?Q*h< Q*zP:?I+O2jp [ `л*c/G"5.)H4?*n1=㨴.i0#q S=a: *(,q"@ #θ0-#2;?891?564RBD0ET3hQDع'+, BtqÐDB֩yH\DC  a Q,O4YDp(9TLxJHTЬ\Άx&xzY|0  NԡACqpPR>x*9!8NJ7> \]ЌpI}RP ELSd! "XdeXNxhВ "RNẌ x Hcҫ%ElQ>=q] (+M QхѪh΂(Q+2HaQΙ{0b^--ԅ8*8%PTjrOH- Ԃ0RhU" -I%RM"dJ-pSk$j ܺ[ 5 :q=5 ( ٚ-O ُ ۯUr%ʌӅ̬"W%9W9x- ?:\[[/M5Op[@ZؑD횗.@hz\ *`Xa[hD]M 4Ds]۽r1"/1 ]J"PDEυE /k؝m^,m^5 Pݾޥ^=?!ߑP߯V=]2eu够M1Nꩮ_)Û]eV1$n%چbLPe,.p܋<_>5 kSER=U+ ԁTaEa fϲ@R([ڕTX!'N 8[a`xO]H-&PHSpu00b+t7.5(1v҉?iN+Qu8ΉXׄ LTQuݝ"@Wcƈ؅ֆU$XКA ^ IQ՛}MdhTdM [ŵeذe³DR"xXm!%MhVO#U`UOr|-xݮkfgNh6.l2= NvAY@ [ҽI4~e4DvT]N8ь$7-|]KS>P,yf!g1_^%ơ݈M[Xζ!j1L0&,z刯n\=ԅ ]Ԇ(M2:, ]DΚbSFuP=Xύ%kLq4񑝒xiz  営 bf(ѬЏ^!L5?"Ցټ[ (^xvf^mi1ӨЄhaTjXOKԱK憈f߮ 㚑N&pl wn|n۶ۯ(hNRLV@[%Ow_p3p9x5k}fTo[o_t]#08i-SpYA0ł T˜вnhԪ[/+:xe:B hݎM9[OmU8ƀOjZ{2;;yw;0?≐w%#tPbO GbMvyA yᡜ׶OUps?P$o9hN<55N-pAGL | p`퀔@V0#Q9yaF!Mv} 2E `--W7ER -TQHn|/la'o s=S XΗ pUfPV~/Ok"@=g̈!oM%bRP=n iO!|嬈݁QIEsU {"~r(dz 0d>"D(X@F" *L'?H\aX 7rA G,i$ʔ*Wl%̘2Y6i&Μ:wlIgB-j(ҤJF*#d9B`R/A]" z(_DB5BK@ A(8,pDA"3ZpACF,Nٓ*yEDW*|G~@C TD?tD9P`(3S baQUFg%BPE AP'*4Lm #&[aPq$W uN'6B8CdBA%G~X)&{te॓ }RA%@IL<$&JrDHh"RDA4DI8d i6i*jĚ_6×=RPy -LAVDvbRIPg#Y%A2U@Hj ~X%)Q!fY &蚱qCJ*80ǽ!d_AA :PT.}giAB80“M1KdAtY }&Boz 0 |T\@H27LBjd-lV̎ TAg=,;d[FFԸ ^Ga\l\V tD 950]ߖQ3/%UI)fYV@nчWEOgO(Rk%:DP@)u~ĭ; %uXXaF$C4D&ێq^vFh&f~ҮFxWrsv()Ay.K~4YmJNʧT$-$}DN"e0䶇 <ӈzCBTȍ23hG*pR,\J$;YH(,-D}r#f3E#M9[Ò8&>s9GA N6 [ q F$7fu0ċM(dFjc!H!Keu7 ك7RctdB~$0N#J`FS(6R4`!{B1m~?"0Q$O)p22I$ B !;Alzx`£tA^?6уH*UG 8e$R:I= +Pp18)Ä(AW_P%Z h4&Ȫt 9!!G!AOJ"(h L?D~|R)"|l5:T$A :hR5HLJ#(W rOn. 4*D)!t9( ∼qD% B:'O"q&TM`'h6%eE^E EA }HgU".9, HBc<@"h&O؇p< ]E YqY.$Z s ]l$MqOh%5 ؒ\2b13}Kv^!ӎBZ37&cbߖ`f>0NtBD# J‹s"8 C& dW@NO,ӸgI1 : ߳`>W dC>2F<:ݒa8VH:+s^1/H· tL1,|X:Љ$_Mf@S4*Un4#G@38К4cR8DyTGӬc :Q։mkzkuLL_G^"`*>6^Py]%c{ p2jm˭u,Yd7-yӛ#N ݽ?}׻7.D{35nSW 8cbqG3h#cqM?Np'/kBy<5_w\ D\?~sAfpF?oHωssU:OzG=^8ӿu/w(e;ӮvrzY?.x}ǧnQ.xDG)9>@3{s*J;3s(a߅3>/Sֿ>+`>/~')ү?/+gݿ@/ `_ D`^L8 dn` :)@5 yA xA"_F` _A؟ |AT~@!! !d홟'AdAA$$_  q#_N"%V`| j_܁yAAd)@ &vA''2EAb#Va*>qA.2@ |:)!A$!A&)|#88%a@ 86~@b#" )#4YDN$EJ * z_b`6(+F(AGbGZ$abuЀ,-'AD`OAnA#613`cOb8daTfA)5qrjA %%) $B_$A% A&D%! m`&X#M%_E&ibff\! ,QMvdi)"N j"")AjG*#fԢI^)f B )rbAvlgrbtX$F`*$O*c$_8aRN%faS_":TdDe!6~c8~ayaa( A> #e$8b_p!R#j(%T* 5nBr&D xA&Fi͢)R,ld`i؁GbOzIB$^'K ) jb Gjbjfmi*:(b^:ekAjQF||%)g~_`c|ajTvAjcXe#8A:A)^@%A (?"F+c%)Af~FL r"im@|Jګoi .*n&J_ktiI"I:'F,(b)֠O`fvA ")Q>)d!nAm(V}Ɵf~ji姪pAUV*:cJ]|! 67"(‡#<]) *?BJkfb EgΡ%,k|6CL>6.i&6_*]!n6g>gMÂ,`At) (#li)lx2l.BJR'NJJ!ﭧQbl%)% -cVA cT=_jv#7rA%؊]BhҞ"m?dbbj*/+&+!*! h!DbhNpEb-Fnn&zirn,Ǝr^n~n󅮿HB&BV"*2vp)0(f+¬a/qPl|2j4U',eѮĞ=6A V(c\A ^__ Bke@_$L^߲ %![%!if&Dp"nxlG)F_Or0xA*&g& Ʈ)#J>_-p$v`A,b*&N*l n TP))k#F4*T~30\eh%~Wv\rA$q*~km"߲6kAjg.^t#5aegk]B+)4%#qZ/A*ni&/C_1j}2H )˰bvfgnڮ)2-y*gN Φ*b::u~";3=eK^ AJ R b`#_" Ӵfli# FzAf& jzvr)K6^a\O[7%GaeXqqs A XBLtBR`j-fgvhyFf767"{t7};v}v7Lw7 Fimg}" 7{7^DG8L_8go8w;׍hF XsfڌDqě)^~D۹č 9mۂhIX\~q ( đyG<'eF,fWH@2E@x_xS859FR)QdMcjNW9O8d]A'Ÿ B!|_#z#ž8I}ډ|zxZ@:"@d!BP $B B"\59 C"_z{/{r z!DK:'[P GOzK{;9;LCC:sD'B"@:"PCG; |k8 :# 9,z 5#Bcx+|M4'z9 0 #;HSCsAͿ||/Ӻ5|;}4A0z'΋{"L|T#;K=Կ;e+;; B@{!:":;{Fh} 7h\A";;3؃kٓ$ڋG>M>{>Yb,@Ͼ>{QwK?ƁP?5K J_Xdr-Q)??D I8A\WWc?,Ă 4XP 2TC/D8x'RHPǁ Hd)F@YB5F0͚_.$ϒ /"P SRA !,E H*Th`ÇBH"3jȱ#A CII N|$a`/ :IG6qP0΄<5hs}ΚGoB a&Mt&VMLZVWϊYbSlf}˷hn-zv׾6|W*E=8kTycJ cSXsB\Ysfђ7s_t9 znf9c `ҫM34}E.5a۰=_Fiăo6p;];[p6snoOW~UMqhG]|&jQ҅u!G*!$R4bH+(#PTGADDB7&D EВB~dAOASB ЏX%DV9c Rf:&uډIk.$}yВ 1vy&z sb#I.䇤')en$G~H gBhIjnjJjI jEN°(,$)# $A>Fj+9أ@r\mz~a[n䚛PHvB#0p(Џ*@mA*ALDkggLj1AX0 0$ a#Hq@eg*AE3@Hr8jѓh#,mdL7PG Q``tD 9#>@]IPe dERH's#j#rIHI>,׏ .% $ t֏LHiwAI{HR.褗^ⴏI؁A#}۾-7U.+h t # 7kgܗ|B ub=҈*@A4I=Ü}iAX !u y:|D RrȀe2K 0y aaf]טl7= "H02?$}޸6%uN +E`.$OPw9dxY6 "~W? [eH t|FRQ6WԡثЉ-pcj p~pWҨ~Bh%%˾D@H P &bXLV-4ٴ\z{{̈FMnМB=4DpHMdeg6W x#²Q"AH͂*1~E8%`!(, 8QljK(BGJҒvU7#al PPQ5ҧIwӞGɓّ!ZDO9.$Iű*$r*V*"RŐV䐣m IjP"L~kUn WG(x)ѫ:rʕ(bZX N1(۴Ye$fKE+76$,YXZƂ(2j ,Ò60vB 3ܶ 4 j˒fWKTQWf>&{`^:!Mvd#!ixZA5؁hEЙ$@]ts=d]iA\< b/k(gxGkG e"OP J`T1#v4>rHdQmZXL w˅)p@i+,0Y!6hA, qp/!mIgRs]2Fn"=HrR=d !RvA"I diHi bÎX*GȎεcN)syD.ӛEaS͖Hm}-v, "$puDz+nF@bJREX7kيηI~UbMS\p* 7ė[⹆^Ibx͕`\4E!|xG q8ϹB"[ԹЅ٭ˇtG$c5G$*b#`KVfAa]$Mz{%Eu! e1u C'7GN#Y$)ąP:{DT$hL*C$CP|iYIh.axDj,={#@\K<ҳV-UbIC>/[@B'$r1^)B\yc}lٖn<Փpi:_9.syXU"{\YtZ.02xYPr!|9>׶o)d}w-iZ%':2ycsvג]? q(Tv)eZAyJ՚nfYa 旾I)tʼnU¹1_8i+=ٜ{93ݣrH ay}G$UVX{$%0|bE%C#"7%Q8@b~j蝯$' -aZ?`{CT Q8@x_WrI;cSE;B”zf~<)Ip]cEU;PkkuY>"&ExTVR$Д, 0TZ1E`jo)omp]OJ7 h<33-;0]2g(zI;0Gm~0 50x.-01cE^9 &$I @pD pw1p|ov3G*:Nl:*{ZJlڨ_"*G:-.!`AeZRIyoa&KZ$GY@æn%ZL|#ZR'IrZ^JX : @;"##)*b-;ELǝ*B&9*'* 2a#Y8` ,-E ]7̚*Z_.)L#&)9si~ɭI!Ӥr5O*06qQR,{4 jъC.I 0J b0_rt@ V07tvZ~`}ú cZj7=hW%aKXa@\*m *8*| UwJsJ{pl#8ׯ% °[=7;{n@ĕ%!.9:j"6=^%:,VPS׻-uK;4U,'}d%w["${:bS7&;@vp]g=pg'|k9%\PӺx₿ %y${{UU6'`FE"fRpQl@VPW=!p!Nu2H# ;.E2y`UR#ч!qUZxV. ,a€W$4_,CX9jD-%oBɏ`Yf a($K|36}N @PlML""A$4@3X`&Ç A`,$(Ԓ1] -8)@E̫~xpDPI`|)C2G`W  w`"gcxDr-/DV0Os<#M00g) Qᵊ; 3HEf,XO BՑ=5%! >3EO!q}T$_%D`MT I% q#<%% AY9Q{H¿SŃeb9r9~RD #; )l}zYdGN ʢn"B'2S$XR8@~0y9L=_k8;9RoHmhW$P}E$4c ISRRag52i:GIԌq~TKJ)؞%AA"R#U-7nEd <} 0GcR4 4%zcXIB1J54NzCZTV ol7˅Cf',~2I繞w!#7↛hEk/B^46{)TnZ#P<F9d GqD8σEć6,ˆf(D6)(7+d+*jN jE!C*O(J-AV,A \**t+whxɹ+saj5UCgnՕ#@+b=Iݨů8%BsWhvZP1?* V-uWjVgKosZףo!k}Nj7&kU'S ߶f_<8YeX&}32$F ډ_|7NCx?1ecΖdfsy }.޹Ē6h Yh6sMzjNx*zk:]dk˖lvm&i]anO6Zoo;pN W|qimq#|r+\~CT@~z#/#tH'}VN^'2ٶ^WR=g7~+]:Wh @t1AH4EOrtz388Oc =➆%6JYo.%`=R!13dR+fU`YbaDtNxHNF',W aH@W)TX|QHP0%fu"@x y u 2 {H,w< dSq.5FIX D>(JO*$]) ^"cDdY4 r\yD*[Vf'l ffSB[ْۨD\Y6KsBh$['F0<ٴ>ϣmǢe/$oW:;?##@m6ir]d^aZzT*MPYʩ $P:^DjYFB~Ql<ٛ!E"r(EgUZ8 tV_wN4EThI1E>A (ISUi%;aݙXxS'%#G3>l^Fڄ4#l:щ$$DI~2R"[,h! I,+H loC2VT2$o] DX$DB!*p]ZzAZU~'$KQgEbj%oېe`YgFF\2/, HSK0ҩ$fq<5ѕ n1904q˰:rdF,(#WdM>BEat`5TɓyYl)c.?$͉0bSY*G6]!I9\*bHHF@ksFC8ES`F26i5"&ܰB$kP[', ^v B 3N 4sL[ً1~r5BUT(2uwk[M`O9ScV=dC`؃ͦ|&'UNV@ѡ*҂'8z|オeʻT'o i@j"ٌ페NQ$pIzk$#FK+"#t|$t/0IrΝ^"x$^K)Sg}cN-Pk}aQ<`ېj+_'v.׹#iGDk3%=ǡ;v侑 h7I35uSoݴ!0`[|H1lR EgH?XH\1R# 5s!M"dW* #C9E A俀Պ)!#9_K%sl$3ZGxHbXP?YفC ÁOLnkH΁pĈΔ9ΊG |˛=NX9LAlGHGXG Ĭ PG(Α0@ m!pI00(!¬ɬ"O.cִцx˞8G(G0G(LT!ІXіKJUL? NUHw&?y G0OLS4L 4}GΊϒІH|L; DK6I7m } e\1ԌSKρNsAT/=6Ĕ:Ge$,!x,5UxTxL9Jҁ0ki>?P0_ EU9԰ݜxؼ" >L?_PdmMxOx|\(l<\Um} h#e0ZӈYaX Xَ S ֬0[yXK3T́vNʌY#ǘ9U!  P8Z99Ph< dGP%M͙D9  6*LZoe2E*[mCHEuZۮ1ĭH‰l6 \Ɲ\B,"\[zaV\n}]1=ôdk-9DoK@逹9ZmPح\-f<=^YIɐʠŅ)U߹iGX^m*C' LLMݞۍ4ԵJ1OԘ(L " OI;95*LW{mvձrl= nD(}}#9Lnܡb`u%UBP`хNވ ZF`nNd)Fdޕ0]C([1e:F 7YkfV|(kX̘JWFg) Md= y5w#͈)^])nHhfCЅPFQ+ VJ- T]p8g(| x-3!QxMDLUfh'mSigi~k_9N? ̖]?i؍r]ՕܙkXF"4ΆhJe΍,Ӭ[.զ-.͔Ljv-NΆnH2tQ ٚ=hYi1!(Ȕl "J* X x} 耛p#fn}9&9xk*&ɨx"-NpPmh R5G}a4jlhQ{ x0 8渁Gd鏕Y! gܦ{Z~G351qY% 0qH"ޒoj_8&`Id1Y'/9ȉ< 1A퓎 &$DFb;6#`nԐp?bx HμX#5(j{lDrmq.턓-S?`pk!|bJ,s@o/jO Gh Pc aP⌀Stm`wЁ-u%@P m9sG P^  Ԁb?HNhc ,y mX?8[V&1%%AW Ta Й~8xMTv]"PpQ?Z+sO xYi?3yS0蓿oYB q '  XFB1|oq{L/ XrPbHJ]s[,Pbo8 W 8^sYO4@~M\W "QGtG:h6Hj_6r""s~NWT/yS!H+ɴ9|YE82jhk'? >"bb8K# БI?-RtQܦܠ"^' ٍ̡Yte<@8Q|Z Qno͈x},H0#2l!Ĉ'JCQ5FHnjG,Тɔ*W,%̇b6,Ba) Ξ@AHA# JIGI>7r$`,ڴ Ϫm&C9Q RjQAzDnAW}kV=zD1Ȓ'yFiFK3e@DճԇmvYE6ArDI(qv[ύ3o͐('-nCW;%^n= .2C&e.0PA3P-i}@).IL2ĀE됐Alb02a ',nCN đ aBP.$W6BM @mdVX5kmHmP𦆭)HD aU&- i&gPokLEL GT# ѐ]EIY\ `BM BN0EwHպA:14Q C4NzB`F=A\6{e#ft.Ԉ!x~pX?1qn9N?~j%>X :Q $rѺ!|z,1eC~--p_>{'R?3Cjb7 Am4IUAN˨7@prb"DIxG} DUk?KA*Qd>HH@;t_ x-\&sMF(Qtʯ$V+fEEU#xrjC җ&#O "*5ؠ{rsfId١#&/F #R$P)O )۠CIB=. $Q^n( & ,135' k!&\*dDZee W d(ГA%.̒~tTR(@WЙ99[mH#0PwEh  #=)J>)^ G+#$#E}%$ `Ja  he&DBG ! IT2֡*JQ@)xgk<9_09bFG8!L_5"Z'`0OHCTcŹ Aɚ`A&#JՍl<"~ҁDm RTH) TfE |Y8r[I@0Z#(} ԥ =ITQ_D__,!P%AaJqbRb?5QT: Gňj$eO,U(H[3"s!SɔoepI:0S0 ku+ZT#ԐdN~3*qn4dHfba3G ކɔ2;|q~-%]]1A4Ls[AP0uZ6aZ"n2 ҁevն5sцH ֺޫ-ae55lT#k2f8dg1B 6-ew4ӭp"*5|нMF[ctP20}{zo=VO|K߈{e b;w=.Ѷ&a3SrʠO_9-61rj8;9M]#}3F!o %d~PԳakg}/ySʮ+}.=5GWOp; g t}_<ȯ>;&Os^mtГ[o߃[~E @W{oIhW s>558b"Ndͅy7nˡn'&#{*}X_5b9ǯ9g?/_jHm]Wh-Y|-E FZ&FEm ݝ֝ `_ӑ D ITal!M !:D42D^\BD*!t~!!v <DD2 !ADnCL ")A[tA.D.Chbx8c$$!NA<x!H`#AD6~a"+F#TA2.-Z9ށABAaH-> #($A#C.dWbA#2"Aap>Dci7NDc56v,D*@PdJ"bbVX>Z"E0Ahn>$Tc?Z&AAAlTB!ĦC8h$a4A %CR("hD(>!hcR&E&^l>Bt(C%Br.'m6gA@9"+>(EAC`C(B\D*fn&#%A(JD<xMEXhʙe*h:gCAgZhDwhVzRdNZ6B̩hh=vCxI\ALVnkh'B%+>T80ꇖC%d@gEf1>B(Χ`@爢C"4:zިAl`A!آ6Į)*+sb3.+KEFk6ģRr>&AdnfAD |< %I*EtZ.vbdA!e^!EkwnhA"궖ꩇ>>5P6D+zCJ:J~V+O*in2+blTB*IAdbT("1d+DhD*$%8C`x%a`ޥ)>Ò](#.l-)C,bd b4f#>V&>#,2Dhr*Ɔ)C$pfxbJ*(RnfA`Ah*ʢZkeh.į2A!Nabu#Pf.!Bnmz!)bnB-F#lJx!"zhslbbvᯞ>RT+D2D„1"jR&+&aZN$qCJ-'(oR 3d.ǺoF6robXs,,%_!$yb!!c" ~®aDLpKx.fKrrZ%BG#26z6G!*&*,Cy""s~qȂ!6/&yH!Nc,1Bp2*j1r'.!D"?"/#?2$$Gr#?"OrC`%'$<2)2*2(r*2,!),2"--/./s0r.r+/I Y*3d1U -]D3cmYX3HFNg &9D"QG86"A!W2"[r&{r%31t'/@/DAp%?H!K PA$1r*?t2(+E+/ 3`4-r-CD4(JKr1MG40"K8AATQ`Ji@S[>hI ѵdu;ۙRa(NE4+b>A,@@c2.!#I?B"#p4/N__2^uC#rc#\F;J1r!Nt*e HA-r! +#KsveWv(' 46egv\@_Ƕ D!n $!6o4cv"X4,@q!+LAV @@!v;F$@TwtAD7s$5aL;sY_X3:_~W=GD9;ERrA,pd2,Kr!\(r'?e'7(uN#joNA Nx-lf)?6 o3p?m7Ը Ž_pc$g_2(AD{qL3 >DJA[ADX$ 0MG=Ewxs|p8Y[gM,e5x8|/^9$¡(]#z@7z!2,P^'@@"@Ko:h]_@c6 @@H3:u!|z8DG"i򒛸_\n$'/^ {F{t*!/6Axpv"`y" y";{EobϸIxILyPAO<AtOytOA| tA|H|H@P9AhG$@ȳ7GwB;/gG#@Xs<zS7{OO eXń}H 7_AB/@g/vF7cwՋ{P8;g4AK ק8!{G36"8v/p=,Ճv3zF_x=ctF/t*\8+78i{gwzoCg4)Gk?B$@|8|XTGAH@toWBt Hſ;|tHt\<tϼ>POy}г_ESBG $GWJтBm  TE&L&7.`H̕G*ļEG\y1cN`9 AR!RJʂ|Y3Ҋ ]~CEH8+BMԱΞF" [Ț5њDRB)7'W`9/xa @{D@z䯨Q 8RLl鑄 㑫T+k/)'P4 8.'릜*8Jb1šВB aDq#9kFɋ lんL/r.j κ 0((ޘB>{#S?(6Hx<3H85ͻ-@C/с|8 4D3tTU/]XWu=Y j5=&(Q pŵ#rٰß9%Kܨ&T!j_\ 5͑jA*B:n5r) }+*0EB^WB#0R xoK ?}c+D>ι(>ϠTC9 n8CշH@G!CT3J@֤eU馝 9^`,4gpGv)C*0eA7z* %i#%*D[b;Bb[FE*p:!qݿ +0!Hd \FY` ߘ|WrC/h!C*GCuI6QM#OBBgːte$;Թ< e@5\M TđLL[6D%[%-kVU] $@Փ5 0 `Ř.I@e: Gьep]dsQ#}b58]N6m4r´ PATIrPWQO!ZU^YV qaXZVfinֈʟMkPP iMk^קkA֪ -P0׈ dKW{y!,E H*\ȰCJHŋ3jTh`Ǐ Cّbđ |@`G/.kl@B tM,Xʤ#{)NP ּN}ntr Uua۶f}֡9PbD.& 69W 7㓱Acelx2×*p/\s<:NYKTAEn`c 7i=pow 8XrĒ0f^Nܯ7;AӇ^A %X%`~G?}~(^CBBAx %P}f #FHW#IE d"-`]$a葍2B1!w=ZC3RFjT$JC"鐋O)1$E@#e'>+IGCm)%6@~0 fExxgA@A'*gxE!#?i饘fGv  D~ ߔ50d9PjeΚކ&<+@)9 #:#2+ wh;11` LzТ19¾#d'hHk'){PkAGLLďW ZP]'%PE4;@ 2 mH)0b#Py_(k#EK@ ȴh+P@oҀ. yP{i9P!n@=}z -p:yꖜ.>/q[Ĥ*8(AZD1? $yA 2ю믿1ξڮICv>"H31DЀAo -=B#,!MzDd:_-0 #0["b 9@V(Whv_^P9U@.zcҭ4,映ss!`$2PArȐ9pAV5YA>;6^AdUJv\ -"R?Z򒘄/MJa3JTP Fb%,gJɒA8bDi)JDL)btpKP 4S)jGp20-Ѫ^yAۚE&Gfo)zZN 9F7M AemW~M+ .;O8P "H$fi޲ ° #8T#"Le0rڎ}7Xb=\ʳi*yrO6Ϝ$5ù |m쌐1\F?Zѐݡ;+EҘ>XÔNGֆaGtȞ& PmIV; hSzMs6fo^MX!tcf߈Ȏ6-sug/ 6r~@Z>Dx7Y'# eBLl8<tMp>`eM:C;A]yI$dΥϐC1Ӏކ0c@eRmb"9AfĬ -A"(L AdzW >>'Ⱦ["T;e;nG8v_' B2+)3O4TƮ@AP^* ]-,=!HNLuô+~ w' +|@>|nGx<C:+ [闯)"Jg xМD?o}/HD3(H >H18ޠOvӷ(K*W,cr(E$@@(qp Y So",u%@Jww~7;7J11Szu;5fH7cg=H`nӳjT%&^`R7hM8Kq^6~Xl!1#c6[%\؅lXh;k؆t!gXxgsSfM7,{>" *BH: q)h)qHl4h\(M&4;rӇ_>b,h$׊Tv`a(kȋs8f!XWHe(QopMVm4$k"g)BvU8P"#@`b؁a `>@u7tD).0X\cls##)B!#Y$"΢}]3w8z7~UӈJ 9l q"q3 WsuQ7pm|Wf&m@x2rK@UJf|¸I>["!Q%+z;p1p5;z| `cTPOS׎ ;buXH"{9IY#=H]I8@6+>pQmc0vbYb0 .A;' d090+|`Jb98reԎ1v5 Jf0w=*A[' IxDbnP?*!V#Q%W `r8+ 'Y+py40 qy | xNPx6 d*TS+)B" ?4 pewI9 چZW|nBV(x#=B "  iD*T 1$"`#գdIz&ƔFr xI(u m*N"Cs9`I6 >pBrzh$ `*ᑬ"?gEI %=wCmj72Eɢᄜt,CL }T{Zu9ZPmd{g*FHQTJʬG`a&!ydf>[ >p'` zg;krlKNXk 1 Eev-ưkbxesKZ,=T !@[F gd!tߕtȴ"[d 03jT1`BV[hKgl۶F&%XøRj6Mpt;Kb1w#1*GTxOu{< u+19rhur $\ȍ[iӓ!y5E y,)Ww8˹b,ش+4[zkSӁ_a&+`, ",wT{1 }fbc%ktu0)+4Ⱥ0Q&+rmr2F @Kт-Z*0DgtժGA` vK0,jI fBӊtS'<@{E<@q@0vf`bPSV9%[Eo i !0g:<зN7bˋ"!1rwQISuCY*S2 kŤs 1 zD ] z0a Cb VM@%F"#:6$;\o@`1~ȋP|$$"qaɑ;B=iQ!9` (M :d 9vQ?:zywepb 5*^G}Iқ&SBkA9{W 3C' [1%fE3n:Xm,~jd+a,@)j7@'$Ki?bE"dT ).K/7|7aF\fw{#BE9];BE䯪8 gwY9 >''zɩ%$A50xwby,vNksn,Ree@W>@U0^/'Na8@յY !^9Xʂᎉ-ÙY}e-iR QUIp+m CK89|)&2*+Z!+5.9'>F'@!V!2_-{x:]%'ml08I0/6YBx w[#H:=RI 3q8?br8܁-q+,r3Pز"KIB$2Q5R>9P>!7s A0ANi>~!fF.wl"n00":Q B0RW:&㿎IJ>:I<~HDdmT }{o > $XA .d!%NXb">͘h$8r`P^|$0~*iȐ@JLEVެG'QI2ЂFN0bUYxdRhIbR_5[2HX,u9.JM!>¡G FCܭ_:X# hB[vtBDrx "vw'.N-!E=9LT,~+;6}"ӭ#@o>++8VfP-HGtF ńMP@x,Pt$u~xܵV傎|ZE0xB!qHs%шB & Wd#[cƽBۣ%a" ~X֞L]zmx<fNo('EIHD#2ɤt@bږgb,C-V /j?JprI.I$^*X`ħ3A5DO9i &X7L^$jpД=Q.驙$ IY VdK<.I7EHF2($59O7z>EI)uF;Q u`SEDLvx1B}(|8`Y)2OJ}J"F(Z"IT\b=I4ӟ|}J@c U^U*rxi ΂=a"V?$͙J5!SRZ;R5'g2r!|0tExd 11d1li (X@d Lւa-2H1&kGRm&)0jQ񏓆20(UY+)$o\#D@ ⇑X28 ܁t@H{A@σ\ Y(f´td&*c5[曒_f=G']CD[BW B ]H }bJH3}N)FU 2Ai &#bPKq*,(Ad#g$!OY̳V]f 26.|DžȔdY|g|fA?>C@hĢ@M NY}e‚`[s|jy]ϯk4s y7񀳤@qO3gږub]P`v7f#˶c7+iĨ"$Үs9)·RJ*DZ Ն@N> LLY,(Lg^5fJvO;#ۘ*$h(Aމ&Yۓ p6v8g=lqCgt:8[nyu OYJxߌ*[R4ȉIl'%tHemQ9t#m5^={M1%Q0k8ywtCM퉿pY?|Uoi~_E,sFR17#؆Is#0:>ڛI@86g)H;@q؏@ ݐa һ XA)0ɜ A .2A`#@=p"0@j>ٙ>L>|%MC+ 0 ؛I`z Bݓ@H48,-9>;̙1ðƒȿpC\C#B:E$ ֳHB0?K16iìD1AlLT=G4<>J)CJdX$ `»X ٰx^sfD y!`n$?x(n$ph4 U̐#@*|p Z .PZ зFXE~# ?[G _,';CGGxF"0HF$ԱɁPgD9h<|"GP%s !?řŸE/!$sЉzz04zJ:*` 0p$'B hHPxƆ$>G'*m$#(0Kn, 9(ɚ GPs "XX9UgD I`"X1EiӬ`gƃɣ́tMlL\!&'X.:!)q H4y踀 h0 G+ PHLl ,#N MɆLK(z=LF遡I0ƁG`04*?C t9%,L`+(TGGЁQxF X.\wCCqPGL,Βt`F'hɁQHMB4Ǖ聎P9`lL$|pQ͒u .4|@=4]bM yY 7,75# GXRNR[͔'1ShЪHFFHձs i>ET9829Q  P/ҽO- 2C-J7i$hUW YUh`2i @Fa=1$ p? FZ|V1N*>A1HoMW*a7uUYjS86tCJ} 5}ǶyWh>B" bEG:Ƞ Ĕ&U+LhL!ÅF@IpODެbcx[[ 0gVPX+TqIt9 JG,=V\ E|x0[ B⦃<]00! S4SnCy3R 5E^PhZם]DI;NA :Xɘ> xSUcH=IsWb߀H@I+UGhn l' _H9PGiіh?4?a0#b@zO3EzNL=N5 Q&{j3߭;*)s^ F 륭T(ea]k?h#1G`6ǯCbvآ A ɚtQDR;njt/WWme=('2G&N$.G־̓jm"h`"h}`]qMQ[=@z4]ɾ\Of%YS<uVAuMR 4AyL(hx.2WF~O6l:cR_ QAH$IT[^ ˦I/s܅b&0ɌNR@V$Qpoшj  pS>M 3Bu~Ohl,ۮ qrW_1KTbu;QS-9⋠:q%:אRJMf^4NX,@[)} ŐB&q̺$37tdXl& ȹIsL%8 Nt)t4q[8!*4V8:@]+h2uM}Ё|pfHt3wz26/̓/ ӌDbHP;7m K@_ px8lFl3AʕZh͆ D ləIьMYyz솸FM%=YЀ= U ٔ?ow*wz%,`G8#(# g:3T d=]%ЁQ,C&D.KBTBpù"n1d"ӃG"sv!)= 2ӂ҆ä́dp; G=8룖,p d*,2ܬE\TCVQ|"eGGTw'atnOzG"&1wIz^EHU@c*QA XgXZx@<"Mءh0XB"T0Б_yĜK AJtL >b2U*dC"o(J2pGM*֮HHzEː ɚ]]an#^;zbvA=@@yVz/od?TӨ HZr.GX!d{U}r>Bap1' }0%2vM]\B&%Z[̐G{ 4CQd|2yBJуy/a=v@0GKjˏ7 4TL*A﹙FQrb \T'\ v3& 5Dqڡ:S}PMeQ@ v]N6ƀ+Lw( UbJ[up^ ]͉'2xe[BWO5RGL@#F̰ jl-%|*(*/ͤ{J &NSMB)p#t9/ʙb(Æns C'e)Rݬt+!Ivrh!vb@i|u(ZDH-KeD d9EZ {B"zd.9!†d :>AJ :b 民#{Ekר6 sT1FNe ) =XRwP sAcDj0x@ MFL^^5 )"h>SL3I5jrdlv xl"\TGX2{يNf OȴM'@6-tafjBH*ؤ7 3 q9.u/NT (JS/椤%dA)IN"`(׌&T"LӰMFM ӣ2N}*TCL|Ez|yխrZꃌ*Ұ #@E̫n}+\*WFY"TzS~տ hM֔ Ke7a{RV}Y+ry-l"0@=-jSJ'4^뤫-.櫭 h/͘Őn|Qd ]nS2Խ. W0.w -CgyȾ}/|+6ջ/~+7/,X! 4q0 lTַQ]`h 08%&pSbx nd%Ә!"](Sʈ2-s^7/fϬfD# W 8UQBYt>&Na φ~Ԟ Tx D7&3g)KMԝgixƣ1-U;ԅU5c]R#m5\ּ5`>*x|}e x.ʞ᳁mfèn䴩mƼuD ]oH|+f:ssNw="e_C`!z,p CdԀ.<۹1@ȡWbBv$CD#:*F @#z!.y+#D ȱ@\Q" C"HiF2D ʡ=!:(qc`\Q#a0ㅰ#A)=aBtcB5@ 4@h+v@`))(,!Cޑy'*!db Z#BTA"=.aGUe$TUc )ٕ@$C#BJCc)DIdB&S.4ZSr$VZY a(ZL>Be#GN#DVD.&G&7&]Zeg%DA#^BD_CA BTe@UW^C82a DDB* "if_"@eXJ_\H2ZY.#(ib 6%&j&#ԡ#d8XCg  hA9* B#dF^*DUJ&% TBlfD4NX~o򡊉cmfBX fCĦB$Ia V]1r2$P\*a=_REFO6Ŝr'BNVRj(ay1CXhd磔ybHqE˵%Y˱ !gew(V UiwV$'TeUzEBzA(}gctсޜbȩ"VꝞ\:Db*ɦn"j-&*.2BJ^ȡJ !O>yM)ǹ(E jī>B*֪Bܪ*6*>*,+BBAD$D*f@L+j"n*kjB\H(PWKJPRHC[Tv5V|H]ݓ@BTtTPSBz,C@9I[,]FK(ƑDNRW_kkr+Bdˢk2"#ABA:8+k~C곒mBx,Ѣn+2-D FT¢- TFX) J뿼΀0uaDR\LFAm*blюks>F*nc<*.&Zm,jׯk,B+6邫|T3-Df\T1+D+(ڊ?aڶQ,nMAD.*,JJmZ/rJʬNlB B*D"oBo.UBwOVcḒCA/A[SEEUK.\eԅoc m&D"8j#X#|;n GѺs0BPppBl^@H"XB\a.lX0>B,p;/C؝=*iClq&81/,-D=${ժeWH0aDBl?UA"UdKC-bl @,C\22>µRѾD1BT@LS?B1#*/2*1B; B/#*VY\e+ (D!P#W- 0p{Qa#L3>B"D4B 2$+Dn:0[.B K/rHj![38#l@[2,ل_|r[1B ]2yEK0Će)'@ϴ@/D>EM/4*16u9@qD@X(˲Drx; p3Ɂ*qDE+GT{m%3FNNKD"#{;mE&=EtIMstC&x%9RWs&r&OnzSs˸3^lpOe wEl,J Ppgtma >vO CH6.@9;B8;G{_lydH;[;ghNTO#H;d!*w,EH (\Ȑa† <qbċ3b|hQGCIɓ(S\ɲ˗;rfH 6i`;ѣH*=JhS9 R>&mj4N`xٳhnJ+ٵM(6(ݺv ˗ؾ &x`XuzRIuoU#T\LF9ަ/'+dӝ5.z{׃ww9ǁJ|pn<;srν@#?^M&͓_Ͼ ϿH?_Q~4h6@ YJ ʅN臊-Nj X`8!1)D|5hL(A"X Je8yחZ~/GhI"(U`]x)fx`qffJ_vy)6:gKFParJW'ʥ1zi\1j?FZ$)^9'Jr H~@<)_Rh- @3I(&x-ya~%ywƪj*(`~$(Zgm,I+h4Z;`@0A@X JXզ1:v@t,AgY (2Z; 7P\QUHb7:\9W؂5< xd~< 6`@bimҼ<+2X3xzYG.Wn9/o] ` 4UX@GLX`A!#t!0E`5".(Q# ArD ^ `{wr7 ~}S*TD}Rj@t&\,'x@@ G( +A;|ς[ƾAp9yD(@}r0M w;1"YhĿ&:P=ĭMFb #"@A,@@  ]f4JzOE6۞@D $ ! sGOJLXV9 dH ;@H kׁNzd)z LL)Wh;Ixx0A(3 D9@8X`H}@(`"%K' A-ӅY6)Pܟ% r`Wd0vb́0lA`6deh4"!6H?(OXp2*00(9z$"ABAY(|w&#L@ w Q@ ,>vPD]c9J£IL4&s{gR?bvuɴ"X D9]c00Ι^S[>ͩMZMK]b2VRJ@ѳ14("(3]l7Yadzu-yEQ+Ő(3I@15~lzpE8Ydw0p T^?@,x+} YaS!m$K`h~ jQ#|3Adj^Ld=Z(>H<+ od{9@brT.{˒YrV`ddPXmf#Q"s+0π)<+Y^QB:sPM;Ҷ?=+РSX&@6K4!X0̱GGހ\S$uE0mFdL@1FO!$Du@_gbeP?Grv X"VOaH#a; De@DT~a <6N#0%`H"@(B%iEՌr܎<<)_*:f+;4t{nYvc@wD |Ռ L#YԀ[ ^9iN]?Yj-{ŀ.O1}} 6H]"~9LkZ~ )h-Ήp|Ӂ#D0 zj~po!%#PuLmM#@ǛE@"HД"I#)fArr{N@ċX|X @Ou W5Ww%7 Zkv ( lF "8H A[v0>gJ9xqtf;%2F@T)Y$՘B) i @CٔujJ8?NY V&ZdRV fi ,e]  S1 )` ;F! XiyR^44/i1qIcg*&Bp9:`EpwWC!EIf+^IL f/M3Ә4`A_NEl &k7FaM20!28ZK#*6pV4贚B-D2"D?i'59=t&kAay@uX%601 `*Ig 6Qz0hv#r4(53 38v&|HPHh 45(B=Kp< yWQ@}:"6*%@$_ĉ!&Zuj'@k8g ZBWa4I ~0N~ :@ʦ%N,2#$8Y:0 Y 6KPoCdbKb2y?y%Tz*3QKfMb O02gw7z'BK@K@et)"بS-"yE82@y+e=O2b{*DZ11 :c0 R{i5sQD#bd bD 'ZtgB 9@qTFc)P]~*HprPC~TJOFA<`zM>B2?ba4!F^qUGC~K^Z)~1њiDZ"M 0)J$~J.Fu39)&ZX|\ 1]7S#i/a9`Kx)y b2%Pf=Sip8 /yҸiDMf+J'7Kx-8(72de&Q"vºOsrں0+D#X?)MB""Z1 S?D&\6ŨU3!UP &!j*}C,\ˍZˈ{S S ;{&?~0(B0;#׉͈?#fVC@@(LPYHkd-254[rp+!IV),ܺ3L9;9gg4I9QRk?pE\dy%4. WLR"kLxhq{x- ƀDb\ƚXz焌b|b{d9ܱE5Ҹó *fz\Jt&,!Ydɫ$3ĨǗ/$)2:9S<% 5B X2(g鎹+,6y\(\8 4Xl2kXĜ"Rd JY[=ɀAE 5 @hb[5d/,3S">G 7p)^ PS80#5pt;wIX,c*vG 3`3yY7ocWeO1'hqӘ'ݱ39> Wbӑ2pw|J'A9+HR"#@u@!E4|@Qй74.--B+ /=vFD;2~ T3w|~mBzɥhKfغu,K14I K-B;3`U|42}M-#]}u3UMN}&}30(]i- ;8gb#h4~MU]> 3Q-0Lp,c8c5RE1Ip 7*GR;@.q=G0 πÄސ*^!o čZ(Ҷh~3pP\c~OQNB@B}$\ɦ)\LdV,3ΪMwFثګ QF0 E($m Џ@ 9Op'+r`9-8޽8ňR򬾆Ն]e d^eo?R-.y41x9sr_;I}\NȾ箇b? a3a vy< g[4*2%¸5/|5k|~jz A> sX^\v#fSL8o-_rr(-'%yսIdz)le|6^.B - ~DaC%NXŋ 1n0!E I)Udْev,b MO> Yp͠InaEC*U8yZ͊QK:kWi(hTq2  [ y=a˒$;Onؓ"Չw59ۨ:mb\f@F'cڵ끐el)׷-+P@_Hapĕ/.Xjgׯo%N8ۊ!Yd'?'y 7,~vnS$.ŠK@?$(`R[P@4/oDI8B9j'LQնjP;HcTpvD˼"&S+$h3Lªr Oҳ2 L*1;//x:KLsO mӧ=.0B5:x),C|M@ ,$#8p Ʃ$&^FIVi@BBBZ2BH(#$)D0M^u 4+qwh& pL9@ GM )M&J'M  hP9ѧaUf IG›ِЅ9(yJJ $IKy9E I C+hd !Yr1VPE]jwWA8*˛~BNsJI#xFPVxC1@mJ4 $F&h5ژ!F5U%_D2Ǎ24;(|T$,pҿQ{yXQu/$p2YBOh j+vd+E A9{@!C@P cHZ'Ɂ$ ,[|(* :@_8 S[@pM T|PZ.#ň&-[B, d0;&G<"id0a! kH @D#D;yPKy#p$. u3 bEۖ%-IzNXM/*?8⅚bB\(Jbu}$fȌ7ԠdvD |8XS2 ؒ`, t9e< !TlR @, 8 >b%fPB( 69,I<^ A2ax~XIs) Ţ2/ӴRC!iĴĄO&,~q_ܲjj|SHPY6%CfάV(4KPIˡ 8w1@ j;jo8+Xs@nH( |6ԨuV_ۃ:׿FLne{Y)rJr]ֿWGRBzb-}_`[~R8BjP`UMRFϳ2cɵԠb5f b 8b-PAӎ-D;8g`) Q &A)4jÓcۙO •$8ځ=h#$ 䙀؁ `h$(D髁D0XĔ ] SA<8 pWl;0xX>`>[9l:ճC0haC-G|6vw H;V: l~J;xB A`HND LJ'Ip# 9퐏KA((5#B,uʖ\ AP9 D cH?Ck#Ľ@F8Epb>8Ccl #؃H0J_(-b=jLF*{p 1MPF9 ޓŇpH?+HUCW7nTFt d Ky ō1pȲ9i%K}Qɿ2=)\LPx#vK@I/PAL18 a BHO O8GO 6 &>`QG>Sl΄ IrL< x? lC#%,,HRA~J$H&SET%%[ D ?(BMH%Ͱ .+ L5e8|hQ QZ }*\][啬飈a`5Q }`-jV[%fV]MjN[zIBlNyUvuT|7X=YyCX YzH„OX(X= :H2-FP 5tmF)v YGdB+++bت]MZňPнm@)`  CۮOk UyQ1V_ZtAa5^փΊPClgD^䅿gZ]2E)Dq ^UP48e^G*>Z^iimi3 ع EbV-&cȌ \ >5G)O. ׸P=\2LycI3Nq_e$ d,a5 (f4ffrŃgw\q:KF%8̘Y  r6%g/ F{gxeO0ˆKtw $ew)h1Qa<ˋ hS #_Ps> !nBAV஥P@pS@B؛LƝ2kxh LIP[W4H~4hÏOImRD p.H Bi>y2TdVG<>ՁM!!;J 7%[gזiIپ &HSg*W"<8CyŔ2mmn~Zxd=>Ǝ $Q#pPc(U&H»\MhjonpMoQ8 <%0MΈT(܁x @fn.Lt?uФ~-g>}E!fBX$O ڂHF(\G LiٝAٓw| {JJDR3dOݱ N@I4u8'GQxr)|(͕'sv)c<~BuM&Q24P;#U0Q 3OC3,[Өi^F2M:'SNcdzBPIpCh|`Q?HRU hh@aPߑkǚpf]J*1!ŰȒ)5pPcRW$ 8 @Ѯz(;VI|G[vm`Ip+U[ bWKʖbs$Rd302`4>=wqr]k*ͭ5IQ'. sG3Z c;hP4LO \3OU|Qu~̲;R,w6V @9PFO-|ٶ^n_ߵ4Ƹ{@j?|[J+I Y? ]IP3^&YטǓnD 2)O9B*JeqAEzLL B0& P?#jai@E|d>rQdx|f(: ɣ[xjB""a~'3TJuÀP&Bcܐ.ԪnɌ%i ܘ*aU(CDnjxG&4=9cBnHH|J\$fI'cI? 3ș",oˆ[ȟYfjS^ʉ g1 Z@xI%QDP)!)RVKr8rɉxf>h5fspG:QR"Q ᪦?2B "!kRfԩpl))UTVc@xwChU3v'X\;Cݓ %BҪ~ЦjCG(M_SOITFiV:evP<W]b1aG="&ZAyx'5ZU9t1zE eZYϤF27>mLǘЇ81 ~ )ؽvPAG}b4U>]1[[l'#O/~Mڥ@RTyŘ#@1u`T-yZ2ms ‹!)b;H'4e_.8ݟxW\,(TZ0Lc oN D0?QC-BUE 2E kiۉ*Nol+R +12 w2N*D Lge"&̱l=" Lh#9P]{MRFgVA̦ز .S=wTmcAD< t,.%X/{f'Z*XkAe:kL}NLht2azi?Y=?ycI[Nr&ٗC#`AMG XkֳzPg{N:&_GGcNCO ( {>~` "T7@nѤ.5 N-T db=3 FLgEGtd QJ٥>9 zL-%vVd4onlH/Gyi5Kwawud=y[Ђo/l>J DW=1.岺K pi&T6*hq2+7oA,gytpM`).twxEQY.$fH,?~eP$7\}ӫ~`?m-l^=懾؋H  я|B܀@hH y_GaA Ɓ+ a`#WS$T bS@@ 1W4` $PE,@,BJ@\2~6^!df= 4Mi᜴`Hp=DyXAMܡfYuDU뤡ƙ+`UR !&^F[(ܘ|hIF@H%*"rnJ+>ް(RH,$.Vu@bmD#IA+"M`wXbZDэ!ZX1"1ĐT>M$o["3vcZH"'z#6>@qIFJY"ʑhUEҍ%L2>T<$FCa?ekiLJIS^4^Yb$Yύ_T~KV>LadڄP [j ZX<&}RlУxY^j*nV"g}IJrɅb.G8nZ&򑄜T1>i3gIԓezL TRO %җV&Z.V$ A8ɎHly8DA O01%RZ&=G=uթKW^DzAh τNV6]\0hHHV~hG_"_~UieE%T U (2[OG8X|SNN^]Xd )srfj$(i( Y^ziq@i|@)ޅ  H"`A [hN= %ji^n*D><"WbHcPSeAz](Z^LFgҷl@LuJHESet:k Tfb \j#NݍD8ka̅,h|LE@ t}zO<&#\ș+Ǭ!Thtܘj3 u)^m樌fuYTFZRН PΊ\k$`do#ڄXʺgkTڦ["O,cqd--'YzN$)kў` Džm pP,}imG3fg/}m˄Lt:RJ ?zXDO@0Pf4@ <OHnA<PS3&C!<%B&c xdB4@ =JO @I8B 0#خD8B8b잮y.,A+n@ ٺIS>-:!*~u ,# P@,ZP@.֍#<~@$a 4/A@ @Iڀ#h릞;ZU*Ьngi'RΎAn@ +X@ +́Z .Ė@  @0N8n Ā++T2pJ+8 ND\1cp/NyQyڞDH A @ DhT@q@%+$0A2 w@ Ah2Eh@+ @)۸Daq + ;/.lb_R=AjԙJ1tU}.$ OD DFrXH 4s$/yvn?TN3Ks4y q GAFGV,Mv -eI󙰠PȀ8ɟ+X@AAcDCAB+t~t\9Z/E4?|H0AZq2@8.DI_Y ]w2ҔoM E u U?DZDeIo4WWR 4-AU5]O Y =WP@&D0&px5At H1lws w$c@ Ba0X/zj 14_P*s,A P5[4@F@Qs>Lhx,w[X P@IpD PTrʗG)**jhna A'd=,$ 2V~-GO~PV٣>Jy)b֟ANX?(gS~K?~C t~5k kϾD6!*F 'F%y+PG "Dxmm%A@z+\09a %P:I!@`4O 9l`J  r$# pFG J ,-\̊)N:jBJDzo38 bX⵺À(0 M"81 OLl?%3D%@q= Љ45̒j  -""*`M1q b]5XBU \* _Px=VIzi,dL3*t-E. 솆 t1 @VΦnD č8J4[$Vr b -*%((4= Y15:&qְj'tIޏ7yLq @lWJ A 4ıc~ ltu.L$A"b7Oy俟U?3n >àrXI E#`@!Ail}PQDR05:iSS-OA2óō~a JD_ "RFa# ٸM.)B"H}`^rҬ"; ?xi'.@LHV H-9Lh9ȧ-l1'd YE NX&eEGޓpHF:!&t Q0 6tq%,$I_8ATݸ*C ]= du,!iil%NLXl  : Lyci,Ҁh-@rd"H8hCt 4, ]+YQТ4a1Ipo R!!d  s%RS~HD1Qo@iJRh?DO&wXbTFV`"<8,"37O6 +@-H_J/Gw_ς"Gh6c\ݸ14 & 6 -\SOAaX^ lur% b']lQn@ȀJJB@@r-&J@ j]S^(ғ${c<Ů^bif Y4I+P xWBjuY\[ N+$\av@=$a׼ou @&H IOKQx W& > f$y$A @g, ]MR2n^C֋:6VDY: bu]C*\hL@7m2r`<_Ky Q̍(Q*?)QSl $obSV nfXBzM %L$oN2f8 ȋTǼtYN ^yKwRI1E.N7P Y mdu  A+udҒTB J`b*F c,H!JfR`[UcLb5rd!>ae\Fdq0\\X IrA"q<搶  L2/!2i0$=@SҮm3H6 d.L9:q) QB( 6r<ʣ kbNr E20=B4&VFj$.S36Q2ˈ?P4 z0e{ OsP1Dog %1T^t>!BTLBuPp4n#cH+JI, hh~6α7d d,@/{D?TJ#7`J4"EL{ϊB&oX;NˎH3, =^I$%l90" br"d@jNB.Hmp޼wN7lu("QiT0>K4< >IU T=Mrª|d`J̢t'x)4O i oRia[}5`29Amj&$O@\J57$/| v U{(\ h]klyca'TT( XA#gMt$( znrfŚ6q#TH~Q7V%xwaOX 5,,eQ؋_}LZBGXtX,RL~ tG.2Q.$eq3: }vmbX$"PM\4 6A`sl"@HG.j<˂{F)4RNkp`cd r="@V96xQeb7;%=ً:A>@E[9Fv'%*@yd`fFf>!& $/DZ$͕yp'dZ1V$!Wq@*vHHA-Ci$ G~6J ԪrCM/NDX6d64&!zP"v@`~n`N7ц?`v p2 7&o"y:8bJd#"ZNMN5a @ N[4\J`Zrc?ڥ_W H7 JXg$ X.9`@Z N`y S K a 4@5j`f`f va ;L`v g3/~n11 {$?f{q{$Ꚕ!fe; <'>@w@"@)b0{fؙ;<$^5wyZ%%,}l@ȯ"T#$L!#Ҳd`}[1j?PkcSZl` *@D̅@,J0F$<x̗`,Fa xkgN}`cH">`2!:,$AOZIA1>|Z' $@0zĩOxAq'!za%Am O&ԁH3`f1N @tYNeq@Я;M#>U@Z`J\wp5fbi=9plJRyW>XrLRۄ"Yz{&}@FaN<\њu8E3b~j`}ft}Nq$\nG +uhuɨ5!\ϛ>!@a]èkv$ZwO{KB$#GG`SD8c!VdO,TtM'nS0J.AЇ嗴}pO"Ὸ&܄M0! Z8@> AkB@[[[EA@6PZ]'|"yA\y?3'ʤ^qʂ[}z%ÿ:\[k!>HM8!$ !D9"Xda !% 4dhc9"BPx`dh˄0e 4СD-yTE? z 5*Qet5kҭD].HO?aid3̄F!Gr`̟>aG ͶHrD ;   FIFjOEZȇ7DZG>x]pl~d#"1Zt 3~:0|G2g&vXM FrA@ +^9-D !` ?GG9Hp@9'W&b*r(EMe @' XPѥ7(p\HKIAA6AE@y$"U|I2C P~hZFp`Ivh01&!AerliPg%tDF0PpD 5bz4hFA7hCYTA M1AĆ 4(*E .R##`@@`v=nd/hBt@ 'FVBYh'42p<% 0D{ɴ1 I|,{I  }Id}x|BlРjh$'BF4YL&])j&>!1bEcwn4^ $Wj~Jg@Q.ᷠTC AR^K7(PZco_Pq.[U STA%z^좘 EOw Ͱ@> |l?1/ ׮^ }y)0 C c~PP =EsWߏQG?L)>YPl`@&p ` Bfڊ( W>'  =(AƄ@ֻ\솒 /(VRZʤ"ēL R)h1$ XY"E.ы]b^œHE@nrŘq+lt#GhSG♽rk1"2 ?FL!SEm4EK\.T"M>ۼx.(k'f(;I8iMD(c.LVY _;Ѱl4QEE')Ui$h,o OP@AkAx*94";]swt0WΣ0r/DQwQ .| b@@5j5Af RZ0\JKw<¹tO :tFiRheOBUifӤ j[赩oBԞUtN [`VJ(uBr*J) 7]Nhr/{k]ա p/x[Pw.+x n avX0y%? 8(k kt'@U ]5:0Ө<[rǽ䈏̹xɣįxK4L1^EP(A P3uMgR FY(BTor9ge&zR22/$;ј3/Pɜ?bK͘6/HPIԬn_M5F:uhnּ[=kwk!IJe&ʤe%_K{w0lk{mm-X{.ύt;Ħh x{ۭal ; wa-@6C}og_/v!B.|$'9=KoĀ{[ N`oi)vn70bsnߜx}k\ a\ak sbظ}M V@A gBOµ˰s1T c˜@G nÀs_8(NOpm_{=$W.rw+ nu^(o<|3l! [@/>h4}XB@0T/껆F! 'x}7GҹN``h`Pzzm{aaP~a4P_hzw0 |^sH`?i8v|`^nx`8v"X`1sh.?w{w})g7Jh87~W-xni`uw@yYn``/@6d FR`W_uzyVlP_ `YzhȈ vWc7}w[` oh`V|Vw|qcaX`.$p,| xv  xi0[sUsfGoN}3TtS~(d;gsdЅ͘``xvg`f9kwXwpK`y(p~Ngv p؈x`xh ㇅xv+Yvg{f c b0w76xGYHc78by` m{xcrjses|<~@n9`O@Y`}0dp@ܸu`=؆gH/k` j~ qƏ(( `v{kY8rc璼71_h_;{y"6X-1(sgGxW?o`1P`B)oyCVuX``e07`X_Y`^{Ù` {za``i0IׄjXri`!yv0x|7v ~Ȗ#m'h2Y+by톜8~Ѩd``X fH`}9`\|&zJwzEm'e yzbE|#J%j') wėXU`!G(z`qrȹewewva.8ؘFx7Mz9]C ~X0vp~;]0oLkYyupo Ə v)`xkٌ!X>J&x1g )rchs@!FUmg'+Gws7v`mb/k g9`ld)\@naQ:ꝝi`%Gynz6*{RiohЃ&ʮ``(GI*ʯ%*qgqO8`( w}~Su 槆m ˱  # ebP') ^}15 W9;7˳? WPBB<  VDI9p@V fGMkYKK)ZEIuS%jbVH2`2D[Q Scqia]2ꂷ2P`T"ÕD#k_xVַ2`M@ @B9))=5bS\[CkRim۳R_P_piS`>{8˺L&E[_2Pɒ`C 2{MaxE!P_nkkcc1rlrCH"_kj !lGS*b79 HVF|kSv+ V v܈S{ƻ9E:=1p Q@zQ'Nn\BAaIT 0"ދّDkQaM2QHfCLF81C`P@a@Bbl_7a[ܻ۵P@`flnL && qP S0.04x0Qc_;\ܷF9{"0Q`SP +8 '`vKU||g>UL2\hd! H6w`V\`T TFT`aN#o| v%͜;Ƌ`Swp ~lɢP_<`S9~<`pΜSJY3Ivw;"<9EtJg,bo|` T=k`\_U$y\`l_ k__0M` |_P͜C]`_`wNԦePrq%o0~Lj9 }q~΍+^]0oo]+eLFP_}y-^s]fJ{N`!cx9q~fwxawSQ|2H#΋Jlul_ㅞW;˜sn^v^_:}'N``n`H/U aL+PL3^]_iyo؜S aVk~\b]h /V LvKaʟ-,$bp@;JlH35= F9[Cz %{"vcЅtkeDf'b߱$XA .d%NbE5BƏ!1HQ8KY93ř!iό;!v,EHXh@!ÇJHCVܘ#ċC6dRɓ(S\ɲ˗0cʜI͐8ɓ:m`ѣCEʴ)QP \*jR"՚(׭DT;6]l9Fے۵lڸrҭz޺RuwnῈjZ >ڸd=$(t6O{Lt窞2zkH=6 gmsv+|&9۷ެ'Mi =uś6m{r7ӫ_c ˟O?!`1` .6>``J8h P  >آ/b!~d(#PD E9~4֘H$BX$V4JP ȒTF( D9Xah9 crɢAuS|.h9[Pi#ZD&Bڤ*gyQ臊) R$I%(j &.Ů-g E@pJ7RķH@@A]^,^h),V[2Xptˡ"hX':HZct̯y8@cR@ځ/<@4G+ȑ TTArdCR`IP0pLȡh'  ( Y0%kt xB~g-7ȁg:AP=7Ae Dʏl2q&AJ@:ΠLH1?2PvvSWo~X92@w;DZw:( 0hNQ+Dɍ@կ 0@eyldl@ $? 7CL@#j XA^7)cFp:h зVP!AUI@|K@?C*@0-N&.zFQ P"! d&"TZ@n5܏Nj$H:G;< $ۻDc0x#5R`ce ($(O(Y6}K 7( #4`܂ثoD?d!D+H"^Z23iC!$'YfL:qV) L 0s0լ V BB @07 G؉FcIҒ`Hn$[;B鄅vؗ OHYvҢKiAlıI 8%Qw:PAzQwi{ԲS*^V r\B U,W# ɀ"h ψiݏ]G2WA~J]".QWBrZIvC :YKҚVQh#Je5InuY p#Űdڑ$f"#HB"W HF>+#(W4F IMރnFgYԻ0v0ξ_ Hs'<nN htsGtHs:8I''T0%04@⻁ K -2 .nnC~lA -׈*.{YYrV)c XRD1. ۂ|F@*ݫW2@~8 @^+ @ D Rѐg<5_~k+vDg\ws\pD#X  b"!1HQ4Ԫ-ȐE`+%R8%4.CFuub.,rO)SN֘Gs=S go9®GC a6dig3QJ- UP e@d]; P+(N8&fٷfSՀsA31G$҆gd :LARD  9E!2{Sľ;ZYlu:殻]t|.)Nwy?ߎWGv9;2~qY.pD1Og{H?<ܪ}f^O0{%>lݮ}bo}5uO|Uwl|P/~V; C~?K3JD)н?U1}B| "'E|{!N2ANU&("R}ҀTuyg}h6 "~bD:/7E%YCIupPp3(Eh's9&'>XWC0{CB6" 2@1J&!J8}1oU !?r~b %]~P9 }!#0>t'vH(0kQ'!p"!V'k98 :#z*y/6 eS3Jx8鄂7$ V4` PtQV c +wK*@DD)`4~Px@pbxh腉X^3/rv#vBqcNDd; 'KipSYE1>F:*t5 ~ @%@_pv!h6i3ŅTr4bD B& * YecƇ'V@)*EPC0&` ]mV F2G7|" WؗR!cS! Y}WD:A @'1kKC8SrZ,()A;HqOVBh^Qr[E`+mdѕKM7Vn[lX0g|fأa{xO$D֚PDj-"%Jp%`=P'Wqoh1 4ȜI$ҁfi7Q99 nKc% W}DDA b)Pt;Օkv¢S8O >bX'~K#IW x".jnBgpF4i$8""5S ZG8|2YsY07'2guDz/"PڦӒw!^X%"'׊:nڧ%e;a"B#F)eT駌*"(=!BxR&)AڨǦs(pqZRzduXפuT?`Z~꫸ FA~ztB:>V]~~AXZ|2:-.w(@l3qx7!`eJzy* ح;G%8-!E?gC|Ew2rRZDZ*&8eBЪe(W:%WcU2xJ30+tUvE`-*4'M)Ү KxX-*%/ 07s& 1Br:] P2t5PHT"0"12S2PSQ?"5Kv0fAYh4eبj-P(@`'9F|P_5sF1ʧE0{`!ib309]҆&#*,$";ɡ.JsZ&jO&!3%I?e;¨?Mb+x i)&.i8}Wz-J~3QuS;35{8$G;0;* ;&01;2I3 \z=1 5{?Q":Eq@.h:>EP`E K:+G@|+-p1 0kI5 VL0;WG 3F7tW닢`M Jܬ95>˪]z )?,5^q:~0|0G5?5B|ts# {W&@ [H;! jt;;s/dYg":Rл8"'I[am^[_ 2F#ob<8Q ;.VBܿ83 ̻-Yl{E" .<xIP R?&lH"X pL< /0]\puyB)G8MƟ]b~-92(mPa!k7 Om[;h7PԚ{w0fj"@03|+-L{ ?֣v`85Pǵ\}-p2%XT|VZ2\r+ۮ.(u`P8z|1ķJ1V2,3 [}Y?ϓՙvQ-UUIRHx0"`T*JtuU,)3FUьw*?A0ga VBp:%0 @фaa9X~}D]E1yiZG-L?"}P268r_Z ?R|R@L"Eib< x8cK>/PUd,)<9+ E;+dF*!  ! ĂEAECK1ejL9X"Fu2XQI.eSQN8j?WzETd6%UYӀGC iKX^K 7qcLF %j'&D cKVoL.p`aE%Veֱ}q˹puoR5P%tG:I#̑d#p$R(ƹ6EǨU8,@  A  &@-$H<l".IB 3*8;C9&Z'Â2RΦd= Ύ(J &R0j?^k4  /R+r`p! ɹrq! Ớ`"F$,b 4͢  šn9;To, yI (&C,lKVI%YCXR;0(9>aJ;)WVOM Q2#R@<ʗP.L&`?Ɉ%'j[r5 ySɱZPQ&Ȭ>b_LH8;Sjb( N.HmrKh;t(#HaX82(]L Gp cv$BXӊ?të3œ{gx$,TR=4`/TPB #:xxfHl@=뫻^K("(`܂,<:,(>?ܓ2&h`2Hi OJTJz@O(P+O4 d ztu:] AYsΠvf';qvsݥ` :?'ߩ+}OP v|‡R+JT*{އzh"X:dLx0}/}P0.Rvex Y50 !l$G<v *1_NL*ìn6L^Ӊ*<?P3l ',IPa: h ɀ8dy a@K @7CI(8nؠ(Pc$celxF-y5MPwƤ7@ 2: G8+o=*S">ALPe8d %!ms1 vYFKs"! 8X$)āUj.)xd&N211̼ЂrД<(JxL+T@HB&B Id0 gf,!AAy8Jaٔ{d ]i{2wR+e) 'y.R|04}DGRY$;AO  1Bf|;zA  IKzbFqI e6E;0gTծz$*Zq%lK*H1TOF'ɏ|(|ZG s!U r@}"@ F[Asau 6)3hp8vA RIPCAGI'0wMR؆U19?@~' w+P_vGJڢ t"C1' |䯽@ 2P" _ [;d@FXYͥD# Zf.rsUjr "K̀5xsQm" _t෽YbٚM}s!xso 9B%}<*F(a/!Mg$0'+YJ?~2Ԁv(i5g &`͝V7&X,e6 \;X -ժ$ͤ 5Eթ[]E.eY'Or[Es\&yMA B܁Eڱ=!AmH{6ڴl6R^,rKgTZ_>S/ClJvQ? R ?\T7]swJJQ0 '|}A:x:ʔ]/ݗwb;!u*1 W'*RzԻCwEi)vĩ'[\)YSz.9t%;I]JCS?vx! thq 1?#JlHc[ @R/?'I )9ψ:Q#qi&S |\'5A:p1y"2fZAt!A PA!yR#t  B !d:5?Ћ'sɟ0l<d"\?5oAc(,˺( 'S,=y @@pLh0 7) T'I$=Q=8Ԑ*DBC.I%ʓ,\Ć@DDJ ؑ wʓCLܙK,EX8S"D!WTA'F#7.Sԍp8œ !ZE HU6D1X |H28:2?qGCÊę[ Aw;>ڍ? 0~[Gb b$G79AY'l A;4O"bS1C$?*)ځ - .4,q,QdrV62;ߨ>Ь௥13(_b4)L{D6GԐFri"p l I3"l,r8Ic1Z&JMa S4BѾS81])eV2 Bl='C1}*kDDHKe ;1\ΛeX+D֘8)I* %AgSs RU-zWYu@ؔ *};@;% ϣ8Y^3'f^Tb [0Mm-+ԭˏ+JC/#i/imEu꬧JSwJ.267 [F*vA4ޏg(8:Nh2]㿁JF=:d1LĎΤ^YRu +H|3no!Q,@_vӅ7NTmr;+% hK"2>iTB1;duWթhMQ dh:9mϥUgZ βj@$s N/G4tP": ݳ*AQ Ssn=T0 El@")b „ 2l!Ĉ'Rh"ƌ3$h#Ȑ"?>i$ʔ*WlɒgҬi"A /#P͠Bi4(ҤAt)ԨR2*V?+SY,ڱ4Ըr箬3-޼}tk@$Տ?N;.f;| ]ğRS1;L63زޘY,ªt`ޡ4tXim3o" D,p~37*͈Ѐ`U $`",J#@ B r$HB`HDcNHQǿ+:C $P+9IXAWtC}e] t`d%Cm LQ*a@02 k\L ,|[y?uwb!aB ~5*;d4$$*A$c D[2| pׁ    h(̡I4Ldyt{:P|C=΂gĘ;T*T$@҇~a5e(n": t`iItAĠ@)M;C:-P!rU?I [vE$1X>:I[z2h~e- ($#@Zx['|"gЩiH< ,LЀ́!2娝)p_)9RC<_úځ }*a 7*d'*@dR![Ե9KrX2MYT)UXIÎY*LA>"#2L Bo%=8vx=nBU)Jc  )l>"P\DPvX_2ULG@ rmA2G( 2eMLUL3$J0bCt7ar#\--w~P?_gnOKW4 pfƻ'3$B N#D, ՘j4>H8$( 3IA&aE*}ת+ psOG``!+/v!]^@Tf|kY \28oJ YZIn}S!ŴM PB$)`C-XqkBMq[r'D McNi4~QCͶDLtp )cceSyXcnìZGTVdλ:7jm[ q;ʫ.@ȺnS~Ia..a|} 0%_}chlJai=wgiƒ4);?yl> ,Wa*:P!'Ǧg+R12v+Ы4$ƽL~F[#}TiHPRy>Y /Օɫ{vn]ۏ%-, <2}5Gi+Byx .y*$ 0^II~S?~sE|JpRk`Eyˠv/% oaj{@m#A =Nʋ4Y-_|F_TU=@HWBIAU I5nXxHH JNQJ8mE@+XD.Up-DH@ Hzf`B-OIY ]ف(|uD]U5D@Ԥ= HC!'\ " j߾Z#~U]b-B,aB,Q#RTt@aWLvϼmPVK޳|ņ ]f|B!HBWNA\Y Zž)5JNJ|4訄j|8.TĒq_$GHHޯ+Vc͠Ō6t ]D vݘ_U!%D/9ʥctdKa+NIܪd0EIxUl1JYa PXQ#$ "S戣ɤBOSM\Sv)eJȁZ +OdE#| FdP\TVj"0X\*`N@jCd\ <&dB&0)Z#J@ag:RTمR,›fs\laaH ۜFQ l.G@IA~J͐+'(BF"C(&C~@LH'WřI ف#.Εh|DWB< pp ./9mn.'C$-iT] 8k~D\Q] <6U1>w|鐐m(H0@XlENH(VU:/#@yT+duig+O֕t ZE]W2Zc#XPpճ^ǧWm$: yՍ DGR0 FT@t%ݺGo|AiNP-VWXH|)hO{W C&U9ƉKY;eW1H(w4SFtiG 0GrVM#0`V[> ~c!J^APH}D*HD<{i4v=#(ɧ` @D MBHxڔpЍ % Ev D/@!|F >UM]B}=DŽd~j]~&aXzot&j\"PTI;qPIP'GWb&߷xE˷O m 3%> /KZ#>ĠcF㣑ygz|eaPQ ɱD 4xaB 6t0C%';9vQGP4yr`@xTR  _ZSH0bő8JI(JE,U\pG?VI$EjH(F I ^:2']^{/EWR$ 6|xlޅ+xX5f!1K#;t3r G+Fە`FYćr^EIv3cO- ẕ90"Ta(+~=M/n ɗO7vH_$hd=P0)∻|"~O^z  D{kA+ʀC6!Bp#?h܂j#l$'iS*5˫.B#=FFB6jDCX@d>E;~ȅSN> N[O`$v6h HZh=' *5LHEA e!."5#Zp=v8# j nP1*Ҧ R`лm_žJXr#fK.jބd< Csx`QxpeGXՎAnHLe#\OZ`%2=:ADR;@#B$oUENh숏hH0;ڡAt$ILA$if^;a"IGpE6 rQ%((J#nZT3?]l`FhU` oV5L6`. .YjHSI@كY̞}9Ik8w}GV4=Ԃ8>9e(*R^:Bf1 }ɦz5ЧrA ]%K/-l牗RDa& HBj(;iiL:<,t{"FRQpt5b!)H|pc99E/j碡χ!v='Ys>*?qV"_ "T@ O$%:cGxɃRi265B `G1Q&%H12})a""EB%Ag92 xf@y2{{0AȑQ=0L=BfpY,6H\7(LzDgBÁ&$+AK8(" F~0&ORK@OS 6;`@ف Zp /,aap4՚g^, O it'ѣA>ACMO DM%F^@* [~Wh@HQ

wn?^dX`ۯMh -6a6"/PNtEZ/=qHJB_P40@=*խky(]Qx /{!YzշRx_93MPz#S>N^nc9ΐ4Hnwn}/rH ^p^Q\}o?ܑ o$qxa c@C.k-g7+<8v^vys\>^t W#?}f;zvb:u>yֱtכag4톹˞usm{ѥ/e}suJ*rP;|ĦO! X' /4)_y8GΊ4x?LW{# Hzz}o#8.={rv?}S_ \wOޗ&=UI>+;eռWy4[oӻ+M ŀ` ՠ#=b60 B1#Ԁ##~`$Rl#@E G `G @@<<0@#F)_C! | B `q;0  A  | < ># 'r# Q |2c' #x ԰#u!iR  .Ap( 6 `0=V0h10 'EB2Ur `#Z#P m18KQ'!mr 3<#2+1. `#.es5"q6  4?3 289#ˀ#s#!q!p3 S | 1#97bG0 27&?2`9K6#4+#s?}'?b R$R#Ġ)% ,#Au#QR+ 24+ ۓpAE@e{:s.2"; /Ap)G@3[ ##00` ,A o+ #` z`#!m# <-ts5#\M"Ey#2 +/=T h`7N`0u1 'YFF?rG5#ˀsA?'3< 2 j1<2ã9O@S;u+T/r#`<R5e##@_JWb# q#^`%gPd'=ު@05A% `s9 AY?KOcY2cY%1.u$TD5\G8}Q4\^S,0 b^2 WTR Ȁ`;` 0&#.)V3 u>TIV'S3 `bq32_qh6qowcl{wAw+Ġ3 :Wbi90Kp A tKwqNWmɃv7b;syA3W y}W}ח}}~)w4-cyCz:R7׀Jyw~wo7~wv 0}q *5 NSXW8oL_x.Ijhk4 bh|ć4:))Z&B‡rB2 g&td$`e@>* PpP<@  싅I:9E" 0n0h8 # }Ds'o݂֧w,/+0 $Z/1mel%Y z$G9 0޹EQD  #A 7"`b7"@ F!` c90t8:B #z `@n# `#=#ʔ` 6bEasN+147z#˭9"E⭥A-`zZ$.`Vx$K:MZ  Y@>z! j${#`?[14<3 <\<`#5ܸ= TKGCH$$` ɋP i #._"#@#k _]?OXaQ \㼮]B’b&%0 rN/3"P_/?ٿ_5_. !,E H 0C &HXhnjCIGM\ɲK9ʜI͛8sLh`gN >':hBѣH*]JtRL&j&Jh4W`ÊK@sj-{9AtKnصeT+bMQaFU+YŌ\*n9i)69f6);QniIg-w,U`[LX3ÁLE"H%УKNukν;B ݋"ϫ_Ͼ=y  t>g)_~7Qڤ_E rwv儠{N ݁aU8쉈b&0(4h2J߇}@|a"'(TVi*F&TDgB@1a#$&A>2u+P0| x@H ȁ1T4`"0pyA%c<1w611g EaX@27Dƚ&#"D!ESy=br$ dA^OJ@'+A` AC„@ȫ-h_lpr@9*b0詨G:󻀚K+ {-{&DFN4 _on騧z#twF@K: `л\(/d:̰0( 6A0Gx.+hJ!oupԨ ~:@M}1I |nz0O!)AfwaxL<6HSǮLp GHԍ ^#9I"`@%mLnL# J3P9A@AG{2Txh\b X2h(+ S[ o ,S Vs8 _A.ׁ $XG DS"'6DL(GIR'gB BJgEq<uN ꑓ)Ibӓu(7H% L\,)\,TJGSTIr|i~ ®q&DV MVTpy8*cW9JsO $\%1gFd&#q 5xd/an#O7@ (`zͰ7,uL@@<1ğ'AunKY}ΈfCiWvHNj"zY$Mj"po7'fcJǓ*hRE8@7? pJ=0-l:%%T{$u 3Vp[A @\{P 2pBAK scN7i>@g dw& 5:d[G&k>we['iI:Ѽv!XQh&縯%uM.*lb.( ?OBOP' flpN (O)ǯ2']|7G'nX&IRG1L{</~b(8WIq<0XΥsh@zws|KefRu6.җI(bԧN9X:_DSIߛ.ՅqS^Ojj>%jGqӽ{Ξp 1;sp_E_.y ^&Q^꼩G%*RmD6Jt@9?i8R"@i+P f=<;mZ^'DLЇETrp e'NC=)k5y$eE{dvܠ.Tz<:@"PyCtl+7[ X[~z;&FB'/AP0v}P}f39#O~1(G6}‡f8D"/$JV<`C!<'EM"!Pu5:@5P1pA?;6tzUrQ"1!L @:@40%"}!<*} ~zeH*NC%6J*mx2lq[r;4@8_veC*Pq2 K 1QC 0惿Ȋ|fĊp-]@XH#E|qP WSD6ЃTD4XCr}xK#{]"]0e_P_1&j)6i7rCWӃC<AX~|x(tV#9,"Y(%Q*87SkxM蒇pJBwXgnƔQB[A&5H6dT@u#MNEF5+I,vK+ŏWSBTxg2xCo ֖nIv)9isg(bVז%ӸOIV!}"i' (#ٙ5bz'T)JRz՗ysRR>2 ")ti"|yRs4!_AzGc`a9{S)L %ٝy" u"D902`trC EoƟ'yr?W(vQ9UDr>rxrDQ➆!7W~qzJiŤkP1}"*X!%ug('en% „I2{1*li#C R5!5*K~M@*1"> eSg97+pE >DNSn 'pC{0;0?p_$yxN!8Cg$^$P?2{P,F" 0:#\)ctDE0-@ctZ?)$cuIUnC;N2n8!6G5y*,:#^'}_ 4:3ZE3;03p:zzz:; 0-  5 Q $$[9#3*:eC 7'0(5а{* LJ8@;p.E . {3G-HT Ag8S>p*W Fz. 3[)~!~gEqt2D%va?;2pR5plfe 2~1;) |@0жh 63VwT;s7Ƣp%StBBRd[*xrI 0%' b ~rI#CDtlԵzH, E>z;lrSK֥φRr.O5%yVŹ\cK;vzNbIV!1('pw<0 qhʴ? *TeŹ 0-`[r + }A[ {⁵Q!'u6#E*F Zlq$@Vvaؓn1_;'`NwVR^",OP Hz#T£YƎÌ\yx!ts'2\|t#0`~ԋb:r,b rf$r*yLDуm)_l#פ(@Zb,:e%g,?}@3,} $ KfM0*l!tu@]#$T~Чa!a Q7.A B9AsJX<3* =j];<$D,ЃoB~F8@܎=I7ux @@iHLpM@ N70 -@Hh3q02hsM)%pk*xF1 M0 ,:2NU gý.n]g~aL@*2"TC좠h97:8M!289׆hnpNLXLЌm"<-P^+B` 'H[$5)7V69`,P <Q᳭ŮEb1Pz".fg'}ϒḌ~˼zd5܊ Nl DT[yɓIR-6Pᰞk}}&$/zZ*w{.A忮^kM,Q}y)aA,3[+0r+ ]K$N." xTU") G _ewS_< pwV %7#:^:5& |T8`=VPKt!>Ne/;SX e_X_Q $DPn&It _͆R~8V|a@i{rZsۺ+{ۿ]5OX"X` D0APA#V$BE?)Ԁ F  ʉ2XH$HHI:SQ&9UYjWaj%KiRbW*yt=eZPHڮ3RzV!}rCLV]:0B}x0ujxbnߢD6!?ЩSTP٤_ukױe[muK W V<["a > ~d{n_.୆ .;^ϧ_}!^@~,[#h@%i @)V̫ 5r UZ?ArN?STqE[2p:(v0JMTMVhG@H2)("PC 14L4T"(.Ƭ $P8aN؃L| ՖrȈp(M¶ *O*4nsQ#ZH񺃪'QmMTSoT#"2N< !V4R:6͘,@Q0C:J@D{D("5 aUtKB-u]vO572nuւȜsalJx4Hi9x9h#xd$vP;Nn(, Z%脽O.PftӅ Ҙ %mw<-WV:wê!?b+h?j04V>uxD9$ r a #SPE*W A|9JI\ha+R$siR 3׼Yj8!\$m:dK =$ۺ"%;4$0p""ٱ[ht@paƣ]^l'x?4C>鑇'\~v+< #$h=Dd*b"A[u&y2H40h $(A;ECd`lRAtr,u?,B {1uH*b=(BL yovCWHFNG`t|PZWϢ$$ءdcQhƴsTG0$X&%2@ŕAdx! DÍzy! |vŵ@VҘJ Y:2`|@sITK$QJ @̽D E>;P=v )s&Wgnd;`j_*1 ^D0F7pezf?FLMM#%}ShUuӪRJmW[Xf\@:p>t+ d™R,\|V+jhoжY=aVGʹRAVb Ztde$Vgm<+Bs.2W%%x'[7Euk]uw"ۑ/{IZaVe}6D8@e$OLo׻!Jk?E(tpʹ;6i. bN$lT ]_A \l|d$YeqDc!kʬIrlǿ >JY# F>D`+z6 4 &[g{i2S7ǔ'."/VxQ cik p fٲ y ceh76/Sj_yTI_!!, |`Ցa"މN8hj5ٸ3~!8(bHfQMJ?ǘN{i *)OMtG@]hre{if~/W8ϴy0dkZ_rODG;&*8 RC۝IX ) /4|?^u7ԉ̃&fkvc|3 _zWKnc+Cx_&}*7D 1Q) X3#><ϳN_\Z h+3![87iJccc@ )ꏸ@11 z >x4ˡ28_5bҜ2خNap#@`R4ui.㓶փ  +0 ']aB6B=[͑#x'`Y$Ns G+'5$7ܱ2 r7 Ao! 1?p8HRɓ# 8D\?tC8A0E"xؓL 9 41A(a-)1Y<cE$<Y4NYCH#i -*,gXD͑ԏ\B‹P *E:N)9'kR[FL6}Z#4;'q!Ș;R;=(ʿPsDWcI0OpFB:0T$U WcE О*(BCJ6K` \ܣ(Bj@l6˧i̷ìK˧69LxHHZk Ec ;L \ D*U*Q;M18ncMҴ) B:$tӼ̵wIDNX*"'̕ M?\ᦁHW`O!-/~2GlA(9E)NO€t0vdKZ'ra ۄ)Y8` HrѝK+?VWfheJgilC`#^bJ$#FքdgD;π`1( P\M]уv6I1;&)鮘JC0n[$P^q5 $i ~wi;f:qG!0YAOa-L6Mcm n .ZƋn3ˌl =Φ"h73kAc:ZJC; Uu"Ien.`o5|`/Ipu̳X2ASCzIo$~:NkQE_*/N@n}~{*ie{ rq,`.4'*Qr10X+/csQIå!p_1"v&g0h7WHSNy&:TbctڭEan+*3&AnԈGGt(.J6㦂a&H]!*D T/X'6M!Llm^pxdGA-BtvzP/vue-Dv[-jAmpVtuL65u~ޜxϣ{GDKhW/GWnxDzSx ].<o=+y 0{Kcˍ/ `kdy0`Rn+JZႰń0 >8jb%>O"g"(!PG.9%6S[L$'lt,] [)_P 0[iX|iͪNm#ZG &X{~jX xVqm`ے !hW0x"hH{H  (}%@p_h1?U߾kq 8h5~ŀ7 C"9d`b0ÈP'BEDXD)VD@": 0"̘%C FHؐ"ΐr4,j(Ҥ"@>j*֬ZFpZְbi,ڴji2b-ܸh•2ψ YhVT2;跢f5` 3ASk+Fa#95lS^mTwuܤ @܇@9`yHC"*|ꙛ1">cŃ rzHD0Lhv}:L>DLG[ߎY{lbek*p ƗA98!rgtDx Ad0}0TCF\'v5LDO/^ukDD9% /a܁6k .hՓSXUZyz>&j]Q_C4%-"*gsuxPĊpdO`@hJVnZ Vޖ5YjlU&tW#DP0pCxW^ 1y0mH0L*0MPkL80ok(0:!Tbc(%bEiz@ +Vl fD8pK̐QBUy@ 1;H=Y*A<t1X2VYyRoO #COUW>D-*]Vr2]4<;aH}6i%"ܠ` un+qۖ=‰M8œ8du6-w. &ax/ιb:Ju)\^pT3E.sW] ˦;,\T^\|2?'KF3{Im>:\~r+p98_W: t9!_L9h~a_ⶇ@ UO,C&(B`_ 3ªln.|! wҰj` skrl(DYS'Nl@#갃#bQE"*qu V3΁G3SEmm_Zh*":C qc::wA.#!oװ&K"gHR{$9 &G,`̐<R/RQA]LѠd"KZŎXP,hï FF*%EHTIT]U˱1|Y7%ΔdZ\UC0AX)PHPuQ*pEfTϝ'(gtQ% C1uҌ#g6Q!JŃ~tlވg.ܩ8I \cuMA7 dQuBÉ )K+:O|yv'Gm>NNDd : 14Y/^F.-Q;8O[.73D 3 c#\½v겍ع% v;JhjE0_#ϡ>z@2< @$RBg"PduFTvte!)G:mvvRdJ!tA.&s_BKouҬrUO0A=aK%( p7܇/?G:⌒O GhRE+z݉ 8 X3)O !_! Y+TA” @VADt@urP`)e 6qDxզه>5A|SJ\9х 9Z+6R -z F%J-D(Ai FѺ<3A._YbjZ,!L N[E GYĉ`dn;„mNm$=Flب- atAGӉB0.\x\FuP얨>Ѻ f!bc|eoYH&B8‘Zi !tC|R]W 2N\f.vG`*>dyD.ҘV'8' *o̧/dk>6p*^^EC.y`[PˬR(wE ZOcoH(,H9j Y A`q9YmydΌNvX \ZXҞ\ "r1iT`?sIChBN`(lm,1m\R9#=dr]ڒ웭x9遥1$HS' ^"Dže\UN @ Dфޘ $h΋ )]dR`Z\VH ]Z@ۓD@HQYE &\`WB \_uE$|@ PM2O@ 43-6b d.b@bw.p(#|xbɚ8eTgD ƈ AYSP.· q4 ZP=0AfXinyp3|@TA +gB HX S04RԠ afL ! Y2t6``A4t4@ĕ @$L#Q A x@|Z[Y| CHQ AJ_&A| (5 = nYbMp11_Wo!LE IDBk^FdBOI4RK%6Dl!E4B,` AX7FDiC|@܀ $Fȹ@5[q@DL@A$ zKy dw'xYx7Z0^LOAA7L@^Dp7h[@7vfF|ֱ;1mhwo k <ƒ#t6Q0A`I]3N hL@ LSA[-pɀ z_ \8MC0q'gk `ZA7A̵ @Vv_r9u)Qo F@paE^Y9Jx/D4ڤ3RDH#[&PD,vL9D|Rw:A\4`S wc# $4w9Ed5qb I!$5uD˷2󅚍'#zzAȠ_C!PT00RDm\eFT|x;^x_E {lM?A_ v{~3V\Bb2/ BL %|C@"C ,0; mZm7{ê(Os0ƶ#1Hj,rS&|$*[,ʂh8#*J˪+SC(\MќΪ9))˾̍ ћsP+1DլP:}1*-"#S|T*E=4M3E8PLL RXGZmWeݕ^}\X$_d@۔}gjbVGn,++pՍQN2uLw?}ޡE˄蠃1a{ и}X>X}Z=c:܌Ed8+S&ؒ]~f6^?\^/9}栏ސv4v=mX覝Vt樭뤧ɬvizFV jȓ͞MF[vsW" a.h GqZ%D4HlX՜ N^ u@]lklYo:O"X2:y2z9tK_7PֵZ+SV\ɜ|W!y'd'iԂ)XA7~!† }Y]^ ąk %A3LВ;]PD#ITo3AMH XP!b@9a X+b2bKfX nvY 0NC P@DG"100@)$%{"c,<3BɠP-Ta5EޡD4ANKސ@?/!a ($w%oC Z$aL$*DETL!ICDyy'^Kv"Ilg=YC)@:*AUaL`K4&L4` c@pJ PE d2Ay#_R,kjtR00 @h E(O}Pqj9Q+LpVתs%6qza~yhD8flyBdl0 ESvh+. BIrv))g൓m^t '7Y+ d?g˺"6K` `U L Ccײ|y&^6Q`0F p )nѢM\EAw(hk\)*/nK p4价ymZ#%ŋ[bjco(`Q,26< vu74@# 2-6Ƌ?c,7ַ~0XzNC#ɼ<9:֌V%twek SUJ=w^B'>ף]X=X20XB}1{@G䗮"K4+?rWk`43aL#of&_ ­z ap(nDR橮*Kя}g_O4A _'"8SzYAw~F)|벒$Ml0( Wb o0  N P? 7]xf1wBB1
wv8D%^b `)C eHMB%XuE>? C4 bݢ sH b BAz,B{BbPI,p2.2.B/.Q84. 0&M RF# >y'1(<` B@Q!%"A5 R"$B  Q# %`3RR#.@"c %4B -c;YB@* ` @!@ @:^D b+` OQ .@ (2T6!R!Ȳ.//Rl2 c)Pr 1'"22e1)q??@,bR-R!LQ *a$ XS#`:*/N+ @ j/0 !- a25S/6R!:'!@7p1A3M4?R<5B=cb0 R!^. `0S#$@4+7S .A*K!/S~S"cB7. @f.sm@9t'1/.E`=:CbEDi2F&73B`6or2dA3$$ ~s"MQIH"xSf"B@?@+AC&#% TL .aD"MbM(sEBQa$S4  #5 B; |42+AJ ? T %"6`IG3Tft3t0KKMMFa9} E"Lg50N/2s/4Ty5MpJ2"  1) .%tq#,@] !߲2/T#-U/ Ku0-&˧*\QI20t:;2Ql7 LFZb*-!c-%DA-4 I#Z+!9KA5a6.@5E}ܕ%Wxu/FR#23UTc gV@1I'2cC!8KQCd}ef=k)/W_QDk@ ted-Byd cLp>iGUn{Qo9o{P DvnUoqv{q!E,E5H0` Ç .dA+*̈q"Ǐ=P$GQfT %Lj0%I3e͛F#˞7 $QzŹ%8hBիXjԮ`ÊKٳhӪ]˶۷p-P9{#mrYkUU1c=&\{1YG&Ზ5[b>Y5U;#ݝQ7 NKE wٴϗC/ӁJ OAѓO< O?wo>z hz {~@$v`z^y ]g~Aw^(ЀVh=Q0b4h7% :2Gw@QDA=0`rAx^2'`)dihzI@#0@X`exC@X`ex| MH 裐F*餔Vj)Bi0b)  t^޹eAJR#3wtߑ>a(fj]6@@40]r: .AEBrhA;dYD|'1p(wDrA[Z  0" f ,r^ Zx@.$QOD>DE@@2!PD0I4PeA?;#,jmh|}F~uFX@A$XpxjG~}@Ԥ3A$IrZka:*a3]YPڨ@8;|W7A r'",]΍.-~ mjy >^%^~ 4o "%O6{ W"'um*V @)!OJB8!@`ph' ) Ӏ0 @Å"xO43cDMb5H ۽"&Qt>2C;;e,H53Аqd`6hGe4~֪N ]HC` 7#]6Kz% 92<:AGC'/4H4tbTMbz g#m}gCL)`{ Aԥ̂Hi+ PO};8uȠ!'JFJDs4ъZ4Bգzi,jPX2>1JҒ(5S7״?Ǚ Q408ͩNw: ^@I#+BLڄlA.\zQBx Uą'ya\\E">3^>ìA$laR٘; _D|eO0C619TO:d`S8qA@ nUBU`҂fw01 o PPN<"*Y N ?w5!, FuM6٫0`*v-⧺5&42*(v'8R/}brrB@A A0 a} D`**OP)P~AK @8*@| caWQ]LA %~ߑ<0HKx9w)`1.Rg1q5)3dA"e*C;XR@s%ෆdBݥ=nX{K37p0K`'z2r6dQi)Qwv%"%^4*S,8a2EM7CS)@ʇX=KpC1 ( P"%kynv8,!)B\EgLrD9]$ %*{mA7aGMR'"Kp782*5yzzEtsG@sYeCw& Ir`I&Ey1"ĆٙZpx6YupRw'pi9#rKc9ɦ*)"Kw)̩,(YڙY)192:GIt:Wq喞ŷ7!YyQGO)Ix E`6AS6CWb8,oӏ"50!+ 3z[G)(F {P.G-E0- ѐ-A1T7 8;08$9 aF բ{6 y)C:NF0^7 !T8A!"  4{b bL]:Mx2~z@'/P8`3-J8+.; ;A09EPEZ3']*40330*3^:~pw֗:{"zo "50ZSy*5P.Ш|a7:""5Pޒ'P"P#50djyz.  j5@185: ":0~jbҪ Z)~+j}=sA*(-:jj$pj:!;`;d`рYP45>nXPa", c<ڭ\_Fj 2*yKjODoZd+UӞjeKbJA% pGS{Q H7O{#ĺK>P76 #4?@+ Z>;z5G$orpۢ-Щ;6*+(y +xz+;0<1a!Ӿ sPK9J\9pqƊGJK{kʣ恹;. |H" I꩙])arC"a@82R!ࡱLĿD㤁17<`?"w)JlQYc:(HV`[j:̊ж|Ra|ܶ&iQŮx̘l,Lu8}ס(n>1wL&v=,<|3\#ǼycAWx,&|ˍh,͵H7d͹y|96<&\ڼ#b#z)J1E"L|Vt$_5rz==&'2P!dm!hg{wEG@|y<15yQ`2:s&2za +`?fup ">}I F( $m'">JӸ$@!"6Dtvkb$7"J@,P?fmో̢a0H/2`+`A Q؁Qׂp~@ZsO8*Db$ E=9a)1pK>}̈́Oye<Բ1(Q@ @wt%=<|10 'xhg`CU/;r*~ %@I9'=TW}PCH ,pѨxT2!i) @40^"=߃{(":`X`y\R}:+Jy3}Q$"!">D'~`!Pǔq7$%nGp%]y"ףT]4//* E$hcy_FL@AYV -w+" 1R~-gnz B K!%I)w:I(Byr3Es8" I1SH"2.FLE Vۓ~Wd4|>Rg4ES-+pHKn#R˪U/*8!kE;H+C0:K Z$M¼ٻm PRJ2 >C{y#3LBehJcqa.pEnk SO1N/!.L"J^H,@=.@Bx ה⑶F=5Zpu+cc41⡄\?"7M $Qo偩?%A8 pMUbM0BL%^Bʿ#}5NybDt`w0?QI@A0PD0` .d0a%NH1BE5NGD0`@ɓ!UtK1eΤYM9uT(hO#ȋAW"%Tc9NZU(TVWaŊUB 8фoN"Ĥf!!g aG8ݩ7"%O\9ȱ5as"g Ѣh{"huCI>N0DF H&t44!k >YYe)^̠R3֠}Oh E0_< DA34CbL恉h "5fapB +HA 3 .`tP;@m~#!?-!f&f8hv(/hn3AЃ_q4~q4h?ȃQ1ft .blF)O1!9 t*3(k q&:a&nS|!>XNFI AjB'<Xh*bT!!4EZ"f7YfSätMtSdtASlY #ѴOnSMR>֑?1ehCMI䒕m>)zK*T F=ET",Ǒ+%e)3U΃3KϚ\ `Dq4%jQ  ̤R f.4jUϜE@JmwleĬWe+HNV%8"B0HZAF%H`H"vքkcKN  Y'`(zPARB2P ,] _7=VXVp a C*>rvԋPR&~"]hD­xj 28 |⊼'cd.;e)-$]RGj( }.#4OdM)d(WjN#OY%̓; \+N/Kՙorm웭$$Oф$/&%mL߼8/2dd'fCWYJhHTa(K'Zw-*M[N$P+BU!ڙuU=EqHΚuŊ\MS_]_ Ig/#჌KY"ĪT΢_m_4EE`@ \.Yih<\-2R \S6Gm`xЁ./i+KO0ȥs҃"Hr LBzS0jN !s\bxq6%OP06vn*ً7^ 7bg}[k5 ve;(oF71piQ#Eʏ|KC>^hdl41&g|U,:pE7ݝ7~A^c^Ia5T?*5pJsZX?B=~@OGA}f;4c=ɚߥ9 Ӊn"r608,y0~ Z=, C˒;As]+Ap"x$)2h":A͉;!,񨁭bf `f?U)("@P2 Pnf{)`C4nv1m$gU4̅洉pggقצP GuA5Pb(} bh >\ Ƒgc/""fiBT *(%i&-P֘%y`ij1=fJn&'A [FSf]IJ:jNBJNܲ 1X X#$--3"x“h@`@ er4VJ5Zj=Hl+ %ȶp! `(%m eHW@9 h6:4&Hj89 >XP+6 m%kXml"  &eV%Je #Әp n&pW ׁ&"@%Pገ&H lqGHk"`%'.Fn#q"H+o"n)…m80P55/,.ǦC P#/#hq)O"ۆq\pN>Gpv w&%8okqnXhN& `#oTgPt (PovXPp #XnPM*MssX/ } nv(u j?& (x"mm^{op>lu)_y޶o* % ȄXkP%<vhϏ`MF9 M\8r\~_`"XrV \֖\8N pW΁X htvkX p{ Prx"Nj ww&%8!6~}?jZrr\t~rxW"Ph@ "?نn'/kֆ|*  p40p? +(Hb J(RA  bb?0#H~1$ʔ*Wl%̘2gҬi&Μ:5'РB-j(ҤJ2@ T"PƐZu ~"JTXc%"um-ܸrҕ.޼zm \"!"7:<a\ P2O3ТGk4ԪnlV̚Cry6emZs7W?-8ʗ3o<=uڷs;(X!g=,zCPU?E vF# :hO~ j!񶡄CQ8]O)bD-EA׋~܎9\@EA@Ĩ1pc_?:KoL֭ IX$ab}|_&b)Ӕoj&u('y>'Cvz :((q('E\`%n/݅HX`:(Z ]$NMѓC28q)ܨ+S`#z$[adY*=pk iJQ[fkP 2#jWQCU9Xs+I`l:C U 3Pd+JL9 k(LbD;@)AObF )CJ n*B[ EZb*UPqc)SLNӀ``5AAY@ @MĞDඐmh9սҰGY_u<\m>=y@h!JɐZʼnT{k*Z&m-e( %@<n-KiAqPT[ 7Nz%'1 fpqE.v;'+meDy 8\X`yI0ǫ=]Jx-Ǣ( _2ȋ=)~*bBL[+B 6^pɝDȨSFIL^⇔ke!Q'bq|Lsҏ&N, (qDPvM6c2 tS5(3kR@Qg%(IB3M;3vFvrBj{B8AbRG`L2F'9lOuG֥ʓg~R U=Wi@BJ: *?_:tEzQ7Ơ~5sY!+!:Xk䤰enPm0懖 Tmcq?(Y^\E=9h735 ΃[DigOڻk9K;BǹQ@ ҁQyq'ɪ]8{94?xa՟a Ŭd,1[ۮE߲Ɯ~vP9jQ}|X*n@Ka*0ųEIR %CD1(GHѶӧԀPLh] |DI h[Otl 8ULLPx1 P\E-t@1X_i< NH` rO@HUai|Iut@1H%YEi ۱Q`J.Lḋ%>Ay#pFhD l ^LT!Ρ1 #ƔDk<)b1⚸E$VlnH<=`v %еIaP`)`|⧨bܱ [hFlxϦQcc'9Dڥ&LIՐD F@-"2V3MybѬDMDĴxD%>]pcGƮJe G9-K9+E /dccYD_BES E`MZc0A  X|dT͏IӲX6J$U-#pr ( Af uɄ -8RajzW(Zˊ$zE(G#pMsEhUI\(}nŔ`(#V(xD((L,L01Vc{qJoDtmJ6hr(KX5:&6NJdf# -NC$e>L cƭU(VDD]x l,5cbE.ݒzN Bzʼn@r-9i֌L@@xMB@ƀ`V\L,ADIbM(HK$J@I^m2^iΙ%^A@' H0D`үC/몄pVA~Eʄ DC J jVKt [`&Am(p FFfBgiJ= `خz :p<3 4RB#4!&(Msp (Bo D D>B"G8g t@"g@!<$1%%p4: /oZH($@DCN- 2E H%DDV2+03txruk]ίJTA=Kyz+=J&Hk jRE5Z_9sf"E1a% -`cF9v8PCH#I4yeJ+YfL"DcN;h CUiC%Q&PR.5ժXX4aTEfhұ;4T$X:R&S@$B 5i QuNWjM,LMmM<ٔ2w s|$Ν9$' g,"l`$CNiX Uaƀ:u{_xsW$o iv>.6,x,P I=7/>$E[n b @ 3 a8$0!u9C@&9 h;,$@ QK(hKҦ`J]yΓćSP%[H23hI =6 q 3EP,|"a_UR-ٯJ;Z|R!rܕ )ɈYH3tUP]K5@iR5 &$$w` ,0CH-tN%J II K*&2,heH&(g9'P2h oWZ$5A$/I B҈%I)dHh@5p$IH1NsA ^% RJ2,Y;mhHtqcB_ OuY$qFJR#]f i'-8ZYJ@d4E$$ Ck:yK)K) IBEC%O:W1$D%IzYc/G JJSnv;K5R$, c(U.Hah\TFgt:y)%,{ljSM__h%` AM֧P CfMҶU"faU;֑4t$:; ℕ z}BDŔ;/La`']٘تIS$ԤK,a(;NRm"Z:մ%dɓX l5E|UнwXX$`> Ua ՂK>2Fw%'&dH@NB&21Y ;`L"e$9m^/ J+I쐈GPh ^$T:!.GBb]A,6BH2mtȮecך%.Sbs].K.Фw λ^ .eC% JlKDIɡmt<ۉw{">,.KbnUƵ (H(315uN3٭)$FIB$tH`H]Bˆ#.x7E:eRdm *ç ynb@ RnCJt^g T`ID3*ADݏt{ |Ir ; Zyq4l&!F2za 'L8D$5ω ]iWQ"!Pk so{?\Q @v6?R/pDd' RMTBx l$GwH䟣sk$xο LB@ܠB[H@ $`JO$pa RO$ $ %$ o$8DH0p /$D0(@C#aH/$/$hF<$P ? /pd CnװLG`/JpO~Op$D!$.$jn $/}P߀ J!#'J%^BVpI° y @V"l.ݨ`]N O"lF"5殌<0$JE"I@p.0@N$hE n$Qq1%/% Fbؒ@QfHMhOb @" $@!%J r}]PW;J28R$1$&y%S ܠM$AZ K$A>T//GJPxmE `Q$O q%fo$Q 1$EBQ$@:0`MARE#&^m崏 1G݌-  mIܯ)od(2Q"3qVFO4IB ` *a? .*K5c+$$tS&;01N]r0A0 %6oNN:L1P& oIbFBюBC$2`CD!>EY&ʮSFn ˴@i ?ۀA)F TO! +>34#SEL46%YE[TJ.P4ftFc4Fi4hTGKvGHk9kD. GgTv$/4IkF4HJTIKuFKTKTFFiL!n,EqHA 8hpBB< qE Vh`ሉ/RR#ƂM2L RK//&h!f/ sx eXr@=fQ- 6j\8DpA80x lc_4{EM<{Kp/߁n2+A+/㷇q‘-ze~~_͆͌әCnkylaދsgLyĻ(N` Fx[y/ʼ8s87]xЭo.wG=}sǓxgqޭE'`~-(\B4] ChtuH\v5(Txȅ_wщK D" `QGB^ABKE$=iA%%UT)T'd $YBi0-ՑNՙ*]U٤bIE; QAQ% I4hjDBrEPD~TiAĤB$EBR2TAzѦFzѨ *MjP飩+CzQjJi청F;ѳ5;/aj.iP Uvq{+/OT@Խ"j\.O /M)0τ ʼgwM ƒ E*I' kr4[da  l[D18T1E2PG-Tϋm՘|& J$.Vj@mRoYr jw<6)N;!CQj񑐌$'"2%$(+@hũeP \!  b1zmgG(#:X;]b;@ǰlR-89ǥL;c1v$IjB6^ "(A0 n\NpG+ |̻w53qr&8)~Y(q8JY'$A,38VR\3Qul#"G*{_ pOF%)թZTX5A6`6%˝.Wsh4GJ]pE{iO Eũ^,8yRU.b;5 q,(2dEW {f+bP/jl%gW5j3Rf6c%d L\n pj0t b"-i}FPOx ͮvW[ܘtEHV9_D@+?#"MEEi 'F)$W>> Ѐ((94-Mb#0DpɁZd<,]I@{%"PMuRbms mvۂ\&d xe+|wƁQMdM tz%CVP7 (ӷq-cZj52.n `G/X:ɒvD[o4G!o+dw@[Vq@9懄~`Ҧ+O _q-%mbzvv|.(۪D0o1^jᾮx.S'H殭MS[FǬ3#.k}bqӓޚǚm~ؿDY =o3d{ES{~e)7?Ƅ/>O_A_`Cwq GBd"}tv5Mv-j%=w$+puO+PI)5%Pj#U@ A{8|88yYD*W+x4y531P-s[R.6R I33]g6OK:rQyU+[#"d r5+iv%01 N0HDpTXH+WX13`XrY_0pcE:c*P1 -AxX6PP0> QCPv،u%[fPNH+ + xX/x3P/+(.>3QCp[^bt\~ a"(Fh>V0 /H;Ep@7  } wU|( H.~)).R3A}ClSw5~^QF3)H@5Y)}/)VI[V[sp(r,{ F =5 XF 9+QF-SN@@+)C0 :r8WGҋA)eb/9`Gˀ$Pv})0EHcy71@𑖹xP `Xvm#i䦀.+B2o.tZ1ާ=|xɗiNUHq/0w|Mbt_8)5B՟Yzw'Ơ!0rUšGd2 bSC ~(:2Q2'8Jz:7>ZS%?vECJ-1"#_Uǥ_i `f8FX+/!1vڦ*RN#O ~hs앒"7v7@-zިB@;" {#.v/|JMJ{)Cz+zJ- )0Z:>°31jv/ape.x;P٫uE0֚=`*bGӚ)zGK2;p>):s;= zkS u;C ;Fɺ w%Tz%c v"/~hK}6F 0-CĪrz5FR.H3.-iTI.4*;.`Y-W)};/1ʯ%ʪp69)6;)hYR2Q4K=7Y-~PۂxBj畉)ɺ$0L; F0>\| '{ [t/E7>q{i-Zz88q3 )껷V,"_2`)ԣ"!k% ЈB[{ 2.#9V8dZEZxЭ (h)@ia -sa4[{QBF ;ApCHd[5;"V8P*O;s#)$t./)pSv5*IJL#TCx" EwMH0-7^ebʌlnUVZrʮl%UVd|;1'Y06\l/[V 5wN<ճ`i{18Ƃ̄\=X=Lu\yWʣ8;˯|{EWH|E6.Lz{pӧb Wlh̞eW~,͘Q0=<s,G΃\U|ujWIݍ[yD߂׾8*<`9rW/320h_<pⷭnMNz3 ](gHNY1IտwA!rcqR/$oBaQ"Bd!K+D_R1 gL11cπ ר-~38 F"s^YCV-".^&>0(!Ӌ@^d>t:?i 9QK`͝}P~-iOjm; )pXIpȦՠ0Im- b^c${_}kҭ|o%ւ>N-> 0i\b\eb~@p `bMw&++<:[F5uE+pѝ^#Z@N<ȣ1/AKRcz!"A-[g:% -,Q5̽W~H.R U~RݒӬG,'H/GfU#TZrYSˮe[q_3ו! VBPA daV,AߓXY9Rp±e#ΆܙseϡE^#\0p֪!.Oێ'6Z W8`Jk^tٵÍ,;3à ntFِ>I¼k|R>ha;SpA\+3.P+;= '@?@q^+"n,"@"h& 30siF&SJp&(\i1+!+ +4D̉aB fMf$nJƠ=dMr!@ o0„Z (/'D"\>U'tdԙlKT+ I^sO$ *@(X % H*Yc *U86 K[Ml#Vu7wS5^Za|a]0<܋CJ#x"p j]Dx8Zd~RTƉ 0bK=,P,Dͻ[W9]/Qa,|A^[ 28d[SVc0meʷdg^]>P}~_?D@A|4hODjOIb'jO dUEj%\`;aQᐾ@<.O+dAVsi/ 2w 6 ^uS-)bJRD) S, #DDxebAD,^09Q2CHeBJL^dcvX5rzL _6odG@*c rudd#2ȓ@ET)URth y\uM"Q.(TI)S|r%gyK\v%0<ɗrK $f1yL@:Df3;Gg /IhfS۴l~P%7Ie:nIΩi <*g?"t"?yP&+PhCnQ( \Bb9#Їbl||0OeAR0Tcxhp%cr*XAeaxU%.("dAj"8U5DJݤog2Va׺Ɋ;Q;PM0a Tx;  wۍS8ѹ}6%aL BMD .8l`!Ѷdr(sx$iYP)cQSaxW:5N2HRRq]2\U=b\dm:XK( 7V zeke#*7Yˁ|Xg)Q3ǬlΨ hB%&.BzҖN#$S6j+`g I.!0a VriL](jxh`2b9A8IJ[ %C;&].BCT_-ۨh,Z$s PifjjG=C{ޢ; } " @Ϥ kNh [+ ų+ٸܸi'8 %I= df.Ja2O_e!υ6iqkyqLv-d;>Js+r AwK ~H"_atAFِ)TOC]vǝ-q~w%DK zBKԨ9oW.~c❮.u֏Ohy#ۆ$S>]u ݓ_I/Uy|b$'acfSAm=G@ h)?߾[₊{# kI!w& pUnDŽ9z\Ay a jc#ɸлaJ{h=## 鱸ٿh2ALKx ()fÍq1 x+Fղ>WjWz2t{ӿBv61BhTBAwKi ¸#BUZ2'Y 1 43 ÷9M =h[_C#P9 pQ1 8%# BL AXiVq1P pP BDWL2Z*4n*W hwKY"0^S?6yI :Ʒ@eą?+pKANIl?c;ds9Fz| !ƥ[ 袦A+IӧkG ;|:[#8) (b )G⻸CG{IDy,hZ<t* *rqP-CA#Vt$dqs3ʊ;#8ɒ؁BEHJt -)Y+8$Kh˲ؽpKKD2܉0̾t&L 5) Ќ'9JTb3pXȄ{2i(YLp-6aL[Jɺdž  薽CV0 Xϴ.Aj#: /y z5:tLE8ΐ8y D=h곫@ A\J2GzvY>sF, } Qpʓ
!p Sx ij8v C6)`ق度hx8VEӇ|JSe UjY̊U(Ea8)> OU b{ 򪔬ܟ3ؒM- ٓjlԴZQ"TX`JtDS{ 0ʹ[ \(Ԉ4*\#Sƽ% (|űjA8 L\@ܽ҄JYC484}ك ԽYzWbۃ[ݘ\x2 CѹAAK[cD^-K_ _%}?Q=_X_x߄H_ ȉl6Sׂ0]ڔX;#q `=PQ  *6Y+_`j_̰V-9{]&1)6I֍C>(0o\6N`0ZW a2[alJ aNja9mbUQOޛb-4p7&+$ _,&+b2& -xc;XƨR3ȌcL[ $@:~ECV ۄh39 bȑF~3 O&60ػBhKD(Z>-߸p]e"Xd(Ϝ( 06I>e*X-EP\: %xGRǴHfdVKAŪxNg, m2^ŰQȄhDHL_68e>h >hh6"i(!9(}&knfP0i+Jh9|c>PfW".c~xPf" ThXP>f ρN0<eK.k (6b%k>Wf .>ƍxb!XVf}"XefKlѐVqe^jnek8O~mnFVfN& `Il&=՘x >g@p wkZ(OtZ <nv3+ "N 06_>?l(&09r4h^jm>"hqew 薞X `X g"Yɶ 7疞F܃q3o&Vlw"Gt0q Nt,Fn| \8XplueCu\xeFXXtP? 1O2bc?_8`"&dugϦ F$;+:VI0ppꟂ? .s"{Ȅw&ym]T9W0g6t6Ј~tPm7|.Jkfh0Gz.9۳~k}곏S!I&h  Pr,ۯ yW*X#*靛|\(ϑVeKOxLo#,h „ 2l!Ĉ'Rh"ƌ7r<`ဃ:d',RɁ.@,)'Р] -j(RLG1"A০ gj 0 Im-\8ҭk.F[$r F zv˷pa/BX( 'LUgC^ 4j@F`=3meîd]ܶF(h#>`큠F |19㲞n}+;G( :@Wogo} c)Q\m$q`Mg'XK=Sk) Lǝ $Qa``<ğ@'P tjgC; 1!v}7Rv/Z%P'DBhyH 8#MY% p+ |Y i t%A0StRd,%yꉗ @gƒ_g1D $CEB@܃{z)Ux@X:@e R z5@DeЋ7PCD'm\z,-*mҰXj4P 'ψ iwɪ. PH։@1\O}(BJv*tM.. +d263,rUOmF3E}z,Z`&3w)5>Kt @D-Cy3TuCe] JPAw\*d>njZV]w5Z(ʍ\q QDs8ۆ6~@DA1@B} K 8ԍf~;H}!1P[E<tA"yA8 }(=.KdyBb) \pͦkO(=(zt2U  -4+kV=r?Cc^@(1%-^&s:$q'& ͛ @g%%6QfehД4d`Q˒~4iy+ύpRE"$2aS9ٸۅ 'LkPRteb)HH@x%Zu<3FLII"P}z¶X dRN҂دH3 vM]ga$G QT+\eHֲ(e}LsXHRH drkyA™240UzQ9PRFB)+:vUi{c O\q @ lK(j؄+^5%RFN/v=@f ĉ9jvbR\ipA!m4 A$q No|s`rMJ?*x/VR3җpz[_\Nn&QF MY3:,o 2o W:/p.0T!c (Js _Z6fMxzl:!euDp|ː@PAӆX_n.j c a$ N5r*0,zvkemF ʠgr 2+)x`ȍ"n%0pB1LLs/hA#_)D! sgs"fJ5kKoK9&JkK1nAx5V)V'xS:@8uh-:5+$AR ; h9PXJj0aAbrL:n ٜCZ[A YtUf (w YF@FەrS-#' LYKvu_ @[HVi<_Jfx@qK11tBz@5^ml^Ѽԋ2` 14D .$@ ϑMDȈعD J= |UHI /\ZrUIAA8dLF9a1LRlRD =#D"E"ZW0VU[$2^^ C] dF }wd"@^$0ak 4$0 JitbC9| T"C#B\&B,DAKڡb0ܝ@3E\œ ^|Lĝ ((/^Xh(2fR)E0C4)d cxAHD@ϡV兌BIe,:>F2$@I2@$,2 Cs4DD2A(0|E4@p((p BC@pA\\ #A#(ƍeAb^[0OH0dUBaL0%ADdx_fd`l@(Y0NFO@3@T]Af!_UїK 4B NSd@"A@ BLUJȎAX%WFbkIB0b@XAHa\agꙢB%\:C'D@yB.VXf˼g|DlgCJ"@Y"@I@ pcE CQG W|ERFN2@SSO goO14ek$a-@PbZG@4Ocr@x\!꣠@^Hd"J|E0YuVe At5 p%HHS(C@f0}hh@RB,&yYAL +$9ܠC(&wZM t1Z0("6O(B0t D ) 쀢*Cr@aF7B0 _nH(%B"0n#J]^8fY tȋȠ7 CBPbTpj0Q*B(%."Df@u J` 4D$AAN3@Dw"kAA)(c*H \iL#4~J?\6 hA`Se-pFjE@OJ!(M*YNXUgh ğ|d4@+BCE;͓cAL0@4dĂ " kKDFN(q, zM^BhD))fNA}B.K <'VUma`dAJN%6D@#.+A%NJM&D$@HnȥZ, DbgrJ*FZ&B`%<UAkKdƉ\hP@帚AdCҍkyB8AOFhőNܤ^ H+0цbEl8F6ĩ_#P`pU°jRA1EcpD^\H=_DGT1@`qjqP\!ɽ8v" .11DZDZ-q1S 1  2"'"/2#7#?2$G$ HM2&3!g2]2$o&s(2')2*2++2,Dz,ϲ*,ױ.1/r/B0-A@띲t*q'2w@41)g6o37k'G@t#{%3 @Y 33CD $Ke3  "3$;w@_s*+TCW12-o1l,B &+"$B#B!.L("h.̂I-h„K'K("K30,B9/,!P5BW Q,8T'rcNUcr>'t;Kd${2.t#K|VK1x "KBCY u]Kr,A:Zw@ZK5!7@agBaC0S+P+At, =?dB ,rv v+{4"-.Lh!L&4"д&4nlO(NBmw2O+3P/dQu0A 3,wsCu/DvU7xw#=3 \ &?4@W"s е' Y;k#T]w\W@`wVtZs %u;wV=#7 c1,A'0v1,TbC)xQ1fs +ρFEv,B h4+MkӶJGt9LKʴJ'ItMqqWtuu_r24w'r1,A0`8/ A9/Ā5W/Aq 1ȷx:7E1|c1@ 04 @&0b#"@W X:CK ,:Cg3Y'HZ#wz5z,'4@&X@ :C7 CsG+sC 4\St [,83yH-C&*yr 8k@2G1n#‘{&”JtHMϱ.9x93/+w3(t3h2t 41y; 8#L1`w  uϋ_Z#6.8XK zӿ"?C?z_x餂JA^dX@ (ȭ,8c2* +N/JXA(+Al\P*383T[ ͳvC4B+dvSYZ;CN얁'HtꐃS.^H%=Vx/ȭ(V]}XjBj'" Ԫc$ajG f$z|b*`z~ZB?)Aq T葢g~L- N+JddR@+/ROt)؋/3z"̺,Ht=oN;3C5MvQV+O@3% 5,PT:fbޮN{N9xg_@8xY묵q;P (h ǚig7\P@ FՉpa[l7(jB mv4m4ՙ19"Mfz+g΂x)zMg߁W0@j\S7YZԔ"0Ye pDtw=E*Iܖ&!dU"C%(3BB^Ad@:*`U&%ɻzc-eA'D$!ET]f<%L'At1F—副7]V8qw0 . b0+ËV1-6|$)YɊ>d`UeCs?PnnsS"`2AA  [jFAHh/btV1g%ex~AYM@ю@LoljBZ1 (HKLb&!%* zF)!d %j]ZVc 0@=EP|]d>ry5)Z:&h}ɾ٧[T :[֓"dIM:{zvarY3T bQexP!& IUR#.xRT?8uYVꇪrZWUuXjS#`ְ5q+R:UxE]פ5=QPU_|5,`zԫ-lcߣ>6~Hg +g v%`;VִXf[pVmaa{]RX k[# Z6xUz\|+\~}.{^WOU~O{Uֿ{UZn^9WU,~ۆ8R+YWi\cwyc׽ꋃX7Vd Q<\!cͲ|Gd/K\2_9@N2_nG&p\g;y{5oɀ6hGcϑRWr 45MbHgG eJը4+BCY\Ra6uyk3a%L+~ouL Z]k;7twMms{K߸o3=&N~- b ^(0p'o#^q_7q_!`~"Myr>.+3r.{3s;DW;ultisnips-3.1/ftdetect/000077500000000000000000000000001263123136100152075ustar00rootroot00000000000000ultisnips-3.1/ftdetect/UltiSnips.vim000066400000000000000000000007141263123136100176600ustar00rootroot00000000000000" This has to be called before ftplugins are loaded. Therefore " it is here in ftdetect though it maybe shouldn't " This is necessary to prevent errors when using vim as a pager. if exists("vimpager") finish endif if has("autocmd") && &loadplugins augroup UltiSnipsFileType autocmd! autocmd FileType * call UltiSnips#FileTypeChanged() augroup END " restore 'filetypedetect' group declaration augroup filetypedetect endif ultisnips-3.1/ftdetect/snippets.vim000066400000000000000000000001531263123136100175700ustar00rootroot00000000000000" recognize .snippet files if has("autocmd") autocmd BufNewFile,BufRead *.snippets setf snippets endif ultisnips-3.1/ftplugin/000077500000000000000000000000001263123136100152355ustar00rootroot00000000000000ultisnips-3.1/ftplugin/snippets.vim000066400000000000000000000024251263123136100176220ustar00rootroot00000000000000" Set some sane defaults for snippet files if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 let s:save_cpo = &cpo set cpo&vim " Fold by syntax, but open all folds by default setlocal foldmethod=syntax setlocal foldlevel=99 setlocal commentstring=#%s setlocal noexpandtab setlocal autoindent nosmartindent nocindent " Define match words for use with matchit plugin " http://www.vim.org/scripts/script.php?script_id=39 if exists("loaded_matchit") && !exists("b:match_words") let b:match_ignorecase = 0 let b:match_words = '^snippet\>:^endsnippet\>,^global\>:^endglobal\>,\${:}' let s:set_match_words = 1 endif " Add TagBar support let g:tagbar_type_snippets = { \ 'ctagstype': 'UltiSnips', \ 'kinds': [ \ 's:snippets', \ ], \ 'deffile': expand(':p:h:h') . '/ctags/UltiSnips.cnf', \ } " don't unset g:tagbar_type_snippets, it serves no purpose let b:undo_ftplugin = " \ setlocal foldmethod< foldlevel< commentstring< \|setlocal expandtab< autoindent< smartindent< cindent< \|if get(s:, 'set_match_words') \|unlet! b:match_ignorecase b:match_words s:set_match_words \|endif \" let &cpo = s:save_cpo unlet s:save_cpo ultisnips-3.1/plugin/000077500000000000000000000000001263123136100147035ustar00rootroot00000000000000ultisnips-3.1/plugin/UltiSnips.vim000066400000000000000000000030721263123136100173540ustar00rootroot00000000000000if exists('did_plugin_ultisnips') || &cp finish endif let did_plugin_ultisnips=1 if version < 704 echohl WarningMsg echom "UltiSnips requires Vim >= 7.4" echohl None finish endif if !exists("g:UltiSnipsUsePythonVersion") let g:_uspy=":py3 " if !has("python3") if !has("python") if !exists("g:UltiSnipsNoPythonWarning") echohl WarningMsg echom "UltiSnips requires py >= 2.7 or py3" echohl None endif unlet g:_uspy finish endif let g:_uspy=":py " endif else " Use user-provided value, but check if it's available. " This uses `has()`, because e.g. `exists(":python3")` is always 2. if g:UltiSnipsUsePythonVersion == 2 && has('python') let g:_uspy=":python " elseif g:UltiSnipsUsePythonVersion == 3 && has('python3') let g:_uspy=":python3 " endif if !exists('g:_uspy') echohl WarningMsg echom "UltiSnips: the Python version from g:UltiSnipsUsePythonVersion (".g:UltiSnipsUsePythonVersion.") is not available." echohl None finish endif endif " The Commands we define. command! -bang -nargs=? -complete=customlist,UltiSnips#FileTypeComplete UltiSnipsEdit \ :call UltiSnips#Edit(, ) command! -nargs=1 UltiSnipsAddFiletypes :call UltiSnips#AddFiletypes() augroup UltiSnips_AutoTrigger au! au InsertCharPre * call UltiSnips#TrackChange() au TextChangedI * call UltiSnips#TrackChange() augroup END call UltiSnips#map_keys#MapKeys() " vim: ts=8 sts=4 sw=4 ultisnips-3.1/pylintrc000066400000000000000000000176211263123136100152030ustar00rootroot00000000000000[MASTER] # Python code to execute, usually for sys.path manipulation such as # pygtk.require(). init-hook='import sys; sys.path.append("pythonx/")' # Add files or directories to the blacklist. They should be base names, not # paths. ignore=CVS,compatibility_py3 # Pickle collected data for later comparisons. persistent=no # List of plugins (as comma separated values of python modules names) to load, # usually to register additional checkers. load-plugins= [MESSAGES CONTROL] # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option # multiple time. See also the "--disable" option for examples. #enable= # Disable the message, report, category or checker with the given id(s). You # can either give multiple identifiers separated by comma (,) or put this # option multiple times (only on the command line, not in the configuration # file where it should appear only once).You can also use "--disable=all" to # disable everything first and then reenable specific checks. For example, if # you want to run only the similarities checker, you can use "--disable=all # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" disable= attribute-defined-outside-init, fixme, redefined-builtin, too-few-public-methods, too-many-arguments, too-many-branches, too-many-instance-attributes, too-many-locals, too-many-public-methods, too-many-return-statements, too-many-statements, bad-continuation, [REPORTS] # Set the output format. Available formats are text, parseable, colorized, msvs # (visual studio) and html. You can also give a reporter class, eg # mypackage.mymodule.MyReporterClass. output-format=text # Tells whether to display a full report or only the messages reports=no msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" [BASIC] # Required attributes for module, separated by a comma required-attributes= # List of builtins function names that should not be used, separated by a comma bad-functions=apply,input # Regular expression which should only match correct module names module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ # Regular expression which should only match correct module level names const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$ # Regular expression which should only match correct class names class-rgx=[A-Z_][a-zA-Z0-9]+$ # Regular expression which should only match correct function names function-rgx=_?[a-z_][a-z0-9_]{2,50}$ # Regular expression which should only match correct method names method-rgx=[a-z_][a-z0-9_]{2,50}$ # Regular expression which should only match correct instance attribute names attr-rgx=[a-z_][a-z0-9_]{2,50}$ # Regular expression which should only match correct argument names argument-rgx=[a-z_][a-z0-9_]{1,50}$ # Regular expression which should only match correct variable names variable-rgx=[a-z_][a-z0-9_]{1,50}$ # Regular expression which should only match correct attribute names in class # bodies class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$ # Regular expression which should only match correct list comprehension / # generator expression variable names inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$ # Good variable names which should always be accepted, separated by a comma good-names=i,j,a,b,x,y,k,ex,Run,_ # Bad variable names which should always be refused, separated by a comma bad-names=foo,bar,baz,toto,tutu,tata # Regular expression which should only match function or class names that do # not require a docstring. no-docstring-rgx=(__.*__|wrapper) # Minimum line length for functions/classes that require docstrings, shorter # ones are exempt. docstring-min-length=-1 [FORMAT] # Maximum number of characters on a single line. max-line-length=80 # Regexp for a line that is allowed to be longer than the limit. ignore-long-lines=^\s*(# )??$ # Allow the body of an if to be on the same line as the test if there is no # else. single-line-if-stmt=no # List of optional constructs for which whitespace checking is disabled no-space-check=trailing-comma,dict-separator # Maximum number of lines in a module max-module-lines=1000 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 # tab). indent-string=' ' [MISCELLANEOUS] # List of note tags to take in consideration, separated by a comma. notes=TODO [SIMILARITIES] # Minimum lines number of a similarity. min-similarity-lines=4 # Ignore comments when computing similarities. ignore-comments=yes # Ignore docstrings when computing similarities. ignore-docstrings=yes # Ignore imports when computing similarities. ignore-imports=no [TYPECHECK] # Tells whether missing members accessed in mixin class should be ignored. A # mixin class is detected if its name ends with "mixin" (case insensitive). ignore-mixin-members=yes # List of classes names for which member attributes should not be checked # (useful for classes with attributes dynamically set). ignored-classes=SQLObject # When zope mode is activated, add a predefined set of Zope acquired attributes # to generated-members. zope=no # List of members which are set dynamically and missed by pylint inference # system, and so shouldn't trigger E0201 when accessed. Python regular # expressions are accepted. generated-members=REQUEST,acl_users,aq_parent [VARIABLES] # Tells whether we should check for unused import in __init__ files. init-import=no # A regular expression matching the beginning of the name of dummy variables # (i.e. not used). dummy-variables-rgx=_$|dummy # List of additional names supposed to be defined in builtins. Remember that # you should avoid to define new builtins when possible. additional-builtins= [CLASSES] # List of interface methods to ignore, separated by a comma. This is used for # instance to not check methods defines in Zope's Interface base class. ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by # List of method names used to declare (i.e. assign) instance attributes. defining-attr-methods=__init__,__new__,setUp # List of valid names for the first argument in a class method. valid-classmethod-first-arg=cls # List of valid names for the first argument in a metaclass class method. valid-metaclass-classmethod-first-arg=mcs [DESIGN] # Maximum number of arguments for function / method max-args=5 # Argument names that match this expression will be ignored. Default to name # with leading underscore ignored-argument-names=_.* # Maximum number of locals for function / method body max-locals=15 # Maximum number of return / yield for function / method body max-returns=6 # Maximum number of branch for function / method body max-branches=12 # Maximum number of statements in function / method body max-statements=50 # Maximum number of parents for a class (see R0901). max-parents=7 # Maximum number of attributes for a class (see R0902). max-attributes=7 # Minimum number of public methods for a class (see R0903). min-public-methods=2 # Maximum number of public methods for a class (see R0904). max-public-methods=20 [IMPORTS] # Deprecated modules which should not be used, separated by a comma deprecated-modules=regsub,TERMIOS,Bastion,rexec # Create a graph of every (i.e. internal and external) dependencies in the # given file (report RP0402 must not be disabled) import-graph= # Create a graph of external dependencies in the given file (report RP0402 must # not be disabled) ext-import-graph= # Create a graph of internal dependencies in the given file (report RP0402 must # not be disabled) int-import-graph= [EXCEPTIONS] # Exceptions that will emit a warning when being caught. Defaults to # "Exception" overgeneral-exceptions=Exception ultisnips-3.1/pythonx/000077500000000000000000000000001263123136100151165ustar00rootroot00000000000000ultisnips-3.1/pythonx/UltiSnips/000077500000000000000000000000001263123136100170505ustar00rootroot00000000000000ultisnips-3.1/pythonx/UltiSnips/__init__.py000066400000000000000000000002161263123136100211600ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Entry point for all thinks UltiSnips.""" from UltiSnips.snippet_manager import UltiSnips_Manager ultisnips-3.1/pythonx/UltiSnips/_diff.py000066400000000000000000000231311263123136100204710ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Commands to compare text objects and to guess how to transform from one to another.""" from collections import defaultdict import sys from UltiSnips import _vim from UltiSnips.position import Position def is_complete_edit(initial_line, original, wanted, cmds): """Returns true if 'original' is changed to 'wanted' with the edit commands in 'cmds'. Initial line is to change the line numbers in 'cmds'. """ buf = original[:] for cmd in cmds: ctype, line, col, char = cmd line -= initial_line if ctype == 'D': if char != '\n': buf[line] = buf[line][:col] + buf[line][col + len(char):] else: if line + 1 < len(buf): buf[line] = buf[line] + buf[line + 1] del buf[line + 1] else: del buf[line] elif ctype == 'I': buf[line] = buf[line][:col] + char + buf[line][col:] buf = '\n'.join(buf).split('\n') return (len(buf) == len(wanted) and all(j == k for j, k in zip(buf, wanted))) def guess_edit(initial_line, last_text, current_text, vim_state): """Try to guess what the user might have done by heuristically looking at cursor movement, number of changed lines and if they got longer or shorter. This will detect most simple movements like insertion, deletion of a line or carriage return. 'initial_text' is the index of where the comparison starts, 'last_text' is the last text of the snippet, 'current_text' is the current text of the snippet and 'vim_state' is the cached vim state. Returns (True, edit_cmds) when the edit could be guessed, (False, None) otherwise. """ if not len(last_text) and not len(current_text): return True, () pos = vim_state.pos ppos = vim_state.ppos # All text deleted? if (len(last_text) and (not current_text or (len(current_text) == 1 and not current_text[0])) ): es = [] if not current_text: current_text = [''] for i in last_text: es.append(('D', initial_line, 0, i)) es.append(('D', initial_line, 0, '\n')) es.pop() # Remove final \n because it is not really removed if is_complete_edit(initial_line, last_text, current_text, es): return True, es if ppos.mode == 'v': # Maybe selectmode? sv = list(map(int, _vim.eval("""getpos("'<")"""))) sv = Position(sv[1] - 1, sv[2] - 1) ev = list(map(int, _vim.eval("""getpos("'>")"""))) ev = Position(ev[1] - 1, ev[2] - 1) if 'exclusive' in _vim.eval('&selection'): ppos.col -= 1 # We want to be inclusive, sorry. ev.col -= 1 es = [] if sv.line == ev.line: es.append(('D', sv.line, sv.col, last_text[sv.line - initial_line][sv.col:ev.col + 1])) if sv != pos and sv.line == pos.line: es.append(('I', sv.line, sv.col, current_text[sv.line - initial_line][sv.col:pos.col + 1])) if is_complete_edit(initial_line, last_text, current_text, es): return True, es if pos.line == ppos.line: if len(last_text) == len(current_text): # Movement only in one line llen = len(last_text[ppos.line - initial_line]) clen = len(current_text[pos.line - initial_line]) if ppos < pos and clen > llen: # maybe only chars have been added es = ( ('I', ppos.line, ppos.col, current_text[ppos.line - initial_line] [ppos.col:pos.col]), ) if is_complete_edit(initial_line, last_text, current_text, es): return True, es if clen < llen: if ppos == pos: # 'x' or DEL or dt or something es = ( ('D', pos.line, pos.col, last_text[ppos.line - initial_line] [ppos.col:ppos.col + (llen - clen)]), ) if is_complete_edit(initial_line, last_text, current_text, es): return True, es if pos < ppos: # Backspacing or dT dF? es = ( ('D', pos.line, pos.col, last_text[pos.line - initial_line] [pos.col:pos.col + llen - clen]), ) if is_complete_edit(initial_line, last_text, current_text, es): return True, es elif len(current_text) < len(last_text): # where some lines deleted? (dd or so) es = [] for i in range(len(last_text) - len(current_text)): es.append(('D', pos.line, 0, last_text[pos.line - initial_line + i])) es.append(('D', pos.line, 0, '\n')) if is_complete_edit(initial_line, last_text, current_text, es): return True, es else: # Movement in more than one line if ppos.line + 1 == pos.line and pos.col == 0: # Carriage return? es = (('I', ppos.line, ppos.col, '\n'),) if is_complete_edit(initial_line, last_text, current_text, es): return True, es return False, None def diff(a, b, sline=0): """ Return a list of deletions and insertions that will turn 'a' into 'b'. This is done by traversing an implicit edit graph and searching for the shortest route. The basic idea is as follows: - Matching a character is free as long as there was no deletion/insertion before. Then, matching will be seen as delete + insert [1]. - Deleting one character has the same cost everywhere. Each additional character costs only have of the first deletion. - Insertion is cheaper the earlier it happens. The first character is more expensive that any later [2]. [1] This is that world -> aolsa will be "D" world + "I" aolsa instead of "D" w , "D" rld, "I" a, "I" lsa [2] This is that "hello\n\n" -> "hello\n\n\n" will insert a newline after hello and not after \n """ d = defaultdict(list) # pylint:disable=invalid-name seen = defaultdict(lambda: sys.maxsize) d[0] = [(0, 0, sline, 0, ())] cost = 0 deletion_cost = len(a) + len(b) insertion_cost = len(a) + len(b) while True: while len(d[cost]): x, y, line, col, what = d[cost].pop() if a[x:] == b[y:]: return what if x < len(a) and y < len(b) and a[x] == b[y]: ncol = col + 1 nline = line if a[x] == '\n': ncol = 0 nline += 1 lcost = cost + 1 if (what and what[-1][0] == 'D' and what[-1][1] == line and what[-1][2] == col and a[x] != '\n'): # Matching directly after a deletion should be as costly as # DELETE + INSERT + a bit lcost = (deletion_cost + insertion_cost) * 1.5 if seen[x + 1, y + 1] > lcost: d[lcost].append((x + 1, y + 1, nline, ncol, what)) seen[x + 1, y + 1] = lcost if y < len(b): # INSERT ncol = col + 1 nline = line if b[y] == '\n': ncol = 0 nline += 1 if (what and what[-1][0] == 'I' and what[-1][1] == nline and what[-1][2] + len(what[-1][-1]) == col and b[y] != '\n' and seen[x, y + 1] > cost + (insertion_cost + ncol) // 2 ): seen[x, y + 1] = cost + (insertion_cost + ncol) // 2 d[cost + (insertion_cost + ncol) // 2].append( (x, y + 1, line, ncol, what[:-1] + ( ('I', what[-1][1], what[-1][2], what[-1][-1] + b[y]),) ) ) elif seen[x, y + 1] > cost + insertion_cost + ncol: seen[x, y + 1] = cost + insertion_cost + ncol d[cost + ncol + insertion_cost].append((x, y + 1, nline, ncol, what + (('I', line, col, b[y]),)) ) if x < len(a): # DELETE if (what and what[-1][0] == 'D' and what[-1][1] == line and what[-1][2] == col and a[x] != '\n' and what[-1][-1] != '\n' and seen[x + 1, y] > cost + deletion_cost // 2 ): seen[x + 1, y] = cost + deletion_cost // 2 d[cost + deletion_cost // 2].append( (x + 1, y, line, col, what[:-1] + ( ('D', line, col, what[-1][-1] + a[x]),)) ) elif seen[x + 1, y] > cost + deletion_cost: seen[x + 1, y] = cost + deletion_cost d[cost + deletion_cost].append((x + 1, y, line, col, what + (('D', line, col, a[x]),)) ) cost += 1 ultisnips-3.1/pythonx/UltiSnips/_vim.py000066400000000000000000000214741263123136100203640ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Wrapper functionality around the functions we need from Vim.""" import re import vim # pylint:disable=import-error from vim import error # pylint:disable=import-error,unused-import from UltiSnips.compatibility import col2byte, byte2col, \ as_unicode, as_vimencoding from UltiSnips.position import Position from contextlib import contextmanager class VimBuffer(object): """Wrapper around the current Vim buffer.""" def __getitem__(self, idx): if isinstance(idx, slice): # Py3 return self.__getslice__(idx.start, idx.stop) rv = vim.current.buffer[idx] return as_unicode(rv) def __getslice__(self, i, j): # pylint:disable=no-self-use rv = vim.current.buffer[i:j] return [as_unicode(l) for l in rv] def __setitem__(self, idx, text): if isinstance(idx, slice): # Py3 return self.__setslice__(idx.start, idx.stop, text) vim.current.buffer[idx] = as_vimencoding(text) def __setslice__(self, i, j, text): # pylint:disable=no-self-use vim.current.buffer[i:j] = [as_vimencoding(l) for l in text] def __len__(self): return len(vim.current.buffer) @property def line_till_cursor(self): # pylint:disable=no-self-use """Returns the text before the cursor.""" _, col = self.cursor return as_unicode(vim.current.line)[:col] @property def number(self): # pylint:disable=no-self-use """The bufnr() of the current buffer.""" return vim.current.buffer.number @property def cursor(self): # pylint:disable=no-self-use """The current windows cursor. Note that this is 0 based in col and 0 based in line which is different from Vim's cursor. """ line, nbyte = vim.current.window.cursor col = byte2col(line, nbyte) return Position(line - 1, col) @cursor.setter def cursor(self, pos): # pylint:disable=no-self-use """See getter.""" nbyte = col2byte(pos.line + 1, pos.col) vim.current.window.cursor = pos.line + 1, nbyte buf = VimBuffer() # pylint:disable=invalid-name @contextmanager def toggle_opt(name, new_value): old_value = eval('&' + name) command('set {0}={1}'.format(name, new_value)) try: yield finally: command('set {0}={1}'.format(name, old_value)) @contextmanager def save_mark(name): old_pos = get_mark_pos(name) try: yield finally: if _is_pos_zero(old_pos): delete_mark(name) else: set_mark_from_pos(name, old_pos) def escape(inp): """Creates a vim-friendly string from a group of dicts, lists and strings.""" def conv(obj): """Convert obj.""" if isinstance(obj, list): rv = as_unicode('[' + ','.join(conv(o) for o in obj) + ']') elif isinstance(obj, dict): rv = as_unicode('{' + ','.join([ '%s:%s' % (conv(key), conv(value)) for key, value in obj.iteritems()]) + '}') else: rv = as_unicode('"%s"') % as_unicode(obj).replace('"', '\\"') return rv return conv(inp) def command(cmd): """Wraps vim.command.""" return as_unicode(vim.command(as_vimencoding(cmd))) def eval(text): """Wraps vim.eval.""" rv = vim.eval(as_vimencoding(text)) if not isinstance(rv, (dict, list)): return as_unicode(rv) return rv def feedkeys(keys, mode='n'): """Wrapper around vim's feedkeys function. Mainly for convenience. """ if eval('mode()') == 'n': if keys == 'a': cursor_pos = get_cursor_pos() cursor_pos[2] = int(cursor_pos[2]) + 1 set_cursor_from_pos(cursor_pos) if keys in 'ai': keys = 'startinsert' if keys == 'startinsert': command('startinsert') else: command(as_unicode(r'call feedkeys("%s", "%s")') % (keys, mode)) def new_scratch_buffer(text): """Create a new scratch buffer with the text given.""" vim.command('botright new') vim.command('set ft=') vim.command('set buftype=nofile') vim.current.buffer[:] = text.splitlines() feedkeys(r"\") def virtual_position(line, col): """Runs the position through virtcol() and returns the result.""" nbytes = col2byte(line, col) return line, int(eval('virtcol([%d, %d])' % (line, nbytes))) def select(start, end): """Select the span in Select mode.""" _unmap_select_mode_mapping() selection = eval('&selection') col = col2byte(start.line + 1, start.col) vim.current.window.cursor = start.line + 1, col mode = eval('mode()') move_cmd = '' if mode != 'n': move_cmd += r"\" if start == end: # Zero Length Tabstops, use 'i' or 'a'. if col == 0 or mode not in 'i' and \ col < len(buf[start.line]): move_cmd += 'i' else: move_cmd += 'a' else: # Non zero length, use Visual selection. move_cmd += 'v' if 'inclusive' in selection: if end.col == 0: move_cmd += '%iG$' % end.line else: move_cmd += '%iG%i|' % virtual_position(end.line + 1, end.col) elif 'old' in selection: move_cmd += '%iG%i|' % virtual_position(end.line + 1, end.col) else: move_cmd += '%iG%i|' % virtual_position(end.line + 1, end.col + 1) move_cmd += 'o%iG%i|o\\' % virtual_position( start.line + 1, start.col + 1) feedkeys(move_cmd) def set_mark_from_pos(name, pos): return _set_pos("'" + name, pos) def get_mark_pos(name): return _get_pos("'" + name) def set_cursor_from_pos(pos): return _set_pos('.', pos) def get_cursor_pos(): return _get_pos('.') def delete_mark(name): try: return command('delma ' + name) except: return False def _set_pos(name, pos): return eval("setpos(\"{0}\", {1})".format(name, pos)) def _get_pos(name): return eval("getpos(\"{0}\")".format(name)) def _is_pos_zero(pos): return ['0'] * 4 == pos or [0] == pos def _unmap_select_mode_mapping(): """This function unmaps select mode mappings if so wished by the user. Removes select mode mappings that can actually be typed by the user (ie, ignores things like ). """ if int(eval('g:UltiSnipsRemoveSelectModeMappings')): ignores = eval('g:UltiSnipsMappingsToIgnore') + ['UltiSnips'] for option in ('', ''): # Put all smaps into a var, and then read the var command(r"redir => _tmp_smaps | silent smap %s " % option + '| redir END') # Check if any mappings where found all_maps = list(filter(len, eval(r"_tmp_smaps").splitlines())) if len(all_maps) == 1 and all_maps[0][0] not in ' sv': # "No maps found". String could be localized. Hopefully # it doesn't start with any of these letters in any # language continue # Only keep mappings that should not be ignored maps = [m for m in all_maps if not any(i in m for i in ignores) and len(m.strip())] for map in maps: # The first three chars are the modes, that might be listed. # We are not interested in them here. trig = map[3:].split()[0] if len( map[3:].split()) != 0 else None if trig is None: continue # The bar separates commands if trig[-1] == '|': trig = trig[:-1] + '' # Special ones if trig[0] == '<': add = False # Only allow these for valid in ['Tab', 'NL', 'CR', 'C-Tab', 'BS']: if trig == '<%s>' % valid: add = True if not add: continue # UltiSnips remaps . Keep this around. if trig == '': continue # Actually unmap it try: command('silent! sunmap %s %s' % (option, trig)) except: # pylint:disable=bare-except # Bug 908139: ignore unmaps that fail because of # unprintable characters. This is not ideal because we # will not be able to unmap lhs with any unprintable # character. If the lhs stats with a printable # character this will leak to the user when he tries to # type this character as a first in a selected tabstop. # This case should be rare enough to not bother us # though. pass ultisnips-3.1/pythonx/UltiSnips/buffer_proxy.py000066400000000000000000000161611263123136100221410ustar00rootroot00000000000000# coding=utf8 import vim import UltiSnips._vim from UltiSnips.compatibility import as_unicode, as_vimencoding from UltiSnips.position import Position from UltiSnips._diff import diff from UltiSnips import _vim from contextlib import contextmanager @contextmanager def use_proxy_buffer(snippets_stack, vstate): """ Forward all changes made in the buffer to the current snippet stack while function call. """ buffer_proxy = VimBufferProxy(snippets_stack, vstate) old_buffer = _vim.buf try: _vim.buf = buffer_proxy yield finally: _vim.buf = old_buffer buffer_proxy.validate_buffer() @contextmanager def suspend_proxy_edits(): """ Prevents changes being applied to the snippet stack while function call. """ if not isinstance(_vim.buf, VimBufferProxy): yield else: try: _vim.buf._disable_edits() yield finally: _vim.buf._enable_edits() class VimBufferProxy(_vim.VimBuffer): """ Proxy object used for tracking changes that made from snippet actions. Unfortunately, vim by itself lacks of the API for changing text in trackable maner. Vim marks offers limited functionality for tracking line additions and deletions, but nothing offered for tracking changes withing single line. Instance of this class is passed to all snippet actions and behaves as internal vim.current.window.buffer. All changes that are made by user passed to diff algorithm, and resulting diff applied to internal snippet structures to ensure they are in sync with actual buffer contents. """ def __init__(self, snippets_stack, vstate): """ Instantiate new object. snippets_stack is a slice of currently active snippets. """ self._snippets_stack = snippets_stack self._buffer = vim.current.buffer self._change_tick = int(vim.eval("b:changedtick")) self._forward_edits = True self._vstate = vstate def is_buffer_changed_outside(self): """ Returns true, if buffer was changed without using proxy object, like with vim.command() or through internal vim.current.window.buffer. """ return self._change_tick < int(vim.eval("b:changedtick")) def validate_buffer(self): """ Raises exception if buffer is changes beyound proxy object. """ if self.is_buffer_changed_outside(): raise RuntimeError('buffer was modified using vim.command or ' + 'vim.current.buffer; that changes are untrackable and leads to ' + 'errors in snippet expansion; use special variable `snip.buffer` ' 'for buffer modifications.\n\n' + 'See :help UltiSnips-buffer-proxy for more info.') def __setitem__(self, key, value): """ Behaves as vim.current.window.buffer.__setitem__ except it tracks changes and applies them to the current snippet stack. """ if isinstance(key, slice): value = [as_vimencoding(line) for line in value] changes = list(self._get_diff(key.start, key.stop, value)) self._buffer[key.start:key.stop] = [ line.strip('\n') for line in value ] else: value = as_vimencoding(value) changes = list(self._get_line_diff(key, self._buffer[key], value)) self._buffer[key] = value self._change_tick += 1 if self._forward_edits: for change in changes: self._apply_change(change) if self._snippets_stack: self._vstate.remember_buffer(self._snippets_stack[0]) def __setslice__(self, i, j, text): """ Same as __setitem__. """ self.__setitem__(slice(i, j), text) def __getitem__(self, key): """ Just passing call to the vim.current.window.buffer.__getitem__. """ if isinstance(key, slice): return [as_unicode(l) for l in self._buffer[key.start:key.stop]] else: return as_unicode(self._buffer[key]) def __getslice__(self, i, j): """ Same as __getitem__. """ return self.__getitem__(slice(i, j)) def __len__(self): """ Same as len(vim.current.window.buffer). """ return len(self._buffer) def append(self, line, line_number=-1): """ Same as vim.current.window.buffer.append(), but with tracking changes. """ if line_number < 0: line_number = len(self) if not isinstance(line, list): line = [line] self[line_number:line_number] = [as_vimencoding(l) for l in line] def __delitem__(self, key): if isinstance(key, slice): self.__setitem__(key, []) else: self.__setitem__(slice(key, key+1), []) def _get_diff(self, start, end, new_value): """ Very fast diffing algorithm when changes are across many lines. """ for line_number in range(start, end): if line_number < 0: line_number = len(self._buffer) + line_number yield ('D', line_number, 0, self._buffer[line_number]) if start < 0: start = len(self._buffer) + start for line_number in range(0, len(new_value)): yield ('I', start+line_number, 0, new_value[line_number]) def _get_line_diff(self, line_number, before, after): """ Use precise diffing for tracking changes in single line. """ if before == '': for change in self._get_diff(line_number, line_number+1, [after]): yield change else: for change in diff(before, after): yield (change[0], line_number, change[2], change[3]) def _apply_change(self, change): """ Apply changeset to current snippets stack, correctly moving around snippet itself or its child. """ if not self._snippets_stack: return line_number = change[1] column_number = change[2] line_before = line_number <= self._snippets_stack[0]._start.line column_before = column_number <= self._snippets_stack[0]._start.col if line_before and column_before: direction = 1 if change[0] == 'D': direction = -1 self._snippets_stack[0]._move( Position(line_number, 0), Position(direction, 0) ) else: if line_number > self._snippets_stack[0]._end.line: return if column_number >= self._snippets_stack[0]._end.col: return self._snippets_stack[0]._do_edit(change) def _disable_edits(self): """ Temporary disable applying changes to snippets stack. Should be done while expanding anonymous snippet in the middle of jump to prevent double tracking. """ self._forward_edits = False def _enable_edits(self): """ Enables changes forwarding back. """ self._forward_edits = True ultisnips-3.1/pythonx/UltiSnips/compatibility.py000066400000000000000000000066431263123136100223040ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """This file contains compatibility code to stay compatible with as many python versions as possible.""" import sys import vim # pylint:disable=import-error if sys.version_info >= (3, 0): def _vim_dec(string): """Decode 'string' using &encoding.""" # We don't have the luxury here of failing, everything # falls apart if we don't return a bytearray from the # passed in string return string.decode(vim.eval('&encoding'), 'replace') def _vim_enc(bytearray): """Encode 'string' using &encoding.""" # We don't have the luxury here of failing, everything # falls apart if we don't return a string from the passed # in bytearray return bytearray.encode(vim.eval('&encoding'), 'replace') def open_ascii_file(filename, mode): """Opens a file in "r" mode.""" return open(filename, mode, encoding='utf-8') def col2byte(line, col): """Convert a valid column index into a byte index inside of vims buffer.""" # We pad the line so that selecting the +1 st column still works. pre_chars = (vim.current.buffer[line - 1] + ' ')[:col] return len(_vim_enc(pre_chars)) def byte2col(line, nbyte): """Convert a column into a byteidx suitable for a mark or cursor position inside of vim.""" line = vim.current.buffer[line - 1] raw_bytes = _vim_enc(line)[:nbyte] return len(_vim_dec(raw_bytes)) def as_unicode(string): """Return 'string' as unicode instance.""" if isinstance(string, bytes): return _vim_dec(string) return str(string) def as_vimencoding(string): """Return 'string' as Vim internal encoding.""" return string else: import warnings warnings.filterwarnings('ignore', category=DeprecationWarning) def _vim_dec(string): """Decode 'string' using &encoding.""" try: return string.decode(vim.eval('&encoding')) except UnicodeDecodeError: # At least we tried. There might be some problems down the road now return string def _vim_enc(string): """Encode 'string' using &encoding.""" try: return string.encode(vim.eval('&encoding')) except UnicodeDecodeError: return string except UnicodeEncodeError: return string def open_ascii_file(filename, mode): """Opens a file in "r" mode.""" return open(filename, mode) def col2byte(line, col): """Convert a valid column index into a byte index inside of vims buffer.""" # We pad the line so that selecting the +1 st column still works. pre_chars = _vim_dec(vim.current.buffer[line - 1] + ' ')[:col] return len(_vim_enc(pre_chars)) def byte2col(line, nbyte): """Convert a column into a byteidx suitable for a mark or cursor position inside of vim.""" line = vim.current.buffer[line - 1] if nbyte >= len(line): # This is beyond end of line return nbyte return len(_vim_dec(line[:nbyte])) def as_unicode(string): """Return 'string' as unicode instance.""" if isinstance(string, str): return _vim_dec(string) return unicode(string) def as_vimencoding(string): """Return 'string' as unicode instance.""" return _vim_enc(string) ultisnips-3.1/pythonx/UltiSnips/debug.py000066400000000000000000000024311263123136100205100ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Convenience methods that help with debugging. They should never be used in production code. """ import sys from UltiSnips.compatibility import as_unicode DUMP_FILENAME = '/tmp/file.txt' if not sys.platform.lower().startswith('win') \ else 'C:/windows/temp/ultisnips.txt' with open(DUMP_FILENAME, 'w'): pass # clears the file def echo_to_hierarchy(text_object): """Outputs the given 'text_object' and its children hierarchically.""" # pylint:disable=protected-access parent = text_object while parent._parent: parent = parent._parent def _do_print(text_object, indent=''): """prints recursively.""" debug(indent + as_unicode(text_object)) try: for child in text_object._children: _do_print(child, indent=indent + ' ') except AttributeError: pass _do_print(parent) def debug(msg): """Dumb 'msg' into the debug file.""" msg = as_unicode(msg) with open(DUMP_FILENAME, 'ab') as dump_file: dump_file.write((msg + '\n').encode('utf-8')) def print_stack(): """Dump a stack trace into the debug file.""" import traceback with open(DUMP_FILENAME, 'ab') as dump_file: traceback.print_stack(file=dump_file) ultisnips-3.1/pythonx/UltiSnips/indent_util.py000066400000000000000000000025741263123136100217500ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """See module doc.""" from UltiSnips import _vim class IndentUtil(object): """Utility class for dealing properly with indentation.""" def __init__(self): self.reset() def reset(self): """Gets the spacing properties from Vim.""" self.shiftwidth = int( _vim.eval("exists('*shiftwidth') ? shiftwidth() : &shiftwidth")) self._expandtab = (_vim.eval('&expandtab') == '1') self._tabstop = int(_vim.eval('&tabstop')) def ntabs_to_proper_indent(self, ntabs): """Convert 'ntabs' number of tabs to the proper indent prefix.""" line_ind = ntabs * self.shiftwidth * ' ' line_ind = self.indent_to_spaces(line_ind) line_ind = self.spaces_to_indent(line_ind) return line_ind def indent_to_spaces(self, indent): """Converts indentation to spaces respecting Vim settings.""" indent = indent.expandtabs(self._tabstop) right = (len(indent) - len(indent.rstrip(' '))) * ' ' indent = indent.replace(' ', '') indent = indent.replace('\t', ' ' * self._tabstop) return indent + right def spaces_to_indent(self, indent): """Converts spaces to proper indentation respecting Vim settings.""" if not self._expandtab: indent = indent.replace(' ' * self._tabstop, '\t') return indent ultisnips-3.1/pythonx/UltiSnips/position.py000066400000000000000000000045411263123136100212720ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Represents a Position in a text file: (0 based line index, 0 based column index) and provides methods for moving them around.""" class Position(object): """See module docstring.""" def __init__(self, line, col): self.line = line self.col = col def move(self, pivot, delta): """'pivot' is the position of the first changed character, 'delta' is how text after it moved.""" if self < pivot: return if delta.line == 0: if self.line == pivot.line: self.col += delta.col elif delta.line > 0: if self.line == pivot.line: self.col += delta.col - pivot.col self.line += delta.line else: self.line += delta.line if self.line == pivot.line: self.col += - delta.col + pivot.col def delta(self, pos): """Returns the difference that the cursor must move to come from 'pos' to us.""" assert isinstance(pos, Position) if self.line == pos.line: return Position(0, self.col - pos.col) else: if self > pos: return Position(self.line - pos.line, self.col) else: return Position(self.line - pos.line, pos.col) return Position(self.line - pos.line, self.col - pos.col) def __add__(self, pos): assert isinstance(pos, Position) return Position(self.line + pos.line, self.col + pos.col) def __sub__(self, pos): assert isinstance(pos, Position) return Position(self.line - pos.line, self.col - pos.col) def __eq__(self, other): return (self.line, self.col) == (other.line, other.col) def __ne__(self, other): return (self.line, self.col) != (other.line, other.col) def __lt__(self, other): return (self.line, self.col) < (other.line, other.col) def __le__(self, other): return (self.line, self.col) <= (other.line, other.col) def __repr__(self): return '(%i,%i)' % (self.line, self.col) def __getitem__(self, index): if index > 1: raise IndexError( 'position can be indexed only 0 (line) and 1 (column)' ) if index == 0: return self.line else: return self.col ultisnips-3.1/pythonx/UltiSnips/snippet/000077500000000000000000000000001263123136100205325ustar00rootroot00000000000000ultisnips-3.1/pythonx/UltiSnips/snippet/__init__.py000066400000000000000000000000401263123136100226350ustar00rootroot00000000000000"""Code related to snippets.""" ultisnips-3.1/pythonx/UltiSnips/snippet/definition/000077500000000000000000000000001263123136100226625ustar00rootroot00000000000000ultisnips-3.1/pythonx/UltiSnips/snippet/definition/__init__.py000066400000000000000000000003221263123136100247700ustar00rootroot00000000000000"""In memory representation of snippet definitions.""" from UltiSnips.snippet.definition.ultisnips import UltiSnipsSnippetDefinition from UltiSnips.snippet.definition.snipmate import SnipMateSnippetDefinition ultisnips-3.1/pythonx/UltiSnips/snippet/definition/_base.py000066400000000000000000000327471263123136100243220ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Snippet representation after parsing.""" import re import vim import textwrap from UltiSnips import _vim from UltiSnips.compatibility import as_unicode from UltiSnips.indent_util import IndentUtil from UltiSnips.position import Position from UltiSnips.text import escape from UltiSnips.text_objects import SnippetInstance from UltiSnips.text_objects._python_code import SnippetUtilCursor, SnippetUtilForAction __WHITESPACE_SPLIT = re.compile(r"\s") def split_at_whitespace(string): """Like string.split(), but keeps empty words as empty words.""" return re.split(__WHITESPACE_SPLIT, string) def _words_for_line(trigger, before, num_words=None): """Gets the final 'num_words' words from 'before'. If num_words is None, then use the number of words in 'trigger'. """ if num_words is None: num_words = len(split_at_whitespace(trigger)) word_list = split_at_whitespace(before) if len(word_list) <= num_words: return before.strip() else: before_words = before for i in range(-1, -(num_words + 1), -1): left = before_words.rfind(word_list[i]) before_words = before_words[:left] return before[len(before_words):].strip() class SnippetDefinition(object): """Represents a snippet as parsed from a file.""" _INDENT = re.compile(r"^[ \t]*") _TABS = re.compile(r"^\t*") def __init__(self, priority, trigger, value, description, options, globals, location, context, actions): self._priority = int(priority) self._trigger = as_unicode(trigger) self._value = as_unicode(value) self._description = as_unicode(description) self._opts = options self._matched = '' self._last_re = None self._globals = globals self._location = location self._context_code = context self._context = None self._actions = actions # Make sure that we actually match our trigger in case we are # immediately expanded. self.matches(self._trigger) def __repr__(self): return '_SnippetDefinition(%r,%s,%s,%s)' % ( self._priority, self._trigger, self._description, self._opts) def _re_match(self, trigger): """Test if a the current regex trigger matches `trigger`. If so, set _last_re and _matched. """ for match in re.finditer(self._trigger, trigger): if match.end() != len(trigger): continue else: self._matched = trigger[match.start():match.end()] self._last_re = match return match return False def _context_match(self): # skip on empty buffer if len(vim.current.buffer) == 1 and vim.current.buffer[0] == "": return return self._eval_code('snip.context = ' + self._context_code, { 'context': None }).context def _eval_code(self, code, additional_locals={}): code = "\n".join([ 'import re, os, vim, string, random', '\n'.join(self._globals.get('!p', [])).replace('\r\n', '\n'), code ]) current = vim.current locals = { 'window': current.window, 'buffer': current.buffer, 'line': current.window.cursor[0]-1, 'column': current.window.cursor[1]-1, 'cursor': SnippetUtilCursor(current.window.cursor) } locals.update(additional_locals) snip = SnippetUtilForAction(locals) try: exec(code, {'snip': snip}) except Exception as e: e.snippet_info = textwrap.dedent(""" Defined in: {} Trigger: {} Description: {} Context: {} Pre-expand: {} Post-expand: {} """).format( self._location, self._trigger, self._description, self._context_code if self._context_code else '', self._actions['pre_expand'] if 'pre_expand' in self._actions else '', self._actions['post_expand'] if 'post_expand' in self._actions else '', code, ) e.snippet_code = code raise return snip def _execute_action( self, action, context, additional_locals={} ): mark_to_use = '`' with _vim.save_mark(mark_to_use): _vim.set_mark_from_pos(mark_to_use, _vim.get_cursor_pos()) cursor_line_before = _vim.buf.line_till_cursor locals = { 'context': context, } locals.update(additional_locals) snip = self._eval_code(action, locals) if snip.cursor.is_set(): vim.current.window.cursor = snip.cursor.to_vim_cursor() else: new_mark_pos = _vim.get_mark_pos(mark_to_use) cursor_invalid = False if _vim._is_pos_zero(new_mark_pos): cursor_invalid = True else: _vim.set_cursor_from_pos(new_mark_pos) if cursor_line_before != _vim.buf.line_till_cursor: cursor_invalid = True if cursor_invalid: raise RuntimeError( 'line under the cursor was modified, but ' + '"snip.cursor" variable is not set; either set set ' + '"snip.cursor" to new cursor position, or do not ' + 'modify cursor line' ) return snip def has_option(self, opt): """Check if the named option is set.""" return opt in self._opts @property def description(self): """Descriptive text for this snippet.""" return ('(%s) %s' % (self._trigger, self._description)).strip() @property def priority(self): """The snippets priority, which defines which snippet will be preferred over others with the same trigger.""" return self._priority @property def trigger(self): """The trigger text for the snippet.""" return self._trigger @property def matched(self): """The last text that matched this snippet in match() or could_match().""" return self._matched @property def location(self): """Where this snippet was defined.""" return self._location @property def context(self): """The matched context.""" return self._context def matches(self, before): """Returns True if this snippet matches 'before'.""" # If user supplies both "w" and "i", it should perhaps be an # error, but if permitted it seems that "w" should take precedence # (since matching at word boundary and within a word == matching at word # boundary). self._matched = '' words = _words_for_line(self._trigger, before) if 'r' in self._opts: match = self._re_match(before) elif 'w' in self._opts: words_len = len(self._trigger) words_prefix = words[:-words_len] words_suffix = words[-words_len:] match = (words_suffix == self._trigger) if match and words_prefix: # Require a word boundary between prefix and suffix. boundary_chars = escape(words_prefix[-1:] + words_suffix[:1], r'\"') match = _vim.eval( '"%s" =~# "\\\\v.<."' % boundary_chars) != '0' elif 'i' in self._opts: match = words.endswith(self._trigger) else: match = (words == self._trigger) # By default, we match the whole trigger if match and not self._matched: self._matched = self._trigger # Ensure the match was on a word boundry if needed if 'b' in self._opts and match: text_before = before.rstrip()[:-len(self._matched)] if text_before.strip(' \t') != '': self._matched = '' return False self._context = None if match and self._context_code: self._context = self._context_match() if not self.context: match = False return match def could_match(self, before): """Return True if this snippet could match the (partial) 'before'.""" self._matched = '' # List all on whitespace. if before and before[-1] in (' ', '\t'): before = '' if before and before.rstrip() is not before: return False words = _words_for_line(self._trigger, before) if 'r' in self._opts: # Test for full match only match = self._re_match(before) elif 'w' in self._opts: # Trim non-empty prefix up to word boundary, if present. qwords = escape(words, r'\"') words_suffix = _vim.eval( 'substitute("%s", "\\\\v^.+<(.+)", "\\\\1", "")' % qwords) match = self._trigger.startswith(words_suffix) self._matched = words_suffix # TODO: list_snippets() function cannot handle partial-trigger # matches yet, so for now fail if we trimmed the prefix. if words_suffix != words: match = False elif 'i' in self._opts: # TODO: It is hard to define when a inword snippet could match, # therefore we check only for full-word trigger. match = self._trigger.startswith(words) else: match = self._trigger.startswith(words) # By default, we match the words from the trigger if match and not self._matched: self._matched = words # Ensure the match was on a word boundry if needed if 'b' in self._opts and match: text_before = before.rstrip()[:-len(self._matched)] if text_before.strip(' \t') != '': self._matched = '' return False return match def instantiate(self, snippet_instance, initial_text, indent): """Parses the content of this snippet and brings the corresponding text objects alive inside of Vim.""" raise NotImplementedError() def do_pre_expand(self, visual_content, snippets_stack): if 'pre_expand' in self._actions: locals = {'buffer': _vim.buf, 'visual_content': visual_content} snip = self._execute_action( self._actions['pre_expand'], self._context, locals ) self._context = snip.context return snip.cursor.is_set() else: return False def do_post_expand(self, start, end, snippets_stack): if 'post_expand' in self._actions: locals = { 'snippet_start': start, 'snippet_end': end, 'buffer': _vim.buf } snip = self._execute_action( self._actions['post_expand'], snippets_stack[-1].context, locals ) snippets_stack[-1].context = snip.context return snip.cursor.is_set() else: return False def do_post_jump( self, tabstop_number, jump_direction, snippets_stack, current_snippet ): if 'post_jump' in self._actions: start = current_snippet.start end = current_snippet.end locals = { 'tabstop': tabstop_number, 'jump_direction': jump_direction, 'tabstops': current_snippet.get_tabstops(), 'snippet_start': start, 'snippet_end': end, 'buffer': _vim.buf } snip = self._execute_action( self._actions['post_jump'], current_snippet.context, locals ) current_snippet.context = snip.context return snip.cursor.is_set() else: return False def launch(self, text_before, visual_content, parent, start, end): """Launch this snippet, overwriting the text 'start' to 'end' and keeping the 'text_before' on the launch line. 'Parent' is the parent snippet instance if any. """ indent = self._INDENT.match(text_before).group(0) lines = (self._value + '\n').splitlines() ind_util = IndentUtil() # Replace leading tabs in the snippet definition via proper indenting initial_text = [] for line_num, line in enumerate(lines): if 't' in self._opts: tabs = 0 else: tabs = len(self._TABS.match(line).group(0)) line_ind = ind_util.ntabs_to_proper_indent(tabs) if line_num != 0: line_ind = indent + line_ind result_line = line_ind + line[tabs:] if 'm' in self._opts: result_line = result_line.rstrip() initial_text.append(result_line) initial_text = '\n'.join(initial_text) snippet_instance = SnippetInstance( self, parent, initial_text, start, end, visual_content, last_re=self._last_re, globals=self._globals, context=self._context) self.instantiate(snippet_instance, initial_text, indent) snippet_instance.update_textobjects() return snippet_instance ultisnips-3.1/pythonx/UltiSnips/snippet/definition/snipmate.py000066400000000000000000000013421263123136100250540ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """A snipMate snippet after parsing.""" from UltiSnips.snippet.definition._base import SnippetDefinition from UltiSnips.snippet.parsing.snipmate import parse_and_instantiate class SnipMateSnippetDefinition(SnippetDefinition): """See module doc.""" SNIPMATE_SNIPPET_PRIORITY = -1000 def __init__(self, trigger, value, description, location): SnippetDefinition.__init__(self, self.SNIPMATE_SNIPPET_PRIORITY, trigger, value, description, '', {}, location, None, {}) def instantiate(self, snippet_instance, initial_text, indent): parse_and_instantiate(snippet_instance, initial_text, indent) ultisnips-3.1/pythonx/UltiSnips/snippet/definition/ultisnips.py000066400000000000000000000006751263123136100252760ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """A UltiSnips snippet after parsing.""" from UltiSnips.snippet.definition._base import SnippetDefinition from UltiSnips.snippet.parsing.ultisnips import parse_and_instantiate class UltiSnipsSnippetDefinition(SnippetDefinition): """See module doc.""" def instantiate(self, snippet_instance, initial_text, indent): return parse_and_instantiate(snippet_instance, initial_text, indent) ultisnips-3.1/pythonx/UltiSnips/snippet/parsing/000077500000000000000000000000001263123136100221755ustar00rootroot00000000000000ultisnips-3.1/pythonx/UltiSnips/snippet/parsing/__init__.py000066400000000000000000000000621263123136100243040ustar00rootroot00000000000000"""Code related to turning text into snippets.""" ultisnips-3.1/pythonx/UltiSnips/snippet/parsing/_base.py000066400000000000000000000047111263123136100236230ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Common functionality of the snippet parsing codes.""" from UltiSnips.position import Position from UltiSnips.snippet.parsing._lexer import tokenize, TabStopToken from UltiSnips.text_objects import TabStop from UltiSnips.text_objects import Mirror from UltiSnips.snippet.parsing._lexer import MirrorToken def resolve_ambiguity(all_tokens, seen_ts): """$1 could be a Mirror or a TabStop. This figures this out. """ for parent, token in all_tokens: if isinstance(token, MirrorToken): if token.number not in seen_ts: seen_ts[token.number] = TabStop(parent, token) else: Mirror(parent, seen_ts[token.number], token) def tokenize_snippet_text(snippet_instance, text, indent, allowed_tokens_in_text, allowed_tokens_in_tabstops, token_to_textobject): """Turns 'text' into a stream of tokens and creates the text objects from those tokens that are mentioned in 'token_to_textobject' assuming the current 'indent'. The 'allowed_tokens_in_text' define which tokens will be recognized in 'text' while 'allowed_tokens_in_tabstops' are the tokens that will be recognized in TabStop placeholder text. """ seen_ts = {} all_tokens = [] def _do_parse(parent, text, allowed_tokens): """Recursive function that actually creates the objects.""" tokens = list(tokenize(text, indent, parent.start, allowed_tokens)) for token in tokens: all_tokens.append((parent, token)) if isinstance(token, TabStopToken): ts = TabStop(parent, token) seen_ts[token.number] = ts _do_parse(ts, token.initial_text, allowed_tokens_in_tabstops) else: klass = token_to_textobject.get(token.__class__, None) if klass is not None: klass(parent, token) _do_parse(snippet_instance, text, allowed_tokens_in_text) return all_tokens, seen_ts def finalize(all_tokens, seen_ts, snippet_instance): """Adds a tabstop 0 if non is in 'seen_ts' and brings the text of the snippet instance into Vim.""" if 0 not in seen_ts: mark = all_tokens[-1][1].end # Last token is always EndOfText m1 = Position(mark.line, mark.col) TabStop(snippet_instance, 0, mark, m1) snippet_instance.replace_initial_text() ultisnips-3.1/pythonx/UltiSnips/snippet/parsing/_lexer.py000066400000000000000000000235751263123136100240410ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Not really a lexer in the classical sense, but code to convert snippet definitions into logical units called Tokens.""" import string import re from UltiSnips.compatibility import as_unicode from UltiSnips.position import Position from UltiSnips.text import unescape class _TextIterator(object): """Helper class to make iterating over text easier.""" def __init__(self, text, offset): self._text = as_unicode(text) self._line = offset.line self._col = offset.col self._idx = 0 def __iter__(self): """Iterator interface.""" return self def __next__(self): """Returns the next character.""" if self._idx >= len(self._text): raise StopIteration rv = self._text[self._idx] if self._text[self._idx] in ('\n', '\r\n'): self._line += 1 self._col = 0 else: self._col += 1 self._idx += 1 return rv next = __next__ # for python2 def peek(self, count=1): """Returns the next 'count' characters without advancing the stream.""" if count > 1: # This might return '' if nothing is found return self._text[self._idx:self._idx + count] try: return self._text[self._idx] except IndexError: return None @property def pos(self): """Current position in the text.""" return Position(self._line, self._col) def _parse_number(stream): """Expects the stream to contain a number next, returns the number without consuming any more bytes.""" rv = '' while stream.peek() and stream.peek() in string.digits: rv += next(stream) return int(rv) def _parse_till_closing_brace(stream): """ Returns all chars till a non-escaped } is found. Other non escaped { are taken into account and skipped over. Will also consume the closing }, but not return it """ rv = '' in_braces = 1 while True: if EscapeCharToken.starts_here(stream, '{}'): rv += next(stream) + next(stream) else: char = next(stream) if char == '{': in_braces += 1 elif char == '}': in_braces -= 1 if in_braces == 0: break rv += char return rv def _parse_till_unescaped_char(stream, chars): """ Returns all chars till a non-escaped char is found. Will also consume the closing char, but and return it as second return value """ rv = '' while True: escaped = False for char in chars: if EscapeCharToken.starts_here(stream, char): rv += next(stream) + next(stream) escaped = True if not escaped: char = next(stream) if char in chars: break rv += char return rv, char class Token(object): """Represents a Token as parsed from a snippet definition.""" def __init__(self, gen, indent): self.initial_text = as_unicode('') self.start = gen.pos self._parse(gen, indent) self.end = gen.pos def _parse(self, stream, indent): """Parses the token from 'stream' with the current 'indent'.""" pass # Does nothing class TabStopToken(Token): """${1:blub}""" CHECK = re.compile(r'^\${\d+[:}]') @classmethod def starts_here(cls, stream): """Returns true if this token starts at the current position in 'stream'.""" return cls.CHECK.match(stream.peek(10)) is not None def _parse(self, stream, indent): next(stream) # $ next(stream) # { self.number = _parse_number(stream) if stream.peek() == ':': next(stream) self.initial_text = _parse_till_closing_brace(stream) def __repr__(self): return 'TabStopToken(%r,%r,%r,%r)' % ( self.start, self.end, self.number, self.initial_text ) class VisualToken(Token): """${VISUAL}""" CHECK = re.compile(r"^\${VISUAL[:}/]") @classmethod def starts_here(cls, stream): """Returns true if this token starts at the current position in 'stream'.""" return cls.CHECK.match(stream.peek(10)) is not None def _parse(self, stream, indent): for _ in range(8): # ${VISUAL next(stream) if stream.peek() == ':': next(stream) self.alternative_text, char = _parse_till_unescaped_char(stream, '/}') self.alternative_text = unescape(self.alternative_text) if char == '/': # Transformation going on try: self.search = _parse_till_unescaped_char(stream, '/')[0] self.replace = _parse_till_unescaped_char(stream, '/')[0] self.options = _parse_till_closing_brace(stream) except StopIteration: raise RuntimeError( "Invalid ${VISUAL} transformation! Forgot to escape a '/'?") else: self.search = None self.replace = None self.options = None def __repr__(self): return 'VisualToken(%r,%r)' % ( self.start, self.end ) class TransformationToken(Token): """${1/match/replace/options}""" CHECK = re.compile(r'^\${\d+\/') @classmethod def starts_here(cls, stream): """Returns true if this token starts at the current position in 'stream'.""" return cls.CHECK.match(stream.peek(10)) is not None def _parse(self, stream, indent): next(stream) # $ next(stream) # { self.number = _parse_number(stream) next(stream) # / self.search = _parse_till_unescaped_char(stream, '/')[0] self.replace = _parse_till_unescaped_char(stream, '/')[0] self.options = _parse_till_closing_brace(stream) def __repr__(self): return 'TransformationToken(%r,%r,%r,%r,%r)' % ( self.start, self.end, self.number, self.search, self.replace ) class MirrorToken(Token): """$1.""" CHECK = re.compile(r'^\$\d+') @classmethod def starts_here(cls, stream): """Returns true if this token starts at the current position in 'stream'.""" return cls.CHECK.match(stream.peek(10)) is not None def _parse(self, stream, indent): next(stream) # $ self.number = _parse_number(stream) def __repr__(self): return 'MirrorToken(%r,%r,%r)' % ( self.start, self.end, self.number ) class EscapeCharToken(Token): """\\n.""" @classmethod def starts_here(cls, stream, chars=r'{}\$`'): """Returns true if this token starts at the current position in 'stream'.""" cs = stream.peek(2) if len(cs) == 2 and cs[0] == '\\' and cs[1] in chars: return True def _parse(self, stream, indent): next(stream) # \ self.initial_text = next(stream) def __repr__(self): return 'EscapeCharToken(%r,%r,%r)' % ( self.start, self.end, self.initial_text ) class ShellCodeToken(Token): """`echo "hi"`""" @classmethod def starts_here(cls, stream): """Returns true if this token starts at the current position in 'stream'.""" return stream.peek(1) == '`' def _parse(self, stream, indent): next(stream) # ` self.code = _parse_till_unescaped_char(stream, '`')[0] def __repr__(self): return 'ShellCodeToken(%r,%r,%r)' % ( self.start, self.end, self.code ) class PythonCodeToken(Token): """`!p snip.rv = "Hi"`""" CHECK = re.compile(r'^`!p\s') @classmethod def starts_here(cls, stream): """Returns true if this token starts at the current position in 'stream'.""" return cls.CHECK.match(stream.peek(4)) is not None def _parse(self, stream, indent): for _ in range(3): next(stream) # `!p if stream.peek() in '\t ': next(stream) code = _parse_till_unescaped_char(stream, '`')[0] # Strip the indent if any if len(indent): lines = code.splitlines() self.code = lines[0] + '\n' self.code += '\n'.join([l[len(indent):] for l in lines[1:]]) else: self.code = code self.indent = indent def __repr__(self): return 'PythonCodeToken(%r,%r,%r)' % ( self.start, self.end, self.code ) class VimLCodeToken(Token): """`!v g:hi`""" CHECK = re.compile(r'^`!v\s') @classmethod def starts_here(cls, stream): """Returns true if this token starts at the current position in 'stream'.""" return cls.CHECK.match(stream.peek(4)) is not None def _parse(self, stream, indent): for _ in range(4): next(stream) # `!v self.code = _parse_till_unescaped_char(stream, '`')[0] def __repr__(self): return 'VimLCodeToken(%r,%r,%r)' % ( self.start, self.end, self.code ) class EndOfTextToken(Token): """Appears at the end of the text.""" def __repr__(self): return 'EndOfText(%r)' % self.end def tokenize(text, indent, offset, allowed_tokens): """Returns an iterator of tokens of 'text'['offset':] which is assumed to have 'indent' as the whitespace of the begging of the lines. Only 'allowed_tokens' are considered to be valid tokens.""" stream = _TextIterator(text, offset) try: while True: done_something = False for token in allowed_tokens: if token.starts_here(stream): yield token(stream, indent) done_something = True break if not done_something: next(stream) except StopIteration: yield EndOfTextToken(stream, indent) ultisnips-3.1/pythonx/UltiSnips/snippet/parsing/snipmate.py000066400000000000000000000025151263123136100243720ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Parses a snipMate snippet definition and launches it into Vim.""" from UltiSnips.snippet.parsing._base import tokenize_snippet_text, finalize, resolve_ambiguity from UltiSnips.snippet.parsing._lexer import EscapeCharToken, \ VisualToken, TabStopToken, MirrorToken, ShellCodeToken from UltiSnips.text_objects import EscapedChar, Mirror, VimLCode, Visual _TOKEN_TO_TEXTOBJECT = { EscapeCharToken: EscapedChar, VisualToken: Visual, ShellCodeToken: VimLCode, # `` is VimL in snipMate } __ALLOWED_TOKENS = [ EscapeCharToken, VisualToken, TabStopToken, MirrorToken, ShellCodeToken ] __ALLOWED_TOKENS_IN_TABSTOPS = [ EscapeCharToken, VisualToken, MirrorToken, ShellCodeToken ] def parse_and_instantiate(parent_to, text, indent): """Parses a snippet definition in snipMate format from 'text' assuming the current 'indent'. Will instantiate all the objects and link them as children to parent_to. Will also put the initial text into Vim. """ all_tokens, seen_ts = tokenize_snippet_text(parent_to, text, indent, __ALLOWED_TOKENS, __ALLOWED_TOKENS_IN_TABSTOPS, _TOKEN_TO_TEXTOBJECT) resolve_ambiguity(all_tokens, seen_ts) finalize(all_tokens, seen_ts, parent_to) ultisnips-3.1/pythonx/UltiSnips/snippet/parsing/ultisnips.py000066400000000000000000000035771263123136100246150ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Parses a UltiSnips snippet definition and launches it into Vim.""" from UltiSnips.snippet.parsing._base import tokenize_snippet_text, finalize, resolve_ambiguity from UltiSnips.snippet.parsing._lexer import EscapeCharToken, \ VisualToken, TransformationToken, TabStopToken, MirrorToken, \ PythonCodeToken, VimLCodeToken, ShellCodeToken from UltiSnips.text_objects import EscapedChar, Mirror, PythonCode, \ ShellCode, TabStop, Transformation, VimLCode, Visual _TOKEN_TO_TEXTOBJECT = { EscapeCharToken: EscapedChar, VisualToken: Visual, ShellCodeToken: ShellCode, PythonCodeToken: PythonCode, VimLCodeToken: VimLCode, } __ALLOWED_TOKENS = [ EscapeCharToken, VisualToken, TransformationToken, TabStopToken, MirrorToken, PythonCodeToken, VimLCodeToken, ShellCodeToken ] def _create_transformations(all_tokens, seen_ts): """Create the objects that need to know about tabstops.""" for parent, token in all_tokens: if isinstance(token, TransformationToken): if token.number not in seen_ts: raise RuntimeError( 'Tabstop %i is not known but is used by a Transformation' % token.number) Transformation(parent, seen_ts[token.number], token) def parse_and_instantiate(parent_to, text, indent): """Parses a snippet definition in UltiSnips format from 'text' assuming the current 'indent'. Will instantiate all the objects and link them as children to parent_to. Will also put the initial text into Vim. """ all_tokens, seen_ts = tokenize_snippet_text(parent_to, text, indent, __ALLOWED_TOKENS, __ALLOWED_TOKENS, _TOKEN_TO_TEXTOBJECT) resolve_ambiguity(all_tokens, seen_ts) _create_transformations(all_tokens, seen_ts) finalize(all_tokens, seen_ts, parent_to) ultisnips-3.1/pythonx/UltiSnips/snippet/source/000077500000000000000000000000001263123136100220325ustar00rootroot00000000000000ultisnips-3.1/pythonx/UltiSnips/snippet/source/__init__.py000066400000000000000000000006101263123136100241400ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Sources of snippet definitions.""" from UltiSnips.snippet.source._base import SnippetSource from UltiSnips.snippet.source.added import AddedSnippetsSource from UltiSnips.snippet.source.file.snipmate import SnipMateFileSource from UltiSnips.snippet.source.file.ultisnips import UltiSnipsFileSource, \ find_all_snippet_files, find_snippet_files ultisnips-3.1/pythonx/UltiSnips/snippet/source/_base.py000066400000000000000000000064041263123136100234610ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Base class for snippet sources.""" from collections import defaultdict from UltiSnips.snippet.source._snippet_dictionary import SnippetDictionary class SnippetSource(object): """See module docstring.""" def __init__(self): self._snippets = defaultdict(SnippetDictionary) self._extends = defaultdict(set) def ensure(self, filetypes, cached): """Update/reload the snippets in the source when needed. It makes sure that the snippets are not outdated. """ def loaded(self, filetypes): return len(self._snippets) > 0 def _get_existing_deep_extends(self, base_filetypes): """Helper for get all existing filetypes extended by base filetypes.""" deep_extends = self.get_deep_extends(base_filetypes) return [ft for ft in deep_extends if ft in self._snippets] def get_snippets(self, filetypes, before, possible, autotrigger_only): """Returns the snippets for all 'filetypes' (in order) and their parents matching the text 'before'. If 'possible' is true, a partial match is enough. Base classes can override this method to provide means of creating snippets on the fly. Returns a list of SnippetDefinition s. """ result = [] for ft in self._get_existing_deep_extends(filetypes): snips = self._snippets[ft] result.extend(snips.get_matching_snippets(before, possible, autotrigger_only)) return result def get_clear_priority(self, filetypes): """Get maximum clearsnippets priority without arguments for specified filetypes, if any. It returns None if there are no clearsnippets. """ pri = None for ft in self._get_existing_deep_extends(filetypes): snippets = self._snippets[ft] if pri is None or snippets._clear_priority > pri: pri = snippets._clear_priority return pri def get_cleared(self, filetypes): """Get a set of cleared snippets marked by clearsnippets with arguments for specified filetypes.""" cleared = {} for ft in self._get_existing_deep_extends(filetypes): snippets = self._snippets[ft] for key, value in snippets._cleared.items(): if key not in cleared or value > cleared[key]: cleared[key] = value return cleared def update_extends(self, child_ft, parent_fts): """Update the extending relation by given child filetype and its parent filetypes.""" self._extends[child_ft].update(parent_fts) def get_deep_extends(self, base_filetypes): """Get a list of filetypes that is either directed or indirected extended by given base filetypes. Note that the returned list include the root filetype itself. """ seen = set(base_filetypes) todo_fts = list(set(base_filetypes)) while todo_fts: todo_ft = todo_fts.pop() unseen_extends = set( ft for ft in self._extends[todo_ft] if ft not in seen) seen.update(unseen_extends) todo_fts.extend(unseen_extends) return seen ultisnips-3.1/pythonx/UltiSnips/snippet/source/_snippet_dictionary.py000066400000000000000000000036371263123136100264630ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Implements a container for parsed snippets.""" class SnippetDictionary(object): """See module docstring.""" def __init__(self): self._snippets = [] self._cleared = {} self._clear_priority = float("-inf") def add_snippet(self, snippet): """Add 'snippet' to this dictionary.""" self._snippets.append(snippet) def get_matching_snippets(self, trigger, potentially, autotrigger_only): """Returns all snippets matching the given trigger. If 'potentially' is true, returns all that could_match(). If 'autotrigger_only' is true, function will return only snippets which are marked with flag 'A' (should be automatically expanded without trigger key press). It's handled specially to avoid walking down the list of all snippets, which can be very slow, because function will be called on each change made in insert mode. """ all_snippets = self._snippets if autotrigger_only: all_snippets = [s for s in all_snippets if s.has_option('A')] if not potentially: return [s for s in all_snippets if s.matches(trigger)] else: return [s for s in all_snippets if s.could_match(trigger)] def clear_snippets(self, priority, triggers): """Clear the snippets by mark them as cleared. If trigger is None, it updates the value of clear priority instead. """ if not triggers: if self._clear_priority is None or priority > self._clear_priority: self._clear_priority = priority else: for trigger in triggers: if (trigger not in self._cleared or priority > self._cleared[trigger]): self._cleared[trigger] = priority def __len__(self): return len(self._snippets) ultisnips-3.1/pythonx/UltiSnips/snippet/source/added.py000066400000000000000000000006011263123136100234420ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Handles manually added snippets UltiSnips_Manager.add_snippet().""" from UltiSnips.snippet.source._base import SnippetSource class AddedSnippetsSource(SnippetSource): """See module docstring.""" def add_snippet(self, ft, snippet): """Adds the given 'snippet' for 'ft'.""" self._snippets[ft].add_snippet(snippet) ultisnips-3.1/pythonx/UltiSnips/snippet/source/file/000077500000000000000000000000001263123136100227515ustar00rootroot00000000000000ultisnips-3.1/pythonx/UltiSnips/snippet/source/file/__init__.py000066400000000000000000000000531263123136100250600ustar00rootroot00000000000000"""Snippet sources that are file based.""" ultisnips-3.1/pythonx/UltiSnips/snippet/source/file/_base.py000066400000000000000000000074641263123136100244070ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Code to provide access to UltiSnips files from disk.""" from collections import defaultdict import hashlib import os from UltiSnips import _vim from UltiSnips import compatibility from UltiSnips.snippet.source._base import SnippetSource def _hash_file(path): """Returns a hashdigest of 'path'.""" if not os.path.isfile(path): return False return hashlib.sha1(open(path, 'rb').read()).hexdigest() class SnippetSyntaxError(RuntimeError): """Thrown when a syntax error is found in a file.""" def __init__(self, filename, line_index, msg): RuntimeError.__init__(self, '%s in %s:%d' % ( msg, filename, line_index)) class SnippetFileSource(SnippetSource): """Base class that abstracts away 'extends' info and file hashes.""" def __init__(self): SnippetSource.__init__(self) self._files_for_ft = defaultdict(set) self._file_hashes = defaultdict(lambda: None) self._ensure_cached = False def ensure(self, filetypes, cached): if cached and self._ensure_cached: return for ft in self.get_deep_extends(filetypes): if self._needs_update(ft): self._load_snippets_for(ft) self._ensure_cached = True def _get_all_snippet_files_for(self, ft): """Returns a set of all files that define snippets for 'ft'.""" raise NotImplementedError() def _parse_snippet_file(self, filedata, filename): """Parses 'filedata' as a snippet file and yields events.""" raise NotImplementedError() def _needs_update(self, ft): """Returns true if any files for 'ft' have changed and must be reloaded.""" existing_files = self._get_all_snippet_files_for(ft) if existing_files != self._files_for_ft[ft]: self._files_for_ft[ft] = existing_files return True for filename in self._files_for_ft[ft]: if _hash_file(filename) != self._file_hashes[filename]: return True return False def _load_snippets_for(self, ft): """Load all snippets for the given 'ft'.""" if ft in self._snippets: del self._snippets[ft] del self._extends[ft] try: for fn in self._files_for_ft[ft]: self._parse_snippets(ft, fn) except: del self._files_for_ft[ft] raise # Now load for the parents for parent_ft in self.get_deep_extends([ft]): if parent_ft != ft and self._needs_update(parent_ft): self._load_snippets_for(parent_ft) def _parse_snippets(self, ft, filename): """Parse the 'filename' for the given 'ft' and watch it for changes in the future.""" self._file_hashes[filename] = _hash_file(filename) file_data = compatibility.open_ascii_file(filename, 'r').read() for event, data in self._parse_snippet_file(file_data, filename): if event == 'error': msg, line_index = data filename = _vim.eval("""fnamemodify(%s, ":~:.")""" % _vim.escape(filename)) raise SnippetSyntaxError(filename, line_index, msg) elif event == 'clearsnippets': priority, triggers = data self._snippets[ft].clear_snippets(priority, triggers) elif event == 'extends': # TODO(sirver): extends information is more global # than one snippet source. filetypes, = data self.update_extends(ft, filetypes) elif event == 'snippet': snippet, = data self._snippets[ft].add_snippet(snippet) else: assert False, 'Unhandled %s: %r' % (event, data) ultisnips-3.1/pythonx/UltiSnips/snippet/source/file/_common.py000066400000000000000000000011521263123136100247510ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Common code for snipMate and UltiSnips snippet files.""" def handle_extends(tail, line_index): """Handles an extends line in a snippet.""" if tail: return 'extends', ([p.strip() for p in tail.split(',')],) else: return 'error', ("'extends' without file types", line_index) def handle_action(head, tail, line_index): if tail: action = tail.strip('"').replace(r'\"', '"').replace(r'\\\\', r'\\') return head, (action,) else: return 'error', ("'{}' without specified action".format(head), line_index) ultisnips-3.1/pythonx/UltiSnips/snippet/source/file/snipmate.py000066400000000000000000000100171263123136100251420ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Parses snipMate files.""" import os import glob from UltiSnips import _vim from UltiSnips.snippet.definition import SnipMateSnippetDefinition from UltiSnips.snippet.source.file._base import SnippetFileSource from UltiSnips.snippet.source.file._common import handle_extends from UltiSnips.text import LineIterator, head_tail def _splitall(path): """Split 'path' into all its components.""" # From http://my.safaribooksonline.com/book/programming/ # python/0596001673/files/pythoncook-chp-4-sect-16 allparts = [] while True: parts = os.path.split(path) if parts[0] == path: # sentinel for absolute paths allparts.insert(0, parts[0]) break elif parts[1] == path: # sentinel for relative paths allparts.insert(0, parts[1]) break else: path = parts[0] allparts.insert(0, parts[1]) return allparts def snipmate_files_for(ft): """Returns all snipMate files we need to look at for 'ft'.""" if ft == 'all': ft = '_' patterns = [ '%s.snippets' % ft, os.path.join(ft, '*.snippets'), os.path.join(ft, '*.snippet'), os.path.join(ft, '*/*.snippet'), ] ret = set() for rtp in _vim.eval('&runtimepath').split(','): path = os.path.realpath(os.path.expanduser( os.path.join(rtp, 'snippets'))) for pattern in patterns: for fn in glob.glob(os.path.join(path, pattern)): ret.add(fn) return ret def _parse_snippet_file(content, full_filename): """Parses 'content' assuming it is a .snippet file and yields events.""" filename = full_filename[:-len('.snippet')] # strip extension segments = _splitall(filename) segments = segments[segments.index('snippets') + 1:] assert len(segments) in (2, 3) trigger = segments[1] description = segments[2] if 2 < len(segments) else '' # Chomp \n if any. if content and content.endswith(os.linesep): content = content[:-len(os.linesep)] yield 'snippet', (SnipMateSnippetDefinition(trigger, content, description, full_filename),) def _parse_snippet(line, lines, filename): """Parse a snippet defintions.""" start_line_index = lines.line_index trigger, description = head_tail(line[len('snippet'):].lstrip()) content = '' while True: next_line = lines.peek() if next_line is None: break if next_line.strip() and not next_line.startswith('\t'): break line = next(lines) if line[0] == '\t': line = line[1:] content += line content = content[:-1] # Chomp the last newline return 'snippet', (SnipMateSnippetDefinition( trigger, content, description, '%s:%i' % (filename, start_line_index)),) def _parse_snippets_file(data, filename): """Parse 'data' assuming it is a .snippets file. Yields events in the file. """ lines = LineIterator(data) for line in lines: if not line.strip(): continue head, tail = head_tail(line) if head == 'extends': yield handle_extends(tail, lines.line_index) elif head in 'snippet': snippet = _parse_snippet(line, lines, filename) if snippet is not None: yield snippet elif head and not head.startswith('#'): yield 'error', ('Invalid line %r' % line.rstrip(), lines.line_index) class SnipMateFileSource(SnippetFileSource): """Manages all snipMate snippet definitions found in rtp.""" def _get_all_snippet_files_for(self, ft): return snipmate_files_for(ft) def _parse_snippet_file(self, filedata, filename): if filename.lower().endswith('snippet'): for event, data in _parse_snippet_file(filedata, filename): yield event, data else: for event, data in _parse_snippets_file(filedata, filename): yield event, data ultisnips-3.1/pythonx/UltiSnips/snippet/source/file/ultisnips.py000066400000000000000000000136451263123136100253660ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Parsing of snippet files.""" from collections import defaultdict import glob import os from UltiSnips import _vim from UltiSnips.snippet.definition import UltiSnipsSnippetDefinition from UltiSnips.snippet.source.file._base import SnippetFileSource from UltiSnips.snippet.source.file._common import handle_extends, \ handle_action from UltiSnips.text import LineIterator, head_tail def find_snippet_files(ft, directory): """Returns all matching snippet files for 'ft' in 'directory'.""" patterns = ['%s.snippets', '%s_*.snippets', os.path.join('%s', '*')] ret = set() directory = os.path.expanduser(directory) for pattern in patterns: for fn in glob.glob(os.path.join(directory, pattern % ft)): ret.add(os.path.realpath(fn)) return ret def find_all_snippet_files(ft): """Returns all snippet files matching 'ft' in the given runtime path directory.""" if _vim.eval("exists('b:UltiSnipsSnippetDirectories')") == '1': snippet_dirs = _vim.eval('b:UltiSnipsSnippetDirectories') else: snippet_dirs = _vim.eval('g:UltiSnipsSnippetDirectories') if len(snippet_dirs) == 1 and os.path.isabs(snippet_dirs[0]): check_dirs = [''] else: check_dirs = _vim.eval('&runtimepath').split(',') patterns = ['%s.snippets', '%s_*.snippets', os.path.join('%s', '*')] ret = set() for rtp in check_dirs: for snippet_dir in snippet_dirs: if snippet_dir == 'snippets': raise RuntimeError( "You have 'snippets' in UltiSnipsSnippetDirectories. This " 'directory is reserved for snipMate snippets. Use another ' 'directory for UltiSnips snippets.') pth = os.path.realpath(os.path.expanduser( os.path.join(rtp, snippet_dir))) for pattern in patterns: for fn in glob.glob(os.path.join(pth, pattern % ft)): ret.add(fn) return ret def _handle_snippet_or_global( filename, line, lines, python_globals, priority, pre_expand ): """Parses the snippet that begins at the current line.""" start_line_index = lines.line_index descr = '' opts = '' # Ensure this is a snippet snip = line.split()[0] # Get and strip options if they exist remain = line[len(snip):].strip() words = remain.split() if len(words) > 2: # second to last word ends with a quote if '"' not in words[-1] and words[-2][-1] == '"': opts = words[-1] remain = remain[:-len(opts) - 1].rstrip() context = None if 'e' in opts: left = remain[:-1].rfind('"') if left != -1 and left != 0: context, remain = remain[left:].strip('"'), remain[:left] # Get and strip description if it exists remain = remain.strip() if len(remain.split()) > 1 and remain[-1] == '"': left = remain[:-1].rfind('"') if left != -1 and left != 0: descr, remain = remain[left:], remain[:left] # The rest is the trigger trig = remain.strip() if len(trig.split()) > 1 or 'r' in opts: if trig[0] != trig[-1]: return 'error', ("Invalid multiword trigger: '%s'" % trig, lines.line_index) trig = trig[1:-1] end = 'end' + snip content = '' found_end = False for line in lines: if line.rstrip() == end: content = content[:-1] # Chomp the last newline found_end = True break content += line if not found_end: return 'error', ("Missing 'endsnippet' for %r" % trig, lines.line_index) if snip == 'global': python_globals[trig].append(content) elif snip == 'snippet': definition = UltiSnipsSnippetDefinition( priority, trig, content, descr, opts, python_globals, '%s:%i' % (filename, start_line_index), context, pre_expand) return 'snippet', (definition,) else: return 'error', ("Invalid snippet type: '%s'" % snip, lines.line_index) def _parse_snippets_file(data, filename): """Parse 'data' assuming it is a snippet file. Yields events in the file. """ python_globals = defaultdict(list) lines = LineIterator(data) current_priority = 0 actions = {} for line in lines: if not line.strip(): continue head, tail = head_tail(line) if head in ('snippet', 'global'): snippet = _handle_snippet_or_global( filename, line, lines, python_globals, current_priority, actions ) actions = {} if snippet is not None: yield snippet elif head == 'extends': yield handle_extends(tail, lines.line_index) elif head == 'clearsnippets': yield 'clearsnippets', (current_priority, tail.split()) elif head == 'priority': try: current_priority = int(tail.split()[0]) except (ValueError, IndexError): yield 'error', ('Invalid priority %r' % tail, lines.line_index) elif head in ['pre_expand', 'post_expand', 'post_jump']: head, tail = handle_action(head, tail, lines.line_index) if head == 'error': yield (head, tail) else: actions[head], = tail elif head and not head.startswith('#'): yield 'error', ('Invalid line %r' % line.rstrip(), lines.line_index) class UltiSnipsFileSource(SnippetFileSource): """Manages all snippets definitions found in rtp for ultisnips.""" def _get_all_snippet_files_for(self, ft): return find_all_snippet_files(ft) def _parse_snippet_file(self, filedata, filename): for event, data in _parse_snippets_file(filedata, filename): yield event, data ultisnips-3.1/pythonx/UltiSnips/snippet_manager.py000066400000000000000000000760711263123136100226110ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Contains the SnippetManager facade used by all Vim Functions.""" from collections import defaultdict from functools import wraps import os import platform import traceback import sys import vim import re from contextlib import contextmanager from UltiSnips import _vim from UltiSnips._diff import diff, guess_edit from UltiSnips.compatibility import as_unicode from UltiSnips.position import Position from UltiSnips.snippet.definition import UltiSnipsSnippetDefinition from UltiSnips.snippet.source import UltiSnipsFileSource, SnipMateFileSource, \ find_all_snippet_files, find_snippet_files, AddedSnippetsSource from UltiSnips.text import escape from UltiSnips.vim_state import VimState, VisualContentPreserver from UltiSnips.buffer_proxy import use_proxy_buffer, suspend_proxy_edits def _ask_user(a, formatted): """Asks the user using inputlist() and returns the selected element or None.""" try: rv = _vim.eval('inputlist(%s)' % _vim.escape(formatted)) if rv is None or rv == '0': return None rv = int(rv) if rv > len(a): rv = len(a) return a[rv - 1] except _vim.error: # Likely "invalid expression", but might be translated. We have no way # of knowing the exact error, therefore, we ignore all errors silently. return None except KeyboardInterrupt: return None def _ask_snippets(snippets): """Given a list of snippets, ask the user which one they want to use, and return it.""" display = [as_unicode('%i: %s (%s)') % (i + 1, escape(s.description, '\\'), escape(s.location, '\\')) for i, s in enumerate(snippets)] return _ask_user(snippets, display) def err_to_scratch_buffer(func): """Decorator that will catch any Exception that 'func' throws and displays it in a new Vim scratch buffer.""" @wraps(func) def wrapper(self, *args, **kwds): try: return func(self, *args, **kwds) except Exception as e: # pylint: disable=bare-except msg = \ """An error occured. This is either a bug in UltiSnips or a bug in a snippet definition. If you think this is a bug, please report it to https://github.com/SirVer/ultisnips/issues/new. Following is the full stack trace: """ msg += traceback.format_exc() if hasattr(e, 'snippet_info'): msg += "\nSnippet, caused error:\n" msg += re.sub( '^(?=\S)', ' ', e.snippet_info, flags=re.MULTILINE ) # snippet_code comes from _python_code.py, it's set manually for # providing error message with stacktrace of failed python code # inside of the snippet. if hasattr(e, 'snippet_code'): _, _, tb = sys.exc_info() tb_top = traceback.extract_tb(tb)[-1] msg += "\nExecuted snippet code:\n" lines = e.snippet_code.split("\n") for number, line in enumerate(lines, 1): msg += str(number).rjust(3) prefix = " " if line else "" if tb_top[1] == number: prefix = " > " msg += prefix + line + "\n" # Vim sends no WinLeave msg here. self._leaving_buffer() # pylint:disable=protected-access _vim.new_scratch_buffer(msg) return wrapper # TODO(sirver): This class is still too long. It should only contain public # facing methods, most of the private methods should be moved outside of it. class SnippetManager(object): """The main entry point for all UltiSnips functionality. All Vim functions call methods in this class. """ def __init__(self, expand_trigger, forward_trigger, backward_trigger): self.expand_trigger = expand_trigger self.forward_trigger = forward_trigger self.backward_trigger = backward_trigger self._inner_state_up = False self._supertab_keys = None self._csnippets = [] self._buffer_filetypes = defaultdict(lambda: ['all']) self._vstate = VimState() self._visual_content = VisualContentPreserver() self._snippet_sources = [] self._snip_expanded_in_action = False self._inside_action = False self._last_inserted_char = '' self._added_snippets_source = AddedSnippetsSource() self.register_snippet_source('ultisnips_files', UltiSnipsFileSource()) self.register_snippet_source('added', self._added_snippets_source) enable_snipmate = '1' if _vim.eval("exists('g:UltiSnipsEnableSnipMate')") == '1': enable_snipmate = _vim.eval('g:UltiSnipsEnableSnipMate') if enable_snipmate == '1': self.register_snippet_source('snipmate_files', SnipMateFileSource()) self._reinit() @err_to_scratch_buffer def jump_forwards(self): """Jumps to the next tabstop.""" _vim.command('let g:ulti_jump_forwards_res = 1') _vim.command('let &undolevels = &undolevels') if not self._jump(): _vim.command('let g:ulti_jump_forwards_res = 0') return self._handle_failure(self.forward_trigger) @err_to_scratch_buffer def jump_backwards(self): """Jumps to the previous tabstop.""" _vim.command('let g:ulti_jump_backwards_res = 1') _vim.command('let &undolevels = &undolevels') if not self._jump(True): _vim.command('let g:ulti_jump_backwards_res = 0') return self._handle_failure(self.backward_trigger) @err_to_scratch_buffer def expand(self): """Try to expand a snippet at the current position.""" _vim.command('let g:ulti_expand_res = 1') if not self._try_expand(): _vim.command('let g:ulti_expand_res = 0') self._handle_failure(self.expand_trigger) @err_to_scratch_buffer def expand_or_jump(self): """This function is used for people who wants to have the same trigger for expansion and forward jumping. It first tries to expand a snippet, if this fails, it tries to jump forward. """ _vim.command('let g:ulti_expand_or_jump_res = 1') rv = self._try_expand() if not rv: _vim.command('let g:ulti_expand_or_jump_res = 2') rv = self._jump() if not rv: _vim.command('let g:ulti_expand_or_jump_res = 0') self._handle_failure(self.expand_trigger) @err_to_scratch_buffer def snippets_in_current_scope(self): """Returns the snippets that could be expanded to Vim as a global variable.""" before = _vim.buf.line_till_cursor snippets = self._snips(before, True) # Sort snippets alphabetically snippets.sort(key=lambda x: x.trigger) for snip in snippets: description = snip.description[snip.description.find(snip.trigger) + len(snip.trigger) + 2:] key = as_unicode(snip.trigger) description = as_unicode(description) # remove surrounding "" or '' in snippet description if it exists if len(description) > 2: if (description[0] == description[-1] and description[0] in "'\""): description = description[1:-1] _vim.command(as_unicode( "let g:current_ulti_dict['{key}'] = '{val}'").format( key=key.replace("'", "''"), val=description.replace("'", "''"))) @err_to_scratch_buffer def list_snippets(self): """Shows the snippets that could be expanded to the User and let her select one.""" before = _vim.buf.line_till_cursor snippets = self._snips(before, True) if len(snippets) == 0: self._handle_failure(self.backward_trigger) return True # Sort snippets alphabetically snippets.sort(key=lambda x: x.trigger) if not snippets: return True snippet = _ask_snippets(snippets) if not snippet: return True self._do_snippet(snippet, before) return True @err_to_scratch_buffer def add_snippet(self, trigger, value, description, options, ft='all', priority=0, context=None, actions={}): """Add a snippet to the list of known snippets of the given 'ft'.""" self._added_snippets_source.add_snippet(ft, UltiSnipsSnippetDefinition(priority, trigger, value, description, options, {}, 'added', context, actions)) @err_to_scratch_buffer def expand_anon( self, value, trigger='', description='', options='', context=None, actions={} ): """Expand an anonymous snippet right here.""" before = _vim.buf.line_till_cursor snip = UltiSnipsSnippetDefinition(0, trigger, value, description, options, {}, '', context, actions) if not trigger or snip.matches(before): self._do_snippet(snip, before) return True else: return False def register_snippet_source(self, name, snippet_source): """Registers a new 'snippet_source' with the given 'name'. The given class must be an instance of SnippetSource. This source will be queried for snippets. """ self._snippet_sources.append((name, snippet_source)) def unregister_snippet_source(self, name): """Unregister the source with the given 'name'. Does nothing if it is not registered. """ for index, (source_name, _) in enumerate(self._snippet_sources): if name == source_name: self._snippet_sources = self._snippet_sources[:index] + \ self._snippet_sources[index + 1:] break def reset_buffer_filetypes(self): """Reset the filetypes for the current buffer.""" if _vim.buf.number in self._buffer_filetypes: del self._buffer_filetypes[_vim.buf.number] def add_buffer_filetypes(self, ft): """Checks for changes in the list of snippet files or the contents of the snippet files and reloads them if necessary.""" buf_fts = self._buffer_filetypes[_vim.buf.number] idx = -1 for ft in ft.split('.'): ft = ft.strip() if not ft: continue try: idx = buf_fts.index(ft) except ValueError: self._buffer_filetypes[_vim.buf.number].insert(idx + 1, ft) idx += 1 @err_to_scratch_buffer def _cursor_moved(self): """Called whenever the cursor moved.""" if not self._csnippets and self._inner_state_up: self._teardown_inner_state() self._vstate.remember_position() if _vim.eval('mode()') not in 'in': return if self._ignore_movements: self._ignore_movements = False return if self._csnippets: cstart = self._csnippets[0].start.line cend = self._csnippets[0].end.line + \ self._vstate.diff_in_buffer_length ct = _vim.buf[cstart:cend + 1] lt = self._vstate.remembered_buffer pos = _vim.buf.cursor lt_span = [0, len(lt)] ct_span = [0, len(ct)] initial_line = cstart # Cut down on lines searched for changes. Start from behind and # remove all equal lines. Then do the same from the front. if lt and ct: while (lt[lt_span[1] - 1] == ct[ct_span[1] - 1] and self._vstate.ppos.line < initial_line + lt_span[1] - 1 and pos.line < initial_line + ct_span[1] - 1 and (lt_span[0] < lt_span[1]) and (ct_span[0] < ct_span[1])): ct_span[1] -= 1 lt_span[1] -= 1 while (lt_span[0] < lt_span[1] and ct_span[0] < ct_span[1] and lt[lt_span[0]] == ct[ct_span[0]] and self._vstate.ppos.line >= initial_line and pos.line >= initial_line): ct_span[0] += 1 lt_span[0] += 1 initial_line += 1 ct_span[0] = max(0, ct_span[0] - 1) lt_span[0] = max(0, lt_span[0] - 1) initial_line = max(cstart, initial_line - 1) lt = lt[lt_span[0]:lt_span[1]] ct = ct[ct_span[0]:ct_span[1]] try: rv, es = guess_edit(initial_line, lt, ct, self._vstate) if not rv: lt = '\n'.join(lt) ct = '\n'.join(ct) es = diff(lt, ct, initial_line) self._csnippets[0].replay_user_edits(es, self._ctab) except IndexError: # Rather do nothing than throwing an error. It will be correct # most of the time pass self._check_if_still_inside_snippet() if self._csnippets: self._csnippets[0].update_textobjects() self._vstate.remember_buffer(self._csnippets[0]) def _setup_inner_state(self): """Map keys and create autocommands that should only be defined when a snippet is active.""" if self._inner_state_up: return if self.expand_trigger != self.forward_trigger: _vim.command('inoremap ' + self.forward_trigger + ' =UltiSnips#JumpForwards()') _vim.command('snoremap ' + self.forward_trigger + ' :call UltiSnips#JumpForwards()') _vim.command('inoremap ' + self.backward_trigger + ' =UltiSnips#JumpBackwards()') _vim.command('snoremap ' + self.backward_trigger + ' :call UltiSnips#JumpBackwards()') # Setup the autogroups. _vim.command('augroup UltiSnips') _vim.command('autocmd!') _vim.command('autocmd CursorMovedI * call UltiSnips#CursorMoved()') _vim.command('autocmd CursorMoved * call UltiSnips#CursorMoved()') _vim.command( 'autocmd InsertLeave * call UltiSnips#LeavingInsertMode()') _vim.command('autocmd BufLeave * call UltiSnips#LeavingBuffer()') _vim.command( 'autocmd CmdwinEnter * call UltiSnips#LeavingBuffer()') _vim.command( 'autocmd CmdwinLeave * call UltiSnips#LeavingBuffer()') # Also exit the snippet when we enter a unite complete buffer. _vim.command('autocmd Filetype unite call UltiSnips#LeavingBuffer()') _vim.command('augroup END') _vim.command('silent doautocmd User UltiSnipsEnterFirstSnippet') self._inner_state_up = True def _teardown_inner_state(self): """Reverse _setup_inner_state.""" if not self._inner_state_up: return try: _vim.command('silent doautocmd User UltiSnipsExitLastSnippet') if self.expand_trigger != self.forward_trigger: _vim.command('iunmap %s' % self.forward_trigger) _vim.command('sunmap %s' % self.forward_trigger) _vim.command('iunmap %s' % self.backward_trigger) _vim.command('sunmap %s' % self.backward_trigger) _vim.command('augroup UltiSnips') _vim.command('autocmd!') _vim.command('augroup END') self._inner_state_up = False except _vim.error: # This happens when a preview window was opened. This issues # CursorMoved, but not BufLeave. We have no way to unmap, until we # are back in our buffer pass @err_to_scratch_buffer def _save_last_visual_selection(self): """This is called when the expand trigger is pressed in visual mode. Our job is to remember everything between '< and '> and pass it on to. ${VISUAL} in case it will be needed. """ self._visual_content.conserve() def _leaving_buffer(self): """Called when the user switches tabs/windows/buffers. It basically means that all snippets must be properly terminated. """ while len(self._csnippets): self._current_snippet_is_done() self._reinit() def _reinit(self): """Resets transient state.""" self._ctab = None self._ignore_movements = False def _check_if_still_inside_snippet(self): """Checks if the cursor is outside of the current snippet.""" if self._cs and ( not self._cs.start <= _vim.buf.cursor <= self._cs.end ): self._current_snippet_is_done() self._reinit() self._check_if_still_inside_snippet() def _current_snippet_is_done(self): """The current snippet should be terminated.""" self._csnippets.pop() if not self._csnippets: self._teardown_inner_state() def _jump(self, backwards=False): # we need to set 'onemore' there, because of limitations of the vim # API regarding cursor movements; without that test # 'CanExpandAnonSnippetInJumpActionWhileSelected' will fail with _vim.toggle_opt('ve', 'onemore'): """Helper method that does the actual jump.""" jumped = False # We need to remember current snippets stack here because of # post-jump action on the last tabstop should be able to access # snippet instance which is ended just now. stack_for_post_jump = self._csnippets[:] # If next tab has length 1 and the distance between itself and # self._ctab is 1 then there is 1 less CursorMove events. We # cannot ignore next movement in such case. ntab_short_and_near = False if self._cs: snippet_for_action = self._cs elif stack_for_post_jump: snippet_for_action = stack_for_post_jump[-1] else: snippet_for_action = None if self._cs: ntab = self._cs.select_next_tab(backwards) if ntab: if self._cs.snippet.has_option('s'): lineno = _vim.buf.cursor.line _vim.buf[lineno] = _vim.buf[lineno].rstrip() _vim.select(ntab.start, ntab.end) jumped = True if (self._ctab is not None and ntab.start - self._ctab.end == Position(0, 1) and ntab.end - ntab.start == Position(0, 1)): ntab_short_and_near = True if ntab.number == 0: self._current_snippet_is_done() self._ctab = ntab else: # This really shouldn't happen, because a snippet should # have been popped when its final tabstop was used. # Cleanup by removing current snippet and recursing. self._current_snippet_is_done() jumped = self._jump(backwards) if jumped: self._vstate.remember_position() self._vstate.remember_unnamed_register(self._ctab.current_text) if not ntab_short_and_near: self._ignore_movements = True if len(stack_for_post_jump) > 0 and ntab is not None: with use_proxy_buffer(stack_for_post_jump, self._vstate): snippet_for_action.snippet.do_post_jump( ntab.number, -1 if backwards else 1, stack_for_post_jump, snippet_for_action ) return jumped def _leaving_insert_mode(self): """Called whenever we leave the insert mode.""" self._vstate.restore_unnamed_register() def _handle_failure(self, trigger): """Mainly make sure that we play well with SuperTab.""" if trigger.lower() == '': feedkey = '\\' + trigger elif trigger.lower() == '': feedkey = '\\' + trigger else: feedkey = None mode = 'n' if not self._supertab_keys: if _vim.eval("exists('g:SuperTabMappingForward')") != '0': self._supertab_keys = ( _vim.eval('g:SuperTabMappingForward'), _vim.eval('g:SuperTabMappingBackward'), ) else: self._supertab_keys = ['', ''] for idx, sttrig in enumerate(self._supertab_keys): if trigger.lower() == sttrig.lower(): if idx == 0: feedkey = r"\SuperTabForward" mode = 'n' elif idx == 1: feedkey = r"\SuperTabBackward" mode = 'p' # Use remap mode so SuperTab mappings will be invoked. break if (feedkey == r"\SuperTabForward" or feedkey == r"\SuperTabBackward"): _vim.command('return SuperTab(%s)' % _vim.escape(mode)) elif feedkey: _vim.command('return %s' % _vim.escape(feedkey)) def _snips(self, before, partial, autotrigger_only=False): """Returns all the snippets for the given text before the cursor. If partial is True, then get also return partial matches. """ filetypes = self._buffer_filetypes[_vim.buf.number][::-1] matching_snippets = defaultdict(list) clear_priority = None cleared = {} for _, source in self._snippet_sources: source.ensure(filetypes, cached=autotrigger_only) # Collect cleared information from sources. for _, source in self._snippet_sources: sclear_priority = source.get_clear_priority(filetypes) if sclear_priority is not None and (clear_priority is None or sclear_priority > clear_priority): clear_priority = sclear_priority for key, value in source.get_cleared(filetypes).items(): if key not in cleared or value > cleared[key]: cleared[key] = value for _, source in self._snippet_sources: possible_snippets = source.get_snippets( filetypes, before, partial, autotrigger_only ) for snippet in possible_snippets: if ((clear_priority is None or snippet.priority > clear_priority) and (snippet.trigger not in cleared or snippet.priority > cleared[snippet.trigger])): matching_snippets[snippet.trigger].append(snippet) if not matching_snippets: return [] # Now filter duplicates and only keep the one with the highest # priority. snippets = [] for snippets_with_trigger in matching_snippets.values(): highest_priority = max(s.priority for s in snippets_with_trigger) snippets.extend(s for s in snippets_with_trigger if s.priority == highest_priority) # For partial matches we are done, but if we want to expand a snippet, # we have to go over them again and only keep those with the maximum # priority. if partial: return snippets highest_priority = max(s.priority for s in snippets) return [s for s in snippets if s.priority == highest_priority] def _do_snippet(self, snippet, before): """Expands the given snippet, and handles everything that needs to be done with it.""" self._setup_inner_state() self._snip_expanded_in_action = False # Adjust before, maybe the trigger is not the complete word text_before = before if snippet.matched: text_before = before[:-len(snippet.matched)] with use_proxy_buffer(self._csnippets, self._vstate): with self._action_context(): cursor_set_in_action = snippet.do_pre_expand( self._visual_content.text, self._csnippets ) if cursor_set_in_action: text_before = _vim.buf.line_till_cursor before = _vim.buf.line_till_cursor with suspend_proxy_edits(): if self._cs: start = Position(_vim.buf.cursor.line, len(text_before)) end = Position(_vim.buf.cursor.line, len(before)) # If cursor is set in pre-action, then action was modified # cursor line, in that case we do not need to do any edits, it # can break snippet if not cursor_set_in_action: # It could be that our trigger contains the content of # TextObjects in our containing snippet. If this is indeed # the case, we have to make sure that those are properly # killed. We do this by pretending that the user deleted # and retyped the text that our trigger matched. edit_actions = [ ('D', start.line, start.col, snippet.matched), ('I', start.line, start.col, snippet.matched), ] self._csnippets[0].replay_user_edits(edit_actions) si = snippet.launch(text_before, self._visual_content, self._cs.find_parent_for_new_to(start), start, end ) else: start = Position(_vim.buf.cursor.line, len(text_before)) end = Position(_vim.buf.cursor.line, len(before)) si = snippet.launch(text_before, self._visual_content, None, start, end) self._visual_content.reset() self._csnippets.append(si) si.update_textobjects() with use_proxy_buffer(self._csnippets, self._vstate): with self._action_context(): snippet.do_post_expand( si._start, si._end, self._csnippets ) self._vstate.remember_buffer(self._csnippets[0]) if not self._snip_expanded_in_action: self._jump() elif self._cs.current_text != '': self._jump() else: self._current_snippet_is_done() if self._inside_action: self._snip_expanded_in_action = True def _try_expand(self, autotrigger_only=False): """Try to expand a snippet in the current place.""" before = _vim.buf.line_till_cursor snippets = self._snips(before, False, autotrigger_only) if snippets: # prefer snippets with context if any snippets_with_context = [s for s in snippets if s.context] if snippets_with_context: snippets = snippets_with_context if not snippets: # No snippet found return False _vim.command('let &undolevels = &undolevels') if len(snippets) == 1: snippet = snippets[0] else: snippet = _ask_snippets(snippets) if not snippet: return True self._do_snippet(snippet, before) _vim.command('let &undolevels = &undolevels') return True @property def _cs(self): """The current snippet or None.""" if not len(self._csnippets): return None return self._csnippets[-1] def _file_to_edit(self, requested_ft, bang): # pylint: disable=no-self-use """Returns a file to be edited for the given requested_ft. If 'bang' is empty only private files in g:UltiSnipsSnippetsDir are considered, otherwise all files are considered and the user gets to choose. """ # This method is not using self, but is called by UltiSnips.vim and is # therefore in this class because it is the facade to Vim. potentials = set() if _vim.eval("exists('g:UltiSnipsSnippetsDir')") == '1': snippet_dir = _vim.eval('g:UltiSnipsSnippetsDir') else: home = _vim.eval('$HOME') if platform.system() == 'Windows': snippet_dir = os.path.join(home, 'vimfiles', 'UltiSnips') elif _vim.eval("has('nvim')") == '1': xdg_home_config = _vim.eval('$XDG_CONFIG_HOME') or os.path.join(home, ".config") snippet_dir = os.path.join(xdg_home_config, 'nvim', 'UltiSnips') else: snippet_dir = os.path.join(home, '.vim', 'UltiSnips') filetypes = [] if requested_ft: filetypes.append(requested_ft) else: if bang: filetypes.extend(self._buffer_filetypes[_vim.buf.number]) else: filetypes.append(self._buffer_filetypes[_vim.buf.number][0]) for ft in filetypes: potentials.update(find_snippet_files(ft, snippet_dir)) potentials.add(os.path.join(snippet_dir, ft + '.snippets')) if bang: potentials.update(find_all_snippet_files(ft)) potentials = set(os.path.realpath(os.path.expanduser(p)) for p in potentials) if len(potentials) > 1: files = sorted(potentials) formatted = [as_unicode('%i: %s') % (i, escape(fn, '\\')) for i, fn in enumerate(files, 1)] file_to_edit = _ask_user(files, formatted) if file_to_edit is None: return '' else: file_to_edit = potentials.pop() dirname = os.path.dirname(file_to_edit) if not os.path.exists(dirname): os.makedirs(dirname) return file_to_edit @contextmanager def _action_context(self): try: old_flag = self._inside_action self._inside_action = True yield finally: self._inside_action = old_flag @err_to_scratch_buffer def _track_change(self): inserted_char = _vim.eval('v:char') try: if inserted_char == '': before = _vim.buf.line_till_cursor if before and before[-1] == self._last_inserted_char: self._try_expand(autotrigger_only=True) finally: self._last_inserted_char = inserted_char UltiSnips_Manager = SnippetManager( # pylint:disable=invalid-name vim.eval('g:UltiSnipsExpandTrigger'), vim.eval('g:UltiSnipsJumpForwardTrigger'), vim.eval('g:UltiSnipsJumpBackwardTrigger')) ultisnips-3.1/pythonx/UltiSnips/test_diff.py000066400000000000000000000112511263123136100213710ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 # pylint: skip-file import unittest from _diff import diff, guess_edit from position import Position def transform(a, cmds): buf = a.split('\n') for cmd in cmds: ctype, line, col, char = cmd if ctype == 'D': if char != '\n': buf[line] = buf[line][:col] + buf[line][col + len(char):] else: buf[line] = buf[line] + buf[line + 1] del buf[line + 1] elif ctype == 'I': buf[line] = buf[line][:col] + char + buf[line][col:] buf = '\n'.join(buf).split('\n') return '\n'.join(buf) import unittest # Test Guessing {{{ class _BaseGuessing(object): def runTest(self): rv, es = guess_edit( self.initial_line, self.a, self.b, Position(*self.ppos), Position(*self.pos)) self.assertEqual(rv, True) self.assertEqual(self.wanted, es) class TestGuessing_Noop0(_BaseGuessing, unittest.TestCase): a, b = [], [] initial_line = 0 ppos, pos = (0, 6), (0, 7) wanted = () class TestGuessing_InsertOneChar(_BaseGuessing, unittest.TestCase): a, b = ['Hello World'], ['Hello World'] initial_line = 0 ppos, pos = (0, 6), (0, 7) wanted = ( ('I', 0, 6, ' '), ) class TestGuessing_InsertOneChar1(_BaseGuessing, unittest.TestCase): a, b = ['Hello World'], ['Hello World'] initial_line = 0 ppos, pos = (0, 7), (0, 8) wanted = ( ('I', 0, 7, ' '), ) class TestGuessing_BackspaceOneChar(_BaseGuessing, unittest.TestCase): a, b = ['Hello World'], ['Hello World'] initial_line = 0 ppos, pos = (0, 7), (0, 6) wanted = ( ('D', 0, 6, ' '), ) class TestGuessing_DeleteOneChar(_BaseGuessing, unittest.TestCase): a, b = ['Hello World'], ['Hello World'] initial_line = 0 ppos, pos = (0, 5), (0, 5) wanted = ( ('D', 0, 5, ' '), ) # End: Test Guessing }}} class _Base(object): def runTest(self): es = diff(self.a, self.b) tr = transform(self.a, es) self.assertEqual(self.b, tr) self.assertEqual(self.wanted, es) class TestEmptyString(_Base, unittest.TestCase): a, b = '', '' wanted = () class TestAllMatch(_Base, unittest.TestCase): a, b = 'abcdef', 'abcdef' wanted = () class TestLotsaNewlines(_Base, unittest.TestCase): a, b = 'Hello', 'Hello\nWorld\nWorld\nWorld' wanted = ( ('I', 0, 5, '\n'), ('I', 1, 0, 'World'), ('I', 1, 5, '\n'), ('I', 2, 0, 'World'), ('I', 2, 5, '\n'), ('I', 3, 0, 'World'), ) class TestCrash(_Base, unittest.TestCase): a = 'hallo Blah mitte=sdfdsfsd\nhallo kjsdhfjksdhfkjhsdfkh mittekjshdkfhkhsdfdsf' b = 'hallo Blah mitte=sdfdsfsd\nhallo b mittekjshdkfhkhsdfdsf' wanted = ( ('D', 1, 6, 'kjsdhfjksdhfkjhsdfkh'), ('I', 1, 6, 'b'), ) class TestRealLife(_Base, unittest.TestCase): a = 'hallo End Beginning' b = 'hallo End t' wanted = ( ('D', 0, 10, 'Beginning'), ('I', 0, 10, 't'), ) class TestRealLife1(_Base, unittest.TestCase): a = 'Vorne hallo Hinten' b = 'Vorne hallo Hinten' wanted = ( ('I', 0, 11, ' '), ) class TestWithNewline(_Base, unittest.TestCase): a = 'First Line\nSecond Line' b = 'n' wanted = ( ('D', 0, 0, 'First Line'), ('D', 0, 0, '\n'), ('D', 0, 0, 'Second Line'), ('I', 0, 0, 'n'), ) class TestCheapDelete(_Base, unittest.TestCase): a = 'Vorne hallo Hinten' b = 'Vorne Hinten' wanted = ( ('D', 0, 5, ' hallo'), ) class TestNoSubstring(_Base, unittest.TestCase): a, b = 'abc', 'def' wanted = ( ('D', 0, 0, 'abc'), ('I', 0, 0, 'def'), ) class TestCommonCharacters(_Base, unittest.TestCase): a, b = 'hasomelongertextbl', 'hol' wanted = ( ('D', 0, 1, 'asomelongertextb'), ('I', 0, 1, 'o'), ) class TestUltiSnipsProblem(_Base, unittest.TestCase): a = 'this is it this is it this is it' b = 'this is it a this is it' wanted = ( ('D', 0, 11, 'this is it'), ('I', 0, 11, 'a'), ) class MatchIsTooCheap(_Base, unittest.TestCase): a = 'stdin.h' b = 's' wanted = ( ('D', 0, 1, 'tdin.h'), ) class MultiLine(_Base, unittest.TestCase): a = 'hi first line\nsecond line first line\nsecond line world' b = 'hi first line\nsecond line k world' wanted = ( ('D', 1, 12, 'first line'), ('D', 1, 12, '\n'), ('D', 1, 12, 'second line'), ('I', 1, 12, 'k'), ) if __name__ == '__main__': unittest.main() # k = TestEditScript() # unittest.TextTestRunner().run(k) ultisnips-3.1/pythonx/UltiSnips/test_position.py000066400000000000000000000034451263123136100223330ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 # pylint: skip-file import unittest from position import Position class _MPBase(object): def runTest(self): obj = Position(*self.obj) for pivot, delta, wanted in self.steps: obj.move(Position(*pivot), Position(*delta)) self.assertEqual(Position(*wanted), obj) class MovePosition_DelSameLine(_MPBase, unittest.TestCase): # hello wor*ld -> h*ld -> hl*ld obj = (0, 9) steps = ( ((0, 1), (0, -8), (0, 1)), ((0, 1), (0, 1), (0, 2)), ) class MovePosition_DelSameLine1(_MPBase, unittest.TestCase): # hel*lo world -> hel*world -> hel*worl obj = (0, 3) steps = ( ((0, 4), (0, -3), (0, 3)), ((0, 8), (0, -1), (0, 3)), ) class MovePosition_InsSameLine1(_MPBase, unittest.TestCase): # hel*lo world -> hel*woresld obj = (0, 3) steps = ( ((0, 4), (0, -3), (0, 3)), ((0, 6), (0, 2), (0, 3)), ((0, 8), (0, -1), (0, 3)) ) class MovePosition_InsSameLine2(_MPBase, unittest.TestCase): # hello wor*ld -> helesdlo wor*ld obj = (0, 9) steps = ( ((0, 3), (0, 3), (0, 12)), ) class MovePosition_DelSecondLine(_MPBase, unittest.TestCase): # hello world. sup hello world.*a, was # *a, was ach nix # ach nix obj = (1, 0) steps = ( ((0, 12), (0, -4), (1, 0)), ((0, 12), (-1, 0), (0, 12)), ) class MovePosition_DelSecondLine1(_MPBase, unittest.TestCase): # hello world. sup # a, *was # ach nix # hello world.a*was # ach nix obj = (1, 3) steps = ( ((0, 12), (0, -4), (1, 3)), ((0, 12), (-1, 0), (0, 15)), ((0, 12), (0, -3), (0, 12)), ((0, 12), (0, 1), (0, 13)), ) if __name__ == '__main__': unittest.main() ultisnips-3.1/pythonx/UltiSnips/text.py000066400000000000000000000041201263123136100204030ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Utilities to deal with text.""" def unescape(text): """Removes '\\' escaping from 'text'.""" rv = '' i = 0 while i < len(text): if i + 1 < len(text) and text[i] == '\\': rv += text[i + 1] i += 1 else: rv += text[i] i += 1 return rv def escape(text, chars): """Escapes all characters in 'chars' in text using backspaces.""" rv = '' for char in text: if char in chars: rv += '\\' rv += char return rv def fill_in_whitespace(text): """Returns 'text' with escaped whitespace replaced through whitespaces.""" text = text.replace(r"\n", '\n') text = text.replace(r"\t", '\t') text = text.replace(r"\r", '\r') text = text.replace(r"\a", '\a') text = text.replace(r"\b", '\b') return text def head_tail(line): """Returns the first word in 'line' and the rest of 'line' or None if the line is too short.""" generator = (t.strip() for t in line.split(None, 1)) head = next(generator).strip() tail = '' try: tail = next(generator).strip() except StopIteration: pass return head, tail class LineIterator(object): """Convenience class that keeps track of line numbers in files.""" def __init__(self, text): self._line_index = -1 self._lines = list(text.splitlines(True)) def __iter__(self): return self def __next__(self): """Returns the next line.""" if self._line_index + 1 < len(self._lines): self._line_index += 1 return self._lines[self._line_index] raise StopIteration() next = __next__ # for python2 @property def line_index(self): """The 1 based line index in the current file.""" return self._line_index + 1 def peek(self): """Returns the next line (if there is any, otherwise None) without advancing the iterator.""" try: return self._lines[self._line_index + 1] except IndexError: return None ultisnips-3.1/pythonx/UltiSnips/text_objects/000077500000000000000000000000001263123136100215455ustar00rootroot00000000000000ultisnips-3.1/pythonx/UltiSnips/text_objects/__init__.py000066400000000000000000000011361263123136100236570ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Public facing classes for TextObjects.""" from UltiSnips.text_objects._escaped_char import EscapedChar from UltiSnips.text_objects._mirror import Mirror from UltiSnips.text_objects._python_code import PythonCode from UltiSnips.text_objects._shell_code import ShellCode from UltiSnips.text_objects._snippet_instance import SnippetInstance from UltiSnips.text_objects._tabstop import TabStop from UltiSnips.text_objects._transformation import Transformation from UltiSnips.text_objects._viml_code import VimLCode from UltiSnips.text_objects._visual import Visual ultisnips-3.1/pythonx/UltiSnips/text_objects/_base.py000066400000000000000000000314671263123136100232030ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Base classes for all text objects.""" from UltiSnips import _vim from UltiSnips.position import Position def _calc_end(text, start): """Calculate the end position of the 'text' starting at 'start.""" if len(text) == 1: new_end = start + Position(0, len(text[0])) else: new_end = Position(start.line + len(text) - 1, len(text[-1])) return new_end def _text_to_vim(start, end, text): """Copy the given text to the current buffer, overwriting the span 'start' to 'end'.""" lines = text.split('\n') new_end = _calc_end(lines, start) before = _vim.buf[start.line][:start.col] after = _vim.buf[end.line][end.col:] new_lines = [] if len(lines): new_lines.append(before + lines[0]) new_lines.extend(lines[1:]) new_lines[-1] += after _vim.buf[start.line:end.line + 1] = new_lines # Open any folds this might have created _vim.buf.cursor = start _vim.command('normal! zv') return new_end # These classes use their subclasses a lot and we really do not want to expose # their functions more globally. # pylint: disable=protected-access class TextObject(object): """Represents any object in the text that has a span in any ways.""" def __init__(self, parent, token_or_start, end=None, initial_text='', tiebreaker=None): self._parent = parent if end is not None: # Took 4 arguments self._start = token_or_start self._end = end self._initial_text = initial_text else: # Initialize from token self._start = token_or_start.start self._end = token_or_start.end self._initial_text = token_or_start.initial_text self._tiebreaker = tiebreaker or Position( self._start.line, self._end.line) if parent is not None: parent._add_child(self) def _move(self, pivot, diff): """Move this object by 'diff' while 'pivot' is the point of change.""" self._start.move(pivot, diff) self._end.move(pivot, diff) def __lt__(self, other): me_tuple = (self.start.line, self.start.col, self._tiebreaker.line, self._tiebreaker.col) other_tuple = (other._start.line, other._start.col, other._tiebreaker.line, other._tiebreaker.col) return me_tuple < other_tuple def __le__(self, other): me_tuple = (self._start.line, self._start.col, self._tiebreaker.line, self._tiebreaker.col) other_tuple = (other._start.line, other._start.col, other._tiebreaker.line, other._tiebreaker.col) return me_tuple <= other_tuple def __repr__(self): ct = '' try: ct = self.current_text except IndexError: ct = '' return '%s(%r->%r,%r)' % (self.__class__.__name__, self._start, self._end, ct) @property def current_text(self): """The current text of this object.""" if self._start.line == self._end.line: return _vim.buf[self._start.line][self._start.col:self._end.col] else: lines = [_vim.buf[self._start.line][self._start.col:]] lines.extend(_vim.buf[self._start.line + 1:self._end.line]) lines.append(_vim.buf[self._end.line][:self._end.col]) return '\n'.join(lines) @property def start(self): """The start position.""" return self._start @property def end(self): """The end position.""" return self._end def overwrite(self, gtext=None): """Overwrite the text of this object in the Vim Buffer and update its length information. If 'gtext' is None use the initial text of this object. """ # We explicitly do not want to move our children around here as we # either have non or we are replacing text initially which means we do # not want to mess with their positions if self.current_text == gtext: return old_end = self._end self._end = _text_to_vim( self._start, self._end, gtext or self._initial_text) if self._parent: self._parent._child_has_moved( self._parent._children.index(self), min(old_end, self._end), self._end.delta(old_end) ) def _update(self, done): """Update this object inside the Vim Buffer. Return False if you need to be called again for this edit cycle. Otherwise return True. """ raise NotImplementedError('Must be implemented by subclasses.') class EditableTextObject(TextObject): """This base class represents any object in the text that can be changed by the user.""" def __init__(self, *args, **kwargs): TextObject.__init__(self, *args, **kwargs) self._children = [] self._tabstops = {} ############## # Properties # ############## @property def children(self): """List of all children.""" return self._children @property def _editable_children(self): """List of all children that are EditableTextObjects.""" return [child for child in self._children if isinstance(child, EditableTextObject)] #################### # Public Functions # #################### def find_parent_for_new_to(self, pos): """Figure out the parent object for something at 'pos'.""" for children in self._editable_children: if children._start <= pos < children._end: return children.find_parent_for_new_to(pos) if children._start == pos and pos == children._end: return children.find_parent_for_new_to(pos) return self ############################### # Private/Protected functions # ############################### def _do_edit(self, cmd, ctab=None): """Apply the edit 'cmd' to this object.""" ctype, line, col, text = cmd assert ('\n' not in text) or (text == '\n') pos = Position(line, col) to_kill = set() new_cmds = [] for child in self._children: if ctype == 'I': # Insertion if (child._start < pos < Position(child._end.line, child._end.col) and isinstance(child, NoneditableTextObject)): to_kill.add(child) new_cmds.append(cmd) break elif ((child._start <= pos <= child._end) and isinstance(child, EditableTextObject)): if pos == child.end and not child.children: try: if ctab.number != child.number: continue except AttributeError: pass child._do_edit(cmd, ctab) return else: # Deletion delend = pos + Position(0, len(text)) if text != '\n' \ else Position(line + 1, 0) if ((child._start <= pos < child._end) and (child._start < delend <= child._end)): # this edit command is completely for the child if isinstance(child, NoneditableTextObject): to_kill.add(child) new_cmds.append(cmd) break else: child._do_edit(cmd, ctab) return elif ((pos < child._start and child._end <= delend and child.start < delend) or (pos <= child._start and child._end < delend)): # Case: this deletion removes the child to_kill.add(child) new_cmds.append(cmd) break elif (pos < child._start and (child._start < delend <= child._end)): # Case: partially for us, partially for the child my_text = text[:(child._start - pos).col] c_text = text[(child._start - pos).col:] new_cmds.append((ctype, line, col, my_text)) new_cmds.append((ctype, line, col, c_text)) break elif (delend >= child._end and ( child._start <= pos < child._end)): # Case: partially for us, partially for the child c_text = text[(child._end - pos).col:] my_text = text[:(child._end - pos).col] new_cmds.append((ctype, line, col, c_text)) new_cmds.append((ctype, line, col, my_text)) break for child in to_kill: self._del_child(child) if len(new_cmds): for child in new_cmds: self._do_edit(child) return # We have to handle this ourselves delta = Position(1, 0) if text == '\n' else Position(0, len(text)) if ctype == 'D': # Makes no sense to delete in empty textobject if self._start == self._end: return delta.line *= -1 delta.col *= -1 pivot = Position(line, col) idx = -1 for cidx, child in enumerate(self._children): if child._start < pivot <= child._end: idx = cidx self._child_has_moved(idx, pivot, delta) def _move(self, pivot, diff): TextObject._move(self, pivot, diff) for child in self._children: child._move(pivot, diff) def _child_has_moved(self, idx, pivot, diff): """Called when a the child with 'idx' has moved behind 'pivot' by 'diff'.""" self._end.move(pivot, diff) for child in self._children[idx + 1:]: child._move(pivot, diff) if self._parent: self._parent._child_has_moved( self._parent._children.index(self), pivot, diff ) def _get_next_tab(self, number): """Returns the next tabstop after 'number'.""" if not len(self._tabstops.keys()): return tno_max = max(self._tabstops.keys()) possible_sol = [] i = number + 1 while i <= tno_max: if i in self._tabstops: possible_sol.append((i, self._tabstops[i])) break i += 1 child = [c._get_next_tab(number) for c in self._editable_children] child = [c for c in child if c] possible_sol += child if not len(possible_sol): return None return min(possible_sol) def _get_prev_tab(self, number): """Returns the previous tabstop before 'number'.""" if not len(self._tabstops.keys()): return tno_min = min(self._tabstops.keys()) possible_sol = [] i = number - 1 while i >= tno_min and i > 0: if i in self._tabstops: possible_sol.append((i, self._tabstops[i])) break i -= 1 child = [c._get_prev_tab(number) for c in self._editable_children] child = [c for c in child if c] possible_sol += child if not len(possible_sol): return None return max(possible_sol) def _get_tabstop(self, requester, number): """Returns the tabstop 'number'. 'requester' is the class that is interested in this. """ if number in self._tabstops: return self._tabstops[number] for child in self._editable_children: if child is requester: continue rv = child._get_tabstop(self, number) if rv is not None: return rv if self._parent and requester is not self._parent: return self._parent._get_tabstop(self, number) def _update(self, done): if all((child in done) for child in self._children): assert self not in done done.add(self) return True def _add_child(self, child): """Add 'child' as a new child of this text object.""" self._children.append(child) self._children.sort() def _del_child(self, child): """Delete this 'child'.""" child._parent = None self._children.remove(child) # If this is a tabstop, delete it. Might have been deleted already if # it was nested. try: del self._tabstops[child.number] except (AttributeError, KeyError): pass class NoneditableTextObject(TextObject): """All passive text objects that the user can't edit by hand.""" def _update(self, done): return True ultisnips-3.1/pythonx/UltiSnips/text_objects/_escaped_char.py000066400000000000000000000006441263123136100246630ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """See module comment.""" from UltiSnips.text_objects._base import NoneditableTextObject class EscapedChar(NoneditableTextObject): r""" This class is a escape char like \$. It is handled in a text object to make sure that siblings are correctly moved after replacing the text. This is a base class without functionality just to mark it in the code. """ ultisnips-3.1/pythonx/UltiSnips/text_objects/_mirror.py000066400000000000000000000015331263123136100235720ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """A Mirror object contains the same text as its related tabstop.""" from UltiSnips.text_objects._base import NoneditableTextObject class Mirror(NoneditableTextObject): """See module docstring.""" def __init__(self, parent, tabstop, token): NoneditableTextObject.__init__(self, parent, token) self._ts = tabstop def _update(self, done): if self._ts.is_killed: self.overwrite('') self._parent._del_child(self) # pylint:disable=protected-access return True if self._ts not in done: return False self.overwrite(self._get_text()) return True def _get_text(self): """Returns the text used for mirroring. Overwritten by base classes. """ return self._ts.current_text ultisnips-3.1/pythonx/UltiSnips/text_objects/_python_code.py000066400000000000000000000171671263123136100246050ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Implements `!p ` interpolation.""" import os from collections import namedtuple from UltiSnips import _vim from UltiSnips.compatibility import as_unicode from UltiSnips.indent_util import IndentUtil from UltiSnips.text_objects._base import NoneditableTextObject import UltiSnips.snippet_manager class _Tabs(object): """Allows access to tabstop content via t[] inside of python code.""" def __init__(self, to): self._to = to def __getitem__(self, no): ts = self._to._get_tabstop( self._to, int(no)) # pylint:disable=protected-access if ts is None: return '' return ts.current_text _VisualContent = namedtuple('_VisualContent', ['mode', 'text']) class SnippetUtilForAction(dict): def __init__(self, *args, **kwargs): super(SnippetUtilForAction, self).__init__(*args, **kwargs) self.__dict__ = self def expand_anon(self, *args, **kwargs): UltiSnips.snippet_manager.UltiSnips_Manager.expand_anon( *args, **kwargs ) self.cursor.preserve() class SnippetUtilCursor(object): def __init__(self, cursor): self._cursor = [cursor[0] - 1, cursor[1]] self._set = False def preserve(self): self._set = True self._cursor = [ _vim.buf.cursor[0], _vim.buf.cursor[1], ] def is_set(self): return self._set def set(self, line, column): self.__setitem__(0, line) self.__setitem__(1, column) def to_vim_cursor(self): return (self._cursor[0] + 1, self._cursor[1]) def __getitem__(self, index): return self._cursor[index] def __setitem__(self, index, value): self._set = True self._cursor[index] = value def __len__(self): return 2 def __str__(self): return str((self._cursor[0], self._cursor[1])) class SnippetUtil(object): """Provides easy access to indentation, etc. This is the 'snip' object in python code. """ def __init__(self, initial_indent, vmode, vtext, context): self._ind = IndentUtil() self._visual = _VisualContent(vmode, vtext) self._initial_indent = self._ind.indent_to_spaces(initial_indent) self._reset('') self._context = context def _reset(self, cur): """Gets the snippet ready for another update. :cur: the new value for c. """ self._ind.reset() self._cur = cur self._rv = '' self._changed = False self.reset_indent() def shift(self, amount=1): """Shifts the indentation level. Note that this uses the shiftwidth because thats what code formatters use. :amount: the amount by which to shift. """ self.indent += ' ' * self._ind.shiftwidth * amount def unshift(self, amount=1): """Unshift the indentation level. Note that this uses the shiftwidth because thats what code formatters use. :amount: the amount by which to unshift. """ by = -self._ind.shiftwidth * amount try: self.indent = self.indent[:by] except IndexError: self.indent = '' def mkline(self, line='', indent=None): """Creates a properly set up line. :line: the text to add :indent: the indentation to have at the beginning if None, it uses the default amount """ if indent is None: indent = self.indent # this deals with the fact that the first line is # already properly indented if '\n' not in self._rv: try: indent = indent[len(self._initial_indent):] except IndexError: indent = '' indent = self._ind.spaces_to_indent(indent) return indent + line def reset_indent(self): """Clears the indentation.""" self.indent = self._initial_indent # Utility methods @property def fn(self): # pylint:disable=no-self-use,invalid-name """The filename.""" return _vim.eval('expand("%:t")') or '' @property def basename(self): # pylint:disable=no-self-use """The filename without extension.""" return _vim.eval('expand("%:t:r")') or '' @property def ft(self): # pylint:disable=invalid-name """The filetype.""" return self.opt('&filetype', '') @property def rv(self): # pylint:disable=invalid-name """The return value. The text to insert at the location of the placeholder. """ return self._rv @rv.setter def rv(self, value): # pylint:disable=invalid-name """See getter.""" self._changed = True self._rv = value @property def _rv_changed(self): """True if rv has changed.""" return self._changed @property def c(self): # pylint:disable=invalid-name """The current text of the placeholder.""" return self._cur @property def v(self): # pylint:disable=invalid-name """Content of visual expansions.""" return self._visual @property def context(self): return self._context def opt(self, option, default=None): # pylint:disable=no-self-use """Gets a Vim variable.""" if _vim.eval("exists('%s')" % option) == '1': try: return _vim.eval(option) except _vim.error: pass return default def __add__(self, value): """Appends the given line to rv using mkline.""" self.rv += '\n' # pylint:disable=invalid-name self.rv += self.mkline(value) return self def __lshift__(self, other): """Same as unshift.""" self.unshift(other) def __rshift__(self, other): """Same as shift.""" self.shift(other) class PythonCode(NoneditableTextObject): """See module docstring.""" def __init__(self, parent, token): # Find our containing snippet for snippet local data snippet = parent while snippet: try: self._locals = snippet.locals text = snippet.visual_content.text mode = snippet.visual_content.mode context = snippet.context break except AttributeError: snippet = snippet._parent # pylint:disable=protected-access self._snip = SnippetUtil(token.indent, mode, text, context) self._codes = (( 'import re, os, vim, string, random', '\n'.join(snippet.globals.get('!p', [])).replace('\r\n', '\n'), token.code.replace('\\`', '`') )) NoneditableTextObject.__init__(self, parent, token) def _update(self, done): path = _vim.eval('expand("%")') or '' ct = self.current_text self._locals.update({ 't': _Tabs(self._parent), 'fn': os.path.basename(path), 'path': path, 'cur': ct, 'res': ct, 'snip': self._snip, }) self._snip._reset(ct) # pylint:disable=protected-access for code in self._codes: try: exec(code, self._locals) # pylint:disable=exec-used except Exception as e: e.snippet_code = code raise rv = as_unicode( self._snip.rv if self._snip._rv_changed # pylint:disable=protected-access else as_unicode(self._locals['res']) ) if ct != rv: self.overwrite(rv) return False return True ultisnips-3.1/pythonx/UltiSnips/text_objects/_shell_code.py000066400000000000000000000043501263123136100243610ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Implements `echo hi` shell code interpolation.""" import os import platform from subprocess import Popen, PIPE import stat import tempfile from UltiSnips.compatibility import as_unicode from UltiSnips.text_objects._base import NoneditableTextObject def _chomp(string): """Rather than rstrip(), remove only the last newline and preserve purposeful whitespace.""" if len(string) and string[-1] == '\n': string = string[:-1] if len(string) and string[-1] == '\r': string = string[:-1] return string def _run_shell_command(cmd, tmpdir): """Write the code to a temporary file.""" cmdsuf = '' if platform.system() == 'Windows': # suffix required to run command on windows cmdsuf = '.bat' # turn echo off cmd = '@echo off\r\n' + cmd handle, path = tempfile.mkstemp(text=True, dir=tmpdir, suffix=cmdsuf) os.write(handle, cmd.encode('utf-8')) os.close(handle) os.chmod(path, stat.S_IRWXU) # Execute the file and read stdout proc = Popen(path, shell=True, stdout=PIPE, stderr=PIPE) proc.wait() stdout, _ = proc.communicate() os.unlink(path) return _chomp(as_unicode(stdout)) def _get_tmp(): """Find an executable tmp directory.""" userdir = os.path.expanduser('~') for testdir in [tempfile.gettempdir(), os.path.join(userdir, '.cache'), os.path.join(userdir, '.tmp'), userdir]: if (not os.path.exists(testdir) or not _run_shell_command('echo success', testdir) == 'success'): continue return testdir return '' class ShellCode(NoneditableTextObject): """See module docstring.""" def __init__(self, parent, token): NoneditableTextObject.__init__(self, parent, token) self._code = token.code.replace('\\`', '`') self._tmpdir = _get_tmp() def _update(self, done): if not self._tmpdir: output = \ 'Unable to find executable tmp directory, check noexec on /tmp' else: output = _run_shell_command(self._code, self._tmpdir) self.overwrite(output) self._parent._del_child(self) # pylint:disable=protected-access return True ultisnips-3.1/pythonx/UltiSnips/text_objects/_snippet_instance.py000066400000000000000000000115701263123136100256300ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """A Snippet instance is an instance of a Snippet Definition. That is, when the user expands a snippet, a SnippetInstance is created to keep track of the corresponding TextObjects. The Snippet itself is also a TextObject. """ from UltiSnips import _vim from UltiSnips.position import Position from UltiSnips.text_objects._base import EditableTextObject, \ NoneditableTextObject from UltiSnips.text_objects._tabstop import TabStop class SnippetInstance(EditableTextObject): """See module docstring.""" # pylint:disable=protected-access def __init__(self, snippet, parent, initial_text, start, end, visual_content, last_re, globals, context): if start is None: start = Position(0, 0) if end is None: end = Position(0, 0) self.snippet = snippet self._cts = 0 self.context = context self.locals = {'match': last_re, 'context': context} self.globals = globals self.visual_content = visual_content EditableTextObject.__init__(self, parent, start, end, initial_text) def replace_initial_text(self): """Puts the initial text of all text elements into Vim.""" def _place_initial_text(obj): """recurses on the children to do the work.""" obj.overwrite() if isinstance(obj, EditableTextObject): for child in obj._children: _place_initial_text(child) _place_initial_text(self) def replay_user_edits(self, cmds, ctab=None): """Replay the edits the user has done to keep endings of our Text objects in sync with reality.""" for cmd in cmds: self._do_edit(cmd, ctab) def update_textobjects(self): """Update the text objects that should change automagically after the users edits have been replayed. This might also move the Cursor """ vc = _VimCursor(self) done = set() not_done = set() def _find_recursive(obj): """Finds all text objects and puts them into 'not_done'.""" if isinstance(obj, EditableTextObject): for child in obj._children: _find_recursive(child) not_done.add(obj) _find_recursive(self) counter = 10 while (done != not_done) and counter: # Order matters for python locals! for obj in sorted(not_done - done): if obj._update(done): done.add(obj) counter -= 1 if not counter: raise RuntimeError( 'The snippets content did not converge: Check for Cyclic ' 'dependencies or random strings in your snippet. You can use ' "'if not snip.c' to make sure to only expand random output " 'once.') vc.to_vim() self._del_child(vc) def select_next_tab(self, backwards=False): """Selects the next tabstop or the previous if 'backwards' is True.""" if self._cts is None: return if backwards: cts_bf = self._cts res = self._get_prev_tab(self._cts) if res is None: self._cts = cts_bf return self._tabstops.get(self._cts, None) self._cts, ts = res return ts else: res = self._get_next_tab(self._cts) if res is None: self._cts = None ts = self._get_tabstop(self, 0) if ts: return ts # TabStop 0 was deleted. It was probably killed through some # edit action. Recreate it at the end of us. start = Position(self.end.line, self.end.col) end = Position(self.end.line, self.end.col) return TabStop(self, 0, start, end) else: self._cts, ts = res return ts return self._tabstops[self._cts] def _get_tabstop(self, requester, no): # SnippetInstances are completely self contained, therefore, we do not # need to ask our parent for Tabstops cached_parent = self._parent self._parent = None rv = EditableTextObject._get_tabstop(self, requester, no) self._parent = cached_parent return rv def get_tabstops(self): return self._tabstops class _VimCursor(NoneditableTextObject): """Helper class to keep track of the Vim Cursor when text objects expand and move.""" def __init__(self, parent): NoneditableTextObject.__init__( self, parent, _vim.buf.cursor, _vim.buf.cursor, tiebreaker=Position(-1, -1)) def to_vim(self): """Moves the cursor in the Vim to our position.""" assert self._start == self._end _vim.buf.cursor = self._start ultisnips-3.1/pythonx/UltiSnips/text_objects/_tabstop.py000066400000000000000000000023361263123136100237360ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """This is the most important TextObject. A TabStop is were the cursor comes to rest when the user taps through the Snippet. """ from UltiSnips.text_objects._base import EditableTextObject class TabStop(EditableTextObject): """See module docstring.""" def __init__(self, parent, token, start=None, end=None): if start is not None: self._number = token EditableTextObject.__init__(self, parent, start, end) else: self._number = token.number EditableTextObject.__init__(self, parent, token) parent._tabstops[ self._number] = self # pylint:disable=protected-access @property def number(self): """The tabstop number.""" return self._number @property def is_killed(self): """True if this tabstop has been typed over and the user therefore can no longer jump to it.""" return self._parent is None def __repr__(self): try: text = self.current_text except IndexError: text = '' return 'TabStop(%s,%r->%r,%r)' % (self.number, self._start, self._end, text) ultisnips-3.1/pythonx/UltiSnips/text_objects/_transformation.py000066400000000000000000000124321263123136100253260ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Implements TabStop transformations.""" import re import sys from UltiSnips.text import unescape, fill_in_whitespace from UltiSnips.text_objects._mirror import Mirror def _find_closing_brace(string, start_pos): """Finds the corresponding closing brace after start_pos.""" bracks_open = 1 for idx, char in enumerate(string[start_pos:]): if char == '(': if string[idx + start_pos - 1] != '\\': bracks_open += 1 elif char == ')': if string[idx + start_pos - 1] != '\\': bracks_open -= 1 if not bracks_open: return start_pos + idx + 1 def _split_conditional(string): """Split the given conditional 'string' into its arguments.""" bracks_open = 0 args = [] carg = '' for idx, char in enumerate(string): if char == '(': if string[idx - 1] != '\\': bracks_open += 1 elif char == ')': if string[idx - 1] != '\\': bracks_open -= 1 elif char == ':' and not bracks_open and not string[idx - 1] == '\\': args.append(carg) carg = '' continue carg += char args.append(carg) return args def _replace_conditional(match, string): """Replaces a conditional match in a transformation.""" conditional_match = _CONDITIONAL.search(string) while conditional_match: start = conditional_match.start() end = _find_closing_brace(string, start + 4) args = _split_conditional(string[start + 4:end - 1]) rv = '' if match.group(int(conditional_match.group(1))): rv = unescape(_replace_conditional(match, args[0])) elif len(args) > 1: rv = unescape(_replace_conditional(match, args[1])) string = string[:start] + rv + string[end:] conditional_match = _CONDITIONAL.search(string) return string _ONE_CHAR_CASE_SWITCH = re.compile(r"\\([ul].)", re.DOTALL) _LONG_CASEFOLDINGS = re.compile(r"\\([UL].*?)\\E", re.DOTALL) _DOLLAR = re.compile(r"\$(\d+)", re.DOTALL) _CONDITIONAL = re.compile(r"\(\?(\d+):", re.DOTALL) class _CleverReplace(object): """Mimics TextMates replace syntax.""" def __init__(self, expression): self._expression = expression def replace(self, match): """Replaces 'match' through the correct replacement string.""" transformed = self._expression # Replace all $? with capture groups transformed = _DOLLAR.subn( lambda m: match.group(int(m.group(1))), transformed)[0] # Replace Case switches def _one_char_case_change(match): """Replaces one character case changes.""" if match.group(1)[0] == 'u': return match.group(1)[-1].upper() else: return match.group(1)[-1].lower() transformed = _ONE_CHAR_CASE_SWITCH.subn( _one_char_case_change, transformed)[0] def _multi_char_case_change(match): """Replaces multi character case changes.""" if match.group(1)[0] == 'U': return match.group(1)[1:].upper() else: return match.group(1)[1:].lower() transformed = _LONG_CASEFOLDINGS.subn( _multi_char_case_change, transformed)[0] transformed = _replace_conditional(match, transformed) return unescape(fill_in_whitespace(transformed)) # flag used to display only one time the lack of unidecode UNIDECODE_ALERT_RAISED = False class TextObjectTransformation(object): """Base class for Transformations and ${VISUAL}.""" def __init__(self, token): self._convert_to_ascii = False self._find = None if token.search is None: return flags = 0 self._match_this_many = 1 if token.options: if 'g' in token.options: self._match_this_many = 0 if 'i' in token.options: flags |= re.IGNORECASE if 'a' in token.options: self._convert_to_ascii = True self._find = re.compile(token.search, flags | re.DOTALL) self._replace = _CleverReplace(token.replace) def _transform(self, text): """Do the actual transform on the given text.""" global UNIDECODE_ALERT_RAISED # pylint:disable=global-statement if self._convert_to_ascii: try: import unidecode text = unidecode.unidecode(text) except Exception: # pylint:disable=broad-except if UNIDECODE_ALERT_RAISED == False: UNIDECODE_ALERT_RAISED = True sys.stderr.write( 'Please install unidecode python package in order to ' 'be able to make ascii conversions.\n') if self._find is None: return text return self._find.subn( self._replace.replace, text, self._match_this_many)[0] class Transformation(Mirror, TextObjectTransformation): """See module docstring.""" def __init__(self, parent, ts, token): Mirror.__init__(self, parent, ts, token) TextObjectTransformation.__init__(self, token) def _get_text(self): return self._transform(self._ts.current_text) ultisnips-3.1/pythonx/UltiSnips/text_objects/_viml_code.py000066400000000000000000000007721263123136100242250ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Implements `!v ` VimL interpolation.""" from UltiSnips import _vim from UltiSnips.text_objects._base import NoneditableTextObject class VimLCode(NoneditableTextObject): """See module docstring.""" def __init__(self, parent, token): self._code = token.code.replace('\\`', '`').strip() NoneditableTextObject.__init__(self, parent, token) def _update(self, done): self.overwrite(_vim.eval(self._code)) return True ultisnips-3.1/pythonx/UltiSnips/text_objects/_visual.py000066400000000000000000000040401263123136100235570ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """A ${VISUAL} placeholder that will use the text that was last visually selected and insert it here. If there was no text visually selected, this will be the empty string. """ import re import textwrap from UltiSnips import _vim from UltiSnips.indent_util import IndentUtil from UltiSnips.text_objects._transformation import TextObjectTransformation from UltiSnips.text_objects._base import NoneditableTextObject _REPLACE_NON_WS = re.compile(r"[^ \t]") class Visual(NoneditableTextObject, TextObjectTransformation): """See module docstring.""" def __init__(self, parent, token): # Find our containing snippet for visual_content snippet = parent while snippet: try: self._text = snippet.visual_content.text self._mode = snippet.visual_content.mode break except AttributeError: snippet = snippet._parent # pylint:disable=protected-access if not self._text: self._text = token.alternative_text self._mode = 'v' NoneditableTextObject.__init__(self, parent, token) TextObjectTransformation.__init__(self, token) def _update(self, done): if self._mode == 'v': # Normal selection. text = self._text else: # Block selection or line selection. text_before = _vim.buf[self.start.line][:self.start.col] indent = _REPLACE_NON_WS.sub(' ', text_before) iu = IndentUtil() indent = iu.indent_to_spaces(indent) indent = iu.spaces_to_indent(indent) text = '' for idx, line in enumerate(textwrap.dedent( self._text).splitlines(True)): if idx != 0: text += indent text += line text = text[:-1] # Strip final '\n' text = self._transform(text) self.overwrite(text) self._parent._del_child(self) # pylint:disable=protected-access return True ultisnips-3.1/pythonx/UltiSnips/vim_state.py000066400000000000000000000112331263123136100214150ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 """Some classes to conserve Vim's state for comparing over time.""" from collections import deque from UltiSnips import _vim from UltiSnips.compatibility import as_unicode, byte2col from UltiSnips.position import Position class VimPosition(Position): """Represents the current position in the buffer, together with some status variables that might change our decisions down the line.""" def __init__(self): pos = _vim.buf.cursor self._mode = _vim.eval('mode()') Position.__init__(self, pos.line, pos.col) @property def mode(self): """Returns the mode() this position was created.""" return self._mode class VimState(object): """Caches some state information from Vim to better guess what editing tasks the user might have done in the last step.""" def __init__(self): self._poss = deque(maxlen=5) self._lvb = None self._text_to_expect = '' self._unnamed_reg_cached = False # We store the cached value of the unnamed register in Vim directly to # avoid any Unicode issues with saving and restoring the unnamed # register across the Python bindings. The unnamed register can contain # data that cannot be coerced to Unicode, and so a simple vim.eval('@"') # fails badly. Keeping the cached value in Vim directly, sidesteps the # problem. _vim.command('let g:_ultisnips_unnamed_reg_cache = ""') def remember_unnamed_register(self, text_to_expect): """Save the unnamed register. 'text_to_expect' is text that we expect to be contained in the register the next time this method is called - this could be text from the tabstop that was selected and might have been overwritten. We will not cache that then. """ self._unnamed_reg_cached = True escaped_text = self._text_to_expect.replace("'", "''") res = int(_vim.eval('@" != ' + "'" + escaped_text + "'")) if res: _vim.command('let g:_ultisnips_unnamed_reg_cache = @"') self._text_to_expect = text_to_expect def restore_unnamed_register(self): """Restores the unnamed register and forgets what we cached.""" if not self._unnamed_reg_cached: return _vim.command('let @" = g:_ultisnips_unnamed_reg_cache') self._unnamed_reg_cached = False def remember_position(self): """Remember the current position as a previous pose.""" self._poss.append(VimPosition()) def remember_buffer(self, to): """Remember the content of the buffer and the position.""" self._lvb = _vim.buf[to.start.line:to.end.line + 1] self._lvb_len = len(_vim.buf) self.remember_position() @property def diff_in_buffer_length(self): """Returns the difference in the length of the current buffer compared to the remembered.""" return len(_vim.buf) - self._lvb_len @property def pos(self): """The last remembered position.""" return self._poss[-1] @property def ppos(self): """The second to last remembered position.""" return self._poss[-2] @property def remembered_buffer(self): """The content of the remembered buffer.""" return self._lvb[:] class VisualContentPreserver(object): """Saves the current visual selection and the selection mode it was done in (e.g. line selection, block selection or regular selection.)""" def __init__(self): self.reset() def reset(self): """Forget the preserved state.""" self._mode = '' self._text = as_unicode('') def conserve(self): """Save the last visual selection ond the mode it was made in.""" sl, sbyte = map(int, (_vim.eval("""line("'<")"""), _vim.eval("""col("'<")"""))) el, ebyte = map(int, (_vim.eval("""line("'>")"""), _vim.eval("""col("'>")"""))) sc = byte2col(sl, sbyte - 1) ec = byte2col(el, ebyte - 1) self._mode = _vim.eval('visualmode()') _vim_line_with_eol = lambda ln: _vim.buf[ln] + '\n' if sl == el: text = _vim_line_with_eol(sl - 1)[sc:ec + 1] else: text = _vim_line_with_eol(sl - 1)[sc:] for cl in range(sl, el - 1): text += _vim_line_with_eol(cl) text += _vim_line_with_eol(el - 1)[:ec + 1] self._text = text @property def text(self): """The conserved text.""" return self._text @property def mode(self): """The conserved visualmode().""" return self._mode ultisnips-3.1/rplugin/000077500000000000000000000000001263123136100150655ustar00rootroot00000000000000ultisnips-3.1/rplugin/python3/000077500000000000000000000000001263123136100164715ustar00rootroot00000000000000ultisnips-3.1/rplugin/python3/deoplete/000077500000000000000000000000001263123136100202725ustar00rootroot00000000000000ultisnips-3.1/rplugin/python3/deoplete/sources/000077500000000000000000000000001263123136100217555ustar00rootroot00000000000000ultisnips-3.1/rplugin/python3/deoplete/sources/ultisnips.py000066400000000000000000000010451263123136100243610ustar00rootroot00000000000000from .base import Base class Source(Base): def __init__(self, vim): Base.__init__(self, vim) self.name = 'ultisnips' self.mark = '[US]' self.rank = 8 def gather_candidates(self, context): suggestions = [] snippets = self.vim.eval( 'UltiSnips#SnippetsInCurrentScope()') for trigger in snippets: suggestions.append({ 'word': trigger, 'menu': self.mark + ' ' + snippets.get(trigger, '') }) return suggestions ultisnips-3.1/syntax/000077500000000000000000000000001263123136100147335ustar00rootroot00000000000000ultisnips-3.1/syntax/snippets.vim000066400000000000000000000240451263123136100173220ustar00rootroot00000000000000" Syntax highlighting for snippet files (used for UltiSnips.vim) " Revision: 26/03/11 19:53:33 if exists("b:current_syntax") finish endif if expand("%:p:h:t") == "snippets" && search("^endsnippet", "nw") == 0 \ && !exists("b:ultisnips_override_snipmate") " this appears to be a snipmate file " It's in a directory called snippets/ and there's no endsnippet keyword " anywhere in the file. source :h/snippets_snipmate.vim finish endif " Embedded Syntaxes {{{1 try syntax include @Python syntax/python.vim unlet b:current_syntax syntax include @Viml syntax/vim.vim unlet b:current_syntax syntax include @Shell syntax/sh.vim unlet b:current_syntax catch /E403/ " Ignore errors about syntax files that can't be loaded more than once endtry " Syntax definitions {{{1 " Comments {{{2 syn match snipComment "^#.*" contains=snipTODO display syn keyword snipTODO contained display FIXME NOTE NOTES TODO XXX " Errors {{{2 syn match snipLeadingSpaces "^\t* \+" contained " Extends {{{2 syn match snipExtends "^extends\%(\s.*\|$\)" contains=snipExtendsKeyword display syn match snipExtendsKeyword "^extends" contained display " Definitions {{{2 " snippet {{{3 syn region snipSnippet start="^snippet\_s" end="^endsnippet\s*$" contains=snipSnippetHeader fold keepend syn match snipSnippetHeader "^.*$" nextgroup=snipSnippetBody,snipSnippetFooter skipnl contained contains=snipSnippetHeaderKeyword syn match snipSnippetHeaderKeyword "^snippet" contained nextgroup=snipSnippetTrigger skipwhite syn region snipSnippetBody start="\_." end="^\zeendsnippet\s*$" contained nextgroup=snipSnippetFooter contains=snipLeadingSpaces,@snipTokens syn match snipSnippetFooter "^endsnippet.*" contained contains=snipSnippetFooterKeyword syn match snipSnippetFooterKeyword "^endsnippet" contained " The current parser is a bit lax about parsing. For example, given this: " snippet foo"bar" " it treats `foo"bar"` as the trigger. But with this: " snippet foo"bar baz" " it treats `foo` as the trigger and "bar baz" as the description. " I think this is an accident. Instead, we'll assume the description must " be surrounded by spaces. That means we'll treat " snippet foo"bar" " as a trigger `foo"bar"` and " snippet foo"bar baz" " as an attempted multiword snippet `foo"bar baz"` that is invalid. " NB: UltiSnips parses right-to-left, which Vim doesn't support, so that makes " the following patterns very complicated. syn match snipSnippetTrigger "\S\+" contained nextgroup=snipSnippetDocString,snipSnippetTriggerInvalid skipwhite " We want to match a trailing " as the start of a doc comment, but we also " want to allow for using " as the delimiter in a multiword/pattern snippet. " So we have to define this twice, once in the general case that matches a " trailing " as the doc comment, and once for the case of the multiword " delimiter using " that has more constraints syn match snipSnippetTrigger ,\([^"[:space:]]\).\{-}\1\%(\s*$\)\@!\ze\%(\s\+"[^"]*\%("\s\+[^"[:space:]]\+\|"\)\=\)\=\s*$, contained nextgroup=snipSnippetDocString skipwhite syn match snipSnippetTrigger ,".\{-}"\ze\%(\s\+"\%(\s*\S\)\@=[^"]*\%("\s\+[^"[:space:]]\+\|"\)\=\)\=\s*$, contained nextgroup=snipSnippetDocString skipwhite syn match snipSnippetTriggerInvalid ,\S\@=.\{-}\S\ze\%(\s\+"[^"]*\%("\s\+[^"[:space:]]\+\s*\|"\s*\)\=\|\s*\)$, contained nextgroup=snipSnippetDocString skipwhite syn match snipSnippetDocString ,"[^"]*\%("\ze\s*\%(\s[^"[:space:]]\+\s*\)\=\)\=$, contained nextgroup=snipSnippetOptions skipwhite syn match snipSnippetOptions ,\S\+, contained contains=snipSnippetOptionFlag syn match snipSnippetOptionFlag ,[biwrtsmx], contained " Command substitution {{{4 syn region snipCommand keepend matchgroup=snipCommandDelim start="`" skip="\\[{}\\$`]" end="`" contained contains=snipPythonCommand,snipVimLCommand,snipShellCommand,snipCommandSyntaxOverride syn region snipShellCommand start="\ze\_." skip="\\[{}\\$`]" end="\ze`" contained contains=@Shell syn region snipPythonCommand matchgroup=snipPythonCommandP start="`\@<=!p\_s" skip="\\[{}\\$`]" end="\ze`" contained contains=@Python syn region snipVimLCommand matchgroup=snipVimLCommandV start="`\@<=!v\_s" skip="\\[{}\\$`]" end="\ze`" contained contains=@Viml syn cluster snipTokens add=snipCommand syn cluster snipTabStopTokens add=snipCommand " unfortunately due to the balanced braces parsing of commands, if a { occurs " in the command, we need to prevent the embedded syntax highlighting. " Otherwise, we can't track the balanced braces properly. syn region snipCommandSyntaxOverride start="\%(\\[{}\\$`]\|\_[^`"{]\)*\ze{" skip="\\[{}\\$`]" end="\ze`" contained contains=snipBalancedBraces transparent " Tab Stops {{{4 syn match snipEscape "\\[{}\\$`]" contained syn cluster snipTokens add=snipEscape syn cluster snipTabStopTokens add=snipEscape syn match snipMirror "\$\d\+" contained syn cluster snipTokens add=snipMirror syn cluster snipTabStopTokens add=snipMirror syn region snipTabStop matchgroup=snipTabStop start="\${\d\+[:}]\@=" end="}" contained contains=snipTabStopDefault extend syn region snipTabStopDefault matchgroup=snipTabStop start=":" skip="\\[{}]" end="\ze}" contained contains=snipTabStopEscape,snipBalancedBraces,@snipTabStopTokens keepend syn match snipTabStopEscape "\\[{}]" contained syn region snipBalancedBraces start="{" end="}" contained transparent extend syn cluster snipTokens add=snipTabStop syn cluster snipTabStopTokens add=snipTabStop syn region snipVisual matchgroup=snipVisual start="\${VISUAL[:}/]\@=" end="}" contained contains=snipVisualDefault,snipTransformationPattern syn region snipVisualDefault matchgroup=snipVisual start=":" end="\ze[}/]" contained contains=snipTabStopEscape nextgroup=snipTransformationPattern syn cluster snipTokens add=snipVisual syn cluster snipTabStopTokens add=snipVisual syn region snipTransformation matchgroup=snipTransformation start="\${\d\/\@=" end="}" contained contains=snipTransformationPattern syn region snipTransformationPattern matchgroup=snipTransformationPatternDelim start="/" end="\ze/" contained contains=snipTransformationEscape nextgroup=snipTransformationReplace skipnl syn region snipTransformationReplace matchgroup=snipTransformationPatternDelim start="/" end="/" contained contains=snipTransformationEscape nextgroup=snipTransformationOptions skipnl syn region snipTransformationOptions start="\ze[^}]" end="\ze}" contained contains=snipTabStopEscape syn match snipTransformationEscape "\\/" contained syn cluster snipTokens add=snipTransformation syn cluster snipTabStopTokens add=snipTransformation " global {{{3 " Generic (non-Python) {{{4 syn region snipGlobal start="^global\_s" end="^\zeendglobal\s*$" contains=snipGlobalHeader nextgroup=snipGlobalFooter fold keepend syn match snipGlobalHeader "^.*$" nextgroup=snipGlobalBody,snipGlobalFooter skipnl contained contains=snipGlobalHeaderKeyword syn region snipGlobalBody start="\_." end="^\zeendglobal\s*$" contained contains=snipLeadingSpaces " Python (!p) {{{4 syn region snipGlobal start=,^global\s\+!p\%(\s\+"[^"]*\%("\s\+[^"[:space:]]\+\|"\)\=\)\=\s*$, end=,^\zeendglobal\s*$, contains=snipGlobalPHeader nextgroup=snipGlobalFooter fold keepend syn match snipGlobalPHeader "^.*$" nextgroup=snipGlobalPBody,snipGlobalFooter skipnl contained contains=snipGlobalHeaderKeyword syn match snipGlobalHeaderKeyword "^global" contained nextgroup=snipSnippetTrigger skipwhite syn region snipGlobalPBody start="\_." end="^\zeendglobal\s*$" contained contains=@Python " Common {{{4 syn match snipGlobalFooter "^endglobal.*" contained contains=snipGlobalFooterKeyword syn match snipGlobalFooterKeyword "^endglobal" contained " priority {{{3 syn match snipPriority "^priority\%(\s.*\|$\)" contains=snipPriorityKeyword display syn match snipPriorityKeyword "^priority" contained nextgroup=snipPriorityValue skipwhite display syn match snipPriorityValue "-\?\d\+" contained display " Actions {{{3 syn match snipAction "^\(pre_expand\|post_expand\|post_jump\)\%(\s.*\|$\)" contains=snipActionKeyword display syn match snipActionKeyword "^\(pre_expand\|post_expand\|post_jump\)" contained nextgroup=snipActionValue skipwhite display syn match snipActionValue '".*"' contained display " Snippt Clearing {{{2 syn match snipClear "^clearsnippets\%(\s.*\|$\)" contains=snipClearKeyword display syn match snipClearKeyword "^clearsnippets" contained display " Highlight groups {{{1 hi def link snipComment Comment hi def link snipTODO Todo hi def snipLeadingSpaces term=reverse ctermfg=15 ctermbg=4 gui=reverse guifg=#dc322f hi def link snipKeyword Keyword hi def link snipExtendsKeyword snipKeyword hi def link snipSnippetHeaderKeyword snipKeyword hi def link snipSnippetFooterKeyword snipKeyword hi def link snipSnippetTrigger Identifier hi def link snipSnippetTriggerInvalid Error hi def link snipSnippetDocString String hi def link snipSnippetOptionFlag Special hi def link snipGlobalHeaderKeyword snipKeyword hi def link snipGlobalFooterKeyword snipKeyword hi def link snipCommand Special hi def link snipCommandDelim snipCommand hi def link snipShellCommand snipCommand hi def link snipVimLCommand snipCommand hi def link snipPythonCommandP PreProc hi def link snipVimLCommandV PreProc hi def link snipEscape Special hi def link snipMirror StorageClass hi def link snipTabStop Define hi def link snipTabStopDefault String hi def link snipTabStopEscape Special hi def link snipVisual snipTabStop hi def link snipVisualDefault snipTabStopDefault hi def link snipTransformation snipTabStop hi def link snipTransformationPattern String hi def link snipTransformationPatternDelim Operator hi def link snipTransformationReplace String hi def link snipTransformationEscape snipEscape hi def link snipTransformationOptions Operator hi def link snipPriorityKeyword Keyword hi def link snipPriorityValue Number hi def link snipActionKeyword Keyword hi def link snipActionValue String hi def link snipClearKeyword Keyword " }}}1 let b:current_syntax = "snippets" ultisnips-3.1/syntax/snippets_snipmate.vim000066400000000000000000000033561263123136100212240ustar00rootroot00000000000000" Syntax highlighting variant used for snipmate snippets files " The snippets.vim file sources this if it wants snipmate mode if exists("b:current_syntax") finish endif " Embedded syntaxes {{{1 " Re-include the original file so we can share some of its definitions let b:ultisnips_override_snipmate = 1 syn include :h/snippets.vim unlet b:current_syntax unlet b:ultisnips_override_snipmate syn cluster snipTokens contains=snipEscape,snipVisual,snipTabStop,snipMirror,snipmateCommand syn cluster snipTabStopTokens contains=snipVisual,snipMirror,snipEscape,snipmateCommand " Syntax definitions {{{1 syn match snipmateComment "^#.*" syn match snipmateExtends "^extends\%(\s.*\|$\)" contains=snipExtendsKeyword display syn region snipmateSnippet start="^snippet\ze\%(\s\|$\)" end="^\ze[^[:tab:]]" contains=snipmateSnippetHeader keepend syn match snipmateSnippetHeader "^.*" contained contains=snipmateKeyword nextgroup=snipmateSnippetBody skipnl skipempty syn match snipmateKeyword "^snippet\ze\%(\s\|$\)" contained nextgroup=snipmateTrigger skipwhite syn match snipmateTrigger "\S\+" contained nextgroup=snipmateDescription skipwhite syn match snipmateDescription "\S.*" contained syn region snipmateSnippetBody start="^\t" end="^\ze[^[:tab:]]" contained contains=@snipTokens syn region snipmateCommand keepend matchgroup=snipCommandDelim start="`" skip="\\[{}\\$`]" end="`" contained contains=snipCommandSyntaxOverride,@Viml " Highlight groups {{{1 hi def link snipmateComment snipComment hi def link snipmateSnippet snipSnippet hi def link snipmateKeyword snipKeyword hi def link snipmateTrigger snipSnippetTrigger hi def link snipmateDescription snipSnippetDocString hi def link snipmateCommand snipCommand " }}}1 let b:current_syntax = "snippets" ultisnips-3.1/test/000077500000000000000000000000001263123136100143645ustar00rootroot00000000000000ultisnips-3.1/test/__init__.py000066400000000000000000000000001263123136100164630ustar00rootroot00000000000000ultisnips-3.1/test/constant.py000066400000000000000000000007331263123136100165720ustar00rootroot00000000000000import sys # Some constants for better reading BS = '\x7f' ESC = '\x1b' ARR_L = '\x1bOD' ARR_R = '\x1bOC' ARR_U = '\x1bOA' ARR_D = '\x1bOB' # multi-key sequences generating a single key press SEQUENCES = [ARR_L, ARR_R, ARR_U, ARR_D] # Defined Constants JF = '?' # Jump forwards JB = '+' # Jump backwards LS = '@' # List snippets EX = '\t' # EXPAND EA = '#' # Expand anonymous COMPL_KW = chr(24) + chr(14) COMPL_ACCEPT = chr(25) PYTHON3 = sys.version_info >= (3, 0) ultisnips-3.1/test/test_AnonymousExpansion.py000066400000000000000000000032501263123136100216520ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Anonymous Expansion {{{# class _AnonBase(_VimTest): args = '' def _extra_vim_config(self, vim_config): vim_config.append('inoremap %s =UltiSnips#Anon(%s)' % (EA, self.args)) class Anon_NoTrigger_Simple(_AnonBase): args = '"simple expand"' keys = 'abc' + EA wanted = 'abcsimple expand' class Anon_NoTrigger_AfterSpace(_AnonBase): args = '"simple expand"' keys = 'abc ' + EA wanted = 'abc simple expand' class Anon_NoTrigger_BeginningOfLine(_AnonBase): args = r"':latex:\`$1\`$0'" keys = EA + 'Hello' + JF + 'World' wanted = ':latex:`Hello`World' class Anon_NoTrigger_FirstCharOfLine(_AnonBase): args = r"':latex:\`$1\`$0'" keys = ' ' + EA + 'Hello' + JF + 'World' wanted = ' :latex:`Hello`World' class Anon_NoTrigger_Multi(_AnonBase): args = '"simple $1 expand $1 $0"' keys = 'abc' + EA + '123' + JF + '456' wanted = 'abcsimple 123 expand 123 456' class Anon_Trigger_Multi(_AnonBase): args = '"simple $1 expand $1 $0", "abc"' keys = '123 abc' + EA + '123' + JF + '456' wanted = '123 simple 123 expand 123 456' class Anon_Trigger_Simple(_AnonBase): args = '"simple expand", "abc"' keys = 'abc' + EA wanted = 'simple expand' class Anon_Trigger_Twice(_AnonBase): args = '"simple expand", "abc"' keys = 'abc' + EA + '\nabc' + EX wanted = 'simple expand\nabc' + EX class Anon_Trigger_Opts(_AnonBase): args = '"simple expand", ".*abc", "desc", "r"' keys = 'blah blah abc' + EA wanted = 'simple expand' # End: Anonymous Expansion #}}} ultisnips-3.1/test/test_Autocommands.py000066400000000000000000000024221263123136100204270ustar00rootroot00000000000000# encoding: utf-8 from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Autocommands {{{# class Autocommands(_VimTest): snippets = ('test', '[ ${1:foo} ]') args = '' keys = 'test' + EX + 'test' + EX + 'bar' + JF + JF + ' done ' + ESC + \ ':execute "normal aM" . g:mapper_call_count . "\"' + "\n" + \ ':execute "normal aU" . g:unmapper_call_count . "\"' + "\n" wanted = '[ [ bar ] ] done M1U1' def _extra_vim_config(self, vim_config): vim_config.append('let g:mapper_call_count = 0') vim_config.append('function! CustomMapper()') vim_config.append(' let g:mapper_call_count += 1') vim_config.append('endfunction') vim_config.append('let g:unmapper_call_count = 0') vim_config.append('function! CustomUnmapper()') vim_config.append(' let g:unmapper_call_count += 1') vim_config.append('endfunction') vim_config.append('autocmd! User UltiSnipsEnterFirstSnippet') vim_config.append('autocmd User UltiSnipsEnterFirstSnippet call CustomMapper()') vim_config.append('autocmd! User UltiSnipsExitLastSnippet') vim_config.append('autocmd User UltiSnipsExitLastSnippet call CustomUnmapper()') # end: Autocommands #}}} ultisnips-3.1/test/test_Autotrigger.py000066400000000000000000000034011263123136100202670ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * import subprocess def has_patch(version, executable): output = subprocess.check_output([executable, "--version"]) patch = 1 for line in output.decode('utf-8').split("\n"): if line.startswith("Included patches:"): patch = line.split('-')[1] return int(patch) >= version def check_required_vim_version(test): if test.vim_flavor == 'neovim': return None if not has_patch(214, test.vim._vim_executable): return 'Vim newer than 7.4.214 is required' else: return None class Autotrigger_CanMatchSimpleTrigger(_VimTest): skip_if = check_required_vim_version files = { 'us/all.snippets': r""" snippet a "desc" A autotriggered endsnippet """} keys = 'a' wanted = 'autotriggered' class Autotrigger_CanMatchContext(_VimTest): skip_if = check_required_vim_version files = { 'us/all.snippets': r""" snippet a "desc" "snip.line == 2" Ae autotriggered endsnippet """} keys = 'a\na' wanted = 'autotriggered\na' class Autotrigger_CanExpandOnTriggerWithLengthMoreThanOne(_VimTest): skip_if = check_required_vim_version files = { 'us/all.snippets': r""" snippet abc "desc" A autotriggered endsnippet """} keys = 'abc' wanted = 'autotriggered' class Autotrigger_WillProduceNoExceptionWithVimLowerThan214(_VimTest): skip_if = lambda self: 'Vim older than 7.4.214 is required' \ if has_patch(214, self.vim._vim_executable) else None files = { 'us/all.snippets': r""" snippet abc "desc" A autotriggered endsnippet """} keys = 'abc' wanted = 'abc' ultisnips-3.1/test/test_Chars.py000066400000000000000000000126211263123136100170370ustar00rootroot00000000000000# encoding: utf-8 from test.vim_test_case import VimTestCase as _VimTest from test.constant import * from test.util import running_on_windows # Quotes in Snippets {{{# # Test for Bug #774917 def _snip_quote(qt): return ( ('te' + qt + 'st', 'Expand me' + qt + '!', 'test: ' + qt), ('te', 'Bad', ''), ) class Snippet_With_SingleQuote(_VimTest): snippets = _snip_quote("'") keys = "te'st" + EX wanted = "Expand me'!" class Snippet_With_SingleQuote_List(_VimTest): snippets = _snip_quote("'") keys = 'te' + LS + '2\n' wanted = "Expand me'!" class Snippet_With_DoubleQuote(_VimTest): snippets = _snip_quote('"') keys = 'te"st' + EX wanted = "Expand me\"!" class Snippet_With_DoubleQuote_List(_VimTest): snippets = _snip_quote('"') keys = 'te' + LS + '2\n' wanted = "Expand me\"!" # End: Quotes in Snippets #}}} # Trailing whitespace {{{# class RemoveTrailingWhitespace(_VimTest): snippets = ('test', """Hello\t ${1:default}\n$2""", '', 's') wanted = """Hello\nGoodbye""" keys = 'test' + EX + BS + JF + 'Goodbye' class TrimSpacesAtEndOfLines(_VimTest): snippets = ('test', """next line\n\nshould be empty""", '', 'm') wanted = """\tnext line\n\n\tshould be empty""" keys = '\ttest' + EX class DoNotTrimSpacesAtEndOfLinesByDefault(_VimTest): snippets = ('test', """next line\n\nshould be empty""", '', '') wanted = """\tnext line\n\t\n\tshould be empty""" keys = '\ttest' + EX class LeaveTrailingWhitespace(_VimTest): snippets = ('test', """Hello \t ${1:default}\n$2""") wanted = """Hello \t \nGoodbye""" keys = 'test' + EX + BS + JF + 'Goodbye' # End: Trailing whitespace #}}} # Newline in default text {{{# # Tests for bug 616315 # class TrailingNewline_TabStop_NLInsideStuffBehind(_VimTest): snippets = ('test', r""" x${1: }<-behind1 $2<-behind2""") keys = 'test' + EX + 'j' + JF + 'k' wanted = """ xj<-behind1 k<-behind2""" class TrailingNewline_TabStop_JustNL(_VimTest): snippets = ('test', r""" x${1: } $2""") keys = 'test' + EX + 'j' + JF + 'k' wanted = """ xj k""" class TrailingNewline_TabStop_EndNL(_VimTest): snippets = ('test', r""" x${1:a } $2""") keys = 'test' + EX + 'j' + JF + 'k' wanted = """ xj k""" class TrailingNewline_TabStop_StartNL(_VimTest): snippets = ('test', r""" x${1: a} $2""") keys = 'test' + EX + 'j' + JF + 'k' wanted = """ xj k""" class TrailingNewline_TabStop_EndStartNL(_VimTest): snippets = ('test', r""" x${1: a } $2""") keys = 'test' + EX + 'j' + JF + 'k' wanted = """ xj k""" class TrailingNewline_TabStop_NotEndStartNL(_VimTest): snippets = ('test', r""" x${1:a a} $2""") keys = 'test' + EX + 'j' + JF + 'k' wanted = """ xj k""" class TrailingNewline_TabStop_ExtraNL_ECR(_VimTest): snippets = ('test', r""" x${1:a a} $2 """) keys = 'test' + EX + 'j' + JF + 'k' wanted = """ xj k """ class _MultiLineDefault(_VimTest): snippets = ('test', r""" x${1:a b c d e f} $2""") class MultiLineDefault_Jump(_MultiLineDefault): keys = 'test' + EX + JF + 'y' wanted = """ xa b c d e f y""" class MultiLineDefault_Type(_MultiLineDefault): keys = 'test' + EX + 'z' + JF + 'y' wanted = """ xz y""" class MultiLineDefault_BS(_MultiLineDefault): keys = 'test' + EX + BS + JF + 'y' wanted = """ x y""" # End: Newline in default text #}}} # Umlauts and Special Chars {{{# class _UmlautsBase(_VimTest): # SendKeys can't send UTF characters skip_if = lambda self: running_on_windows() class Snippet_With_Umlauts_List(_UmlautsBase): snippets = _snip_quote('ü') keys = 'te' + LS + '2\n' wanted = 'Expand meü!' class Snippet_With_Umlauts(_UmlautsBase): snippets = _snip_quote('ü') keys = 'teüst' + EX wanted = 'Expand meü!' class Snippet_With_Umlauts_TypeOn(_UmlautsBase): snippets = ('ül', 'üüüüüßßßß') keys = 'te ül' + EX + 'more text' wanted = 'te üüüüüßßßßmore text' class Snippet_With_Umlauts_OverwriteFirst(_UmlautsBase): snippets = ('ül', 'üü ${1:world} üü ${2:hello}ßß\nüüüü') keys = 'te ül' + EX + 'more text' + JF + JF + 'end' wanted = 'te üü more text üü helloßß\nüüüüend' class Snippet_With_Umlauts_OverwriteSecond(_UmlautsBase): snippets = ('ül', 'üü ${1:world} üü ${2:hello}ßß\nüüüü') keys = 'te ül' + EX + JF + 'more text' + JF + 'end' wanted = 'te üü world üü more textßß\nüüüüend' class Snippet_With_Umlauts_OverwriteNone(_UmlautsBase): snippets = ('ül', 'üü ${1:world} üü ${2:hello}ßß\nüüüü') keys = 'te ül' + EX + JF + JF + 'end' wanted = 'te üü world üü helloßß\nüüüüend' class Snippet_With_Umlauts_Mirrors(_UmlautsBase): snippets = ('ül', 'üü ${1:world} üü $1') keys = 'te ül' + EX + 'hello' wanted = 'te üü hello üü hello' class Snippet_With_Umlauts_Python(_UmlautsBase): snippets = ('ül', 'üü ${1:world} üü `!p snip.rv = len(t[1])*"a"`') keys = 'te ül' + EX + 'hüüll' wanted = 'te üü hüüll üü aaaaa' class UmlautsBeforeTriggerAndCharsAfter(_UmlautsBase): snippets = ('trig', 'success') keys = 'ööuu trig b' + 2 * ARR_L + EX wanted = 'ööuu success b' class NoUmlautsBeforeTriggerAndCharsAfter(_UmlautsBase): snippets = ('trig', 'success') keys = 'oouu trig b' + 2 * ARR_L + EX wanted = 'oouu success b' # End: Umlauts and Special Chars #}}} ultisnips-3.1/test/test_Completion.py000066400000000000000000000024231263123136100201070ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Tab Completion of Words {{{# class Completion_SimpleExample_ECR(_VimTest): snippets = ('test', '$1 ${1:blah}') keys = 'superkallifragilistik\ntest' + EX + 'sup' + COMPL_KW + \ COMPL_ACCEPT + ' some more' wanted = 'superkallifragilistik\nsuperkallifragilistik some more ' \ 'superkallifragilistik some more' # We need >2 different words with identical starts to create the # popup-menu: COMPLETION_OPTIONS = 'completion1\ncompletion2\n' class Completion_ForwardsJumpWithoutCOMPL_ACCEPT(_VimTest): # completions should not be truncated when JF is activated without having # pressed COMPL_ACCEPT (Bug #598903) snippets = ('test', '$1 $2') keys = COMPLETION_OPTIONS + 'test' + EX + 'com' + COMPL_KW + JF + 'foo' wanted = COMPLETION_OPTIONS + 'completion1 foo' class Completion_BackwardsJumpWithoutCOMPL_ACCEPT(_VimTest): # completions should not be truncated when JB is activated without having # pressed COMPL_ACCEPT (Bug #598903) snippets = ('test', '$1 $2') keys = COMPLETION_OPTIONS + 'test' + EX + 'foo' + JF + 'com' + COMPL_KW + \ JB + 'foo' wanted = COMPLETION_OPTIONS + 'foo completion1' # End: Tab Completion of Words #}}} ultisnips-3.1/test/test_ContextSnippets.py000066400000000000000000000065471263123136100211630ustar00rootroot00000000000000from test.constant import * from test.vim_test_case import VimTestCase as _VimTest class ContextSnippets_SimpleSnippet(_VimTest): files = { 'us/all.snippets': r""" snippet a "desc" "True" e abc endsnippet """} keys = 'a' + EX wanted = 'abc' class ContextSnippets_ExpandOnTrue(_VimTest): files = { 'us/all.snippets': r""" global !p def check_context(): return True endglobal snippet a "desc" "check_context()" e abc endsnippet """} keys = 'a' + EX wanted = 'abc' class ContextSnippets_DoNotExpandOnFalse(_VimTest): files = { 'us/all.snippets': r""" global !p def check_context(): return False endglobal snippet a "desc" "check_context()" e abc endsnippet """} keys = 'a' + EX wanted = keys class ContextSnippets_UseContext(_VimTest): files = { 'us/all.snippets': r""" global !p def wrap(ins): return "< " + ins + " >" endglobal snippet a "desc" "wrap(snip.buffer[snip.line])" e { `!p snip.rv = context` } endsnippet """} keys = 'a' + EX wanted = '{ < a > }' class ContextSnippets_SnippetPriority(_VimTest): files = { 'us/all.snippets': r""" snippet i "desc" "re.search('err :=', snip.buffer[snip.line-1])" e if err != nil { ${1:// pass} } endsnippet snippet i if ${1:true} { ${2:// pass} } endsnippet """} keys = r""" err := some_call() i""" + EX + JF + """ i""" + EX wanted = r""" err := some_call() if err != nil { // pass } if true { // pass }""" class ContextSnippets_PriorityKeyword(_VimTest): files = { 'us/all.snippets': r""" snippet i "desc" "True" e a endsnippet priority 100 snippet i b endsnippet """} keys = 'i' + EX wanted = 'b' class ContextSnippets_ReportError(_VimTest): files = { 'us/all.snippets': r""" snippet e "desc" "Tru" e error endsnippet """} keys = 'e' + EX wanted = 'e' + EX expected_error = r"NameError: name 'Tru' is not defined" class ContextSnippets_ReportErrorOnIndexOutOfRange(_VimTest): # Working around: https://github.com/neovim/python-client/issues/128. skip_if = lambda self: 'Bug in Neovim.' \ if self.vim_flavor == 'neovim' else None files = { 'us/all.snippets': r""" snippet e "desc" "snip.buffer[123]" e error endsnippet """} keys = 'e' + EX wanted = 'e' + EX expected_error = r"IndexError: line number out of range" class ContextSnippets_CursorIsZeroBased(_VimTest): files = { 'us/all.snippets': r""" snippet e "desc" "snip.cursor" e `!p snip.rv = str(snip.context)` endsnippet """} keys = "e" + EX wanted = "(2, 1)" class ContextSnippets_ContextIsClearedBeforeExpand(_VimTest): files = { 'us/all.snippets': r""" pre_expand "snip.context = 1 if snip.context is None else 2" snippet e "desc" w `!p snip.rv = str(snip.context)` endsnippet """} keys = "e" + EX + " " + "e" + EX wanted = "1 1" ultisnips-3.1/test/test_Editing.py000066400000000000000000000065421263123136100173670ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Undo of Snippet insertion {{{# class Undo_RemoveMultilineSnippet(_VimTest): snippets = ('test', 'Hello\naaa ${1} bbb\nWorld') keys = 'test' + EX + ESC + 'u' wanted = 'test' class Undo_RemoveEditInTabstop(_VimTest): snippets = ('test', '$1 Hello\naaa ${1} bbb\nWorld') keys = 'hello test' + EX + 'upsi' + ESC + 'hh' + 'iabcdef' + ESC + 'u' wanted = 'hello upsi Hello\naaa upsi bbb\nWorld' class Undo_RemoveWholeSnippet(_VimTest): snippets = ('test', 'Hello\n${1:Hello}World') keys = 'first line\n\n\n\n\n\nthird line' + \ ESC + '3k0itest' + EX + ESC + 'u6j' wanted = 'first line\n\n\ntest\n\n\nthird line' class Undo_RemoveOneSnippetByTime(_VimTest): snippets = ('i', 'if:\n\t$1') keys = 'i' + EX + 'i' + EX + ESC + 'u' wanted = 'if:\n\ti' class Undo_RemoveOneSnippetByTime2(_VimTest): snippets = ('i', 'if:\n\t$1') keys = 'i' + EX + 'i' + EX + ESC + 'uu' wanted = 'if:\n\t' class Undo_ChangesInPlaceholder(_VimTest): snippets = ('i', 'if $1:\n\t$2') keys = 'i' + EX + 'asd' + JF + ESC + 'u' wanted = 'if :\n\t' class Undo_CompletelyUndoSnippet(_VimTest): snippets = ('i', 'if $1:\n\t$2') # undo 'feh' # undo 'asd' # undo snippet expansion # undo entering of 'i' keys = 'i' + EX + 'asd' + JF + 'feh' + ESC + 'uuuu' wanted = '' class JumpForward_DefSnippet(_VimTest): snippets = ( 'test', "${1}\n`!p snip.rv = '\\n'.join(t[1].split())`\n\n${0:pass}") keys = 'test' + EX+ 'a b c' + JF + 'shallnot' wanted = 'a b c\na\nb\nc\n\nshallnot' class DeleteSnippetInsertion0(_VimTest): snippets = ('test', '${1:hello} $1') keys = 'test' + EX + ESC + 'Vkx' + 'i\nworld\n' wanted = 'world' class DeleteSnippetInsertion1(_VimTest): snippets = ('test', r"$1${1/(.*)/(?0::.)/}") keys = 'test' + EX + ESC + 'u' wanted = 'test' class DoNotCrashOnUndoAndJumpInNestedSnippet(_VimTest): snippets = ('test', r"if $1: $2") keys = 'test' + EX + 'a' + JF + 'test' + EX + ESC + 'u' + JF wanted = 'if a: test' # End: Undo of Snippet insertion #}}} # Normal mode editing {{{# # Test for bug #927844 class DeleteLastTwoLinesInSnippet(_VimTest): snippets = ('test', '$1hello\nnice\nworld') keys = 'test' + EX + ESC + 'j2dd' wanted = 'hello' class DeleteCurrentTabStop1_JumpBack(_VimTest): snippets = ('test', '${1:hi}\nend') keys = 'test' + EX + ESC + 'ddi' + JB wanted = 'end' class DeleteCurrentTabStop2_JumpBack(_VimTest): snippets = ('test', '${1:hi}\n${2:world}\nend') keys = 'test' + EX + JF + ESC + 'ddi' + JB + 'hello' wanted = 'hello\nend' class DeleteCurrentTabStop3_JumpAround(_VimTest): snippets = ('test', '${1:hi}\n${2:world}\nend') keys = 'test' + EX + JF + ESC + 'ddkji' + JB + 'hello' + JF + 'world' wanted = 'hello\nendworld' # End: Normal mode editing #}}} # Pressing BS in TabStop {{{# # Test for Bug #774917 class Backspace_TabStop_Zero(_VimTest): snippets = ('test', 'A${1:C} ${0:DDD}', 'This is Case 1') keys = 'test' + EX + 'A' + JF + BS + 'BBB' wanted = 'AA BBB' class Backspace_TabStop_NotZero(_VimTest): snippets = ('test', 'A${1:C} ${2:DDD}', 'This is Case 1') keys = 'test' + EX + 'A' + JF + BS + 'BBB' wanted = 'AA BBB' # End: Pressing BS in TabStop #}}} ultisnips-3.1/test/test_Expand.py000066400000000000000000000040701263123136100172150ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Simple Expands {{{# class _SimpleExpands(_VimTest): snippets = ('hallo', 'Hallo Welt!') class SimpleExpand_ExpectCorrectResult(_SimpleExpands): keys = 'hallo' + EX wanted = 'Hallo Welt!' class SimpleExpandTwice_ExpectCorrectResult(_SimpleExpands): keys = 'hallo' + EX + '\nhallo' + EX wanted = 'Hallo Welt!\nHallo Welt!' class SimpleExpandNewLineAndBackspae_ExpectCorrectResult(_SimpleExpands): keys = 'hallo' + EX + '\nHallo Welt!\n\n\b\b\b\b\b' wanted = 'Hallo Welt!\nHallo We' def _extra_vim_config(self, vim_config): vim_config.append('set backspace=eol,start') class SimpleExpandTypeAfterExpand_ExpectCorrectResult(_SimpleExpands): keys = 'hallo' + EX + 'and again' wanted = 'Hallo Welt!and again' class SimpleExpandTypeAndDelete_ExpectCorrectResult(_SimpleExpands): keys = 'na du hallo' + EX + 'and again\b\b\b\b\bblub' wanted = 'na du Hallo Welt!and blub' class DoNotExpandAfterSpace_ExpectCorrectResult(_SimpleExpands): keys = 'hallo ' + EX wanted = 'hallo ' + EX class ExitSnippetModeAfterTabstopZero(_VimTest): snippets = ('test', 'SimpleText') keys = 'test' + EX + EX wanted = 'SimpleText' + EX class ExpandInTheMiddleOfLine_ExpectCorrectResult(_SimpleExpands): keys = 'Wie hallo gehts' + ESC + 'bhi' + EX wanted = 'Wie Hallo Welt! gehts' class MultilineExpand_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'Hallo Welt!\nUnd Wie gehts') keys = 'Wie hallo gehts' + ESC + 'bhi' + EX wanted = 'Wie Hallo Welt!\nUnd Wie gehts gehts' class MultilineExpandTestTyping_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'Hallo Welt!\nUnd Wie gehts') wanted = 'Wie Hallo Welt!\nUnd Wie gehtsHuiui! gehts' keys = 'Wie hallo gehts' + ESC + 'bhi' + EX + 'Huiui!' class SimpleExpandEndingWithNewline_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'Hallo Welt\n') keys = 'hallo' + EX + '\nAnd more' wanted = 'Hallo Welt\n\nAnd more' # End: Simple Expands #}}} ultisnips-3.1/test/test_Fixes.py000066400000000000000000000052451263123136100170610ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Test for bug 1251994 {{{# class Bug1251994(_VimTest): snippets = ('test', '${2:#2} ${1:#1};$0') keys = ' test' + EX + 'hello' + JF + 'world' + JF + 'blub' wanted = ' world hello;blub' # End: 1251994 #}}} # Test for https://github.com/SirVer/ultisnips/issues/157 (virtualedit) {{{# class VirtualEdit(_VimTest): snippets = ('pd', 'padding: ${1:0}px') keys = '\t\t\tpd' + EX + '2' wanted = '\t\t\tpadding: 2px' def _extra_vim_config(self, vim_config): vim_config.append('set virtualedit=all') vim_config.append('set noexpandtab') # End: 1251994 #}}} # Test for Github Pull Request #134 - Retain unnamed register {{{# class RetainsTheUnnamedRegister(_VimTest): snippets = ('test', '${1:hello} ${2:world} ${0}') keys = 'yank' + ESC + 'by4lea test' + EX + 'HELLO' + JF + JF + ESC + 'p' wanted = 'yank HELLO world yank' class RetainsTheUnnamedRegister_ButOnlyOnce(_VimTest): snippets = ('test', '${1:hello} ${2:world} ${0}') keys = 'blahfasel' + ESC + 'v' + 4 * ARR_L + \ 'xotest' + EX + ESC + ARR_U + 'v0xo' + ESC + 'p' wanted = '\nblah\nhello world ' # End: Github Pull Request # 134 #}}} # Test to ensure that shiftwidth follows tabstop when it's set to zero post # version 7.3.693. Prior to that version a shiftwidth of zero effectively # removes tabs. class ShiftWidthZero(_VimTest): def _extra_vim_config(self, vim_config): vim_config += [ "if exists('*shiftwidth')", ' set shiftwidth=0', 'endif', ] snippets = ('test', '\t${1}${0}') keys = 'test' + EX + 'foo' wanted = '\tfoo' # Test for https://github.com/SirVer/ultisnips/issues/171 {{{# # Make sure that we don't crash when trying to save and restore the clipboard # when it contains data that we can't coerce into Unicode. class NonUnicodeDataInUnnamedRegister(_VimTest): snippets = ('test', 'hello') keys = 'test' + EX + ESC + \ '\n'.join([':redir @a', ':messages', ':redir END', (":if match(@a, 'Error') != -1 | " + "call setline('.', 'error detected') | " + '3put a | ' + 'endif'), '']) wanted = 'hello' def _before_test(self): # The string below was the one a user had on their clipboard when # encountering the UnicodeDecodeError and could not be coerced into # unicode. self.vim.send_to_vim( ':let @" = "\\x80kdI{\\x80@7 1},' + '\\x80kh\\x80kh\\x80kd\\x80kdq\\x80kb\\x1b"\n') # End: #171 #}}} ultisnips-3.1/test/test_Folding.py000066400000000000000000000030721263123136100173610ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Folding Interaction {{{# class FoldingEnabled_SnippetWithFold_ExpectNoFolding(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set foldlevel=0') vim_config.append('set foldmethod=marker') snippets = ('test', r"""Hello {{{ ${1:Welt} }}}""") keys = 'test' + EX + 'Ball' wanted = """Hello {{{ Ball }}}""" class FoldOverwrite_Simple_ECR(_VimTest): snippets = ('fold', """# ${1:Description} `!p snip.rv = vim.eval("&foldmarker").split(",")[0]` # End: $1 `!p snip.rv = vim.eval("&foldmarker").split(",")[1]`""") keys = 'fold' + EX + 'hi' wanted = '# hi {{{\n\n# End: hi }}}' class Fold_DeleteMiddleLine_ECR(_VimTest): snippets = ('fold', """# ${1:Description} `!p snip.rv = vim.eval("&foldmarker").split(",")[0]` # End: $1 `!p snip.rv = vim.eval("&foldmarker").split(",")[1]`""") keys = 'fold' + EX + 'hi' + ESC + 'jdd' wanted = '# hi {{{\n\n# End: hi }}}' class PerlSyntaxFold(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set foldlevel=0') vim_config.append('syntax enable') vim_config.append('set foldmethod=syntax') vim_config.append('let g:perl_fold = 1') vim_config.append('so $VIMRUNTIME/syntax/perl.vim') snippets = ('test', r"""package ${1:`!v printf('c%02d', 3)`}; ${0} 1;""") keys = 'test' + EX + JF + 'sub junk {}' wanted = 'package c03;\nsub junk {}\n1;' # End: Folding Interaction #}}} ultisnips-3.1/test/test_Format.py000066400000000000000000000111541263123136100172270ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * from test.util import running_on_windows # ExpandTab {{{# class _ExpandTabs(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set sw=3') vim_config.append('set expandtab') class RecTabStopsWithExpandtab_SimpleExample_ECR(_ExpandTabs): snippets = ('m', '\tBlaahblah \t\t ') keys = 'm' + EX wanted = ' Blaahblah \t\t ' class RecTabStopsWithExpandtab_SpecialIndentProblem_ECR(_ExpandTabs): # Windows indents the Something line after pressing return, though it # shouldn't because it contains a manual indent. All other vim versions do # not do this. Windows vim does not interpret the changes made by :py as # changes made 'manually', while the other vim version seem to do so. Since # the fault is not with UltiSnips, we simply skip this test on windows # completely. skip_if = lambda self: running_on_windows() snippets = ( ('m1', 'Something'), ('m', '\t$0'), ) keys = 'm' + EX + 'm1' + EX + '\nHallo' wanted = ' Something\n Hallo' def _extra_vim_config(self, vim_config): _ExpandTabs._extra_vim_config(self, vim_config) vim_config.append('set indentkeys=o,O,*,<>>,{,}') vim_config.append('set indentexpr=8') # End: ExpandTab #}}} # Proper Indenting {{{# class ProperIndenting_SimpleCase_ECR(_VimTest): snippets = ('test', 'for\n blah') keys = ' test' + EX + 'Hui' wanted = ' for\n blahHui' class ProperIndenting_SingleLineNoReindenting_ECR(_VimTest): snippets = ('test', 'hui') keys = ' test' + EX + 'blah' wanted = ' huiblah' class ProperIndenting_AutoIndentAndNewline_ECR(_VimTest): snippets = ('test', 'hui') keys = ' test' + EX + '\n' + 'blah' wanted = ' hui\n blah' def _extra_vim_config(self, vim_config): vim_config.append('set autoindent') # Test for bug 1073816 class ProperIndenting_FirstLineInFile_ECR(_VimTest): text_before = '' text_after = '' files = { 'us/all.snippets': r""" global !p def complete(t, opts): if t: opts = [ m[len(t):] for m in opts if m.startswith(t) ] if len(opts) == 1: return opts[0] elif len(opts) > 1: return "(" + "|".join(opts) + ")" else: return "" endglobal snippet '^#?inc' "#include <>" !r #include <$1`!p snip.rv = complete(t[1], ['cassert', 'cstdio', 'cstdlib', 'cstring', 'fstream', 'iostream', 'sstream'])`> endsnippet """} keys = 'inc' + EX + 'foo' wanted = '#include ' class ProperIndenting_FirstLineInFileComplete_ECR( ProperIndenting_FirstLineInFile_ECR): keys = 'inc' + EX + 'cstdl' wanted = '#include ' # End: Proper Indenting #}}} # Format options tests {{{# class _FormatoptionsBase(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set tw=20') vim_config.append('set fo=lrqntc') class FOSimple_Break_ExpectCorrectResult(_FormatoptionsBase): snippets = ('test', '${1:longer expand}\n$1\n$0', '', 'f') keys = 'test' + EX + \ 'This is a longer text that should wrap as formatoptions are enabled' + \ JF + 'end' wanted = 'This is a longer\ntext that should\nwrap as\nformatoptions are\nenabled\n' + \ 'This is a longer\ntext that should\nwrap as\nformatoptions are\nenabled\n' + \ 'end' class FOTextBeforeAndAfter_ExpectCorrectResult(_FormatoptionsBase): snippets = ('test', 'Before${1:longer expand}After\nstart$1end') keys = 'test' + EX + 'This is a longer text that should wrap' wanted = \ """BeforeThis is a longer text that should wrapAfter startThis is a longer text that should wrapend""" # Tests for https://bugs.launchpad.net/bugs/719998 class FOTextAfter_ExpectCorrectResult(_FormatoptionsBase): snippets = ('test', '${1:longer expand}after\nstart$1end') keys = ('test' + EX + 'This is a longer snippet that should wrap properly ' 'and the mirror below should work as well') wanted = \ """This is a longer snippet that should wrap properly and the mirror below should work as wellafter startThis is a longer snippet that should wrap properly and the mirror below should work as wellend""" class FOWrapOnLongWord_ExpectCorrectResult(_FormatoptionsBase): snippets = ('test', '${1:longer expand}after\nstart$1end') keys = ('test' + EX + 'This is a longersnippet that should wrap properly') wanted = \ """This is a longersnippet that should wrap properlyafter startThis is a longersnippet that should wrap properlyend""" # End: Format options tests #}}} ultisnips-3.1/test/test_Interpolation.py000066400000000000000000000251261263123136100206320ustar00rootroot00000000000000# encoding: utf-8 import os from test.vim_test_case import VimTestCase as _VimTest from test.constant import EX, JF, ESC from test.util import running_on_windows # ShellCode Interpolation {{{# class TabStop_Shell_SimpleExample(_VimTest): skip_if = lambda self: running_on_windows() snippets = ('test', 'hi `echo hallo` you!') keys = 'test' + EX + 'and more' wanted = 'hi hallo you!and more' class TabStop_Shell_WithUmlauts(_VimTest): skip_if = lambda self: running_on_windows() snippets = ('test', 'hi `echo höüäh` you!') keys = 'test' + EX + 'and more' wanted = 'hi höüäh you!and more' class TabStop_Shell_TextInNextLine(_VimTest): skip_if = lambda self: running_on_windows() snippets = ('test', 'hi `echo hallo`\nWeiter') keys = 'test' + EX + 'and more' wanted = 'hi hallo\nWeiterand more' class TabStop_Shell_InDefValue_Leave(_VimTest): skip_if = lambda self: running_on_windows() snippets = ('test', 'Hallo ${1:now `echo fromecho`} end') keys = 'test' + EX + JF + 'and more' wanted = 'Hallo now fromecho endand more' class TabStop_Shell_InDefValue_Overwrite(_VimTest): skip_if = lambda self: running_on_windows() snippets = ('test', 'Hallo ${1:now `echo fromecho`} end') keys = 'test' + EX + 'overwrite' + JF + 'and more' wanted = 'Hallo overwrite endand more' class TabStop_Shell_TestEscapedChars_Overwrite(_VimTest): skip_if = lambda self: running_on_windows() snippets = ('test', r"""`echo \`echo "\\$hi"\``""") keys = 'test' + EX wanted = '$hi' class TabStop_Shell_TestEscapedCharsAndShellVars_Overwrite(_VimTest): skip_if = lambda self: running_on_windows() snippets = ('test', r"""`hi="blah"; echo \`echo "$hi"\``""") keys = 'test' + EX wanted = 'blah' class TabStop_Shell_ShebangPython(_VimTest): skip_if = lambda self: running_on_windows() snippets = ('test', """Hallo ${1:now `#!/usr/bin/env %s print "Hallo Welt" `} end""" % (os.environ.get('PYTHON', 'python2'),)) keys = 'test' + EX + JF + 'and more' wanted = 'Hallo now Hallo Welt endand more' # End: ShellCode Interpolation #}}} # VimScript Interpolation {{{# class TabStop_VimScriptInterpolation_SimpleExample(_VimTest): snippets = ('test', """hi `!v indent(".")` End""") keys = ' test' + EX wanted = ' hi 4 End' # End: VimScript Interpolation #}}} # PythonCode Interpolation {{{# # Deprecated Implementation {{{# class PythonCodeOld_SimpleExample(_VimTest): snippets = ('test', """hi `!p res = "Hallo"` End""") keys = 'test' + EX wanted = 'hi Hallo End' class PythonCodeOld_ReferencePlaceholderAfter(_VimTest): snippets = ('test', """${1:hi} `!p res = t[1]+".blah"` End""") keys = 'test' + EX + 'ho' wanted = 'ho ho.blah End' class PythonCodeOld_ReferencePlaceholderBefore(_VimTest): snippets = ('test', """`!p res = len(t[1])*"#"`\n${1:some text}""") keys = 'test' + EX + 'Hallo Welt' wanted = '##########\nHallo Welt' class PythonCodeOld_TransformedBeforeMultiLine(_VimTest): snippets = ('test', """${1/.+/egal/m} ${1:`!p res = "Hallo"`} End""") keys = 'test' + EX wanted = 'egal Hallo End' class PythonCodeOld_IndentedMultiline(_VimTest): snippets = ('test', """start `!p a = 1 b = 2 if b > a: res = "b isbigger a" else: res = "a isbigger b"` end""") keys = ' test' + EX wanted = ' start b isbigger a end' # End: Deprecated Implementation #}}} # New Implementation {{{# class PythonCode_UseNewOverOld(_VimTest): snippets = ('test', """hi `!p res = "Old" snip.rv = "New"` End""") keys = 'test' + EX wanted = 'hi New End' class PythonCode_SimpleExample(_VimTest): snippets = ('test', """hi `!p snip.rv = "Hallo"` End""") keys = 'test' + EX wanted = 'hi Hallo End' class PythonCode_SimpleExample_ReturnValueIsEmptyString(_VimTest): snippets = ('test', """hi`!p snip.rv = ""`End""") keys = 'test' + EX wanted = 'hiEnd' class PythonCode_ReferencePlaceholder(_VimTest): snippets = ('test', """${1:hi} `!p snip.rv = t[1]+".blah"` End""") keys = 'test' + EX + 'ho' wanted = 'ho ho.blah End' class PythonCode_ReferencePlaceholderBefore(_VimTest): snippets = ('test', """`!p snip.rv = len(t[1])*"#"`\n${1:some text}""") keys = 'test' + EX + 'Hallo Welt' wanted = '##########\nHallo Welt' class PythonCode_TransformedBeforeMultiLine(_VimTest): snippets = ('test', """${1/.+/egal/m} ${1:`!p snip.rv = "Hallo"`} End""") keys = 'test' + EX wanted = 'egal Hallo End' class PythonCode_MultilineIndented(_VimTest): snippets = ('test', """start `!p a = 1 b = 2 if b > a: snip.rv = "b isbigger a" else: snip.rv = "a isbigger b"` end""") keys = ' test' + EX wanted = ' start b isbigger a end' class PythonCode_SimpleAppend(_VimTest): snippets = ('test', """hi `!p snip.rv = "Hallo1" snip += "Hallo2"` End""") keys = 'test' + EX wanted = 'hi Hallo1\nHallo2 End' class PythonCode_MultiAppend(_VimTest): snippets = ('test', """hi `!p snip.rv = "Hallo1" snip += "Hallo2" snip += "Hallo3"` End""") keys = 'test' + EX wanted = 'hi Hallo1\nHallo2\nHallo3 End' class PythonCode_MultiAppendSimpleIndent(_VimTest): snippets = ('test', """hi `!p snip.rv="Hallo1" snip += "Hallo2" snip += "Hallo3"` End""") keys = """ test""" + EX wanted = """ hi Hallo1 Hallo2 Hallo3 End""" class PythonCode_SimpleMkline(_VimTest): snippets = ('test', r"""hi `!p snip.rv="Hallo1\n" snip.rv += snip.mkline("Hallo2") + "\n" snip.rv += snip.mkline("Hallo3")` End""") keys = """ test""" + EX wanted = """ hi Hallo1 Hallo2 Hallo3 End""" class PythonCode_MultiAppendShift(_VimTest): snippets = ('test', r"""hi `!p snip.rv="i1" snip += "i1" snip >> 1 snip += "i2" snip << 2 snip += "i0" snip >> 3 snip += "i3"` End""") keys = """ test""" + EX wanted = """ hi i1 i1 i2 i0 i3 End""" class PythonCode_MultiAppendShiftMethods(_VimTest): snippets = ('test', r"""hi `!p snip.rv="i1\n" snip.rv += snip.mkline("i1\n") snip.shift(1) snip.rv += snip.mkline("i2\n") snip.unshift(2) snip.rv += snip.mkline("i0\n") snip.shift(3) snip.rv += snip.mkline("i3")` End""") keys = """ test""" + EX wanted = """ hi i1 i1 i2 i0 i3 End""" class PythonCode_ResetIndent(_VimTest): snippets = ('test', r"""hi `!p snip.rv="i1" snip >> 1 snip += "i2" snip.reset_indent() snip += "i1" snip << 1 snip += "i0" snip.reset_indent() snip += "i1"` End""") keys = """ test""" + EX wanted = """ hi i1 i2 i1 i0 i1 End""" class PythonCode_IndentEtSw(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set sw=3') vim_config.append('set expandtab') snippets = ('test', r"""hi `!p snip.rv = "i1" snip >> 1 snip += "i2" snip << 2 snip += "i0" snip >> 1 snip += "i1" ` End""") keys = """ test""" + EX wanted = """ hi i1 i2 i0 i1 End""" class PythonCode_IndentEtSwOffset(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set sw=3') vim_config.append('set expandtab') snippets = ('test', r"""hi `!p snip.rv = "i1" snip >> 1 snip += "i2" snip << 2 snip += "i0" snip >> 1 snip += "i1" ` End""") keys = """ test""" + EX wanted = """ hi i1 i2 i0 i1 End""" class PythonCode_IndentNoetSwTs(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set sw=3') vim_config.append('set ts=4') snippets = ('test', r"""hi `!p snip.rv = "i1" snip >> 1 snip += "i2" snip << 2 snip += "i0" snip >> 1 snip += "i1" ` End""") keys = """ test""" + EX wanted = """ hi i1 \t i2 i0 i1 End""" # Test using 'opt' class PythonCode_OptExists(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('let g:UStest="yes"') snippets = ( 'test', r"""hi `!p snip.rv = snip.opt("g:UStest") or "no"` End""") keys = """test""" + EX wanted = """hi yes End""" class PythonCode_OptNoExists(_VimTest): snippets = ( 'test', r"""hi `!p snip.rv = snip.opt("g:UStest") or "no"` End""") keys = """test""" + EX wanted = """hi no End""" class PythonCode_IndentProblem(_VimTest): # A test case which is likely related to bug 719649 snippets = ('test', r"""hi `!p snip.rv = "World" ` End""") keys = ' ' * 8 + 'test' + EX # < 8 works. wanted = """ hi World End""" class PythonCode_TrickyReferences(_VimTest): snippets = ( 'test', r"""${2:${1/.+/egal/}} ${1:$3} ${3:`!p snip.rv = "hi"`}""") keys = 'ups test' + EX wanted = 'ups egal hi hi' # locals class PythonCode_Locals(_VimTest): snippets = ('test', r"""hi `!p a = "test" snip.rv = "nothing"` `!p snip.rv = a ` End""") keys = """test""" + EX wanted = """hi nothing test End""" class PythonCode_LongerTextThanSource_Chars(_VimTest): snippets = ('test', r"""hi`!p snip.rv = "a" * 100`end""") keys = """test""" + EX + 'ups' wanted = 'hi' + 100 * 'a' + 'endups' class PythonCode_LongerTextThanSource_MultiLine(_VimTest): snippets = ( 'test', r"""hi`!p snip.rv = "a" * 100 + '\n'*100 + "a"*100`end""") keys = """test""" + EX + 'ups' wanted = 'hi' + 100 * 'a' + 100 * '\n' + 100 * 'a' + 'endups' class PythonCode_AccessKilledTabstop_OverwriteSecond(_VimTest): snippets = ( 'test', r"`!p snip.rv = t[2].upper()`${1:h${2:welt}o}`!p snip.rv = t[2].upper()`") keys = 'test' + EX + JF + 'okay' wanted = 'OKAYhokayoOKAY' class PythonCode_AccessKilledTabstop_OverwriteFirst(_VimTest): snippets = ( 'test', r"`!p snip.rv = t[2].upper()`${1:h${2:welt}o}`!p snip.rv = t[2].upper()`") keys = 'test' + EX + 'aaa' wanted = 'aaa' class PythonVisual_NoVisualSelection_Ignore(_VimTest): snippets = ('test', 'h`!p snip.rv = snip.v.mode + snip.v.text`b') keys = 'test' + EX + 'abc' wanted = 'hbabc' class PythonVisual_SelectOneWord(_VimTest): snippets = ('test', 'h`!p snip.rv = snip.v.mode + snip.v.text`b') keys = 'blablub' + ESC + '0v6l' + EX + 'test' + EX wanted = 'hvblablubb' class PythonVisual_LineSelect_Simple(_VimTest): snippets = ('test', 'h`!p snip.rv = snip.v.mode + snip.v.text`b') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX wanted = 'hVhello\nnice\nworld\nb' # Tests for https://bugs.launchpad.net/bugs/1259349 class Python_WeirdScoping_Error(_VimTest): snippets = ( 'test', "h`!p import re; snip.rv = '%i' % len([re.search for i in 'aiiia'])`b") keys = 'test' + EX wanted = 'h5b' # End: New Implementation #}}} # End: PythonCode Interpolation #}}} ultisnips-3.1/test/test_ListSnippets.py000066400000000000000000000022171263123136100204400ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # List Snippets {{{# class _ListAllSnippets(_VimTest): snippets = (('testblah', 'BLAAH', 'Say BLAH'), ('test', 'TEST ONE', 'Say tst one'), ('aloha', 'OHEEEE', 'Say OHEE'), ) class ListAllAvailable_NothingTyped_ExpectCorrectResult(_ListAllSnippets): keys = '' + LS + '3\n' wanted = 'BLAAH' class ListAllAvailable_SpaceInFront_ExpectCorrectResult(_ListAllSnippets): keys = ' ' + LS + '3\n' wanted = ' BLAAH' class ListAllAvailable_BraceInFront_ExpectCorrectResult(_ListAllSnippets): keys = '} ' + LS + '3\n' wanted = '} BLAAH' class ListAllAvailable_testtyped_ExpectCorrectResult(_ListAllSnippets): keys = 'hallo test' + LS + '2\n' wanted = 'hallo BLAAH' class ListAllAvailable_testtypedSecondOpt_ExpectCorrectResult( _ListAllSnippets): keys = 'hallo test' + LS + '1\n' wanted = 'hallo TEST ONE' class ListAllAvailable_NonDefined_NoExpectionShouldBeRaised(_ListAllSnippets): keys = 'hallo qualle' + LS + 'Hi' wanted = 'hallo qualleHi' # End: List Snippets #}}} ultisnips-3.1/test/test_Mirror.py000066400000000000000000000211731263123136100172530ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Mirrors {{{# class TextTabStopTextAfterTab_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 Hinten\n$1') keys = 'test' + EX + 'hallo' wanted = 'hallo Hinten\nhallo' class TextTabStopTextBeforeTab_ExpectCorrectResult(_VimTest): snippets = ('test', 'Vorne $1\n$1') keys = 'test' + EX + 'hallo' wanted = 'Vorne hallo\nhallo' class TextTabStopTextSurroundedTab_ExpectCorrectResult(_VimTest): snippets = ('test', 'Vorne $1 Hinten\n$1') keys = 'test' + EX + 'hallo test' wanted = 'Vorne hallo test Hinten\nhallo test' class TextTabStopTextBeforeMirror_ExpectCorrectResult(_VimTest): snippets = ('test', '$1\nVorne $1') keys = 'test' + EX + 'hallo' wanted = 'hallo\nVorne hallo' class TextTabStopAfterMirror_ExpectCorrectResult(_VimTest): snippets = ('test', '$1\n$1 Hinten') keys = 'test' + EX + 'hallo' wanted = 'hallo\nhallo Hinten' class TextTabStopSurroundMirror_ExpectCorrectResult(_VimTest): snippets = ('test', '$1\nVorne $1 Hinten') keys = 'test' + EX + 'hallo welt' wanted = 'hallo welt\nVorne hallo welt Hinten' class TextTabStopAllSurrounded_ExpectCorrectResult(_VimTest): snippets = ('test', 'ObenVorne $1 ObenHinten\nVorne $1 Hinten') keys = 'test' + EX + 'hallo welt' wanted = 'ObenVorne hallo welt ObenHinten\nVorne hallo welt Hinten' class MirrorBeforeTabstopLeave_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1:this is it} $1') keys = 'test' + EX wanted = 'this is it this is it this is it' class MirrorBeforeTabstopOverwrite_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1:this is it} $1') keys = 'test' + EX + 'a' wanted = 'a a a' class TextTabStopSimpleMirrorMultiline_ExpectCorrectResult(_VimTest): snippets = ('test', '$1\n$1') keys = 'test' + EX + 'hallo' wanted = 'hallo\nhallo' class SimpleMirrorMultilineMany_ExpectCorrectResult(_VimTest): snippets = ('test', ' $1\n$1\na$1b\n$1\ntest $1 mich') keys = 'test' + EX + 'hallo' wanted = ' hallo\nhallo\nahallob\nhallo\ntest hallo mich' class MultilineTabStopSimpleMirrorMultiline_ExpectCorrectResult(_VimTest): snippets = ('test', '$1\n\n$1\n\n$1') keys = 'test' + EX + 'hallo Du\nHi' wanted = 'hallo Du\nHi\n\nhallo Du\nHi\n\nhallo Du\nHi' class MultilineTabStopSimpleMirrorMultiline1_ExpectCorrectResult(_VimTest): snippets = ('test', '$1\n$1\n$1') keys = 'test' + EX + 'hallo Du\nHi' wanted = 'hallo Du\nHi\nhallo Du\nHi\nhallo Du\nHi' class MultilineTabStopSimpleMirrorDeleteInLine_ExpectCorrectResult(_VimTest): snippets = ('test', '$1\n$1\n$1') keys = 'test' + EX + 'hallo Du\nHi\b\bAch Blah' wanted = 'hallo Du\nAch Blah\nhallo Du\nAch Blah\nhallo Du\nAch Blah' class TextTabStopSimpleMirrorMultilineMirrorInFront_ECR(_VimTest): snippets = ('test', '$1\n${1:sometext}') keys = 'test' + EX + 'hallo\nagain' wanted = 'hallo\nagain\nhallo\nagain' class SimpleMirrorDelete_ExpectCorrectResult(_VimTest): snippets = ('test', '$1\n$1') keys = 'test' + EX + 'hallo\b\b' wanted = 'hal\nhal' class SimpleMirrorSameLine_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 $1') keys = 'test' + EX + 'hallo' wanted = 'hallo hallo' class SimpleMirrorSameLine_InText_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 $1') keys = 'ups test blah' + ESC + '02f i' + EX + 'hallo' wanted = 'ups hallo hallo blah' class SimpleMirrorSameLineBeforeTabDefVal_ECR(_VimTest): snippets = ('test', '$1 ${1:replace me}') keys = 'test' + EX + 'hallo foo' wanted = 'hallo foo hallo foo' class SimpleMirrorSameLineBeforeTabDefVal_DelB4Typing_ECR(_VimTest): snippets = ('test', '$1 ${1:replace me}') keys = 'test' + EX + BS + 'hallo foo' wanted = 'hallo foo hallo foo' class SimpleMirrorSameLineMany_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 $1 $1 $1') keys = 'test' + EX + 'hallo du' wanted = 'hallo du hallo du hallo du hallo du' class SimpleMirrorSameLineManyMultiline_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 $1 $1 $1') keys = 'test' + EX + 'hallo du\nwie gehts' wanted = 'hallo du\nwie gehts hallo du\nwie gehts hallo du\nwie gehts' \ ' hallo du\nwie gehts' class SimpleMirrorDeleteSomeEnterSome_ExpectCorrectResult(_VimTest): snippets = ('test', '$1\n$1') keys = 'test' + EX + 'hallo\b\bhups' wanted = 'halhups\nhalhups' class SimpleTabstopWithDefaultSimpelType_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha ${1:defa}\n$1') keys = 'test' + EX + 'world' wanted = 'ha world\nworld' class SimpleTabstopWithDefaultComplexType_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha ${1:default value} $1\nanother: $1 mirror') keys = 'test' + EX + 'world' wanted = 'ha world world\nanother: world mirror' class SimpleTabstopWithDefaultSimpelKeep_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha ${1:defa}\n$1') keys = 'test' + EX wanted = 'ha defa\ndefa' class SimpleTabstopWithDefaultComplexKeep_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha ${1:default value} $1\nanother: $1 mirror') keys = 'test' + EX wanted = 'ha default value default value\nanother: default value mirror' class TabstopWithMirrorManyFromAll_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha $5 ${1:blub} $4 $0 ${2:$1.h} $1 $3 ${4:More}') keys = 'test' + EX + 'hi' + JF + 'hu' + JF + 'hub' + JF + 'hulla' + \ JF + 'blah' + JF + 'end' wanted = 'ha blah hi hulla end hu hi hub hulla' class TabstopWithMirrorInDefaultNoType_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha ${1:blub} ${2:$1.h}') keys = 'test' + EX wanted = 'ha blub blub.h' class TabstopWithMirrorInDefaultNoType1_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha ${1:blub} ${2:$1}') keys = 'test' + EX wanted = 'ha blub blub' class TabstopWithMirrorInDefaultTwiceAndExtra_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha $1 ${2:$1.h $1.c}\ntest $1') keys = 'test' + EX + 'stdin' wanted = 'ha stdin stdin.h stdin.c\ntest stdin' class TabstopWithMirrorInDefaultMultipleLeave_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha $1 ${2:snip} ${3:$1.h $2}') keys = 'test' + EX + 'stdin' wanted = 'ha stdin snip stdin.h snip' class TabstopWithMirrorInDefaultMultipleOverwrite_ExpectCorrectResult( _VimTest): snippets = ('test', 'ha $1 ${2:snip} ${3:$1.h $2}') keys = 'test' + EX + 'stdin' + JF + 'do snap' wanted = 'ha stdin do snap stdin.h do snap' class TabstopWithMirrorInDefaultOverwrite_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha $1 ${2:$1.h}') keys = 'test' + EX + 'stdin' + JF + 'overwritten' wanted = 'ha stdin overwritten' class TabstopWithMirrorInDefaultOverwrite1_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha $1 ${2:$1}') keys = 'test' + EX + 'stdin' + JF + 'overwritten' wanted = 'ha stdin overwritten' class TabstopWithMirrorInDefaultNoOverwrite1_ExpectCorrectResult(_VimTest): snippets = ('test', 'ha $1 ${2:$1}') keys = 'test' + EX + 'stdin' + JF + JF + 'end' wanted = 'ha stdin stdinend' class MirrorRealLifeExample_ExpectCorrectResult(_VimTest): snippets = ( ('for', 'for(size_t ${2:i} = 0; $2 < ${1:count}; ${3:++$2})' '\n{\n\t${0:/* code */}\n}'), ) keys = 'for' + EX + '100' + JF + 'avar\b\b\b\ba_variable' + JF + \ 'a_variable *= 2' + JF + '// do nothing' wanted = """for(size_t a_variable = 0; a_variable < 100; a_variable *= 2) { \t// do nothing }""" class Mirror_TestKill_InsertBefore_NoKill(_VimTest): snippets = 'test', '$1 $1_' keys = 'hallo test' + EX + 'auch' + ESC + \ 'wihi' + ESC + 'bb' + 'ino' + JF + 'end' wanted = 'hallo noauch hinoauch_end' class Mirror_TestKill_InsertAfter_NoKill(_VimTest): snippets = 'test', '$1 $1_' keys = 'hallo test' + EX + 'auch' + ESC + \ 'eiab' + ESC + 'bb' + 'ino' + JF + 'end' wanted = 'hallo noauch noauchab_end' class Mirror_TestKill_InsertBeginning_Kill(_VimTest): snippets = 'test', '$1 $1_' keys = 'hallo test' + EX + 'auch' + ESC + \ 'wahi' + ESC + 'bb' + 'ino' + JF + 'end' wanted = 'hallo noauch ahiuch_end' class Mirror_TestKill_InsertEnd_Kill(_VimTest): snippets = 'test', '$1 $1_' keys = 'hallo test' + EX + 'auch' + ESC + \ 'ehihi' + ESC + 'bb' + 'ino' + JF + 'end' wanted = 'hallo noauch auchih_end' class Mirror_TestKillTabstop_Kill(_VimTest): snippets = 'test', 'welt${1:welt${2:welt}welt} $2' keys = 'hallo test' + EX + 'elt' wanted = 'hallo weltelt ' # End: Mirrors #}}} ultisnips-3.1/test/test_Movement.py000066400000000000000000000054271263123136100175770ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Cursor Movement {{{# class CursorMovement_Multiline_ECR(_VimTest): snippets = ('test', r"$1 ${1:a tab}") keys = 'test' + EX + 'this is something\nvery nice\nnot' + JF + 'more text' wanted = 'this is something\nvery nice\nnot ' \ 'this is something\nvery nice\nnotmore text' class CursorMovement_BS_InEditMode(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set backspace=eol,indent,start') snippets = ('\n\t$1\n\t$2\n\n$3') keys = '= (3, 0) def python3(): if PYTHON3: return 'Test does not work on python3.' # Plugin: YouCompleteMe {{{# # TODO(sirver): disabled because it fails right now. # class Plugin_YouCompleteMe_IntegrationTest(_VimTest): # def skip_if(self): # r = python3() # if r: # return r # if "7.4" not in self.version: # return "Needs Vim 7.4." # plugins = ["Valloric/YouCompleteMe"] # snippets = ("superlongtrigger", "Hello") # keys = "superlo\ty" # wanted = "Hello" # def _extra_vim_config(self, vim_config): # # Not sure why, but I need to make a new tab for this to work. # vim_config.append('let g:UltiSnipsExpandTrigger="y"') # vim_config.append('tabnew') # def _before_test(self): # self.vim.send(":set ft=python\n") # # Give ycm a chance to catch up. # time.sleep(1) # End: Plugin: YouCompleteMe #}}} # Plugin: Neocomplete {{{# # TODO(sirver): disabled because it fails right now. # class Plugin_Neocomplete_BugTest(_VimTest): # Test for https://github.com/SirVer/ultisnips/issues/228 # def skip_if(self): # if '+lua' not in self.version: # return 'Needs +lua' # plugins = ['Shougo/neocomplete.vim'] # snippets = ('t', 'Hello', '', 'w') # keys = 'iab\\ t' + EX # wanted = 'iab\\ Hello' # def _extra_vim_config(self, vim_config): # vim_config.append(r'set iskeyword+=\\ ') # vim_config.append('let g:neocomplete#enable_at_startup = 1') # vim_config.append('let g:neocomplete#enable_smart_case = 1') # vim_config.append('let g:neocomplete#enable_camel_case = 1') # vim_config.append('let g:neocomplete#enable_auto_delimiter = 1') # vim_config.append('let g:neocomplete#enable_refresh_always = 1') # End: Plugin: Neocomplete #}}} # Plugin: unite {{{# # TODO(sirver): Disable since it is flaky. # class Plugin_unite_BugTest(_VimTest): # plugins = ['Shougo/unite.vim'] # snippets = ('t', 'Hello', '', 'w') # keys = 'iab\\ t=UltiSnipsCallUnite()\n' # wanted = 'iab\\ Hello ' # def _extra_vim_config(self, vim_config): # vim_config.append(r'set iskeyword+=\\ ') # vim_config.append('function! UltiSnipsCallUnite()') # vim_config.append( # ' Unite -start-insert -winheight=100 -immediately -no-empty ultisnips') # vim_config.append(' return ""') # vim_config.append('endfunction') # End: Plugin: unite #}}} # Plugin: Supertab {{{# class Plugin_SuperTab_SimpleTest(_VimTest): plugins = ['ervandew/supertab'] snippets = ('long', 'Hello', '', 'w') keys = ('longtextlongtext\n' + 'longt' + EX + '\n' + # Should complete word 'long' + EX) # Should expand wanted = 'longtextlongtext\nlongtextlongtext\nHello' def _before_test(self): # Make sure that UltiSnips has the keymap self.vim.send_to_vim(':call UltiSnips#map_keys#MapKeys()\n') def _extra_vim_config(self, vim_config): assert EX == '\t' # Otherwise this test needs changing. vim_config.append('let g:SuperTabDefaultCompletionType = ""') vim_config.append('let g:SuperTabRetainCompletionDuration = "insert"') vim_config.append('let g:SuperTabLongestHighlight = 1') vim_config.append('let g:SuperTabCrMapping = 0') # End: Plugin: Supertab #}}} ultisnips-3.1/test/test_Recursive.py000066400000000000000000000210321263123136100177420ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Recursive (Nested) Snippets {{{# class RecTabStops_SimpleCase_ExpectCorrectResult(_VimTest): snippets = ('m', '[ ${1:first} ${2:sec} ]') keys = 'm' + EX + 'm' + EX + 'hello' + \ JF + 'world' + JF + 'ups' + JF + 'end' wanted = '[ [ hello world ]ups end ]' class RecTabStops_SimpleCaseLeaveSecondSecond_ExpectCorrectResult(_VimTest): snippets = ('m', '[ ${1:first} ${2:sec} ]') keys = 'm' + EX + 'm' + EX + 'hello' + JF + 'world' + JF + JF + JF + 'end' wanted = '[ [ hello world ] sec ]end' class RecTabStops_SimpleCaseLeaveFirstSecond_ExpectCorrectResult(_VimTest): snippets = ('m', '[ ${1:first} ${2:sec} ]') keys = 'm' + EX + 'm' + EX + 'hello' + JF + JF + JF + 'world' + JF + 'end' wanted = '[ [ hello sec ] world ]end' class RecTabStops_InnerWOTabStop_ECR(_VimTest): snippets = ( ('m1', 'Just some Text'), ('m', '[ ${1:first} ${2:sec} ]'), ) keys = 'm' + EX + 'm1' + EX + 'hi' + JF + 'two' + JF + 'end' wanted = '[ Just some Texthi two ]end' class RecTabStops_InnerWOTabStopTwiceDirectly_ECR(_VimTest): snippets = ( ('m1', 'JST'), ('m', '[ ${1:first} ${2:sec} ]'), ) keys = 'm' + EX + 'm1' + EX + ' m1' + EX + 'hi' + JF + 'two' + JF + 'end' wanted = '[ JST JSThi two ]end' class RecTabStops_InnerWOTabStopTwice_ECR(_VimTest): snippets = ( ('m1', 'JST'), ('m', '[ ${1:first} ${2:sec} ]'), ) keys = 'm' + EX + 'm1' + EX + JF + 'm1' + EX + 'hi' + JF + 'end' wanted = '[ JST JSThi ]end' class RecTabStops_OuterOnlyWithZeroTS_ECR(_VimTest): snippets = ( ('m', 'A $0 B'), ('m1', 'C $1 D $0 E'), ) keys = 'm' + EX + 'm1' + EX + 'CD' + JF + 'DE' wanted = 'A C CD D DE E B' class RecTabStops_OuterOnlyWithZero_ECR(_VimTest): snippets = ( ('m', 'A $0 B'), ('m1', 'C $1 D $0 E'), ) keys = 'm' + EX + 'm1' + EX + 'CD' + JF + 'DE' wanted = 'A C CD D DE E B' class RecTabStops_ExpandedInZeroTS_ECR(_VimTest): snippets = ( ('m', 'A $0 B $1'), ('m1', 'C $1 D $0 E'), ) keys = 'm' + EX + 'hi' + JF + 'm1' + EX + 'CD' + JF + 'DE' wanted = 'A C CD D DE E B hi' class RecTabStops_ExpandedInZeroTSTwice_ECR(_VimTest): snippets = ( ('m', 'A $0 B $1'), ('m1', 'C $1 D $0 E'), ) keys = 'm' + EX + 'hi' + JF + 'm' + EX + 'again' + JF + 'm1' + \ EX + 'CD' + JF + 'DE' wanted = 'A A C CD D DE E B again B hi' class RecTabStops_ExpandedInZeroTSSecondTime_ECR(_VimTest): snippets = ( ('m', 'A $0 B $1'), ('m1', 'C $1 D $0 E'), ) keys = 'm' + EX + 'hi' + JF + 'm' + EX + \ 'm1' + EX + 'CD' + JF + 'DE' + JF + 'AB' wanted = 'A A AB B C CD D DE E B hi' class RecTabsStops_TypeInZero_ECR(_VimTest): snippets = ( ('v', r"\vec{$1}", 'Vector', 'w'), ('frac', r"\frac{${1:one}}${0:zero}{${2:two}}", 'Fractio', 'w'), ) keys = 'v' + EX + 'frac' + EX + 'a' + JF + 'b' + JF + 'frac' + EX + 'aa' + JF + JF + 'cc' + JF + \ 'hello frac' + EX + JF + JF + 'world' wanted = r"\vec{\frac{a}\frac{aa}cc{two}{b}}hello \frac{one}world{two}" class RecTabsStops_TypeInZero2_ECR(_VimTest): snippets = ( ('m', r"_${0:explicit zero}", 'snip', 'i'), ) keys = 'm' + EX + 'hello m' + EX + 'world m' + EX + 'end' wanted = r"_hello _world _end" class RecTabsStops_BackspaceZero_ECR(_VimTest): snippets = ( ('m', r"${1:one}${0:explicit zero}${2:two}", 'snip', 'i'), ) keys = 'm' + EX + JF + JF + BS + 'm' + EX wanted = r"oneoneexplicit zerotwotwo" class RecTabStops_MirrorInnerSnippet_ECR(_VimTest): snippets = ( ('m', '[ $1 $2 ] $1'), ('m1', 'ASnip $1 ASnip $2 ASnip'), ) keys = 'm' + EX + 'm1' + EX + 'Hallo' + JF + 'Hi' + \ JF + 'endone' + JF + 'two' + JF + 'totalend' wanted = '[ ASnip Hallo ASnip Hi ASnipendone two ] ASnip Hallo ASnip Hi ASnipendonetotalend' class RecTabStops_NotAtBeginningOfTS_ExpectCorrectResult(_VimTest): snippets = ('m', '[ ${1:first} ${2:sec} ]') keys = 'm' + EX + 'hello m' + EX + 'hi' + JF + 'two' + JF + 'ups' + JF + 'three' + \ JF + 'end' wanted = '[ hello [ hi two ]ups three ]end' class RecTabStops_InNewlineInTabstop_ExpectCorrectResult(_VimTest): snippets = ('m', '[ ${1:first} ${2:sec} ]') keys = 'm' + EX + 'hello\nm' + EX + 'hi' + JF + 'two' + JF + 'ups' + JF + 'three' + \ JF + 'end' wanted = '[ hello\n[ hi two ]ups three ]end' class RecTabStops_InNewlineInTabstopNotAtBeginOfLine_ECR(_VimTest): snippets = ('m', '[ ${1:first} ${2:sec} ]') keys = 'm' + EX + 'hello\nhello again m' + EX + 'hi' + JF + 'two' + \ JF + 'ups' + JF + 'three' + JF + 'end' wanted = '[ hello\nhello again [ hi two ]ups three ]end' class RecTabStops_InNewlineMultiline_ECR(_VimTest): snippets = ('m', 'M START\n$0\nM END') keys = 'm' + EX + 'm' + EX wanted = 'M START\nM START\n\nM END\nM END' class RecTabStops_InNewlineManualIndent_ECR(_VimTest): snippets = ('m', 'M START\n$0\nM END') keys = 'm' + EX + ' m' + EX + 'hi' wanted = 'M START\n M START\n hi\n M END\nM END' class RecTabStops_InNewlineManualIndentTextInFront_ECR(_VimTest): snippets = ('m', 'M START\n$0\nM END') keys = 'm' + EX + ' hallo m' + EX + 'hi' wanted = 'M START\n hallo M START\n hi\n M END\nM END' class RecTabStops_InNewlineMultilineWithIndent_ECR(_VimTest): snippets = ('m', 'M START\n $0\nM END') keys = 'm' + EX + 'm' + EX + 'hi' wanted = 'M START\n M START\n hi\n M END\nM END' class RecTabStops_InNewlineMultilineWithNonZeroTS_ECR(_VimTest): snippets = ('m', 'M START\n $1\nM END -> $0') keys = 'm' + EX + 'm' + EX + 'hi' + JF + 'hallo' + JF + 'end' wanted = 'M START\n M START\n hi\n M END -> hallo\n' \ 'M END -> end' class RecTabStops_BarelyNotLeavingInner_ECR(_VimTest): snippets = ( ('m', '[ ${1:first} ${2:sec} ]'), ) keys = 'm' + EX + 'm' + EX + 'a' + 3 * ARR_L + JF + 'hallo' + \ JF + 'ups' + JF + 'world' + JF + 'end' wanted = '[ [ a hallo ]ups world ]end' class RecTabStops_LeavingInner_ECR(_VimTest): snippets = ( ('m', '[ ${1:first} ${2:sec} ]'), ) keys = 'm' + EX + 'm' + EX + 'a' + 4 * ARR_L + JF + 'hallo' + \ JF + 'world' wanted = '[ [ a sec ] hallo ]world' class RecTabStops_LeavingInnerInner_ECR(_VimTest): snippets = ( ('m', '[ ${1:first} ${2:sec} ]'), ) keys = 'm' + EX + 'm' + EX + 'm' + EX + 'a' + 4 * ARR_L + JF + 'hallo' + \ JF + 'ups' + JF + 'world' + JF + 'end' wanted = '[ [ [ a sec ] hallo ]ups world ]end' class RecTabStops_LeavingInnerInnerTwo_ECR(_VimTest): snippets = ( ('m', '[ ${1:first} ${2:sec} ]'), ) keys = 'm' + EX + 'm' + EX + 'm' + EX + 'a' + 6 * ARR_L + JF + 'hallo' + \ JF + 'end' wanted = '[ [ [ a sec ] sec ] hallo ]end' class RecTabStops_ZeroTSisNothingSpecial_ECR(_VimTest): snippets = ( ('m1', '[ ${1:first} $0 ${2:sec} ]'), ('m', '[ ${1:first} ${2:sec} ]'), ) keys = 'm' + EX + 'm1' + EX + 'one' + JF + 'two' + \ JF + 'three' + JF + 'four' + JF + 'end' wanted = '[ [ one three two ] four ]end' class RecTabStops_MirroredZeroTS_ECR(_VimTest): snippets = ( ('m1', '[ ${1:first} ${0:Year, some default text} $0 ${2:sec} ]'), ('m', '[ ${1:first} ${2:sec} ]'), ) keys = 'm' + EX + 'm1' + EX + 'one' + JF + 'two' + \ JF + 'three' + JF + 'four' + JF + 'end' wanted = '[ [ one three three two ] four ]end' class RecTabStops_ChildTriggerContainsParentTextObjects(_VimTest): # https://bugs.launchpad.net/bugs/1191617 files = { 'us/all.snippets': r""" global !p def complete(t, opts): if t: opts = [ q[len(t):] for q in opts if q.startswith(t) ] if len(opts) == 0: return '' return opts[0] if len(opts) == 1 else "(" + '|'.join(opts) + ')' def autocomplete_options(t, string, attr=None): return complete(t[1], [opt for opt in attr if opt not in string]) endglobal snippet /form_for(.*){([^|]*)/ "form_for html options" rw! `!p auto = autocomplete_options(t, match.group(2), attr=["id: ", "class: ", "title: "]) snip.rv = "form_for" + match.group(1) + "{"`$1`!p if (snip.c != auto) : snip.rv=auto` endsnippet """} keys = 'form_for user, namespace: some_namespace, html: {i' + EX + 'i' + EX wanted = 'form_for user, namespace: some_namespace, html: {(id: |class: |title: )d: ' # End: Recursive (Nested) Snippets #}}} ultisnips-3.1/test/test_Selection.py000066400000000000000000000062331263123136100177260ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # Unmap SelectMode Mappings {{{# # Test for bug 427298 # class _SelectModeMappings(_VimTest): snippets = ('test', '${1:World}') keys = 'test' + EX + 'Hello' wanted = 'Hello' maps = ('', '') buffer_maps = ('', '') do_unmapping = True ignores = [] def _extra_vim_config(self, vim_config): vim_config.append( ':let g:UltiSnipsRemoveSelectModeMappings=%i' % int( self.do_unmapping)) vim_config.append( ':let g:UltiSnipsMappingsToIgnore=%s' % repr( self.ignores)) if not isinstance(self.maps[0], tuple): self.maps = (self.maps,) if not isinstance(self.buffer_maps[0], tuple): self.buffer_maps = (self.buffer_maps,) for key, m in self.maps: if not len(key): continue vim_config.append(':smap %s %s' % (key, m)) for key, m in self.buffer_maps: if not len(key): continue vim_config.append(':smap %s %s' % (key, m)) class SelectModeMappings_RemoveBeforeSelecting_ECR(_SelectModeMappings): maps = ('H', 'x') wanted = 'Hello' class SelectModeMappings_DisableRemoveBeforeSelecting_ECR(_SelectModeMappings): do_unmapping = False maps = ('H', 'x') wanted = 'xello' class SelectModeMappings_IgnoreMappings_ECR(_SelectModeMappings): ignores = ['e'] maps = ('H', 'x'), ('e', 'l') wanted = 'Hello' class SelectModeMappings_IgnoreMappings1_ECR(_SelectModeMappings): ignores = ['H'] maps = ('H', 'x'), ('e', 'l') wanted = 'xello' class SelectModeMappings_IgnoreMappings2_ECR(_SelectModeMappings): ignores = ['e', 'H'] maps = ('e', 'l'), ('H', 'x') wanted = 'xello' class SelectModeMappings_BufferLocalMappings_ECR(_SelectModeMappings): buffer_maps = ('H', 'blah') wanted = 'Hello' # End: Unmap SelectMode Mappings #}}} # Exclusive Selection {{{# class _ES_Base(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set selection=exclusive') class ExclusiveSelection_SimpleTabstop_Test(_ES_Base): snippets = ('test', 'h${1:blah}w $1') keys = 'test' + EX + 'ui' + JF wanted = 'huiw ui' class ExclusiveSelection_RealWorldCase_Test(_ES_Base): snippets = ('for', """for ($${1:i} = ${2:0}; $$1 < ${3:count}; $$1${4:++}) { ${5:// code} }""") keys = 'for' + EX + 'k' + JF wanted = """for ($k = 0; $k < count; $k++) { // code }""" # End: Exclusive Selection #}}} # Old Selection {{{# class _OS_Base(_VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set selection=old') class OldSelection_SimpleTabstop_Test(_OS_Base): snippets = ('test', 'h${1:blah}w $1') keys = 'test' + EX + 'ui' + JF wanted = 'huiw ui' class OldSelection_RealWorldCase_Test(_OS_Base): snippets = ('for', """for ($${1:i} = ${2:0}; $$1 < ${3:count}; $$1${4:++}) { ${5:// code} }""") keys = 'for' + EX + 'k' + JF wanted = """for ($k = 0; $k < count; $k++) { // code }""" # End: Old Selection #}}} ultisnips-3.1/test/test_SnipMate.py000066400000000000000000000105371263123136100175230ustar00rootroot00000000000000# encoding: utf-8 from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # snipMate support {{{# class snipMate_SimpleSnippet(_VimTest): files = { 'snippets/_.snippets': """ snippet hello \tThis is a test snippet \t# With a comment"""} keys = 'hello' + EX wanted = 'This is a test snippet\n# With a comment' class snipMate_Disabled(_VimTest): files = { 'snippets/_.snippets': """ snippet hello \tThis is a test snippet \t# With a comment"""} keys = 'hello' + EX wanted = 'hello' + EX def _extra_vim_config(self, vim_config): vim_config.append("let g:UltiSnipsEnableSnipMate=0"); class snipMate_OtherFiletype(_VimTest): files = { 'snippets/blubi.snippets': """ snippet hello \tworked"""} keys = 'hello' + EX + ESC + ':set ft=blubi\nohello' + EX wanted = 'hello' + EX + '\nworked' class snipMate_MultiMatches(_VimTest): files = { 'snippets/_.snippets': """ snippet hello The first snippet." \tone snippet hello The second snippet. \ttwo"""} keys = 'hello' + EX + '2\n' wanted = 'two' class snipMate_SimpleSnippetSubDirectory(_VimTest): files = { 'snippets/_/blub.snippets': """ snippet hello \tThis is a test snippet"""} keys = 'hello' + EX wanted = 'This is a test snippet' class snipMate_SimpleSnippetInSnippetFile(_VimTest): files = { 'snippets/_/hello.snippet': """This is a stand alone snippet""", 'snippets/_/hello1.snippet': """This is two stand alone snippet""", 'snippets/_/hello2/this_is_my_cool_snippet.snippet': """Three""", } keys = 'hello' + EX + '\nhello1' + EX + '\nhello2' + EX wanted = 'This is a stand alone snippet\nThis is two stand alone snippet\nThree' class snipMate_Interpolation(_VimTest): files = { 'snippets/_.snippets': """ snippet test \tla`printf('c%02d', 3)`lu"""} keys = 'test' + EX wanted = 'lac03lu' class snipMate_InterpolationWithSystem(_VimTest): files = { 'snippets/_.snippets': """ snippet test \tla`system('echo -ne öäü')`lu"""} keys = 'test' + EX wanted = 'laöäülu' class snipMate_TestMirrors(_VimTest): files = { 'snippets/_.snippets': """ snippet for \tfor (${2:i}; $2 < ${1:count}; $1++) { \t\t${4} \t}"""} keys = 'for' + EX + 'blub' + JF + 'j' + JF + 'hi' wanted = 'for (j; j < blub; blub++) {\n\thi\n}' class snipMate_TestNoBraceTabstops(_VimTest): files = { 'snippets/_.snippets': """ snippet test \t$1 is $2"""} keys = 'test' + EX + 'blub' + JF + 'blah' wanted = 'blub is blah' class snipMate_TestNoBraceTabstopsAndMirrors(_VimTest): files = { 'snippets/_.snippets': """ snippet test \t$1 is $1, $2 is ${2}"""} keys = 'test' + EX + 'blub' + JF + 'blah' wanted = 'blub is blub, blah is blah' class snipMate_TestMirrorsInPlaceholders(_VimTest): files = { 'snippets/_.snippets': """ snippet opt \t"""} keys = 'opt' + EX + 'some' + JF + JF + 'ende' wanted = """ende""" class snipMate_TestMirrorsInPlaceholders_Overwrite(_VimTest): files = { 'snippets/_.snippets': """ snippet opt \t"""} keys = 'opt' + EX + 'some' + JF + 'not' + JF + 'ende' wanted = """ende""" class snipMate_Visual_Simple(_VimTest): files = { 'snippets/_.snippets': """ snippet v \th${VISUAL}b"""} keys = 'blablub' + ESC + '0v6l' + EX + 'v' + EX wanted = 'hblablubb' class snipMate_NoNestedTabstops(_VimTest): files = { 'snippets/_.snippets': """ snippet test \th$${1:${2:blub}}$$"""} keys = 'test' + EX + JF + 'hi' wanted = 'h$${2:blub}$$hi' class snipMate_Extends(_VimTest): files = { 'snippets/a.snippets': """ extends b snippet test \tblub""", 'snippets/b.snippets': """ snippet test1 \tblah""" } keys = ESC + ':set ft=a\n' + 'itest1' + EX wanted = 'blah' class snipMate_EmptyLinesContinueSnippets(_VimTest): files = { 'snippets/_.snippets': """ snippet test \tblub \tblah snippet test1 \ta""" } keys = 'test' + EX wanted = 'blub\n\nblah\n' class snipMate_OverwrittenByRegExpTrigger(_VimTest): files = { 'snippets/_.snippets': """ snippet def \tsnipmate """, 'us/all.snippets': r""" snippet "(de)?f" "blub" r ultisnips endsnippet """ } keys = 'def' + EX wanted = 'ultisnips' # End: snipMate support #}}} ultisnips-3.1/test/test_SnippetActions.py000066400000000000000000000222461263123136100207460ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * class SnippetActions_PreActionModifiesBuffer(_VimTest): files = { 'us/all.snippets': r""" pre_expand "snip.buffer[snip.line:snip.line] = ['\n']" snippet a "desc" "True" e abc endsnippet """} keys = 'a' + EX wanted = '\nabc' class SnippetActions_PostActionModifiesBuffer(_VimTest): files = { 'us/all.snippets': r""" post_expand "snip.buffer[snip.line+1:snip.line+1] = ['\n']" snippet a "desc" "True" e abc endsnippet """} keys = 'a' + EX wanted = 'abc\n' class SnippetActions_ErrorOnBufferModificationThroughCommand(_VimTest): files = { 'us/all.snippets': r""" pre_expand "vim.command('normal O')" snippet a "desc" "True" e abc endsnippet """} keys = 'a' + EX expected_error = 'changes are untrackable' class SnippetActions_ErrorOnModificationSnippetLine(_VimTest): files = { 'us/all.snippets': r""" post_expand "vim.command('normal dd')" snippet i "desc" "True" e if: $1 endsnippet """} keys = 'i' + EX expected_error = 'line under the cursor was modified' class SnippetActions_EnsureIndent(_VimTest): files = { 'us/all.snippets': r""" pre_expand "snip.buffer[snip.line] = ' '*4; snip.cursor[1] = 4" snippet i "desc" "True" e if: $1 endsnippet """} keys = '\ni' + EX + 'i' + EX + 'x' wanted = """ if: if: x""" class SnippetActions_PostActionCanUseSnippetRange(_VimTest): files = { 'us/all.snippets': r""" global !p def ensure_newlines(start, end): snip.buffer[start[0]:start[0]] = ['\n'] * 2 snip.buffer[end[0]+1:end[0]+1] = ['\n'] * 1 endglobal post_expand "ensure_newlines(snip.snippet_start, snip.snippet_end)" snippet i "desc" if $1 else $2 end endsnippet """} keys = '\ni' + EX + 'x' + JF + 'y' wanted = """ if x else y end """ class SnippetActions_CanModifyParentBody(_VimTest): files = { 'us/all.snippets': r""" global !p def ensure_newlines(start, end): snip.buffer[start[0]:start[0]] = ['\n'] * 2 endglobal post_expand "ensure_newlines(snip.snippet_start, snip.snippet_end)" snippet i "desc" if $1 else $2 end endsnippet """} keys = '\ni' + EX + 'i' + EX + 'x' + JF + 'y' + JF + JF + 'z' wanted = """ if if x else y end else z end""" class SnippetActions_MoveParentSnippetFromChildInPreAction(_VimTest): files = { 'us/all.snippets': r""" global !p def insert_import(): snip.buffer[2:2] = ['import smthing', ''] endglobal pre_expand "insert_import()" snippet p "desc" print(smthing.traceback()) endsnippet snippet i "desc" if $1 else $2 end endsnippet """} keys = 'i' + EX + 'p' + EX + JF + 'z' wanted = """import smthing if print(smthing.traceback()) else z end""" class SnippetActions_CanExpandSnippetInDifferentPlace(_VimTest): files = { 'us/all.snippets': r""" global !p def expand_after_if(snip): snip.buffer[snip.line] = snip.buffer[snip.line][:snip.column] + \ snip.buffer[snip.line][snip.column+1:] snip.cursor[1] = snip.buffer[snip.line].index('if ')+3 endglobal pre_expand "expand_after_if(snip)" snippet n "append not to if" w not $0 endsnippet snippet i "if cond" w if $1: $2 endsnippet """} keys = 'i' + EX + 'blah' + JF + 'n' + EX + JF + 'pass' wanted = """if not blah: pass""" class SnippetActions_MoveVisual(_VimTest): files = { 'us/all.snippets': r""" global !p def extract_method(snip): del snip.buffer[snip.line] snip.buffer[len(snip.buffer)-1:len(snip.buffer)-1] = [''] snip.cursor.set(len(snip.buffer)-2, 0) endglobal pre_expand "extract_method(snip)" snippet n "append not to if" w def $1: ${VISUAL} endsnippet """} keys = """ def a: x() y() z()""" + ESC + 'kVk' + EX + 'n' + EX + 'b' wanted = """ def a: z() def b: x() y()""" class SnippetActions_CanMirrorTabStopsOutsideOfSnippet(_VimTest): files = { 'us/all.snippets': r""" post_jump "snip.buffer[2] = 'debug({})'.format(snip.tabstops[1].current_text)" snippet i "desc" if $1: $2 endsnippet """} keys = """ --- i""" + EX + "test(some(complex(cond(a))))" + JF + "x" wanted = """debug(test(some(complex(cond(a))))) --- if test(some(complex(cond(a)))): x""" class SnippetActions_CanExpandAnonSnippetInJumpAction(_VimTest): files = { 'us/all.snippets': r""" global !p def expand_anon(snip): if snip.tabstop == 0: snip.expand_anon("a($2, $1)") endglobal post_jump "expand_anon(snip)" snippet i "desc" if ${1:cond}: $0 endsnippet """} keys = "i" + EX + "x" + JF + "1" + JF + "2" + JF + ";" wanted = """if x: a(2, 1);""" class SnippetActions_CanExpandAnonSnippetInJumpActionWhileSelected(_VimTest): files = { 'us/all.snippets': r""" global !p def expand_anon(snip): if snip.tabstop == 0: snip.expand_anon(" // a($2, $1)") endglobal post_jump "expand_anon(snip)" snippet i "desc" if ${1:cond}: ${2:pass} endsnippet """} keys = "i" + EX + "x" + JF + JF + "1" + JF + "2" + JF + ";" wanted = """if x: pass // a(2, 1);""" class SnippetActions_CanUseContextFromContextMatch(_VimTest): files = { 'us/all.snippets': r""" pre_expand "snip.buffer[snip.line:snip.line] = [snip.context]" snippet i "desc" "'some context'" e body endsnippet """} keys = "i" + EX wanted = """some context body""" class SnippetActions_CanExpandAnonSnippetOnFirstJump(_VimTest): files = { 'us/all.snippets': r""" global !p def expand_new_snippet_on_first_jump(snip): if snip.tabstop == 1: snip.expand_anon("some_check($1, $2, $3)") endglobal post_jump "expand_new_snippet_on_first_jump(snip)" snippet "test" "test new features" "True" bwre if $1: $2 endsnippet """} keys = "test" + EX + "1" + JF + "2" + JF + "3" + JF + " or 4" + JF + "5" wanted = """if some_check(1, 2, 3) or 4: 5""" class SnippetActions_CanExpandAnonOnPreExpand(_VimTest): files = { 'us/all.snippets': r""" pre_expand "snip.buffer[snip.line] = ''; snip.expand_anon('totally_different($2, $1)')" snippet test "test new features" wb endsnippet """} keys = "test" + EX + "1" + JF + "2" + JF + "3" wanted = """totally_different(2, 1)3""" class SnippetActions_CanEvenWrapSnippetInPreAction(_VimTest): files = { 'us/all.snippets': r""" pre_expand "snip.buffer[snip.line] = ''; snip.expand_anon('some_wrapper($1): $2')" snippet test "test new features" wb wrapme($2, $1) endsnippet """} keys = "test" + EX + "1" + JF + "2" + JF + "3" + JF + "4" wanted = """some_wrapper(wrapme(2, 1)3): 4""" class SnippetActions_CanVisuallySelectFirstPlaceholderInAnonSnippetInPre(_VimTest): files = { 'us/all.snippets': r""" pre_expand "snip.buffer[snip.line] = ''; snip.expand_anon('${1:asd}, ${2:blah}')" snippet test "test new features" wb endsnippet """} keys = "test" + EX + "1" + JF + "2" wanted = """1, 2""" class SnippetActions_UseCorrectJumpActions(_VimTest): files = { 'us/all.snippets': r""" post_jump "snip.buffer[-2:-2]=['a' + str(snip.tabstop)]" snippet a "a" wb $1 { $2 } endsnippet snippet b "b" wb bbb endsnippet post_jump "snip.buffer[-2:-2]=['c' + str(snip.tabstop)]" snippet c "c" w $1 : $2 : $3 endsnippet """} keys = "a" + EX + "1" + JF + "b" + EX + " c" + EX + "2" + JF + "3" + JF + "4" + JF + JF wanted = """1 { bbb 2 : 3 : 4 } a1 a2 c1 c2 c3 c0 a0""" class SnippetActions_PostActionModifiesCharAfterSnippet(_VimTest): files = { 'us/all.snippets': r""" post_expand "snip.buffer[snip.snippet_end[0]] = snip.buffer[snip.snippet_end[0]][:-1]" snippet a "desc" i ($1) endsnippet """} keys = '[]' + ARR_L + 'a' + EX + '1' + JF + '2' wanted = '[(1)2' class SnippetActions_PostActionModifiesLineAfterSnippet(_VimTest): files = { 'us/all.snippets': r""" post_expand "snip.buffer[snip.snippet_end[0]+1:snip.snippet_end[0]+2] = []" snippet a "desc" 1: $1 $0 endsnippet """} keys = '\n3' + ARR_U + 'a' + EX + '1' + JF + '2' wanted = '1: 1\n2' ultisnips-3.1/test/test_SnippetOptions.py000066400000000000000000000221411263123136100207730ustar00rootroot00000000000000# encoding: utf-8 from test.vim_test_case import VimTestCase as _VimTest from test.constant import * from test.util import running_on_windows # Snippet Options {{{# class SnippetOptions_OnlyExpandWhenWSInFront_Expand(_VimTest): snippets = ('test', 'Expand me!', '', 'b') keys = 'test' + EX wanted = 'Expand me!' class SnippetOptions_OnlyExpandWhenWSInFront_Expand2(_VimTest): snippets = ('test', 'Expand me!', '', 'b') keys = ' test' + EX wanted = ' Expand me!' class SnippetOptions_OnlyExpandWhenWSInFront_DontExpand(_VimTest): snippets = ('test', 'Expand me!', '', 'b') keys = 'a test' + EX wanted = 'a test' + EX class SnippetOptions_OnlyExpandWhenWSInFront_OneWithOneWO(_VimTest): snippets = ( ('test', 'Expand me!', '', 'b'), ('test', 'not at beginning', '', ''), ) keys = 'a test' + EX wanted = 'a not at beginning' class SnippetOptions_OnlyExpandWhenWSInFront_OneWithOneWOChoose(_VimTest): snippets = ( ('test', 'Expand me!', '', 'b'), ('test', 'not at beginning', '', ''), ) keys = ' test' + EX + '1\n' wanted = ' Expand me!' class SnippetOptions_ExpandInwordSnippets_SimpleExpand(_VimTest): snippets = (('test', 'Expand me!', '', 'i'), ) keys = 'atest' + EX wanted = 'aExpand me!' class SnippetOptions_ExpandInwordSnippets_ExpandSingle(_VimTest): snippets = (('test', 'Expand me!', '', 'i'), ) keys = 'test' + EX wanted = 'Expand me!' class SnippetOptions_ExpandInwordSnippetsWithOtherChars_Expand(_VimTest): snippets = (('test', 'Expand me!', '', 'i'), ) keys = '$test' + EX wanted = '$Expand me!' class SnippetOptions_ExpandInwordSnippetsWithOtherChars_Expand2(_VimTest): snippets = (('test', 'Expand me!', '', 'i'), ) keys = '-test' + EX wanted = '-Expand me!' class SnippetOptions_ExpandInwordSnippetsWithOtherChars_Expand3(_VimTest): skip_if = lambda self: running_on_windows() snippets = (('test', 'Expand me!', '', 'i'), ) keys = 'ßßtest' + EX wanted = 'ßßExpand me!' class _SnippetOptions_ExpandWordSnippets(_VimTest): snippets = (('test', 'Expand me!', '', 'w'), ) class SnippetOptions_ExpandWordSnippets_NormalExpand( _SnippetOptions_ExpandWordSnippets): keys = 'test' + EX wanted = 'Expand me!' class SnippetOptions_ExpandWordSnippets_NoExpand( _SnippetOptions_ExpandWordSnippets): keys = 'atest' + EX wanted = 'atest' + EX class SnippetOptions_ExpandWordSnippets_ExpandSuffix( _SnippetOptions_ExpandWordSnippets): keys = 'a-test' + EX wanted = 'a-Expand me!' class SnippetOptions_ExpandWordSnippets_ExpandSuffix2( _SnippetOptions_ExpandWordSnippets): keys = 'a(test' + EX wanted = 'a(Expand me!' class SnippetOptions_ExpandWordSnippets_ExpandSuffix3( _SnippetOptions_ExpandWordSnippets): keys = '[[test' + EX wanted = '[[Expand me!' class _No_Tab_Expand(_VimTest): snippets = ('test', '\t\tExpand\tme!\t', '', 't') class No_Tab_Expand_Simple(_No_Tab_Expand): keys = 'test' + EX wanted = '\t\tExpand\tme!\t' class No_Tab_Expand_Leading_Spaces(_No_Tab_Expand): keys = ' test' + EX wanted = ' \t\tExpand\tme!\t' class No_Tab_Expand_Leading_Tabs(_No_Tab_Expand): keys = '\ttest' + EX wanted = '\t\t\tExpand\tme!\t' class No_Tab_Expand_No_TS(_No_Tab_Expand): def _extra_vim_config(self, vim_config): vim_config.append('set sw=3') vim_config.append('set sts=3') keys = 'test' + EX wanted = '\t\tExpand\tme!\t' class No_Tab_Expand_ET(_No_Tab_Expand): def _extra_vim_config(self, vim_config): vim_config.append('set sw=3') vim_config.append('set expandtab') keys = 'test' + EX wanted = '\t\tExpand\tme!\t' class No_Tab_Expand_ET_Leading_Spaces(_No_Tab_Expand): def _extra_vim_config(self, vim_config): vim_config.append('set sw=3') vim_config.append('set expandtab') keys = ' test' + EX wanted = ' \t\tExpand\tme!\t' class No_Tab_Expand_ET_SW(_No_Tab_Expand): def _extra_vim_config(self, vim_config): vim_config.append('set sw=8') vim_config.append('set expandtab') keys = 'test' + EX wanted = '\t\tExpand\tme!\t' class No_Tab_Expand_ET_SW_TS(_No_Tab_Expand): def _extra_vim_config(self, vim_config): vim_config.append('set sw=3') vim_config.append('set sts=3') vim_config.append('set ts=3') vim_config.append('set expandtab') keys = 'test' + EX wanted = '\t\tExpand\tme!\t' class _TabExpand_RealWorld(object): snippets = ('hi', r"""hi `!p snip.rv="i1\n" snip.rv += snip.mkline("i1\n") snip.shift(1) snip.rv += snip.mkline("i2\n") snip.unshift(2) snip.rv += snip.mkline("i0\n") snip.shift(3) snip.rv += snip.mkline("i3")` snip.rv = repr(snip.rv) End""") class No_Tab_Expand_RealWorld(_TabExpand_RealWorld, _VimTest): def _extra_vim_config(self, vim_config): vim_config.append('set noexpandtab') keys = '\t\thi' + EX wanted = """\t\thi \t\ti1 \t\ti1 \t\t\ti2 \ti0 \t\t\t\ti3 \t\tsnip.rv = repr(snip.rv) \t\tEnd""" class SnippetOptions_Regex_Expand(_VimTest): snippets = ('(test)', 'Expand me!', '', 'r') keys = 'test' + EX wanted = 'Expand me!' class SnippetOptions_Regex_WithSpace(_VimTest): snippets = ('test ', 'Expand me!', '', 'r') keys = 'test ' + EX wanted = 'Expand me!' class SnippetOptions_Regex_Multiple(_VimTest): snippets = ('(test *)+', 'Expand me!', '', 'r') keys = 'test test test' + EX wanted = 'Expand me!' class _Regex_Self(_VimTest): snippets = ('((?<=\W)|^)(\.)', 'self.', '', 'r') class SnippetOptions_Regex_Self_Start(_Regex_Self): keys = '.' + EX wanted = 'self.' class SnippetOptions_Regex_Self_Space(_Regex_Self): keys = ' .' + EX wanted = ' self.' class SnippetOptions_Regex_Self_TextAfter(_Regex_Self): keys = ' .a' + EX wanted = ' .a' + EX class SnippetOptions_Regex_Self_TextBefore(_Regex_Self): keys = 'a.' + EX wanted = 'a.' + EX class SnippetOptions_Regex_PythonBlockMatch(_VimTest): snippets = (r"([abc]+)([def]+)", r"""`!p m = match snip.rv += m.group(2) snip.rv += m.group(1) `""", '', 'r') keys = 'test cabfed' + EX wanted = 'test fedcab' class SnippetOptions_Regex_PythonBlockNoMatch(_VimTest): snippets = (r"cabfed", r"""`!p snip.rv = match or "No match"`""") keys = 'test cabfed' + EX wanted = 'test No match' # Tests for Bug #691575 class SnippetOptions_Regex_SameLine_Long_End(_VimTest): snippets = ('(test.*)', 'Expand me!', '', 'r') keys = 'test test abc' + EX wanted = 'Expand me!' class SnippetOptions_Regex_SameLine_Long_Start(_VimTest): snippets = ('(.*test)', 'Expand me!', '', 'r') keys = 'abc test test' + EX wanted = 'Expand me!' class SnippetOptions_Regex_SameLine_Simple(_VimTest): snippets = ('(test)', 'Expand me!', '', 'r') keys = 'abc test test' + EX wanted = 'abc test Expand me!' class MultiWordSnippet_Simple(_VimTest): snippets = ('test me', 'Expand me!') keys = 'test me' + EX wanted = 'Expand me!' class MultiWord_SnippetOptions_OnlyExpandWhenWSInFront_Expand(_VimTest): snippets = ('test it', 'Expand me!', '', 'b') keys = 'test it' + EX wanted = 'Expand me!' class MultiWord_SnippetOptions_OnlyExpandWhenWSInFront_Expand2(_VimTest): snippets = ('test it', 'Expand me!', '', 'b') keys = ' test it' + EX wanted = ' Expand me!' class MultiWord_SnippetOptions_OnlyExpandWhenWSInFront_DontExpand(_VimTest): snippets = ('test it', 'Expand me!', '', 'b') keys = 'a test it' + EX wanted = 'a test it' + EX class MultiWord_SnippetOptions_OnlyExpandWhenWSInFront_OneWithOneWO(_VimTest): snippets = ( ('test it', 'Expand me!', '', 'b'), ('test it', 'not at beginning', '', ''), ) keys = 'a test it' + EX wanted = 'a not at beginning' class MultiWord_SnippetOptions_OnlyExpandWhenWSInFront_OneWithOneWOChoose( _VimTest): snippets = ( ('test it', 'Expand me!', '', 'b'), ('test it', 'not at beginning', '', ''), ) keys = ' test it' + EX + '1\n' wanted = ' Expand me!' class MultiWord_SnippetOptions_ExpandInwordSnippets_SimpleExpand(_VimTest): snippets = (('test it', 'Expand me!', '', 'i'), ) keys = 'atest it' + EX wanted = 'aExpand me!' class MultiWord_SnippetOptions_ExpandInwordSnippets_ExpandSingle(_VimTest): snippets = (('test it', 'Expand me!', '', 'i'), ) keys = 'test it' + EX wanted = 'Expand me!' class _MultiWord_SnippetOptions_ExpandWordSnippets(_VimTest): snippets = (('test it', 'Expand me!', '', 'w'), ) class MultiWord_SnippetOptions_ExpandWordSnippets_NormalExpand( _MultiWord_SnippetOptions_ExpandWordSnippets): keys = 'test it' + EX wanted = 'Expand me!' class MultiWord_SnippetOptions_ExpandWordSnippets_NoExpand( _MultiWord_SnippetOptions_ExpandWordSnippets): keys = 'atest it' + EX wanted = 'atest it' + EX class MultiWord_SnippetOptions_ExpandWordSnippets_ExpandSuffix( _MultiWord_SnippetOptions_ExpandWordSnippets): keys = 'a-test it' + EX wanted = 'a-Expand me!' # Snippet Options #}}} ultisnips-3.1/test/test_SnippetPriorities.py000066400000000000000000000101251263123136100214700ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import EX, ESC # Snippet Priority {{{# class SnippetPriorities_MultiWordTriggerOverwriteExisting(_VimTest): snippets = ( ('test me', '${1:Hallo}', 'Types Hallo'), ('test me', '${1:World}', 'Types World'), ('test me', 'We overwrite', 'Overwrite the two', '', 1), ) keys = 'test me' + EX wanted = 'We overwrite' class SnippetPriorities_DoNotCareAboutNonMatchings(_VimTest): snippets = ( ('test1', 'Hallo', 'Types Hallo'), ('test2', 'We overwrite', 'Overwrite the two', '', 1), ) keys = 'test1' + EX wanted = 'Hallo' class SnippetPriorities_OverwriteExisting(_VimTest): snippets = ( ('test', '${1:Hallo}', 'Types Hallo'), ('test', '${1:World}', 'Types World'), ('test', 'We overwrite', 'Overwrite the two', '', 1), ) keys = 'test' + EX wanted = 'We overwrite' class SnippetPriorities_OverwriteTwice_ECR(_VimTest): snippets = ( ('test', '${1:Hallo}', 'Types Hallo'), ('test', '${1:World}', 'Types World'), ('test', 'We overwrite', 'Overwrite the two', '', 1), ('test', 'again', 'Overwrite again', '', 2), ) keys = 'test' + EX wanted = 'again' class SnippetPriorities_OverwriteThenChoose_ECR(_VimTest): snippets = ( ('test', '${1:Hallo}', 'Types Hallo'), ('test', '${1:World}', 'Types World'), ('test', 'We overwrite', 'Overwrite the two', '', 1), ('test', 'No overwrite', 'Not overwritten', '', 1), ) keys = 'test' + EX + '1\n\n' + 'test' + EX + '2\n' wanted = 'We overwrite\nNo overwrite' class SnippetPriorities_AddedHasHigherThanFile(_VimTest): files = { 'us/all.snippets': r""" snippet test "Test Snippet" b This is a test snippet endsnippet """} snippets = ( ('test', 'We overwrite', 'Overwrite the two', '', 1), ) keys = 'test' + EX wanted = 'We overwrite' class SnippetPriorities_FileHasHigherThanAdded(_VimTest): files = { 'us/all.snippets': r""" snippet test "Test Snippet" b This is a test snippet endsnippet """} snippets = ( ('test', 'We do not overwrite', 'Overwrite the two', '', -1), ) keys = 'test' + EX wanted = 'This is a test snippet' class SnippetPriorities_FileHasHigherThanAdded_neg_prio(_VimTest): files = { 'us/all.snippets': r""" priority -3 snippet test "Test Snippet" b This is a test snippet endsnippet """} snippets = ( ('test', 'We overwrite', 'Overwrite the two', '', -5), ) keys = 'test' + EX wanted = 'This is a test snippet' class SnippetPriorities_SimpleClear(_VimTest): files = { 'us/all.snippets': r""" priority 1 clearsnippets priority -1 snippet test "Test Snippet" Should not expand to this. endsnippet """ } keys = 'test' + EX wanted = 'test' + EX class SnippetPriorities_SimpleClear2(_VimTest): files = { 'us/all.snippets': r""" clearsnippets snippet test "Test snippet" Should not expand to this. endsnippet """ } keys = 'test' + EX wanted = 'test' + EX class SnippetPriorities_ClearedByParent(_VimTest): files = { 'us/p.snippets': r""" clearsnippets """, 'us/c.snippets': r""" extends p snippet test "Test snippets" Should not expand to this. endsnippet """ } keys = ESC + ':set ft=c\n' + 'itest' + EX wanted = 'test' + EX class SnippetPriorities_ClearedByChild(_VimTest): files = { 'us/p.snippets': r""" snippet test "Test snippets" Should only expand in p. endsnippet """, 'us/c.snippets': r""" extends p clearsnippets """ } keys = (ESC + ':set ft=p\n' + 'itest' + EX + '\n' + ESC + ':set ft=c\n' + 'itest' + EX + ESC + ':set ft=p') wanted = 'Should only expand in p.\ntest' + EX # End: Snippet Priority #}}} ultisnips-3.1/test/test_TabStop.py000066400000000000000000000331051263123136100173530ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * class TabStopSimpleReplace_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'hallo ${0:End} ${1:Beginning}') keys = 'hallo' + EX + 'na' + JF + 'Du Nase' wanted = 'hallo Du Nase na' class TabStopSimpleReplaceZeroLengthTabstops_ExpectCorrectResult(_VimTest): snippets = ('test', r":latex:\`$1\`$0") keys = 'test' + EX + 'Hello' + JF + 'World' wanted = ':latex:`Hello`World' class TabStopSimpleReplaceReversed_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'hallo ${1:End} ${0:Beginning}') keys = 'hallo' + EX + 'na' + JF + 'Du Nase' wanted = 'hallo na Du Nase' class TabStopSimpleReplaceSurrounded_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'hallo ${0:End} a small feed') keys = 'hallo' + EX + 'Nase' wanted = 'hallo Nase a small feed' class TabStopSimpleReplaceSurrounded1_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'hallo $0 a small feed') keys = 'hallo' + EX + 'Nase' wanted = 'hallo Nase a small feed' class TabStop_Exit_ExpectCorrectResult(_VimTest): snippets = ('echo', '$0 run') keys = 'echo' + EX + 'test' wanted = 'test run' class TabStopNoReplace_ExpectCorrectResult(_VimTest): snippets = ('echo', 'echo ${1:Hallo}') keys = 'echo' + EX wanted = 'echo Hallo' class TabStop_EscapingCharsBackticks(_VimTest): snippets = ('test', r"snip \` literal") keys = 'test' + EX wanted = 'snip ` literal' class TabStop_EscapingCharsDollars(_VimTest): snippets = ('test', r"snip \$0 $$0 end") keys = 'test' + EX + 'hi' wanted = 'snip $0 $hi end' class TabStop_EscapingCharsDollars1(_VimTest): snippets = ('test', r"a\${1:literal}") keys = 'test' + EX wanted = 'a${1:literal}' class TabStop_EscapingCharsDollars_BeginningOfLine(_VimTest): snippets = ('test', '\n\\${1:literal}') keys = 'test' + EX wanted = '\n${1:literal}' class TabStop_EscapingCharsDollars_BeginningOfDefinitionText(_VimTest): snippets = ('test', '\\${1:literal}') keys = 'test' + EX wanted = '${1:literal}' class TabStop_EscapingChars_Backslash(_VimTest): snippets = ('test', r"This \ is a backslash!") keys = 'test' + EX wanted = 'This \\ is a backslash!' class TabStop_EscapingChars_Backslash2(_VimTest): snippets = ('test', r"This is a backslash \\ done") keys = 'test' + EX wanted = r"This is a backslash \ done" class TabStop_EscapingChars_Backslash3(_VimTest): snippets = ('test', r"These are two backslashes \\\\ done") keys = 'test' + EX wanted = r"These are two backslashes \\ done" class TabStop_EscapingChars_Backslash4(_VimTest): # Test for bug 746446 snippets = ('test', r"\\$1{$2}") keys = 'test' + EX + 'hello' + JF + 'world' wanted = r"\hello{world}" class TabStop_EscapingChars_RealLife(_VimTest): snippets = ('test', r"usage: \`basename \$0\` ${1:args}") keys = 'test' + EX + '[ -u -v -d ]' wanted = 'usage: `basename $0` [ -u -v -d ]' class TabStopEscapingWhenSelected_ECR(_VimTest): snippets = ('test', 'snip ${1:default}') keys = 'test' + EX + ESC + '0ihi' wanted = 'hisnip default' class TabStopEscapingWhenSelectedSingleCharTS_ECR(_VimTest): snippets = ('test', 'snip ${1:i}') keys = 'test' + EX + ESC + '0ihi' wanted = 'hisnip i' class TabStopEscapingWhenSelectedNoCharTS_ECR(_VimTest): snippets = ('test', 'snip $1') keys = 'test' + EX + ESC + '0ihi' wanted = 'hisnip ' class TabStopWithOneChar_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'nothing ${1:i} hups') keys = 'hallo' + EX + 'ship' wanted = 'nothing ship hups' class TabStopTestJumping_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'hallo ${2:End} mitte ${1:Beginning}') keys = 'hallo' + EX + JF + 'Test' + JF + 'Hi' wanted = 'hallo Test mitte BeginningHi' class TabStopTestJumping2_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'hallo $2 $1') keys = 'hallo' + EX + JF + 'Test' + JF + 'Hi' wanted = 'hallo Test Hi' class TabStopTestJumpingRLExampleWithZeroTab_ExpectCorrectResult(_VimTest): snippets = ('test', 'each_byte { |${1:byte}| $0 }') keys = 'test' + EX + JF + 'Blah' wanted = 'each_byte { |byte| Blah }' class TabStopTestJumpingDontJumpToEndIfThereIsTabZero_ExpectCorrectResult( _VimTest): snippets = ('hallo', 'hallo $0 $1') keys = 'hallo' + EX + 'Test' + JF + 'Hi' + JF + JF + 'du' wanted = 'hallo Hi' + 2 * JF + 'du Test' class TabStopTestBackwardJumping_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'hallo ${2:End} mitte${1:Beginning}') keys = 'hallo' + EX + 'Somelengthy Text' + JF + 'Hi' + JB + \ 'Lets replace it again' + JF + 'Blah' + JF + JB * 2 + JF wanted = 'hallo Blah mitteLets replace it again' + JB * 2 + JF class TabStopTestBackwardJumping2_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'hallo $2 $1') keys = 'hallo' + EX + 'Somelengthy Text' + JF + 'Hi' + JB + \ 'Lets replace it again' + JF + 'Blah' + JF + JB * 2 + JF wanted = 'hallo Blah Lets replace it again' + JB * 2 + JF class TabStopTestMultilineExpand_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'hallo $0\nnice $1 work\n$3 $2\nSeem to work') keys = 'test hallo World' + ESC + '02f i' + EX + 'world' + JF + 'try' + \ JF + 'test' + JF + 'one more' + JF wanted = 'test hallo one more' + JF + '\nnice world work\n' \ 'test try\nSeem to work World' class TabStop_TSInDefaultTextRLExample_OverwriteNone_ECR(_VimTest): snippets = ('test', """\n $0\n""") keys = 'test' + EX wanted = """

""" class TabStop_TSInDefaultTextRLExample_OverwriteFirst_NoJumpBack(_VimTest): snippets = ('test', """\n $0\n""") keys = 'test' + EX + ' blah' + JF + 'Hallo' wanted = """
\n Hallo\n
""" class TabStop_TSInDefaultTextRLExample_DeleteFirst(_VimTest): snippets = ('test', """\n $0\n""") keys = 'test' + EX + BS + JF + 'Hallo' wanted = """
\n Hallo\n
""" class TabStop_TSInDefaultTextRLExample_OverwriteFirstJumpBack(_VimTest): snippets = ('test', """\n $3 $0\n""") keys = 'test' + EX + 'Hi' + JF + 'Hallo' + JB + 'SomethingElse' + JF + \ 'Nupl' + JF + 'Nox' wanted = """\n Nupl Nox\n""" class TabStop_TSInDefaultTextRLExample_OverwriteSecond(_VimTest): snippets = ('test', """\n $0\n""") keys = 'test' + EX + JF + 'no' + JF + 'End' wanted = """
\n End\n
""" class TabStop_TSInDefaultTextRLExample_OverwriteSecondTabBack(_VimTest): snippets = ('test', """\n $3 $0\n""") keys = 'test' + EX + JF + 'no' + JF + 'End' + JB + 'yes' + JF + 'Begin' \ + JF + 'Hi' wanted = """
\n Begin Hi\n
""" class TabStop_TSInDefaultTextRLExample_OverwriteSecondTabBackTwice(_VimTest): snippets = ('test', """\n $3 $0\n""") keys = 'test' + EX + JF + 'no' + JF + 'End' + JB + 'yes' + JB + \ ' allaway' + JF + 'Third' + JF + 'Last' wanted = """
\n Third Last\n
""" class TabStop_TSInDefaultText_ZeroLengthNested_OverwriteSecond(_VimTest): snippets = ('test', """h${1:a$2b}l""") keys = 'test' + EX + JF + 'ups' + JF + 'End' wanted = """haupsblEnd""" class TabStop_TSInDefaultText_ZeroLengthZerothTabstop(_VimTest): snippets = ('test', """Test: ${1:snippet start\nNested tabstop: $0\nsnippet end}\nTrailing text""") keys = 'test' + EX + JF + 'hello' wanted = "Test: snippet start\nNested tabstop: hello\nsnippet end\nTrailing text" class TabStop_TSInDefaultText_ZeroLengthZerothTabstop_Override(_VimTest): snippets = ('test', """Test: ${1:snippet start\nNested tabstop: $0\nsnippet end}\nTrailing text""") keys = 'test' + EX + 'blub' + JF + 'hello' wanted = "Test: blub\nTrailing texthello" class TabStop_TSInDefaultText_ZeroLengthNested_OverwriteFirst(_VimTest): snippets = ('test', """h${1:a$2b}l""") keys = 'test' + EX + 'ups' + JF + 'End' wanted = """hupslEnd""" class TabStop_TSInDefaultText_ZeroLengthNested_OverwriteSecondJumpBackOverwrite( _VimTest): snippets = ('test', """h${1:a$2b}l""") keys = 'test' + EX + JF + 'longertext' + JB + 'overwrite' + JF + 'End' wanted = """hoverwritelEnd""" class TabStop_TSInDefaultText_ZeroLengthNested_OverwriteSecondJumpBackAndForward0( _VimTest): snippets = ('test', """h${1:a$2b}l""") keys = 'test' + EX + JF + 'longertext' + JB + JF + 'overwrite' + JF + 'End' wanted = """haoverwriteblEnd""" class TabStop_TSInDefaultText_ZeroLengthNested_OverwriteSecondJumpBackAndForward1( _VimTest): snippets = ('test', """h${1:a$2b}l""") keys = 'test' + EX + JF + 'longertext' + JB + JF + JF + 'End' wanted = """halongertextblEnd""" class TabStop_TSInDefaultNested_OverwriteOneJumpBackToOther(_VimTest): snippets = ('test', 'hi ${1:this ${2:second ${3:third}}} $4') keys = 'test' + EX + JF + 'Hallo' + JF + 'Ende' wanted = 'hi this Hallo Ende' class TabStop_TSInDefaultNested_OverwriteOneJumpToThird(_VimTest): snippets = ('test', 'hi ${1:this ${2:second ${3:third}}} $4') keys = 'test' + EX + JF + JF + 'Hallo' + JF + 'Ende' wanted = 'hi this second Hallo Ende' class TabStop_TSInDefaultNested_OverwriteOneJumpAround(_VimTest): snippets = ('test', 'hi ${1:this ${2:second ${3:third}}} $4') keys = 'test' + EX + JF + JF + 'Hallo' + JB + JB + 'Blah' + JF + 'Ende' wanted = 'hi Blah Ende' class TabStop_TSInDefault_MirrorsOutside_DoNothing(_VimTest): snippets = ('test', 'hi ${1:this ${2:second}} $2') keys = 'test' + EX wanted = 'hi this second second' class TabStop_TSInDefault_MirrorsOutside_OverwriteSecond(_VimTest): snippets = ('test', 'hi ${1:this ${2:second}} $2') keys = 'test' + EX + JF + 'Hallo' wanted = 'hi this Hallo Hallo' class TabStop_TSInDefault_MirrorsOutside_Overwrite0(_VimTest): snippets = ('test', 'hi ${1:this ${2:second}} $2') keys = 'test' + EX + 'Hallo' wanted = 'hi Hallo ' class TabStop_TSInDefault_MirrorsOutside_Overwrite1(_VimTest): snippets = ('test', "$1: ${1:'${2:second}'} $2") keys = 'test' + EX + 'Hallo' wanted = 'Hallo: Hallo ' class TabStop_TSInDefault_MirrorsOutside_OverwriteSecond1(_VimTest): snippets = ('test', "$1: ${1:'${2:second}'} $2") keys = 'test' + EX + JF + 'Hallo' wanted = "'Hallo': 'Hallo' Hallo" class TabStop_TSInDefault_MirrorsOutside_OverwriteFirstSwitchNumbers(_VimTest): snippets = ('test', "$2: ${2:'${1:second}'} $1") keys = 'test' + EX + 'Hallo' wanted = "'Hallo': 'Hallo' Hallo" class TabStop_TSInDefault_MirrorsOutside_OverwriteFirst_RLExample(_VimTest): snippets = ( 'test', """`!p snip.rv = t[1].split('/')[-1].lower().strip("'")` = require(${1:'${2:sys}'})""") keys = 'test' + EX + 'WORLD' + JF + 'End' wanted = 'world = require(WORLD)End' class TabStop_TSInDefault_MirrorsOutside_OverwriteSecond_RLExample(_VimTest): snippets = ( 'test', """`!p snip.rv = t[1].split('/')[-1].lower().strip("'")` = require(${1:'${2:sys}'})""") keys = 'test' + EX + JF + 'WORLD' + JF + 'End' wanted = "world = require('WORLD')End" class TabStop_Multiline_Leave(_VimTest): snippets = ('test', 'hi ${1:first line\nsecond line} world') keys = 'test' + EX wanted = 'hi first line\nsecond line world' class TabStop_Multiline_Overwrite(_VimTest): snippets = ('test', 'hi ${1:first line\nsecond line} world') keys = 'test' + EX + 'Nothing' wanted = 'hi Nothing world' class TabStop_Multiline_MirrorInFront_Leave(_VimTest): snippets = ('test', 'hi $1 ${1:first line\nsecond line} world') keys = 'test' + EX wanted = 'hi first line\nsecond line first line\nsecond line world' class TabStop_Multiline_MirrorInFront_Overwrite(_VimTest): snippets = ('test', 'hi $1 ${1:first line\nsecond line} world') keys = 'test' + EX + 'Nothing' wanted = 'hi Nothing Nothing world' class TabStop_Multiline_DelFirstOverwriteSecond_Overwrite(_VimTest): snippets = ('test', 'hi $1 $2 ${1:first line\nsecond line} ${2:Hi} world') keys = 'test' + EX + BS + JF + 'Nothing' wanted = 'hi Nothing Nothing world' class TabStopNavigatingInInsertModeSimple_ExpectCorrectResult(_VimTest): snippets = ('hallo', 'Hallo ${1:WELT} ups') keys = 'hallo' + EX + 'haselnut' + 2 * ARR_L + 'hips' + JF + 'end' wanted = 'Hallo haselnhipsut upsend' class TabStop_CROnlyOnSelectedNear(_VimTest): snippets = ('test', 't$1t${2: }t{\n\t$0\n}') keys = 'test' + EX + JF + '\n' + JF + 't' wanted = 'tt\nt{\n\tt\n}' class TabStop_AdjacentTabStopAddText_ExpectCorrectResult(_VimTest): snippets = ('test', '[ $1$2 ] $1') keys = 'test' + EX + 'Hello' + JF + 'World' + JF wanted = '[ HelloWorld ] Hello' class TabStop_KeepCorrectJumpListOnOverwriteOfPartOfSnippet(_VimTest): files = { 'us/all.snippets': r""" snippet i ia$1: $2 endsnippet snippet ia ia($1, $2) endsnippet"""} keys = 'i' + EX + EX + '1' + JF + '2' + JF + ' after' + JF + '3' wanted = 'ia(1, 2) after: 3' class TabStop_KeepCorrectJumpListOnOverwriteOfPartOfSnippetRE(_VimTest): files = { 'us/all.snippets': r""" snippet i ia$1: $2 endsnippet snippet "^ia" "regexp" r ia($1, $2) endsnippet"""} keys = 'i' + EX + EX + '1' + JF + '2' + JF + ' after' + JF + '3' wanted = 'ia(1, 2) after: 3' ultisnips-3.1/test/test_Transformation.py000066400000000000000000000202761263123136100210120ustar00rootroot00000000000000# encoding: utf-8 from test.vim_test_case import VimTestCase as _VimTest from test.constant import * from test.util import no_unidecode_available # Transformations {{{# class Transformation_SimpleCase_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1/foo/batzl/}') keys = 'test' + EX + 'hallo foo boy' wanted = 'hallo foo boy hallo batzl boy' class Transformation_SimpleCaseNoTransform_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1/foo/batzl/}') keys = 'test' + EX + 'hallo' wanted = 'hallo hallo' class Transformation_SimpleCaseTransformInFront_ExpectCorrectResult(_VimTest): snippets = ('test', '${1/foo/batzl/} $1') keys = 'test' + EX + 'hallo foo' wanted = 'hallo batzl hallo foo' class Transformation_SimpleCaseTransformInFrontDefVal_ECR(_VimTest): snippets = ('test', '${1/foo/batzl/} ${1:replace me}') keys = 'test' + EX + 'hallo foo' wanted = 'hallo batzl hallo foo' class Transformation_MultipleTransformations_ECR(_VimTest): snippets = ('test', '${1:Some Text}${1/.+/\\U$0\E/}\n${1/.+/\L$0\E/}') keys = 'test' + EX + 'SomE tExt ' wanted = 'SomE tExt SOME TEXT \nsome text ' class Transformation_TabIsAtEndAndDeleted_ECR(_VimTest): snippets = ('test', '${1/.+/is something/}${1:some}') keys = 'hallo test' + EX + 'some\b\b\b\b\b' wanted = 'hallo ' class Transformation_TabIsAtEndAndDeleted1_ECR(_VimTest): snippets = ('test', '${1/.+/is something/}${1:some}') keys = 'hallo test' + EX + 'some\b\b\b\bmore' wanted = 'hallo is somethingmore' class Transformation_TabIsAtEndNoTextLeave_ECR(_VimTest): snippets = ('test', '${1/.+/is something/}${1}') keys = 'hallo test' + EX wanted = 'hallo ' class Transformation_TabIsAtEndNoTextType_ECR(_VimTest): snippets = ('test', '${1/.+/is something/}${1}') keys = 'hallo test' + EX + 'b' wanted = 'hallo is somethingb' class Transformation_InsideTabLeaveAtDefault_ECR(_VimTest): snippets = ('test', r"$1 ${2:${1/.+/(?0:defined $0)/}}") keys = 'test' + EX + 'sometext' + JF wanted = 'sometext defined sometext' class Transformation_InsideTabOvertype_ECR(_VimTest): snippets = ('test', r"$1 ${2:${1/.+/(?0:defined $0)/}}") keys = 'test' + EX + 'sometext' + JF + 'overwrite' wanted = 'sometext overwrite' class Transformation_Backreference_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1/([ab])oo/$1ull/}') keys = 'test' + EX + 'foo boo aoo' wanted = 'foo boo aoo foo bull aoo' class Transformation_BackreferenceTwice_ExpectCorrectResult(_VimTest): snippets = ('test', r"$1 ${1/(dead) (par[^ ]*)/this $2 is a bit $1/}") keys = 'test' + EX + 'dead parrot' wanted = 'dead parrot this parrot is a bit dead' class Transformation_CleverTransformUpercaseChar_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1/(.)/\\u$1/}') keys = 'test' + EX + 'hallo' wanted = 'hallo Hallo' class Transformation_CleverTransformLowercaseChar_ExpectCorrectResult( _VimTest): snippets = ('test', '$1 ${1/(.*)/\l$1/}') keys = 'test' + EX + 'Hallo' wanted = 'Hallo hallo' class Transformation_CleverTransformLongUpper_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1/(.*)/\\U$1\E/}') keys = 'test' + EX + 'hallo' wanted = 'hallo HALLO' class Transformation_CleverTransformLongLower_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1/(.*)/\L$1\E/}') keys = 'test' + EX + 'HALLO' wanted = 'HALLO hallo' class Transformation_SimpleCaseAsciiResult(_VimTest): skip_if = lambda self: no_unidecode_available() snippets = ('ascii', '$1 ${1/(.*)/$1/a}') keys = 'ascii' + EX + 'éèàçôïÉÈÀÇÔÏ€' wanted = 'éèàçôïÉÈÀÇÔÏ€ eeacoiEEACOIEU' class Transformation_LowerCaseAsciiResult(_VimTest): skip_if = lambda self: no_unidecode_available() snippets = ('ascii', '$1 ${1/(.*)/\L$1\E/a}') keys = 'ascii' + EX + 'éèàçôïÉÈÀÇÔÏ€' wanted = 'éèàçôïÉÈÀÇÔÏ€ eeacoieeacoieu' class Transformation_ConditionalInsertionSimple_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1/(^a).*/(?0:began with an a)/}') keys = 'test' + EX + 'a some more text' wanted = 'a some more text began with an a' class Transformation_CIBothDefinedNegative_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1/(?:(^a)|(^b)).*/(?1:yes:no)/}') keys = 'test' + EX + 'b some' wanted = 'b some no' class Transformation_CIBothDefinedPositive_ExpectCorrectResult(_VimTest): snippets = ('test', '$1 ${1/(?:(^a)|(^b)).*/(?1:yes:no)/}') keys = 'test' + EX + 'a some' wanted = 'a some yes' class Transformation_ConditionalInsertRWEllipsis_ECR(_VimTest): snippets = ('test', r"$1 ${1/(\w+(?:\W+\w+){,7})\W*(.+)?/$1(?2:...)/}") keys = 'test' + EX + 'a b c d e f ghhh h oha' wanted = 'a b c d e f ghhh h oha a b c d e f ghhh h...' class Transformation_ConditionalInConditional_ECR(_VimTest): snippets = ('test', r"$1 ${1/^.*?(-)?(>)?$/(?2::(?1:>:.))/}") keys = 'test' + EX + 'hallo' + ESC + '$a\n' + \ 'test' + EX + 'hallo-' + ESC + '$a\n' + \ 'test' + EX + 'hallo->' wanted = 'hallo .\nhallo- >\nhallo-> ' class Transformation_CINewlines_ECR(_VimTest): snippets = ('test', r"$1 ${1/, */\n/}") keys = 'test' + EX + 'test, hallo' wanted = 'test, hallo test\nhallo' class Transformation_CITabstop_ECR(_VimTest): snippets = ('test', r"$1 ${1/, */\t/}") keys = 'test' + EX + 'test, hallo' wanted = 'test, hallo test\thallo' class Transformation_CIEscapedParensinReplace_ECR(_VimTest): snippets = ('test', r"$1 ${1/hal((?:lo)|(?:ul))/(?1:ha\($1\))/}") keys = 'test' + EX + 'test, halul' wanted = 'test, halul test, ha(ul)' class Transformation_OptionIgnoreCase_ECR(_VimTest): snippets = ('test', r"$1 ${1/test/blah/i}") keys = 'test' + EX + 'TEST' wanted = 'TEST blah' class Transformation_OptionReplaceGlobal_ECR(_VimTest): snippets = ('test', r"$1 ${1/, */-/g}") keys = 'test' + EX + 'a, nice, building' wanted = 'a, nice, building a-nice-building' class Transformation_OptionReplaceGlobalMatchInReplace_ECR(_VimTest): snippets = ('test', r"$1 ${1/, */, /g}") keys = 'test' + EX + 'a, nice, building' wanted = 'a, nice, building a, nice, building' class TransformationUsingBackspaceToDeleteDefaultValueInFirstTab_ECR(_VimTest): snippets = ('test', 'snip ${1/.+/(?0:m1)/} ${2/.+/(?0:m2)/} ' '${1:default} ${2:def}') keys = 'test' + EX + BS + JF + 'hi' wanted = 'snip m2 hi' class TransformationUsingBackspaceToDeleteDefaultValueInSecondTab_ECR( _VimTest): snippets = ('test', 'snip ${1/.+/(?0:m1)/} ${2/.+/(?0:m2)/} ' '${1:default} ${2:def}') keys = 'test' + EX + 'hi' + JF + BS wanted = 'snip m1 hi ' class TransformationUsingBackspaceToDeleteDefaultValueTypeSomethingThen_ECR( _VimTest): snippets = ('test', 'snip ${1/.+/(?0:matched)/} ${1:default}') keys = 'test' + EX + BS + 'hallo' wanted = 'snip matched hallo' class TransformationUsingBackspaceToDeleteDefaultValue_ECR(_VimTest): snippets = ('test', 'snip ${1/.+/(?0:matched)/} ${1:default}') keys = 'test' + EX + BS wanted = 'snip ' class Transformation_TestKill_InsertBefore_NoKill(_VimTest): snippets = 'test', r"$1 ${1/.*/\L$0$0\E/}_" keys = 'hallo test' + EX + 'AUCH' + ESC + \ 'wihi' + ESC + 'bb' + 'ino' + JF + 'end' wanted = 'hallo noAUCH hinoauchnoauch_end' class Transformation_TestKill_InsertAfter_NoKill(_VimTest): snippets = 'test', r"$1 ${1/.*/\L$0$0\E/}_" keys = 'hallo test' + EX + 'AUCH' + ESC + \ 'eiab' + ESC + 'bb' + 'ino' + JF + 'end' wanted = 'hallo noAUCH noauchnoauchab_end' class Transformation_TestKill_InsertBeginning_Kill(_VimTest): snippets = 'test', r"$1 ${1/.*/\L$0$0\E/}_" keys = 'hallo test' + EX + 'AUCH' + ESC + \ 'wahi' + ESC + 'bb' + 'ino' + JF + 'end' wanted = 'hallo noAUCH ahiuchauch_end' class Transformation_TestKill_InsertEnd_Kill(_VimTest): snippets = 'test', r"$1 ${1/.*/\L$0$0\E/}_" keys = 'hallo test' + EX + 'AUCH' + ESC + \ 'ehihi' + ESC + 'bb' + 'ino' + JF + 'end' wanted = 'hallo noAUCH auchauchih_end' # End: Transformations #}}} ultisnips-3.1/test/test_UltiSnipFunc.py000066400000000000000000000116471263123136100203710ustar00rootroot00000000000000# encoding: utf-8 from test.vim_test_case import VimTestCase as _VimTest from test.constant import * from test.util import running_on_windows # AddSnippet Function {{{# class _AddFuncBase(_VimTest): args = '' def _before_test(self): self.vim.send_to_vim(':call UltiSnips#AddSnippetWithPriority(%s)\n' % self.args) class AddFunc_Simple(_AddFuncBase): args = '"test", "simple expand", "desc", "", "all", 0' keys = 'abc test' + EX wanted = 'abc simple expand' class AddFunc_Opt(_AddFuncBase): args = '".*test", "simple expand", "desc", "r", "all", 0' keys = 'abc test' + EX wanted = 'simple expand' # End: AddSnippet Function #}}} # Langmap Handling {{{# # Test for bug 501727 # class TestNonEmptyLangmap_ExpectCorrectResult(_VimTest): snippets = ('testme', """my snipped ${1:some_default} and a mirror: $1 $2...$3 $0""") keys = 'testme' + EX + 'hi1' + JF + 'hi2' + JF + 'hi3' + JF + 'hi4' wanted = """my snipped hi1 and a mirror: hi1 hi2...hi3 hi4""" def _extra_vim_config(self, vim_config): vim_config.append('set langmap=dj,rk,nl,ln,jd,kr,DJ,RK,NL,LN,JD,KR') # Test for https://bugs.launchpad.net/bugs/501727 # class TestNonEmptyLangmapWithSemi_ExpectCorrectResult(_VimTest): snippets = ('testme', """my snipped ${1:some_default} and a mirror: $1 $2...$3 $0""") keys = 'testme' + EX + 'hi;' + JF + 'hi2' + \ JF + 'hi3' + JF + 'hi4' + ESC + ';Hello' wanted = """my snipped hi; and a mirror: hi; hi2...hi3 hi4Hello""" def _before_test(self): self.vim.send_to_vim(':set langmap=\\\\;;A\n') # Test for bug 871357 # class TestLangmapWithUtf8_ExpectCorrectResult(_VimTest): # SendKeys can't send UTF characters skip_if = lambda self: running_on_windows() snippets = ('testme', """my snipped ${1:some_default} and a mirror: $1 $2...$3 $0""") keys = 'testme' + EX + 'hi1' + JF + 'hi2' + JF + 'hi3' + JF + 'hi4' wanted = """my snipped hi1 and a mirror: hi1 hi2...hi3 hi4""" def _before_test(self): self.vim.send_to_vim( ":set langmap=йq,цw,уe,кr,еt,нy,гu,шi,щo,зp,х[,ъ],фa,ыs,вd,аf,пg,рh,оj,лk,дl,ж\\;,э',яz,чx,сc,мv,иb,тn,ьm,ю.,ё',ЙQ,ЦW,УE,КR,ЕT,НY,ГU,ШI,ЩO,ЗP,Х\{,Ъ\},ФA,ЫS,ВD,АF,ПG,РH,ОJ,ЛK,ДL,Ж\:,Э\",ЯZ,ЧX,СC,МV,ИB,ТN,ЬM,Б\<,Ю\>\n") # End: Langmap Handling #}}} # SnippetsInCurrentScope {{{# class VerifyVimDict1(_VimTest): """check: correct type (4 means vim dictionary) correct length of dictionary (in this case we have on element if the use same prefix, dictionary should have 1 element) correct description (including the apostrophe) if the prefix is mismatched no resulting dict should have 0 elements """ snippets = ('testâ', 'abc123ά', '123\'êabc') keys = ('test=(type(UltiSnips#SnippetsInCurrentScope()) . len(UltiSnips#SnippetsInCurrentScope()) . ' + 'UltiSnips#SnippetsInCurrentScope()["testâ"]' + ')\n' + '=len(UltiSnips#SnippetsInCurrentScope())\n') wanted = 'test41123\'êabc0' class VerifyVimDict2(_VimTest): """check: can use " in trigger """ snippets = ('te"stâ', 'abc123ά', '123êabc') akey = "'te{}stâ'".format('"') keys = ( 'te"=(UltiSnips#SnippetsInCurrentScope()[{}]'.format(akey) + ')\n') wanted = 'te"123êabc' class VerifyVimDict3(_VimTest): """check: can use ' in trigger """ snippets = ("te'stâ", 'abc123ά', '123êabc') akey = '"te{}stâ"'.format("'") keys = ( "te'=(UltiSnips#SnippetsInCurrentScope()[{}]".format(akey) + ')\n') wanted = "te'123êabc" # End: SnippetsInCurrentScope #}}} # Snippet Source {{{# class AddNewSnippetSource(_VimTest): keys = ('blumba' + EX + ESC + ':%(python)s UltiSnips_Manager.register_snippet_source(' + "'temp', MySnippetSource())\n" + 'oblumba' + EX + ESC + ":%(python)s UltiSnips_Manager.unregister_snippet_source('temp')\n" + 'oblumba' + EX) % {'python': 'py3' if PYTHON3 else 'py'} wanted = ( 'blumba' + EX + '\n' + 'this is a dynamic snippet' + '\n' + 'blumba' + EX ) def _extra_vim_config(self, vim_config): self._create_file('snippet_source.py', """ from UltiSnips.snippet.source import SnippetSource from UltiSnips.snippet.definition import UltiSnipsSnippetDefinition class MySnippetSource(SnippetSource): def get_snippets(self, filetypes, before, possible, autotrigger_only): if before.endswith('blumba') and autotrigger_only == False: return [ UltiSnipsSnippetDefinition( -100, "blumba", "this is a dynamic snippet", "", "", {}, "blub", None, {}) ] return [] """) pyfile = 'py3file' if PYTHON3 else 'pyfile' vim_config.append( '%s %s' % (pyfile, self.name_temp('snippet_source.py'))) # End: Snippet Source #}}} ultisnips-3.1/test/test_Visual.py000066400000000000000000000155061263123136100172470ustar00rootroot00000000000000from test.vim_test_case import VimTestCase as _VimTest from test.constant import * # ${VISUAL} {{{# class Visual_NoVisualSelection_Ignore(_VimTest): snippets = ('test', 'h${VISUAL}b') keys = 'test' + EX + 'abc' wanted = 'hbabc' class Visual_SelectOneWord(_VimTest): snippets = ('test', 'h${VISUAL}b') keys = 'blablub' + ESC + '0v6l' + EX + 'test' + EX wanted = 'hblablubb' class Visual_SelectOneWord_ProblemAfterTab(_VimTest): snippets = ('test', 'h${VISUAL}b', '', 'i') keys = '\tblablub' + ESC + '5hv3l' + EX + 'test' + EX wanted = '\tbhlablbub' class VisualWithDefault_ExpandWithoutVisual(_VimTest): snippets = ('test', 'h${VISUAL:world}b') keys = 'test' + EX + 'hi' wanted = 'hworldbhi' class VisualWithDefaultWithSlashes_ExpandWithoutVisual(_VimTest): snippets = ('test', r"h${VISUAL:\/\/ body}b") keys = 'test' + EX + 'hi' wanted = 'h// bodybhi' class VisualWithDefault_ExpandWithVisual(_VimTest): snippets = ('test', 'h${VISUAL:world}b') keys = 'blablub' + ESC + '0v6l' + EX + 'test' + EX wanted = 'hblablubb' class Visual_ExpandTwice(_VimTest): snippets = ('test', 'h${VISUAL}b') keys = 'blablub' + ESC + '0v6l' + EX + 'test' + EX + '\ntest' + EX wanted = 'hblablubb\nhb' class Visual_SelectOneWord_TwiceVisual(_VimTest): snippets = ('test', 'h${VISUAL}b${VISUAL}a') keys = 'blablub' + ESC + '0v6l' + EX + 'test' + EX wanted = 'hblablubbblabluba' class Visual_SelectOneWord_Inword(_VimTest): snippets = ('test', 'h${VISUAL}b', 'Description', 'i') keys = 'blablub' + ESC + '0lv4l' + EX + 'test' + EX wanted = 'bhlablubb' class Visual_SelectOneWord_TillEndOfLine(_VimTest): snippets = ('test', 'h${VISUAL}b', 'Description', 'i') keys = 'blablub' + ESC + '0v$' + EX + 'test' + EX + ESC + 'o' wanted = 'hblablub\nb' class Visual_SelectOneWordWithTabstop_TillEndOfLine(_VimTest): snippets = ('test', 'h${2:ahh}${VISUAL}${1:ups}b', 'Description', 'i') keys = 'blablub' + ESC + '0v$' + EX + 'test' + \ EX + 'mmm' + JF + 'n' + JF + 'done' + ESC + 'o' wanted = 'hnblablub\nmmmbdone' class Visual_InDefaultText_SelectOneWord_NoOverwrite(_VimTest): snippets = ('test', 'h${1:${VISUAL}}b') keys = 'blablub' + ESC + '0v6l' + EX + 'test' + EX + JF + 'hello' wanted = 'hblablubbhello' class Visual_InDefaultText_SelectOneWord(_VimTest): snippets = ('test', 'h${1:${VISUAL}}b') keys = 'blablub' + ESC + '0v6l' + EX + 'test' + EX + 'hello' wanted = 'hhellob' class Visual_CrossOneLine(_VimTest): snippets = ('test', 'h${VISUAL}b') keys = 'bla blub\n helloi' + ESC + '0k4lvjll' + EX + 'test' + EX wanted = 'bla hblub\n hellobi' class Visual_LineSelect_Simple(_VimTest): snippets = ('test', 'h${VISUAL}b') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX wanted = 'hhello\n nice\n worldb' class Visual_InDefaultText_LineSelect_NoOverwrite(_VimTest): snippets = ('test', 'h${1:bef${VISUAL}aft}b') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX + JF + 'hi' wanted = 'hbefhello\n nice\n worldaftbhi' class Visual_InDefaultText_LineSelect_Overwrite(_VimTest): snippets = ('test', 'h${1:bef${VISUAL}aft}b') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + \ EX + 'test' + EX + 'jup' + JF + 'hi' wanted = 'hjupbhi' class Visual_LineSelect_CheckIndentSimple(_VimTest): snippets = ('test', 'beg\n\t${VISUAL}\nend') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX wanted = 'beg\n\thello\n\tnice\n\tworld\nend' class Visual_LineSelect_CheckIndentTwice(_VimTest): snippets = ('test', 'beg\n\t${VISUAL}\nend') keys = ' hello\n nice\n\tworld' + ESC + 'Vkk' + EX + 'test' + EX wanted = 'beg\n\t hello\n\t nice\n\t\tworld\nend' class Visual_InDefaultText_IndentSpacesToTabstop_NoOverwrite(_VimTest): snippets = ('test', 'h${1:beforea${VISUAL}aft}b') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX + JF + 'hi' wanted = 'hbeforeahello\n\tnice\n\tworldaftbhi' class Visual_InDefaultText_IndentSpacesToTabstop_Overwrite(_VimTest): snippets = ('test', 'h${1:beforea${VISUAL}aft}b') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + \ EX + 'test' + EX + 'ups' + JF + 'hi' wanted = 'hupsbhi' class Visual_InDefaultText_IndentSpacesToTabstop_NoOverwrite1(_VimTest): snippets = ('test', 'h${1:beforeaaa${VISUAL}aft}b') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX + JF + 'hi' wanted = 'hbeforeaaahello\n\t nice\n\t worldaftbhi' class Visual_InDefaultText_IndentBeforeTabstop_NoOverwrite(_VimTest): snippets = ('test', 'hello\n\t ${1:${VISUAL}}\nend') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX + JF + 'hi' wanted = 'hello\n\t hello\n\t nice\n\t world\nendhi' class Visual_LineSelect_WithTabStop(_VimTest): snippets = ('test', 'beg\n\t${VISUAL}\n\t${1:here_we_go}\nend') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + \ EX + 'test' + EX + 'super' + JF + 'done' wanted = 'beg\n\thello\n\tnice\n\tworld\n\tsuper\nenddone' class Visual_LineSelect_CheckIndentWithTS_NoOverwrite(_VimTest): snippets = ('test', 'beg\n\t${0:${VISUAL}}\nend') keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX wanted = 'beg\n\thello\n\tnice\n\tworld\nend' class Visual_LineSelect_DedentLine(_VimTest): snippets = ('if', 'if {\n\t${VISUAL}$0\n}') keys = 'if' + EX + 'one\n\ttwo\n\tthree' + ESC + \ ARR_U * 2 + 'V' + ARR_D + EX + '\tif' + EX wanted = 'if {\n\tif {\n\t\tone\n\t\ttwo\n\t}\n\tthree\n}' class VisualTransformation_SelectOneWord(_VimTest): snippets = ('test', r"h${VISUAL/./\U$0\E/g}b") keys = 'blablub' + ESC + '0v6l' + EX + 'test' + EX wanted = 'hBLABLUBb' class VisualTransformationWithDefault_ExpandWithoutVisual(_VimTest): snippets = ('test', r"h${VISUAL:world/./\U$0\E/g}b") keys = 'test' + EX + 'hi' wanted = 'hWORLDbhi' class VisualTransformationWithDefault_ExpandWithVisual(_VimTest): snippets = ('test', r"h${VISUAL:world/./\U$0\E/g}b") keys = 'blablub' + ESC + '0v6l' + EX + 'test' + EX wanted = 'hBLABLUBb' class VisualTransformation_LineSelect_Simple(_VimTest): snippets = ('test', r"h${VISUAL/./\U$0\E/g}b") keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX wanted = 'hHELLO\n NICE\n WORLDb' class VisualTransformation_InDefaultText_LineSelect_NoOverwrite(_VimTest): snippets = ('test', r"h${1:bef${VISUAL/./\U$0\E/g}aft}b") keys = 'hello\nnice\nworld' + ESC + 'Vkk' + EX + 'test' + EX + JF + 'hi' wanted = 'hbefHELLO\n NICE\n WORLDaftbhi' class VisualTransformation_InDefaultText_LineSelect_Overwrite(_VimTest): snippets = ('test', r"h${1:bef${VISUAL/./\U$0\E/g}aft}b") keys = 'hello\nnice\nworld' + ESC + 'Vkk' + \ EX + 'test' + EX + 'jup' + JF + 'hi' wanted = 'hjupbhi' # End: ${VISUAL} #}}} ultisnips-3.1/test/util.py000066400000000000000000000005261263123136100157160ustar00rootroot00000000000000import platform try: import unidecode UNIDECODE_IMPORTED = True except ImportError: UNIDECODE_IMPORTED = False def running_on_windows(): if platform.system() == 'Windows': return 'Does not work on Windows.' def no_unidecode_available(): if not UNIDECODE_IMPORTED: return 'unidecode is not available.' ultisnips-3.1/test/vim_interface.py000066400000000000000000000202101263123136100175440ustar00rootroot00000000000000# encoding: utf-8 import os import re import shutil import subprocess import tempfile import textwrap import time from test.constant import (ARR_D, ARR_L, ARR_R, ARR_U, BS, ESC, PYTHON3, SEQUENCES) def wait_until_file_exists(file_path, times=None, interval=0.01): while times is None or times: if os.path.exists(file_path): return True time.sleep(interval) if times is not None: times -= 1 return False def read_text_file(filename): """Reads the contens of a text file.""" if PYTHON3: return open(filename, 'r', encoding='utf-8').read() else: return open(filename, 'r').read() def is_process_running(pid): """Returns true if a process with pid is running, false otherwise.""" # from # http://stackoverflow.com/questions/568271/how-to-check-if-there-exists-a-process-with-a-given-pid try: os.kill(pid, 0) except OSError: return False else: return True def silent_call(cmd): """Calls 'cmd' and returns the exit value.""" return subprocess.call(cmd, stderr=subprocess.PIPE, stdout=subprocess.PIPE) def create_directory(dirname): """Creates 'dirname' and its parents if it does not exist.""" try: os.makedirs(dirname) except OSError: pass class TempFileManager(object): def __init__(self, name=''): self._temp_dir = tempfile.mkdtemp(prefix='UltiSnipsTest_' + name) def name_temp(self, file_path): return os.path.join(self._temp_dir, file_path) def write_temp(self, file_path, content): abs_path = self.name_temp(file_path) create_directory(os.path.dirname(abs_path)) if PYTHON3: with open(abs_path, 'w', encoding='utf-8') as f: f.write(content) else: with open(abs_path, 'w') as f: f.write(content) return abs_path def unique_name_temp(self, suffix='', prefix=''): file_handler, abspath = tempfile.mkstemp( suffix, prefix, self._temp_dir) os.close(file_handler) os.remove(abspath) return abspath def clear_temp(self): shutil.rmtree(self._temp_dir) create_directory(self._temp_dir) class VimInterface(TempFileManager): def __init__(self, vim_executable, name): TempFileManager.__init__(self, name) self._vim_executable = vim_executable def get_buffer_data(self): buffer_path = self.unique_name_temp(prefix='buffer_') self.send_to_vim(ESC + ':w! %s\n' % buffer_path) if wait_until_file_exists(buffer_path, 50): return read_text_file(buffer_path)[:-1] def send_to_terminal(self, s): """Types 's' into the terminal.""" raise NotImplementedError() def send_to_vim(self, s): """Types 's' into the vim instance under test.""" raise NotImplementedError() def launch(self, config=[]): """Returns the python version in Vim as a string, e.g. '2.7'""" pid_file = self.name_temp('vim.pid') done_file = self.name_temp('loading_done') if os.path.exists(done_file): os.remove(done_file) post_config = [] post_config.append('%s << EOF' % ('py3' if PYTHON3 else 'py')) post_config.append('import vim, sys') post_config.append( "with open('%s', 'w') as pid_file: pid_file.write(vim.eval('getpid()'))" % pid_file) post_config.append("with open('%s', 'w') as done_file:" % done_file) post_config.append(" done_file.write('%i.%i.%i' % sys.version_info[:3])") post_config.append('EOF') config_path = self.write_temp('vim_config.vim', textwrap.dedent(os.linesep.join(config + post_config) + '\n')) # Note the space to exclude it from shell history. Also we always set # NVIM_LISTEN_ADDRESS, even when running vanilla Vim, because it will # just not care. self.send_to_terminal(""" NVIM_LISTEN_ADDRESS=/tmp/nvim %s -u %s\r\n""" % ( self._vim_executable, config_path)) wait_until_file_exists(done_file) self._vim_pid = int(read_text_file(pid_file)) return read_text_file(done_file).strip() def leave_with_wait(self): self.send_to_vim(3 * ESC + ':qa!\n') while is_process_running(self._vim_pid): time.sleep(.2) class VimInterfaceTmux(VimInterface): def __init__(self, vim_executable, session): VimInterface.__init__(self, vim_executable, 'Tmux') self.session = session self._check_version() def _send(self, s): # I did not find any documentation on what needs escaping when sending # to tmux, but it seems like this is all that is needed for now. s = s.replace(';', r'\;') if PYTHON3: s = s.encode('utf-8') silent_call(['tmux', 'send-keys', '-t', self.session, '-l', s]) def send_to_terminal(self, s): return self._send(s) def send_to_vim(self, s): return self._send(s) def _check_version(self): stdout, _ = subprocess.Popen(['tmux', '-V'], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() if PYTHON3: stdout = stdout.decode('utf-8') m = re.match(r"tmux (\d+).(\d+)", stdout) if not m or not (int(m.group(1)), int(m.group(2))) >= (1, 8): raise RuntimeError( 'Need at least tmux 1.8, you have %s.' % stdout.strip()) class VimInterfaceTmuxNeovim(VimInterfaceTmux): def __init__(self, vim_executable, session): VimInterfaceTmux.__init__(self, vim_executable, session) self._nvim = None def send_to_vim(self, s): if s == ARR_L: s = "" elif s == ARR_R: s = "" elif s == ARR_U: s = "" elif s == ARR_D: s = "" elif s == BS: s = "" elif s == ESC: s = "" elif s == "<": s = "" self._nvim.input(s) def launch(self, config=[]): import neovim rv = VimInterfaceTmux.launch(self, config) self._nvim = neovim.attach('socket', path='/tmp/nvim') return rv class VimInterfaceWindows(VimInterface): BRACES = re.compile('([}{])') WIN_ESCAPES = ['+', '^', '%', '~', '[', ']', '<', '>', '(', ')'] WIN_REPLACES = [ (BS, '{BS}'), (ARR_L, '{LEFT}'), (ARR_R, '{RIGHT}'), (ARR_U, '{UP}'), (ARR_D, '{DOWN}'), ('\t', '{TAB}'), ('\n', '~'), (ESC, '{ESC}'), # On my system ` waits for a second keystroke, so `+SPACE = "`". On # most systems, `+Space = "` ". I work around this, by sending the host # ` as `+_+BS. Awkward, but the only way I found to get this working. ('`', '`_{BS}'), ('´', '´_{BS}'), ('{^}', '{^}_{BS}'), ] def __init__(self): # import windows specific modules import win32com.client import win32gui self.win32gui = win32gui self.shell = win32com.client.Dispatch('WScript.Shell') def is_focused(self, title=None): cur_title = self.win32gui.GetWindowText( self.win32gui.GetForegroundWindow()) if (title or '- GVIM') in cur_title: return True return False def focus(self, title=None): if not self.shell.AppActivate(title or '- GVIM'): raise Exception('Failed to switch to GVim window') time.sleep(1) def convert_keys(self, keys): keys = self.BRACES.sub(r"{\1}", keys) for k in self.WIN_ESCAPES: keys = keys.replace(k, '{%s}' % k) for f, r in self.WIN_REPLACES: keys = keys.replace(f, r) return keys def send(self, keys): keys = self.convert_keys(keys) if not self.is_focused(): time.sleep(2) self.focus() if not self.is_focused(): # This is the only way I can find to stop test execution raise KeyboardInterrupt('Failed to focus GVIM') self.shell.SendKeys(keys) ultisnips-3.1/test/vim_test_case.py000066400000000000000000000173601263123136100175720ustar00rootroot00000000000000# encoding: utf-8 # pylint: skip-file import os import subprocess import tempfile import textwrap import time import unittest from test.constant import PYTHON3, SEQUENCES, EX from test.vim_interface import create_directory, TempFileManager def plugin_cache_dir(): """The directory that we check out our bundles to.""" return os.path.join(tempfile.gettempdir(), 'UltiSnips_test_vim_plugins') class VimTestCase(unittest.TestCase, TempFileManager): snippets = () files = {} text_before = ' --- some text before --- \n\n' text_after = '\n\n --- some text after --- ' expected_error = '' wanted = '' keys = '' sleeptime = 0.00 output = '' plugins = [] # Skip this test for the given reason or None for not skipping it. skip_if = lambda self: None version = None # Will be set to vim --version output maxDiff = None # Show all diff output, always. vim_flavor = None # will be 'vim' or 'neovim'. expected_python_version = None # If set, we need to check that our Vim is running this python version. def __init__(self, *args, **kwargs): unittest.TestCase.__init__(self, *args, **kwargs) TempFileManager.__init__(self, 'Case') def runTest(self): if self.expected_python_version: self.assertEqual(self.in_vim_python_version, self.expected_python_version) # Only checks the output. All work is done in setUp(). wanted = self.text_before + self.wanted + self.text_after for i in range(self.retries): if self.output and self.expected_error: self.assertRegexpMatches(self.output, self.expected_error) return if self.output != wanted or self.output is None: # Redo this, but slower self.sleeptime += 0.15 self.tearDown() self.setUp() self.assertMultiLineEqual(self.output, wanted) def _extra_vim_config(self, vim_config): """Adds extra lines to the vim_config list.""" def _before_test(self): """Send these keys before the test runs. Used for buffer local variables and other options. """ def _create_file(self, file_path, content): """Creates a file in the runtimepath that is created for this test. Returns the absolute path to the file. """ return self.write_temp(file_path, textwrap.dedent(content + '\n')) def _link_file(self, source, relative_destination): """Creates a link from 'source' to the 'relative_destination' in our temp dir.""" absdir = self.name_temp(relative_destination) create_directory(absdir) os.symlink(source, os.path.join(absdir, os.path.basename(source))) def setUp(self): # TODO(sirver): this uses 'vim', but must use --vim from the commandline. if not VimTestCase.version: VimTestCase.version, _ = subprocess.Popen(['vim', '--version'], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate() if PYTHON3: VimTestCase.version = VimTestCase.version.decode('utf-8') if self.plugins and not self.test_plugins: return self.skipTest('Not testing integration with other plugins.') reason_for_skipping = self.skip_if() if reason_for_skipping is not None: return self.skipTest(reason_for_skipping) vim_config = [] vim_config.append('set nocompatible') vim_config.append('set runtimepath=$VIMRUNTIME,%s,%s' % ( os.path.dirname(os.path.dirname(__file__)), self._temp_dir)) if self.plugins: self._link_file( os.path.join( plugin_cache_dir(), 'vim-pathogen', 'autoload'), '.') for plugin in self.plugins: self._link_file( os.path.join( plugin_cache_dir(), os.path.basename(plugin)), 'bundle') vim_config.append('execute pathogen#infect()') # Some configurations are unnecessary for vanilla Vim, but Neovim # defines some defaults differently. vim_config.append('syntax on') vim_config.append('filetype plugin indent on') vim_config.append('set nosmarttab') vim_config.append('set noautoindent') vim_config.append('set backspace=""') vim_config.append('set clipboard=""') vim_config.append('set encoding=utf-8') vim_config.append('set fileencoding=utf-8') vim_config.append('set buftype=nofile') vim_config.append('set shortmess=at') vim_config.append('let @" = ""') assert EX == "\t" # Otherwise you need to change the next line vim_config.append('let g:UltiSnipsExpandTrigger=""') vim_config.append('let g:UltiSnipsJumpForwardTrigger="?"') vim_config.append('let g:UltiSnipsJumpBackwardTrigger="+"') vim_config.append('let g:UltiSnipsListSnippets="@"') vim_config.append( 'let g:UltiSnipsUsePythonVersion="%i"' % (3 if PYTHON3 else 2)) vim_config.append('let g:UltiSnipsSnippetDirectories=["us"]') if self.python_host_prog: vim_config.append('let g:python_host_prog="%s"' % self.python_host_prog) if self.python3_host_prog: vim_config.append('let g:python3_host_prog="%s"' % self.python3_host_prog) self._extra_vim_config(vim_config) # Finally, add the snippets and some configuration for the test. vim_config.append('%s << EOF' % ('py3' if PYTHON3 else 'py')) vim_config.append('from UltiSnips import UltiSnips_Manager\n') if len(self.snippets) and not isinstance(self.snippets[0], tuple): self.snippets = (self.snippets, ) for s in self.snippets: sv, content = s[:2] description = '' options = '' priority = 0 if len(s) > 2: description = s[2] if len(s) > 3: options = s[3] if len(s) > 4: priority = s[4] vim_config.append('UltiSnips_Manager.add_snippet(%r, %r, %r, %r, priority=%i)' % ( sv, content, description, options, priority)) # fill buffer with default text and place cursor in between. prefilled_text = (self.text_before + self.text_after).splitlines() vim_config.append('import vim\n') vim_config.append('vim.current.buffer[:] = %r\n' % prefilled_text) vim_config.append( 'vim.current.window.cursor = (max(len(vim.current.buffer)//2, 1), 0)') # End of python stuff. vim_config.append('EOF') for name, content in self.files.items(): self._create_file(name, content) self.in_vim_python_version = self.vim.launch(vim_config) self._before_test() if not self.interrupt: # Go into insert mode and type the keys but leave Vim some time to # react. text = 'i' + self.keys while text: to_send = None for seq in SEQUENCES: if text.startswith(seq): to_send = seq break to_send = to_send or text[0] self.vim.send_to_vim(to_send) time.sleep(self.sleeptime) text = text[len(to_send):] self.output = self.vim.get_buffer_data() def tearDown(self): if self.interrupt: print('Working directory: %s' % (self._temp_dir)) return self.vim.leave_with_wait() self.clear_temp() # vim:fileencoding=utf-8:foldmarker={{{#,#}}}: ultisnips-3.1/test_all.py000077500000000000000000000174361263123136100156040ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 # # To execute this test requires two terminals, one for running Vim and one # for executing the test script. Both terminals should have their current # working directories set to this directory (the one containing this # test_all.py script). # # In one terminal, launch a tmux session named ``vim``: # $ tmux new -s vim # # Now, from another terminal, launch the testsuite: # $ ./test_all.py # # Note: if you want to use Vim against the Python 3 bindings, you must launch the # test suite using Python 3. For example: # $ python3 ./test_all.py # # For each test, the test_all.py script will launch vim with a vimrc, run the # test, compare the output and exit vim again. The keys are send using tmux send-keys. # # To limit the tests that are executed, specify a pattern to be used to match # the beginning of the test name. For instance, the following will execute all # tests that start with "SimpleExpand": # $ ./test_all.py SimpleExpand # # NOTE: The test suite is not working under Windows right now as I have no # access to a windows system for fixing it. Volunteers welcome. Here are some # comments from the last time I got the test suite running under windows. # # Under windows, COM's SendKeys is used to send keystrokes to the gvim window. # Note that Gvim must use english keyboard input (choose in windows registry) # for this to work properly as SendKeys is a piece of chunk. (i.e. it sends # when you send a | symbol while using german key mappings) # pylint: skip-file import os import platform import subprocess import unittest from test.vim_interface import ( create_directory, tempfile, VimInterfaceTmux, VimInterfaceTmuxNeovim) def plugin_cache_dir(): """The directory that we check out our bundles to.""" return os.path.join(tempfile.gettempdir(), 'UltiSnips_test_vim_plugins') def clone_plugin(plugin): """Clone the given plugin into our plugin directory.""" dirname = os.path.join(plugin_cache_dir(), os.path.basename(plugin)) print('Cloning %s -> %s' % (plugin, dirname)) if os.path.exists(dirname): print('Skip cloning of %s. Already there.' % plugin) return create_directory(dirname) subprocess.call(['git', 'clone', '--recursive', '--depth', '1', 'https://github.com/%s' % plugin, dirname]) if plugin == 'Valloric/YouCompleteMe': # CLUTCH: this plugin needs something extra. subprocess.call(os.path.join(dirname, './install.sh'), cwd=dirname) def setup_other_plugins(all_plugins): """Creates /tmp/UltiSnips_test_vim_plugins and clones all plugins into this.""" clone_plugin('tpope/vim-pathogen') for plugin in all_plugins: clone_plugin(plugin) if __name__ == '__main__': import optparse import sys def parse_args(): p = optparse.OptionParser('%prog [OPTIONS] ') p.set_defaults(session='vim', interrupt=False, verbose=False, retries=4, plugins=False) p.add_option('-v', '--verbose', dest='verbose', action='store_true', help='print name of tests as they are executed') p.add_option('--clone-plugins', action='store_true', help='Only clones dependant plugins and exits the test runner.') p.add_option('--plugins', action='store_true', help='Run integration tests with other Vim plugins.') p.add_option('-s', '--session', dest='session', metavar='SESSION', help='session parameters for the terminal multiplexer SESSION [%default]') p.add_option('-i', '--interrupt', dest='interrupt', action='store_true', help='Stop after defining the snippet. This allows the user ' 'to interactively test the snippet in vim. You must give ' 'exactly one test case on the cmdline. The test will always fail.' ) p.add_option('-r', '--retries', dest='retries', type=int, help='How often should each test be retried before it is ' 'considered failed. Works around flakyness in the terminal ' 'multiplexer and race conditions in writing to the file system.') p.add_option('-x', '--exitfirst', dest='exitfirst', action='store_true', help='exit instantly on first error or failed test.') p.add_option('--vim', dest='vim', type=str, default='vim', help='executable to run when launching vim.') p.add_option('--interface', dest='interface', type=str, default='tmux', help="Interface to use. Use 'tmux' with vanilla Vim and 'tmux_nvim' " 'with Neovim.') p.add_option('--python-host-prog', dest='python_host_prog', type=str, default='', help='Neovim needs a variable to tell it which python interpretor to use for ' 'py blocks. This needs to be set to point to the correct python interpretor. ' 'It is ignored for vanilla Vim.') p.add_option('--python3-host-prog', dest='python3_host_prog', type=str, default='', help='See --python-host-prog.') p.add_option('--expected-python-version', dest='expected_python_version', type=str, default='', help='If set, each test will check sys.version inside of vim to ' 'verify we are testing against the expected Python version.') o, args = p.parse_args() return o, args def flatten_test_suite(suite): flatten = unittest.TestSuite() for test in suite: if isinstance(test, unittest.TestSuite): flatten.addTests(flatten_test_suite(test)) else: flatten.addTest(test) return flatten def main(): options, selected_tests = parse_args() all_test_suites = unittest.defaultTestLoader.discover(start_dir='test') vim = None vim_flavor = 'vim' if options.interface == 'tmux': vim = VimInterfaceTmux(options.vim, options.session) vim_flavor = 'vim' else: vim = VimInterfaceTmuxNeovim(options.vim, options.session) vim_flavor = 'neovim' if not options.clone_plugins and platform.system() == 'Windows': raise RuntimeError( 'TODO: TestSuite is broken under windows. Volunteers wanted!.') # vim = VimInterfaceWindows() # vim.focus() all_other_plugins = set() tests = set() suite = unittest.TestSuite() for test in flatten_test_suite(all_test_suites): test.interrupt = options.interrupt test.retries = options.retries test.test_plugins = options.plugins test.python_host_prog = options.python_host_prog test.python3_host_prog = options.python3_host_prog test.expected_python_version = options.expected_python_version test.vim = vim test.vim_flavor = vim_flavor all_other_plugins.update(test.plugins) if len(selected_tests): id = test.id().split('.')[1] if not any([id.startswith(t) for t in selected_tests]): continue tests.add(test) suite.addTests(tests) if options.plugins or options.clone_plugins: setup_other_plugins(all_other_plugins) if options.clone_plugins: return v = 2 if options.verbose else 1 successfull = unittest.TextTestRunner(verbosity=v, failfast=options.exitfirst).run(suite).wasSuccessful() return 0 if successfull else 1 sys.exit(main()) # vim:fileencoding=utf-8:foldmarker={{{#,#}}}: ultisnips-3.1/travis_install.sh000077500000000000000000000036621263123136100170110ustar00rootroot00000000000000#!/usr/bin/env bash # Installs a known version of vim in the travis test runner. set -ex PYTHON="python${TRAVIS_PYTHON_VERSION}" build_vanilla_vim () { mkdir ~/vim_build pushd ~/vim_build if [[ $VIM_VERSION == "74" ]]; then until curl ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2 -o vim.tar.bz2; do sleep 10; done tar xjf vim.tar.bz2 cd vim${VIM_VERSION} elif [[ $VIM_VERSION == "mercurial" ]]; then hg clone https://vim.googlecode.com/hg/ vim cd vim fi local PYTHON_CONFIG_DIR=$(dirname $(find $($PYTHON-config --prefix)/lib -iname 'config.c') | grep $TRAVIS_PYTHON_VERSION) local PYTHON_BUILD_CONFIG="" if [[ $TRAVIS_PYTHON_VERSION =~ ^2\. ]]; then PYTHON_BUILD_CONFIG="--enable-pythoninterp --with-python-config-dir=${PYTHON_CONFIG_DIR}" else PYTHON_BUILD_CONFIG="--enable-python3interp --with-python3-config-dir=${PYTHON_CONFIG_DIR}" fi export LDFLAGS="$($PYTHON-config --ldflags) -L$($PYTHON-config --prefix)/lib" export CFLAGS="$($PYTHON-config --cflags)" # This is needed so that vim finds the shared libraries it was build against # - they are not on the regular path. export LD_LIBRARY_PATH="$($PYTHON-config --prefix)/lib" echo $LDFLAGS echo $CFLAGS ./configure \ --prefix=${HOME} \ --disable-nls \ --disable-sysmouse \ --disable-gpm \ --enable-gui=no \ --enable-multibyte \ --with-features=huge \ --with-tlib=ncurses \ --without-x \ ${PYTHON_BUILD_CONFIG} || cat $(find . -name 'config.log') make install popd rm -rf vim_build } if [[ $VIM_VERSION = "74" || $VIM_VERSION = "mercurial" ]]; then build_vanilla_vim elif [[ $VIM_VERSION == "NEOVIM" ]]; then PIP=$(which pip) $PIP install neovim else echo "Unknown VIM_VERSION: $VIM_VERSION" exit 1 fi # Clone the dependent plugins we want to use. PYTHON_CMD="$(which $PYTHON)" $PYTHON_CMD ./test_all.py --clone-plugins ultisnips-3.1/travis_test.sh000077500000000000000000000021061263123136100163120ustar00rootroot00000000000000#!/usr/bin/env bash set -ex PYTHON="python${TRAVIS_PYTHON_VERSION}" PYTHON_CMD="$(which ${PYTHON})" if [[ $VIM_VERSION = "74" || $VIM_VERSION = "mercurial" ]]; then INTERFACE="--interface tmux" VIM="${HOME}/bin/vim" # This is needed so that vim finds the shared libraries it was build against - # they are not on the regular path. export LD_LIBRARY_PATH="$($PYTHON-config --prefix)/lib" elif [[ $VIM_VERSION == "NEOVIM" ]]; then VIM="$(which nvim)" if [[ $TRAVIS_PYTHON_VERSION =~ ^2\. ]]; then INTERFACE="--interface tmux_nvim --python-host-prog=$PYTHON_CMD" else INTERFACE="--interface tmux_nvim --python3-host-prog=$PYTHON_CMD" fi else echo "Unknown VIM_VERSION: $VIM_VERSION" exit 1 fi PYTHON_VERSION=$($PYTHON_CMD -c 'import sys;print(sys.version.split()[0])') echo "Using python from: $PYTHON_CMD Version: $PYTHON_VERSION" echo "Using vim from: $VIM. Version: $($VIMn)" tmux new -d -s vim $PYTHON_CMD ./test_all.py \ -v \ --plugins \ --session vim \ --vim $VIM \ $INTERFACE \ --expected-python-version $PYTHON_VERSION ultisnips-3.1/utils/000077500000000000000000000000001263123136100145455ustar00rootroot00000000000000ultisnips-3.1/utils/get_tm_snippets.py000077500000000000000000000076161263123136100203400ustar00rootroot00000000000000#!/usr/bin/env python # encoding: utf-8 import urllib import re from xml.etree import ElementTree from xml.parsers.expat import ExpatError import htmlentitydefs import os import glob _UNESCAPE = re.compile(ur'&\w+?;', re.UNICODE) def unescape(s): if s is None: return '' def fixup(m): ent = m.group(0)[1:-1] return unichr(htmlentitydefs.name2codepoint[ent]) try: return _UNESCAPE.sub(fixup, s) except: print 'unescape failed: %s' % repr(s) raise class UnknownVariable(Exception): pass class UnsupportedVariableExpression(Exception): pass def replace_vars(m): """Replace vars in 'content' portion. :m: match object :returns: string """ var = m.group(1) default = m.group(2) if not re.match(r'\w+$', var): raise UnsupportedVariableExpression(var) translate_vars = { 'TM_PHP_OPEN_TAG_WITH_ECHO': 'g:UltiSnipsOpenTagWithEcho', 'TM_PHP_OPEN_TAG': 'g:UltiSnipsOpenTag', 'PHPDOC_AUTHOR': 'g:snips_author', } # TODO: TM_SELECTED_TEXT/([\t ]*).*/$1/m if var in translate_vars: newvar = translate_vars[var] else: # TODO: this could be autogenerated raise UnknownVariable(var) return "`!v exists('%s') ? %s : '%s'`" % (newvar, newvar, default) def parse_content(c): try: data = ElementTree.fromstring(c)[0] rv = {} for k, v in zip(data[::2], data[1::2]): rv[k.text] = unescape(v.text) if re.search(r'\$\{\D', rv['content']): rv['content'] = re.sub( r'\$\{([^\d}][^}:]*)(?::([^}]*))?\}', replace_vars, rv['content']) return rv except (ExpatError, ElementTree.ParseError) as detail: print ' Syntax Error: %s' % (detail,) print c return None except UnknownVariable as detail: print ' Unknown variable: %s' % (detail,) return None except UnsupportedVariableExpression as detail: print ' Unsupported variable expression: %s' % (detail,) return None def fetch_snippets_from_svn(name): base_url = 'http://svn.textmate.org/trunk/Bundles/' + name + '.tmbundle/' snippet_idx = base_url + 'Snippets/' idx_list = urllib.urlopen(snippet_idx).read() rv = [] for link in re.findall('
  • (.*?)
  • ', idx_list): m = re.match(r'(.*)
    ', link) link, name = m.groups() if name == '..': continue name = unescape(name.rsplit('.', 1)[0]) # remove Extension print "Fetching data for Snippet '%s'" % name content = urllib.urlopen(snippet_idx + link).read() cont = parse_content(content) if cont: rv.append((name, cont)) return rv def fetch_snippets_from_dir(path): """Fetch snippets from a given path.""" rv = [] for filename in glob.glob(os.path.join(path, '*.tmSnippet')): print 'Reading file %s' % filename f = open(filename) content = f.read() cont = parse_content(content) if cont: name = os.path.splitext(os.path.basename(filename))[0] rv.append((name, cont)) return rv def write_snippets(snip_descr, f): for name, d in snip_descr: if 'tabTrigger' not in d: continue if 'content' not in d or d['content'] is None: print 'SKIP: %s (no content)' % (d,) continue f.write('snippet %s "%s"\n' % (d['tabTrigger'], name)) f.write(d['content'].encode('utf-8') + '\n') f.write('endsnippet\n\n') if __name__ == '__main__': import sys bundle = sys.argv[1] if os.path.isdir(bundle): name = sys.argv[2] rv = fetch_snippets_from_dir(bundle) else: rv = fetch_snippets_from_svn(bundle) name = bundle.lower() write_snippets(rv, open('tm_' + name + '.snippets', 'w'))