python3-pycodestyle-2.5.0-lp151.1.1 >  A \/=„*Ϳӑ;)7ݚym{5fP3=j̃)XuZZȊ*:Oَ&b0 + +7d0(bySC-0KU=^NgQ547289d0fec524f4ab5b4536f1e7e00d8a83e05fc6c5649a4210c3685d1cb484253737bc4577a64f9991633e7ee4f2128420b2478L\/=„"3D.F\[6@iA77N}2Iџ{QBW%ଘOO;dHO`wBW z>4ڛ1ɲZ)~u'Jή/k98s|su@$ Mn8qq<: W!_RMDqi e5Z0St9@|y&:OiG;xZ׎-;'E*>.{Nep`qQmY],Gi>pAP?Pd & A'04 Nk  , t  0X|(58<9: BJ4FJAGJTHJIJXJYKZK[K\K$]Kl^LbMcNrdNeNfNlNuNvO@wOxOyP8zPHPXP\PbPCpython3-pycodestyle2.5.0lp151.1.1Python style guide checkerpycodestyle is a tool to check your Python code against some of the style conventions in `PEP 8`. This package used to be called ``pep8`` but was renamed to ``pycodestyle`` to reduce confusion.\morla5\openSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://pycodestyle.readthedocs.io/linuxnoarchcc3 d@A큤A큤A큤A큤\\\\\\\\\\\X\\R@\\PY&\Z̞5dc0468b7fdbdf5f5b7e8d321329b18913e8413887af7b96a4a3b2ea2ed7870958b2cc91c2fe225e597f8c09a5ab01b271e44b5b27e2387e986973715d474a72e92125d4c72d84db258bd9b0bfd88dc6bbec06ee50f3a0a711c4c8b677317442d9040c9de5c6dd82d53571bb8b3cbe36777ba2252e28d7d45eb371c20561de31d71c7657705fbe844ce63d118bce147b9359ad8d067bbb9931a500b1b93c135201ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546be8953fed2029a42f773014908b5fd0c43c04414ca0e9c80aef569bf6afc7c5ca01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bac76c81225e6bec274d7a98570b55c17f77e74a80fdd575f381e8259b8af66e8f93f0021a77176c148352aefcb11962059124506c5e3003ccea42bba8e1737d2ba5d463866ffaacb46d998f0f860d7f21f615b0a59e4396b60e430818b5ea89527fc602e898175e97b952994878c0687634e4c7af8d32f3e9596b47f51b7d1d8pycodestyle-3.6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pycodestyle-2.5.0-lp151.1.1.src.rpmpython3-pep8python3-pycodestyle@@    /usr/bin/python3python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1\R@[][j@ZY X @WV<@V<@T-@TC@S\Sl@SKRi Ra"R].@Q@Qm@Q*Q']Qh@O@OF@O@O@N{#@NiN@MJohn Vandenberg Matěj Cepl tchvatal@suse.comarun@gmx.detoddrme2178@gmail.comjmatejek@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.commcihar@suse.czdap.darkness@gmail.comdmueller@suse.comtoddrme2178@gmail.comdmueller@suse.comspeilicke@suse.comdmueller@suse.comtoddrme2178@gmail.comspeilicke@suse.comdmueller@suse.comp.drouand@gmail.comp.drouand@gmail.comdmueller@suse.comsaschpe@suse.desaschpe@suse.detoddrme2178@gmail.comtoganm@opensuse.orgsaschpe@suse.dealexandre@exatati.com.brsaschpe@suse.desaschpe@suse.de- update to version 2.5.0 * New checks: + E117: Over-indented code blocks + W505: Maximum doc-string length only when configured with --max-doc-length * Changes: + Remove support for EOL Python 2.6 and 3.3. PR #720. + Add E117 error for over-indented code blocks. + Allow W605 to be silenced by `# noqa` and fix the position reported by W605 + Allow users to omit blank lines around one-liner definitions of classes and functions + Include the function return annotation (``->``) as requiring surrounding whitespace only on Python 3 + Verify that only names can follow ``await``. Previously we allowed numbers and strings. + Add support for Python 3.7 + Fix detection of annotated argument defaults for E252 + Correct the position reported by W504 - Removed comp_w_changes_tokenize.patch as it was merged into version 2.5.0- Add comp_w_changes_tokenize.patch to make tests more stable (gh#pycqa/pycodestyle#786)- Really run tests - Drop devel dependency - Fix provides/obsoletes for pep8- specfile: * update copyright year * add README and LICENSE - update to version 2.4.0: * New checks: + Add W504 warning for checking that a break doesn’t happen after a binary operator. This check is ignored by default. PR #502. + Add W605 warning for invalid escape sequences in string literals. PR #676. + Add W606 warning for ‘async’ and ‘await’ reserved keywords being introduced in Python 3.7. PR #684. + Add E252 error for missing whitespace around equal sign in type annotated function arguments with defaults values. PR #717. * Changes: + An internal bisect search has replaced a linear search in order to improve efficiency. PR #648. + pycodestyle now uses PyPI trove classifiers in order to document supported python versions on PyPI. PR #654. + ‘setup.cfg’ ‘[wheel]’ section has been renamed to ‘[bdist_wheel]’, as the former is legacy. PR #653. + pycodestyle now handles very long lines much more efficiently for python 3.2+. Fixes #643. PR #644. + You can now write ‘pycodestyle.StyleGuide(verbose=True)’ instead of ‘pycodestyle.StyleGuide(verbose=True, paths=[‘-v’])’ in order to achieve verbosity. PR #663. + The distribution of pycodestyle now includes the license text in order to comply with open source licenses which require this. PR [#694]. + ‘maximum_line_length’ now ignores shebang (‘#!’) lines. PR #736. + Add configuration option for the allowed number of blank lines. It is implemented as a top level dictionary which can be easily overwritten. Fixes #732. PR #733. * Bugs: + Prevent a ‘DeprecationWarning’, and a ‘SyntaxError’ in future python, caused by an invalid escape sequence. PR #625. + Correctly report E501 when the first line of a docstring is too long. Resolves #622. PR #630. + Support variable annotation when variable start by a keyword, such as class variable type annotations in python 3.6. PR #640. + pycodestyle internals have been changed in order to allow ‘python3 -m cProfile’ to report correct metrics. PR #647. + Fix a spelling mistake in the description of E722. PR #697. + ‘pycodestyle –diff’ now does not break if your ‘gitconfig’ enables ‘mnemonicprefix’. PR #706.- Don't provide python2-pep8, singlespec packages should use correct name.- update for singlespec - rename from pep8 to pycodestyle - delete shebang from pycodestyle.py - update to version 2.3.1 * renamed from pep8 to pycodestyle * removed use of project-level .pep8 config file * updated code style, added new warnings- Fix update-alternatives implementation.- Implement update-alternatives- Update to 1.7.0 + Announcements: * Repository moved to PyCQA Organization on GitHub: https://github.com/pycqa/pep8 + Changes: * Reverted the fix in #368, "options passed on command line are only ones accepted" feature. This has many unintended consequences in pep8 and flake8 and needs to be reworked when I have more time. * Added support for Python 3.5. (Issue #420 & #459) * Added support for multi-line config_file option parsing. (Issue #429) * Improved parameter parsing. (Issues #420 & #456) + Bugs: * Fixed BytesWarning on Python 3. (Issue #459)- Update to 1.6.2: * Added check for breaking around a binary operator. (Issue #197, Pull #305) * Assign variables before referenced. (Issue #287) * Report E731 for lambda assignment. (Issue #277) * Report E704 for one-liner def instead of E701. Do not report this error in the default configuration. (Issue #277) * Replace codes E111, E112 and E113 with codes E114, E115 and E116 for bad indentation of comments. (Issue #274) * Report E266 instead of E265 when the block comment starts with multiple #. (Issue #270) * Report E402 for import statements not at the top of the file. (Issue #264) * Do not enforce whitespaces around ** operator. (Issue #292) * Strip whitespace from around paths during normalization. (Issue #339 / #343) * Update --format documentation. (Issue #198 / Pull Request #310) * Add .tox/ to default excludes. (Issue #335) * Do not report E121 or E126 in the default configuration. (Issues #256 / #316) * Allow spaces around the equals sign in an annotated function. (Issue #357) * Allow trailing backslash if in an inline comment. (Issue #374) * If --config is used, only that configuration is processed. Otherwise, merge the user and local configurations are merged. (Issue #368 / #369)- Added "Requires: python-setuptools" to prevent "ImportError: No module named pkg_resources" if executed.- update to 1.5.7: * Skip the traceback on "Broken pipe" signal. (Issue #275) * Do not exit when an option in ``setup.cfg`` or ``tox.ini`` is not recognized. * Check the last line even if it does not end with a newline. (Issue #286) * Always open files in universal newlines mode in Python 2. (Issue #288)- update to 1.5.6: * Check the last line even if it has no end-of-line. - update to 1.5.5: * Fix regression with E22 checks and inline comments.- update to 1.5.4: * Fix negative offset with E303 before a multi-line docstring. * Fix wrong offset computation when error is on the last char of a physical line. (Issue #268) * Distribute a universal wheel file. * Report correct line number for E303 with comments. (Issue #60) * Do not allow newline after parameter equal. (Issue #252) * Fix line number reported for multi-line strings. (Issue #220) * Fix false positive E121/E126 with multi-line strings. (Issue #265) * Fix E501 not detected in comments with Python 2.5. * Fix caret position with ``--show-source`` when line contains tabs. * Fix a crash with E125 on multi-line strings. (Issue #263) * Report E129 instead of E125 for visually indented line with same indent as next logical line. (Issue #126) * Report E265 for space before block comment. (Issue #190) * Allow long lines in multiline strings and comments if they cannot be wrapped. (Issue #224). * Optionally disable physical line checks inside multiline strings, using ``# noqa``. (Issue #242) * Change text for E121 to report "continuation line under-indented for hanging indent" instead of indentation not being a multiple of 4. * Report E131 instead of E121 / E126 if the hanging indent is not consistent within the same continuation block. It helps when error E121 or E126 is in the ``ignore`` list. * Report E126 instead of E121 when the continuation line is hanging with extra indentation, even if indentation is not a multiple of 4. * Allow the checkers to report errors on empty files. (Issue #240) * Fix ignoring too many checks when ``--select`` is used with codes declared in a flake8 extension. (Issue #216) * Fix regression with multiple brackets. (Issue #214) * Fix ``StyleGuide`` to parse the local configuration if the keyword argument ``paths`` is specified. (Issue #246) * Fix a false positive E124 for hanging indent. (Issue #254) * Fix a false positive E126 with embedded colon. (Issue #144) * Fix a false positive E126 when indenting with tabs. (Issue #204) * Fix behaviour when ``exclude`` is in the configuration file and the current directory is not the project directory. (Issue #247) * The logical checks can return ``None`` instead of an empty iterator. (Issue #250) * Do not report multiple E101 if only the first indentation starts with a tab. (Issue #237) * Fix a rare false positive W602. (Issue #34) - remove no-tox-test.diff- Require python-setuptools instead of distribute (upstreams merged)- add 0001-reverted-fix-for-issue-204-added-check-for-214.patch: * Add fix for regression in 1.4.6- Upodate to version 1.4.6 * Honor ``# noqa`` for errors E711 and E712. (Issue #180) * When both a ``tox.ini`` and a ``setup.cfg`` are present in the project directory, merge their contents. The ``tox.ini`` file takes precedence (same as before). (Issue #182) * Give priority to ``--select`` over ``--ignore``. (Issue #188) * Compare full path when excluding a file. (Issue #186) * Correctly report other E12 errors when E123 is ignored. (Issue #103) * New option ``--hang-closing`` to switch to the alternative style of closing bracket indentation for hanging indent. Add error E133 for closing bracket which is missing indentation. (Issue #103) * Accept both styles of closing bracket indentation for hanging indent. Do not report error E123 in the default configuration. (Issue #103) * Do not crash when running AST checks and the document contains null bytes. (Issue #184) * Fix false positive E261/E262 when the file contains a BOM. (Issue #193) * Fix E701, E702 and E703 not detected sometimes. (Issue #196) * Fix E122 not detected in some cases. (Issue #201 and #208) * Fix false positive E121 with multiple brackets. (Issue #203)- Drop old tarball - Document no-tox-test.diff- udpate to 1.4.5: * When no path is specified, do not try to read from stdin. * Do not require ``setuptools`` in setup.py. It works around an issue with ``pip`` and Python 3. (Issue #172) * Add ``__pycache__`` to the ignore list. * Change misleading message for E251. (Issue #171) * Do not report false E302 when the source file has a coding cookie or a comment on the first line. (Issue #174) * Reorganize the tests and add tests for the API and for the command line usage and options. (Issues #161 and #162) * Ignore all checks which are not explicitly selected when ``select`` is passed to the ``StyleGuide`` constructor- Update to version 1.4.4: * Report E227 or E228 instead of E225 for whitespace around bitwise, shift or modulo operators. (Issue #166) * Change the message for E226 to make clear that it is about arithmetic operators. * Fix a false positive E128 for continuation line indentation with tabs. * Fix regression with the --diff option. (Issue #169) * Fix the TestReport class to print the unexpected warnings and errors.- Update to version 1.4.3: * Hide the --doctest and --testsuite options when installed. * Fix crash with AST checkers when the syntax is invalid. (Issue #160) * Read from standard input if no path is specified. * Initiate a graceful shutdown on Control+C. * Allow to change the checker_class for the StyleGuide.- Update to version 1.4.1: * Report E703 instead of E702 for the trailing semicolon. (Issue #117) * Report E226 instead of E225 for optional white space around common operators (``*``, ``**``, ``/``, ``+`` and ``-``). This new error code is ignored in the default configuration because PEP 8 recommends to "use your own judgement". (Issue #96) * Lines with a ``# nopep8`` at the end will not issue errors on line length E501 or continuation line indentation E12*. (Issue #27) * Fix AssertionError when the source file contains an invalid line ending ``"\r\r\n"``. (Issue #119) * Read the ``[pep8]`` section of ``tox.ini`` or ``setup.cfg`` if present. * Add the Sphinx-based documentation, and publish it * Fix false positive E124 and E128 with comments. (Issue #100) * Fix error on stdin when running with bpython. (Issue #101) * Fix false positive E401. (Issue #104) * Report E231 for nested dictionary in list. (Issue #142) * Catch E271 at the beginning of the line. (Issue #133) * Fix false positive E126 for multi-line comments. (Issue #138) * Fix false positive E221 when operator is preceded by a comma. (Issue #135) * Fix ``--diff`` failing on one-line hunk. (Issue #137) * Fix the ``--exclude`` switch for directory paths. (Issue #111) * Use ``-`` filename to read from standard input. (Issue #128) * Fix regression with continuation line checker. (Issue #98) * Add E902 for IO errors. (Issue #87) * Fix false positive for E121, and missed E124. (Issue #92) * Allow ``verbose`` in the configuration file. (Issue #91) * Show the enforced ``max-line-length`` in the error message. (Issue #86)- Update to version 1.3.1: + Explain which configuration options are expected. Accept and recommend the options names with hyphen instead of underscore. (Issue #82) + Do not read the user configuration when used as a module (except if config_file=True is passed to the StyleGuide constructor). + Fix wrong or missing cases for the E12 series. + Fix cases where E122 was missed. (Issue #81) - Changes from version 1.3.0: + Remove global configuration and refactor the library around a StyleGuide class; add the ability to configure various reporters. (Issue #35 and #66) + Read user configuration from ~/.config/pep8 and local configuration from ./.pep8. (Issue #22) + Fix E502 for backslash embedded in multi-line string. (Issue #68) + Fix E225 for Python 3 iterable unpacking (PEP 3132). (Issue #72) + Enable the new checkers from the E12 series in the default configuration. + Suggest less error-prone alternatives for E712 errors. + Rewrite checkers to run faster (E22, E251, E27). + Fixed a crash when parsed code is invalid (too many closing brackets). + Fix E127 and E128 for continuation line indentation. (Issue #74) + New option --format to customize the error format. (Issue #23) + New option --diff to check only modified code. The unified diff is read from STDIN. Example: hg diff | pep8 --diff (Issue #39) + Correctly report the count of failures and set the exit code to 1 when the --doctest or the --testsuite fails. + Correctly detect the encoding in Python 3. (Issue #69) + Drop support for Python 2.3, 2.4 and 3.0. (Issue #78) - Don't package empty TODO.txt- Update to version 1.2: * Add E121 through E128 for continuation line indentation. These checks are disabled by default. If you want to force all checks, use switch ``--select=E,W``. Patch by Sam Vilain. (Issue #64) * Add E721 for direct type comparisons. (Issue #47) * Add E711 and E712 for comparisons to singletons. (Issue #46) * Fix spurious E225 and E701 for function annotations. (Issue #29) * Add E502 for explicit line join between brackets. * Fix E901 when printing source with ``--show-source``. * Report all errors for each checker, instead of reporting only the first occurence for each line. * Option ``--show-pep8`` implies ``--first``.- Add python 3 package - Clean up spec file - Update to release 1.1 * Add E901 for syntax errors. (Issues #63 and #30) * Add E271, E272, E273 and E274 for extraneous whitespace around keywords. (Issue #57) * Add ``tox.ini`` configuration file for tests. (Issue #61) * Add ``.travis.yml`` configuration file for continuous integration. (Issue #62)- Update to release 1.0.1 For more details regarding changes since release 0.6.1 please consult CHANGES.txt * Fix inconsistent version numbers.- Remove %clean section - Require python-distribute instead of python-setuptools- Add Requires on python-setuptools.- Removed some unneeded macros- Initial package (version 0.6.1)python3-pep8morla5 1552591542 2.5.02.5.0-lp151.1.12.5.0pycodestylepycodestyle-3.6__pycache__pycodestyle.cpython-36.opt-1.pycpycodestyle.cpython-36.pycpycodestyle-2.5.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnamespace_packages.txtnot-zip-safetop_level.txtpycodestyle.pypython3-pycodestyleREADME.rstpython3-pycodestyleLICENSE/usr/bin//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages/pycodestyle-2.5.0-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-pycodestyle//usr/share/licenses//usr/share/licenses/python3-pycodestyle/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.1/standard/08676631cb1abb12b02d8978f2046851-python-pycodestylecpioxz5noarch-suse-linuxPython script, ASCII text executabledirectorypython 3.6 byte-compiledASCII textUTF-8 Unicode textRRRR_0tW &utf-825bf5a29c6b4882e8955edb2a0af85a5fdf7fbb6b3dfc4802e7bce56ebb1da29?7zXZ !t/i] cr$x#|7ӣ>//AIua4HvCe>Ꟊ:0#yUQrtyB5y^t73B&&vI5r^2>G;i+y1O"bnAJ|lX>ČT B4jOy XsgBĔj NL. y4Pi2==2~Sq،a6 Lؓ0״!wu ;γ9<Q:We0ދ_?+axК\9s=Zd}K :Ö~B,'+!PzO4ۨGId;M5q}bS@}e5ń8 5HԺl٠lZ#Gz4-mJ:^DM{: ۴#T)gGYl_)pYh@kbDDLn:{)ެC4&(MA]+NGW+a ` _zljR+P7~ 0ڣӮ6^:V!G ǖT|(r^^S"5]:ڀ+ `D[kz2Buh(Jx=`j-+X:}g;iIauʹ1 }4S*tj|#}Aj3['Fa}p} xGi \>;;VB_Mxh\/tENM< ' q gZQϽ%Vp5FFѭcק Pj[VÕ3 Ei;2G`Y_CI?ǺLQ0çtau8R4ze<$4\$׸sl8;YG 7_2- ^W3-x$rM>;, U<^+5g)ȇ|M2.05{{2^Ko枰M9%}Tt,x`kmB2jl%ٴIwANrS כ>Ηx`j~E)A␨F8ϵ9)T.!%TK}լYșa&#wv~ˉ~K8~[b5%ML~$WZi9DVdC}џFv +OV +J3a#ؤ;~? ~uKzXEV`6GU45q\.O6{EAp:vM1XLO Ѧo;_&κ E`[D 1;|yۧsNƽ"T 2^HX'*"ߗjAV_Ŵ͓Q0l\2xefQ } .3W^*!Q:?le+C<T^ ގ]3"J,,X|`U7]9NK&7lZ!aUoH.ݧcZf߷̪(> i͎nh9o͹ODssk.At b'J&~KW~.d";^GeG6Y}ͻ11݃Xk:#M!)uP#6۬+;x݇WQy). tqvG s)$N׵4=s}D.QPAq̾nE&G8Ӫ 2v>rv[-ֹ[?ۉaLIhK{ KwDoWѩhVx45k5Ic|\Dpk&q`>zp͟E\$=(z굋-S|&Z{z|BV)T InjZ_`9߆YoP4u^bKJTX̑tAIsڡvmNy'*8Q1J}'yёviD9"nj<5g4?}.Iy B5:x)I?ِ!,Άڸ6iqIje4{kƚ-wxk&N񃛞R11x}BJ[;LztѾSd9 [Xl}l-WJWCOA-t$[$HBX+)A Y)ド;.*8%d5fn_Y|?v~=ߒH|JPO w8bt<`Y,;E@oߴpڽtG[;]Of ˙ڇB~N@`y]Jl(@6r̼{OS |{^(sTdxύ .C=*Jڈͳ4#:yki"`ǵUCvQi1uppv`9 4 َ6|÷,݁ ZQ2#LdY'V2_$NC枿f0k3!xy&Z7ѩ{2:Zh\}D?Ȧ2}1w%ǔtŖs 1i9¶iaĪ>ʶQ#.n vuKMDmT]6N YgTRPv@pR$f9@Q'R J* д|K8(jC ^K: W:fSXkT_Y#YkhjJKF8Aw:)T%5{dCUfK&X^cTOǽA7p16`˭^0}1TgzQ <ήiQӜ g/jiBF5MOvևȧu7Ч ba6ALNzDX>^YD eZ53\GY4Pu>H\4Qmxo1l*5Plsyb _֓:pɛ~oBUh%z[f^x& 1j.}G;^E%n0hJC6d`CW1}If:Q}N) gV AZ}:2 =3M:(x(!a(edtythqSϖ"<t҄->π0S>Yl+(0mkmlY 2D?i?<:)REo{:,O hųp.?V>=+=&&z(T;[qە]gX EK\Ldpd1&ǔ`@_J0}{u\,H; /2YZl&V(Ku@7ctǃc/)ܷo8' ]W&"NUDLjL|EyJ)~h>kdCɲR^&@ZnT[*]?+ T# ?щ!Lىr=d_9xvDgSOڼuR͘5ݥhVl:Dp0L2YOx{6p`CaQ:SITOa$y/MK-(U=ճATPR^m>sBs쭅'o֭ (S~ UE*H\bom.me EimmQk7jQ|mȀiǁZ2ε`uWb24)c{g[י:E>#P tVi̇@er)iEHt] ;ku9|s L7az2fZ NUD0XO=t%WN$WoVʅ H2Xd `WVaUPw+hbo(cCWhVɜG{gT-Np``tڤdv=ܙ&<~KﬧcUőv+zYة\{9㜬[4 mf_}0ҶivcrmB\ gIS?"X︲ S[>LrH͝M镌.c扢}njtKx+cĶ1ڴ7C`5㼉 wȑ'^6Cߛ87VaN⠸ >?:jgzB],୻ϾfTyz %\ZS.rg># Y_} brO2fmXw^=v@\*a=NRDB Z/Ayv\+׍Qo26iݢR~2%?!nRT#,y QٗN q_G& = *)Zl4BN:11eULZ,vm *bvSe37FÓ:c5N/x RIp셴(X_8;%-Sd19װd(oxɚ&\#Cn.hKw>镑=c${ߓIZN,Y.Oi%a%̀vr`vh+RS鼑%U-G@0 }\ I.7TY86LQЅ0|H] mQ_ΘDqcp1+K~eme57Sa=jW yҗp<_|V`3\w k)x''_GJOv+j_`!}vzDŽ0ѿ">ZbB'sh3fсͺ.IVjX*8G|<9'mFdb;ٴ{)|إLɋlҮ@)᩷Z9OYn'I< qOz7"hL>{ɪd%C_.|`uс|}ӷCN]OIY"}pjiAL^kFti6<)f޲a$͇C$VwL$5{ç8{G]i!:`TX2 oNrwLmRo} .)Vb]4\jurQ7u(?^i- &)l2\\D + j' Wڿbcݢ0jOIH,wlo>C?l%C˥-ncڏ? -ߋx]ZhNG76߲0͔Vԃ5!?jK:X|LO} /=UpA<RN`cVn8﹍xy4P;Z*J*"_6ut8~+Қ"K" RG T1߆-n;M+o!DQOr=:h?# 'P? jX68bh{d)I=Ҙ 8 {ރ O^PV+gW`qdwwQ0&@ӯ,Fxj|3 Ǻ6ZhøՉߑ?^kw`=$W yjYSJ/97i4ER>[}BG8F}J`3jg'6ٟ;h!Cfxr(Ԏy 0L<$ o~lW٢w +Bߩk@ X@I@>bl DŽx9/rTU+|ZzMA/v}?M6pqLDT=m.%vt^чbHG^Ǫ.5._(193(3kWg1s!#>,')-ueV^q7ΒAH38VQ7R .F4R)=)pq)ڑ2L RHr|+0ҥ?RWP?q־+Sۜg,$F9=b1 {FQ1mBΪrKk!)6d>ÆbD%9W8DONYR,5ˊCjj+1p~Ԝ({:,$`XXjIA?XFʐhؔ1 #MUcv@bd[o)+쟓BPe\F֚"^r4b-)$aϞr̛jI웆 ,1>QG5)oniu,:LQ9p. niED}VW*-V#D+(u./5eE+iX륏$+C' 'BȝnI%lY74GIq;:7$HHauGӕ̈́ e6tl/ŀ['PmZ{ W;9af&-PܱLrC]SV쮮1W"84t)tl=qHb/,|/a61&JھoEˏ:$n1g%v|WedK<2>Qk-|lsFr[iщ(fթ-6|MyyZTpY /)'3U& ;$K̞'S2{5LJ #,= LGֻzSmpC"2ـ^籖UZ̨5Hlf[Ue]dХkRo#*V zN{f{?ƭI6X)ʞ,+:1zs5a5¿qOqj#[qnRPsltP',PA]%WI "3+6d*~>ra\_NكJSJ<#Aؼwμف7ɯ4L X*Ǎ/N3H(7.-:d(?$Ä7LgKv}T; f_I-j,LQLs3SKnﶾ m ؒy΅fjJ935 5@)fsQ\c?$Zg{4Ԥ“kcP󀏹FǦ\uBg!+'?-xM)4?|7dث/  &|f,ISY?kbʩNG=`-C/m/|8ԋǷ@l.JDdMN \?gA^݀ψ:}lvg$_p촯h#; :A/P&b|"{yһ"pswwfe$_F BCOŸ R_ jr?崼 ~b5+mfN*⁓ I'+b"`xUplax+k' ~w9Kdw(smG `\_'{4/`1p1W ByҴtN;B7+]X* 3P~/w?3 48]W,dt@վ\J[ן63 1?E4Kg, NϼL+^ݷ[PE6xv-Qm?o ޭ"b:і/'Q;@Zo7TױS hK͜|7xZ!t(A%[XK$ϯܬiM#NF^S#+!$~̼HmiV|2Brpr8M )4\Bx/PMfrQf$=nӑO\٩wQ5eیʽ0_gH^s>Bu2l$qe'܎Ю`5z  ,N5>1ȂEoI{JZ\YY )gFz)A+%!@Y &:83wׂzx^fu9TQg7WNX+63Em햳 `iS?O=(<]=:Rޣſ {JX̞gu h ˣn&sǰ=U. 48@H(u Id.)@^T0Sz#kZBwc=`VKTI L %$"jzC//11+y`WH ȉ׺%2SN󘻃Zh4)(*ɦpRƯ/g;7P5}- bn^zHT+v:klJŠH 8\o͵ŇDK: DE;UHi ՇS*$ ʹ|e::3gH[F8"(bD`Aݯ񡾑/{atSrhFQLx @#W<! z@L>QbiK@f HcnØg.>Y._:cVeWA>nSMݓϪӞ? &tD%Dž.aV@M9_asO uhatAt֝2vⲠ9߈[? =5L: P\63Tdx''ga6[2?]C䒂Y5LlwbGbtxo)VP 﨟3xQܧl)P?3hI.ǭzK y|3h >İm>xMgB7kwsU[J*Z&G0kzߧ76M R͂J~Zy Y(0$9};aJtO5)`LJX ++p4pi>_%/K&݇(l s3|AA|$@NWf9-tH\"=G S~l-M?x:[-@)Wd?ށeM*^*~M+~Ê٪|P.F71{1xFM6bU%F6V5d@}6AC? ќEe9OJzs%lk#>Lqȵ O^6P_&  T?a"m70%^U-X:8Ɉheb҆piҟajP# …DЙ7hO R th*Oj}5aE/>T5[5"h\6d !I`x4=fԜ~Pd5ZzcG=6b^׉E" pZwm"D}lL64fx'9115wK9V&(Ԧu?NYPS/_ vi Ȍڲ$>e`̹o^]+#9nqR-qTd[q~)793^ g}&fqAt7)Q*U<Ûj*JZbBRUx؁z򂏕i Gv ԎĶ (0 !3~>1`n`TiKr9ɈsJ$W2}H h_a' ~ ܼW̺fIOF&S{z=1|kg}7zd^LRz'-K*t%9Bԟ=K.y+"Ȥyy-σSP ߊlNّ$֌: 7-6f8IIw1 lh\m2L..Lem@Pm*7(sҦӢUƖ.]ŐXPr[F |7n@nQCΜ~}b $F(w) kWk2 !7JUv5~8b#b,k[m|(p'٣Q  ?V6UR`NC3zxPMsĶ@rC !;P6ЌY)~[` GPh:t/bxPa'^WaeTTZ/cX Z/^Hd挗 QQ2D0aRo%kO ˪XFGR9.uB&:#gnPK9/-ͣp9RGAT<~c/lADQ%-D_٩Oy'xӁ, fj#]S.y(Wo"P1[X5  1|0y^BlʸEyG# K)tdzE[3%ҬdfF;Ufh}uѬ\ꑮ@K b+gBp="=iI+aJϼšԊP3Mrf F*ܟc57<5TrCvc9A 6=_Os'-b̓Y} !7˪dJh.~z@ZmEZ*Uڈ̌U)E @ͨΙ7/Jꭕ!GBudJ11Fx"-Φ|v_~< -+#iЁRrHT-b"Wph~9vZ(QY;} |ohJziz@SJ TǺ4<XCGufflJLMgQq5wv} t9{G>i,O9%>>]ڸvXd-S(y47`zÄcPU "op!ڐ(֨w~?{Il<1!$ZRݍ::*9g) y~sCAabܧ[|}޵~[`+ɽs'frk\7Ƌ~U\ *CvUzf_d\V#Ui]" L;@w ȖG@wie%vd } Z٩*4\G-"u+|\AHǗv8 HgV[he:R0+w&Ǘ CGDWGGVg^Вab^*`5lhgfukq|~&A1hj3pt2|;DWt=9,AjLJņ.t>й ځ^(Ԝk0VuSCo0%C3˛N !PifE&sMCQdD;Vӂ4b7tOc"]~x26bfCqǏ~PJڕ.|aҪ6G88bCJO@Q D-pk~\:XTʥٙ3Ԋx(IZ |=Ns<›}`q~4LgfgK10􍟇Ȼy%G&<<0Dp$_X#j3#̒K`02\Z׀MLq.jR EBhr6fl- @߄"GS8;,Q#XS֌R$_13\zb M}#x+Prً\*1oˏ_y2uW\KYD>蘉NF?l{cl cU-_v͆O&tlxr /nvmH{y/`Nt>c#n7쌽`MO@"B+?!UB}wr{B.w#qc˛GRG݌޷_rzNxǩ͋'E_"u:HU{ANwInp\pl!@gɁ %So]< Y/;Al—gX#K"J|ط ;. u3`ڧU|!`(z# A +\d͜}x&T A<IfLfG;.TB:TFfsWk3d{l4L3W"w /rhF߻P= yEȬ|d1H$=]n 31օx,.Voz〷A~!B?>/adtؔ͑ީ5Lޫw/i~hh7}c-\w%ߕ6aڨb#tL"U S}n<1~u |)|˯ٗU8W rো#MzpӱuZ-ZX'\,'`]v ׁ%cjEJL M6L 3t? L-\3  9cnϒ^f[%QgeI)2cDP;~ZjT;.L.h Xy8si&stF(Q>ڼp)>Lh7=:e؞UQ#D9 ߁r&i4WZ4ym m0hG5M}Ɔ74EAxBmtFXr]@ 쒹%!.tӻiPw͈%\(5eQ8{c*EaKH$*9ۗ%jn@b 8cxY[crX_Ei)ĜlnwAI禝Q"9!i _H_8in{qWb?(^?# m+q,_WBqb@ŭxhWZw= B)[qΚG} =iĻ7J.2 mfj+d&ZZL{@~dw>U6RZ`C5u@xhux>k|P_K@|*5 ֞!yajTSs_(MOrPvH40R;4Dbܰ?0joSu(>tATvrtXb8:5N`C.-/Q_`YG[ '%\ӁUyILE%E&t龮U<&}H?S)KdJF)q!fp-$*ERg%i+{5۪٢(EAnjqsoL \5NX,݆0xgLD:q@` Rwe2!+bC pॺ߶G鸮4B㮢LdkboZxjy sTsrkqMyafS! },83oP\FcB$uBDYOTth$晖Q?Ryc-FRsT`NSC2.[\]+*D"P~I^sA~' W%Y]r0e:CW:uTҁE+!7suS3pʌuxpy[Qk4~Ǻz?)eb0ٲH:bJ>MGͤ{Zχ1't8^б(iPfdA$xhq3րo[X5{S 3sTU|~σb~Pڵ^tT%A+U!lQjbI'eؑJ E6SiX}!7K{wPW{ps〒F bifFIqDdm.@"Kw%Mn졣|tRh>vɼD<~Uێ:fs]d- oߨ0Q5 |imX\F я 1c>1u1/#d5i|T wPzŃ"#6N3^ G$<$/LjSG$3b%B[ACΒgײ!W5id=OzG+$$`Vn(]6Ԋf0Ev*PaJ1lJwReTn0l܀ 3 xmhN쫨W>n;'pjM*^{A14r'Uo+L 0:y$P/W8ߤhY昗z,C)um֮m(Đ+X7i7R>|H#MeVpaɏb <]4lBA { īGt h],7̽$M`9]X$*WE\2YOxi$G%oBʭɒH78,hQ oz+Y1](j&<_j.yq( h׌'mOCJxވIG|VYۤǼ$꼖eE^^Gl\[ëƭ (c(%&٘i@Հ mxN=ۧYutG38fǎ=Si{9vwa4$:G2;*r Dv?562-f⿮(r/71{: 2<5Ik 5-cL;5m:0HmsЫ81,1&=b[TԵfLj1gN٭ZxKk߱->O!O:%k`wF^xð"1 Ja  (vrgnښG6jR!Z7:``Iy㞽)Җbadnن+}EW}t4s7vSVrN W .1#/s9 ` T ZFh֝5nhpO#!\|"l=" Xp&-Եb%.<6VI o=Q/ўԟBCXjC#y {E ׶ZAy?X#wծ}yA>"f{/Fux;<$dK;X: ]['Ȃ.&CBٹ' 1koX{ߊjj;tJ9"Z;kC8wכD ೋ@~ ˂rlu>n#]%eiNrD'2ť[1̎_wppɴ{zZ)rZy< T>(:e/ klƤ#=&רT,!tQ&ׅݿyשl~}*^sۑɾy#3Gh׬Q` 蘣v1F,a ȝZA 5{cFsE8ȚdH\09AR"h2-"W9C2JI t媸9z [ߐ{[]ot~UQW" C!QA+#RW5Ѧ*(ud1Oyջ3s){!\p+9rixrHsno*d_JH(?`mml' SCz潄./fNGQHD1 2֔9y`לO`T;`7gٱC 8)kI=[Ѵ,vdi`u@sofI}VKj.m/: }9/lt0r6kt~1>wHN8-6E1 tiSs$p* N-&}Q5(D6!VmZӅwjPv0hhz.Vd},TK`\M8O@?"afFp>Tuk;uSϠm%k.I&XQ,*OZa}i+R{JG+4)K2J;Nf[f.1Fh\ţ֨%* ˥_ D{4[(KgX_R~ +J1*`8r`H_däS)b !( h@q<?;%z/.|Ks<"9&*M3Y~W=q;G^g)! W̙va8Dn2-6DFC \1RhG-.63LMp@Uz^, ,w<2nRħ.ɗamF5P6{Uz,uكx^)ɩB,-toc#wF*EtqvdW{*O}reףaG;)V=%K6pT)_\x,R]`x6 f{5\6J^\dzsn ꅍ>|g2:S{+ֶ$k~ TDTw=\94Kץq0JG E,ٹx 5D{X*wҀKBӠ{j07QK\M"~dE!sa99cy `vQ~V}jYoM?QÚx@ݹebʵ^2k{frsB qPlXXC&Z]N5ILtSoPiInw5wzFMbyQ~|5tF0 @UX^kÊ;)'.W7;(& }5YgtE_rnm8| ^ ޛԢ K}MxG:"G9o;i6Z}_Dmu"7Oz8Ʊ(d-BI=ykQ- m Nԓ`pW즉q~o(l)<I?QB|?7'<$ƻL*Jaܬ.őwkT݆afסLԬ=K͏pؔ1݃:7[ܵFju(8'{_{W<{HQґ(>MT?4xk^xPNn4o_xx.Vxcw?uKԦz<2c)Xe9hjY|YB5_+R%Cc0^@_}(rs5[XYt*+Ղ_{E{`6z60G؈f)TFzSWSKF ؙEz mm2nU RKìyv2#*(.tp&lso\"F|ks[935U2w+Ρ} -/:}[ r ZG;j%s4bS(h~7mgHV[6 kfMkwXifx^RImEPPoGwkv$?7#un?Vⷉ45@aUwhĉ7wv4C"tmR^uKuW˽ eE$qmf?0}?Kr`>}Bi->9|#2+~FGyjlqu1u 'ד)]:\ b"-0MVy): Im}EHs/(WQRh⧬`vInƼϦnpU&MXqhš /9rq[^z+--kvssoj$~u)|,\_zqGnM\mver~k9%y )a n!Gǣ' ZG- #[i'm;߯(6=JBxv}KftG_&E keiy\yj[9^C:S *!F)pV ,&vu5,>?0s1`1܃ vRhf;oK(7u /ݑ!Hv HƂ*ےwPm ဓϚ]s$ ~v7r璥ȅI{)zQ\+Zcg]{G98YŋaG%Gdy#WX!2Ge{Iq0;3 7mNw  7`X-#Fb= 5LϳgFX٨瘉hw @KRy:x,<u hiiJ-$-q"DlA`6qMGih)7`ÏJԟ d`aZaވy7]=+KH l/&sHyPq_ӽ6Lu}"g7ϦMP.FwWJ2%sPO/ecaTکӈ$w % 7"Y@p&vS=G&`vC{3OjJ5 jSj\@NcNBni>T@wB'[6Іwv֜S WGWU&dDhE>n[ɡvK|J?9%jl ?.Hto- ^]i. ˖v>I{;2 *D7Zvh%l }pdL(_Jw d<5_ Dc_JuBVj7 uΆyWKʱ9kZ q{&aM \g3L9B eqsrB7δ|>m?L=WM?LFk֝ɻqb_yĆrXd~ @([+*׹@Y9?⏀6A09zWbz8/gJm;)* )F`6xcpa[ u Չ_ՓTexDx1jL[K{FϪ LlgN 5R8UBI@:0NiojZ-R(OpdmvA&aCҟbwifBg2cz<VPp|. RZ| LHAWZޑT0~ש'7KDG7)w!͓O~a7ੳSq8Q}55tWR"{=AJurkІ@QLʧ!1DŽՔ1/94HFmmҗGE:TLZ [fk-]K]1*fW,N3,IUD \ODERU_ evJ!Le|S}/w1unEP.1%x,LPKHld[݉ A0վ%6 eϟ?,ef&nj5l~>e95` bʢrңc;JLmũ?Nb6(C/N1:NBaIۙ,]:Zԯ " ™G:!o؝"xޅ( ?PPl!Gt嫂&mT7с NR;B&1;;ydMK֪1|_, 6^f(l~M*{5$.p1j4zxjqM/s?M$A Oh3"]#XG &zBA(!ݣ_!/gK=ϛ/%ŝnD_DâfT\%?r/$ ]0_xUzfpzYmʪLC=.5Dp aY ):lܛy-urP}iiS3y=!ZB;ٔbVcHm;ͣ6d)@v8'V+vVb9#H@h{Iŀ"jwܢMO9H:_=I\izŜ:A4aM􂙔 72HSQ qZH:nzޞ'`^S]b-k(M c >VOR"y0P1o4ei7Jw.Vw܊Q|A̽|PhmOr#+&$xB~sϥSPӊZqɼl_VLb=kRD!o^er26}x|ߢXoV2{S[ŘP [NmsjJmwe?b.S1"ޮm7xQ63F~QNdN* h昩BY݈fhK'oƙ~+[]䰄9\pq^l 8^wvX|b@4㕹L߱S) g&wsm/"f%?ɌǨe޺r#(3!PSYH* UK5!_Vsa SwPJ0@X‡ouN޺9,: V]#!0  ,(׈JCR`e#rfev/7TveTD58 `X33pqn4es!$[zh!ӌT3^:wawK+~$iCwwfNlPG`bT03Y1z( NcjK2ulFY-MVmb4\7{$fo3Lx#U'7gtmzzy6_ӷ=ُLd(DWH]Ix}UlW>/ŠTDrI6d @)|iGQv=(,]ŧtřu̧'C22`lM_Tc90MU\M dKgt@Ň%lMؾunNLEz?ȁsY#ɒ;]by9'sV("z^P :HyŤ>ffzWUP&n0`s.O#5Ho>*x햧z*pbcD7]F_މq@Ѻr03j a48?忩O&hcná47? 6qck9g8zHECxqih{PXrXЏ! jr籦HttwxƚgS|>"E( dkɷ9}m$:1V hKEQUN/ hBN ]\=4O)]|4cO %l!ۆ&SaIK=rZR_Rډx/N`|]v7N&ҫuJU[WyOCZʟKCV jUP&2H Ip`Rڏ{ZQ8 S] PTK-k@;Y:U**7]Np9No (! rlM;$H$*)'Ki(`外T @₊`8c aorn@mMEZ4 6:Sk|xJ,I0fN }RlT!>pVH:6̬]ҾbZG GLM'ț":2|W!' (ᷢsM˫™Y}m_>]Aqt _`}qǯ AO6,?|z[ug~3R SOBBL},j/_,viO[#ՅW@)*)SMY'R5+ 77untL`iXzZ]H/,!Vo, Bg|+tU HC. X*C p2@R=4 r:,8fZݒf4}4>,w ۝)ŝz >3 Lj%4? "oݨwC=?X.B܏620{M@EDT}[׬&GϽڔ.OOKY hJH{^T D#߭u;r!zA}U!b%RȯBwkf:u^)&^>+H2TΈ׭?u˿$y7)FfG -Ǐ{2B.~w.O0BrYUJ[` L&ލP@lkR#K~&.b-ԡmǯ~KK$VȾ@ZiIB{ā$W+hsC).l0z<c <,MrµCnŞPX|q9!5ߓ ;%X=6 m#*-(8 " .14NMK;rRH 5uZ:*ݱrx !t[& țcvJG/쒡AW]ٴU#/Aof>?T.eӦMuMY NjML56Htj\ r[YY6j~>gtԯVK:t b˝@ũ F#Irx9#U_B2 ]H4>Ä4DԞdq;U3GaxۚC*8i{\3ucߐ8tJ!Z5y^h}x m(+p]AK18mNmӲS_5HI>f "~~e4~^Cϣk C'qw_/=z<٢c=|:%P_hUFy+hv}E7YF }`4ݷYV>0.2yl&HLsu ,C N6m~{W$rϿM6K)oq*U+\%-46Kנ=}4ؒVAVq MtC[MF8-0,ܱ)CXh PvpJvꂈI hL/'J7p_.^{uY:0+mH˶&qlVhU?Dm:NeȐyD0Lڃ@|NG08?"b l cﭞzGmCŽJoޔogh1qS}I5δ)VW8͑TPmiNp-$qa8p:UWsM` .-5tSIM.˰&[pb= dfcuƥʐ'BВ뢗x*3Bw?JQt1]jy]ӍG{0UN;,.,3ڤ5S?*RCL.ىg!fjt&@ׁsEdp .0nXiF𿽴֑Cy.o"5jR wjOxyFO<ũ`ݗşBqO̿8Ȋcug{Sޫѡm6c5߆Qt 'KeyqxuiGʑLFkT% X(0?Ke=m.4U{ ң(}1|orm Qq]i)*lXrHiwZ@Uxy@x#ad}@Zئ?ETMht:cnbxѥ?@9(.HɣmL9+vqtm&}gaY1JuI7ʼnB"5=~ T ~Md a#,n蝞:neR`HOj\銢 1h`C.F"HZrEɢF |ea-rcp} V[bepIRaa!, b 4eG|u@2)E$O&_RqcVoESѯʗżj/̨<+q#^G^阍DJ(۷52e5lnGXX>-ʂxyOZAڍe5f@]!|_E*kwmƂu~؆I`Epg{ d,O"0F~:eBm[>[h]t\KdYh Vh\X K/!2B%ssc2zLl(>^糫k@HsވΚ~C-*8a#r$v5tVwmfzߙb=†0$gry9D;*_k;{l\i|P64z-oǧ' +]JǟVχ|C1ճE51LjXgӝ;^ha.]M{yF>Qqt56V v. fUmdbU[hEt3{7{v[{8m!ZPTp:u j3ع/=0nh5_s(n}s_pn!I ԧw{3v_ 9c-Syߙ0|c.Zth١w%<8&i>ӌᙬ: XI b|iw4av aSu+O}l$! td ^A[s>\ԮoIf8Kq_R~|FyN u]>6* vԊWV,GbߌauBexDFl^w2N(:_,\dvO1~HZl ?"xz]8-6g_ aC`/M!JzI$۶u',]P+L@).*q [w>qj[Sn"{,;T{%qM&*}26<0xH2.l9 2b'eĸB9:J U,¶kg/WD _]*@sy,Êbr XyK3\UT9/TUNT>F 4NqAY WjݴX+lɲ_B7+"6Y&g&H?C2P+jdDMnp}߹/yʁ")$e .j F#*ޢT?ՓGʁ>w\\g2ȣYz6hIl"_u+ɏ*f ^`~RdF?c ҠpǬ_k[q(?|pX]^hA2ѫc $"ǩ,˫!!`ld[[\߽ %.4e[UȾa֙. z#0/Ui4&@夾bƒ`%e79F,ut;/`&S8})I;}ҏ.N^P1;RzvNJ׊v7P_NtX NћK&K̒޴wu"^CMAxzg|,c}8b߃tY/_|W[3 mSk:c}X$lW6_NpjڿmD'̙Z'B@S֭yq/8U6j-NjTp 9 mH-Y%|&]zD&6f2m(~5Q<Xyع040^'T s?Uˢmdss>J2 ^sϸoKli`04rHχ`29BOJ|Ji*Oj$JEBJrC769Cێ~͑UGY1C 552dm{+PsfިͮM$C/#y%PbSƄ Cڥdfɋ@6/ S/Hd_MO 7䋚Y.G댘o,0ڦŚe._ߢdMV;LBYg:,c]as*gV%(`Bpd.3 Uq:1!װޮ\Y癰$xvG'31 C. =);t |J4ؘ Er\l]g23,hA ӚMٶ2cx}r#D"u㋫!TkX8IE褛=zl *ٻ@j^5 2K:͟%4JW![`/s)nm΂D.=\ٿmi6䁡U(܍S;&v)} . ﻐӠ :hBd${FoC SIlJH#i!Գm3ե9[&)l?z weJ/hԊ锠ƿIIq4QR?^3tv4T>g))!56I?XwiF=nys9sܿe8j_H☁Vzi j<Ǜ7s;d#$X%:~)fYihDNʇI:EzPMAe/Aӷei#}P|H<LGup~ZP~\Z OHQ{><1%ΥEdm|Aas/w677&VaIk ׋h~=/ LlaiimҤdEC9^;yB) je<)rE7)!@hUzic|IǐoyBdMqlŅג? $ުrmReEy:MC{\H6Mk@dI@[b nf@z/BV1ВRS1dAfco3/U橹I_=G}e41buiY(ۻ s-3 6Wb`( S (^u`٩mNi 9irAaD^E"'0[$WHBwp݌s;t;b^. /+á}Gw>T S^VOGD y:(~Aы 4 ):mI |MdtOP"z%JG2bdݦUx-_SJ;Ŭ~sǮKK]Ai]VՇ͊7rW@㍼6 YqCc#2}vH Fa+0*}fj#2FµʭVK;{q)x. g}"kK[Aߏۚ7 IOf\=1F) A-|$|5`[z̪t᫕rN:DF34s5.T4 6z҉gM #f\6=i;IZe^'v H#~N}1zف25V+&}VڼO38)UΨbKHdGWnՂ~G n2>},9>=/6b:1 z}@ yC%޶>ԦŞ>`S岋`"^!IΥ\}Cyh_[O/bѓ:0usԄDbt Q; dR*~݄H͋rBa9㧽A@ IBçtY{SHTXW$I6(E*g>) "[(x}"s3MofXf[:i ʭ "Ǔ!| E|oD>։FJ";Cz^zV] pXgKs_;߆FLm;&ꑦaSi)sDʠ/Զ"]ݳ(#GU]oeW*FEڄPF+˿S*,/5#V?8${u9B^?Kˤc(' +:uIheD͖pYPU9E}?#!뒷z1RJiLΣ0x)6ÄQ; C5 E[+fǯP`<:h͎ #w83پLyfcAw4Af[q<`* :62`Ъ"Md6hAo#G<#!G8 3ixŲG+nb-D!kobUt)k83# unms|ʄJ bXL1qTMn"VA F/5l ^*MdlUuqꯗ65V B;â2#MfpU&Uu\鬌#X(=7^g,Vnyߌ2/O*zܲ [MxQ }h?Cm^$.W %ɓ~zo7'O5PDcC` o8 k Jb@Ofoi̯ *A֥G'O1Oᖍ1܊.O#0CF*ou.k\`J$Ywߌc{[+l1oܭ96*wɀN!,>v8 uoykF5A|GǘI0'16 Y"-KMW"Wˏ]]ZDDkJI'|X^:REj4B@'\֧EH4OJM&;iUi9GJPhL~ avC(1L6$f2;Uկe(GCdA2-s╴>.[g7'>l7eR".oLr<_Hj3cH[$WH@@d+Ϳv)F?]`ݣgپ푒_& ul-!'܌e@4 JByY ;z{zqH~N(OfIrIANpJ%\WߣG !2ȠUHxۃ-UE&=ntH~M)ebOwY9~烶k޽Qf|RCօsXwȈyW|Sa4sPUU7%&W6XSJ'2;/v-4'0B6eד}9S~ msM;5}[Ո7>tn WgYc~8!QI~Iɿ-[}vNΟ@ d@{o fR(1ۦI4 KԐc7r\7Ҫal[P-QT=[-nhi@Kj+a|Z`o*3tόEB*"[.\i `,JeYLQ:;ƞS5ĥayRk):־l="ݨ20So:3K&)D]ҷXR=D_` >JGRpuOCsdnտjT}`J1aα0מf B9 fGy1@⍒#+WY-BJ5 &vX#-#nJ.b–|@5O?yoۅs`َ&H^[;W; dT(yV{ Mp]2ϰ=r>?b,_Cfv/>?U5Ե!+ u`nK9ĉ0M,0 5BY K.gɣ{$dyNtX F{W%P}d9;%?.ׂ-^WP('ޥprz"&RNjᷱHx@ ]5FԜSߙmr#!;ƛ⎆B_V9@H}HARdyzcrDh)ɡfB*mz~^quS /ZõsIZ`ş^agz m3$^YsUA:^Բ(!?;9W=ۻ#-+F;謻[7 YoVdU)%GjLT$r܈cRi^ P5FY Y?l zmo8BQ۾ϧnj ?ֻQ֪οx {Kj|pX@fDBQk^b:laq7ѐ[D)t?,[Αi> p͍?rdXPư,Ejd8j5]vgB.4OII%7|OSR~wyxz2m rA۟G#FSw7rD͖E ]VHD#%},5?rY]尓O$Z28/ [U Ԙ24kIc>ӻ}ZUl+]瘟MNeFGO[*GKIR64FX\3ͪ%r@ 1 0ih6lX{U={mzj6GW2 \ĽցD "p&o9/-e~i/egIxITL]E$"~}bvY*}pR'QHOzӛbY4ˎw8|F.'IҟWa =J)*܍F 2FB)/mtNMVO4 ?*{f;> ~F4lVVH.52V){PT:Ԋ#YW  !J] "l5|ƃW$>nkU0<0H3tDj7R4/ ٧}wRj‘{sllGdX F+ɜy>*xrDT&lzx/ە?G.Rwv yEm:HܬcmݤBid[)h 6oAhJij~}TOufp(T*=d+;ōx̀ɒnZKW,1o IiyDU'OyQ{b4WS/a:V=l)>ζo8Tۡh d.GG}xyJ+eɈZ_!&'u+{]Fl1#gR 8e@"ʬ.6'^;īNb KR@.ˍ5:}8"dȍ vgbC6, `t' # i-sq"S,>=m1 ;z]lv!VkdNx3N3 d=ֻ /ˌ*[rrݭxCt=bmlE`)ŇӣQ+J.`jNyd³o̸<҆$y G90 gfc9Nb$ESő{BIGn~|}&jjA%Q "aΙqŜFƎm!ё?[R;&cJ2ad9wv@y\68) BԬOG"L*G/"CKgr VO8hsUM~5$Ulq:ZZ(Xۊ^Jm!3@$n2:N5 mjaIٓd i> yKr/f^ڹ[ͥa-6X& ݈3aW~Eyc;ѪQ$3.Kd}&Tg@凳$$Ĥhc#T#~X?Yu>ځ1j23OkI(Dͪo^7hpBP-z@kYv6(WJݽm:S:dܿ?`{ĚyS.^`ɵY#+6gp}CFMq)\,gY0 ^Y`ek=b}Cqdc[.ߧaT/V%,F?ݔ-+.\=ڋէK]U-gdؔDUrQ~VegQwwAi>`'B.Lg^:4_Rԃٓ;9]q`dvm G/Ƽ|J ?pLjG6tzT3Ph߲P&RkGso=&س}'8ݨl!A9K"ZHDgP)r%[64KR7.H ". ;.H{RɭEt}3)Q) : ©,'A[;[WD.Xz^Bm,PB4N|kϻdﯸhuB;G6T,`E~ki@u/^{D^-DSōc%;]:K }1wSI`Q0mHC\E~kF 7YE\>t۾`b ; vESɺx#{d9_ HƩɡ:;5DO&7wxís~F)sr)P_,) y]rӉӉT99s^PPI |v# H8I!ڮ@RD\ GhUj>އ9X+D]gYPB޷i-N D SgIV@ !$N%So|ds bEsLbL)<{h#4З\S x8Bg"wOU=G 3@T>,wc DJ]u`Vb̴D)1퇷8\IjDٚǧڀlEva|QҁUql{5^yќ/9 n|Rjdty"IbbXQZtPk4PP,cgqR.Si B);"rKgaQ:?UP>`1Cf/ś]ŝ&/:,ݿq}x*r);a]VC854{'os''N]$^ Ga(|+#k%`b6tk\ | )]I:%4~rɘkS`#J/]tzLJv_ep 'wC AT^g+H6Qg]5pA$x=I/xf?*ODxlA/^fK%mD:9 >AL=En1Cu3\l)py̑+Qs gtzr,֦q }v kExbe y O`W=^1_:mP·>:uhŎ^z&p_c% X `c)4mxl &$3iگ$d>E:#f7媔N@ehW+T%0ԛ[H TcC8LU/M'YQƦ.Qv-XFVuׇ s ; ͦݜ5- 2֯*aC@cHBd9 sw,-4܈'?\>&4.Dr0GgSg%oF`nqw%ͽ1ވHoېC,`؎ jC{{ 6pŸ(8qo#-Ԝ..}k+K7ߒ C۳c&! 6u mͷfe *$M`bxI"" *8鵙>c fX[MIm.ik)rU~E"vXKC n#23)vڷg`TX,YN{lKXiS!-OhRވZxm4JhcM׮i- 0A'Uq;tsɶSR|kwNtRQ~t,ryd,'=PtSnF)wUf6-jVXX TDY6o cTp鈱chw ^ZxrKׯwefKO]Fd㽙 pՁ[_2I|!PUmY6Qk̑>'ڽl,Y3?"SKzO>XZ}dXq)23UJ(O+Wݤ^0ka߉i&j]ͰV= C=8 CyK }D'l k<˜]o_`:x|uo"DLZ":$"Z7&'B`fP(I^X TZ\аFyڈ5Jz%ym輶2}}^p?>,H*O.K 2Yu4R$2%J9oS0)JYSw]6-zal?oZe8j {K'\{57[Ì&@PIyF0tcf01ȿ/јGαseIg_45~ka!t`q UT37g!e x ~~4>+u(/hQ^ W{ B&".fl ک%.~Ej+zov+jԦ!LuHj9jƒ=IjR8h8[} DOeCwj;p ū@=ttĜy kbGp:2$dbv6*,jf|,U`e4i{}>+8mǯǬ-/[w ^]Pj* VI.E>q6owDnD9YN5IEp*|Hv"B t~k}`D'5;y;ʆ t±nWaS[9!㰬bwؿ8e1дa0*BtVppqm츼 .q8nB =fzV{fTJ{qiO/3{iCL7yb 8 X/@'Ǐ`7YZu% ^38!ݗ46u N?\S$*Ӣ|ûS"L9DNr :0>iݶ༻;/ց9.xY:Fk )Ye`Vʄc& /W}/|S)6F?Qcdu)h_'S5?Pq&_#tfz'8'^mUOJ]ٴŭBS_@1A?"U!LW.in<kNͩ0]|˗^8(Gsjx- 5qf6]+˟!dhw<!yvṿ CHd"|¸j%qry-WVoM3ѪopgRдy8;`Q 𣁸f)eվlwYؾq]_ERԉ9;,E8H* (pͲՄt )_ :jAMj~rD UfD1u6n%[qS,eAi %kMݰ"hZ겢eoŴFAUȦ<a?*<-B[iDr-5+)-DϝvǸ)ڸh ?#*~MGAEn@ޠb0 (x WQn{hk}*iUj1"4b<8nCFŢ5TB ya ĐŇ~y8܅)  tj1X>yU0yc }p"))vf"Wg0B<6qSrx`-[4Nsgm $:c (DƆАxbB$YS)_z}ez:C0J@I:[k)uGb~֮$?yŖ}\[Hz KoWSWQ&j#}г7O{7 Ʃ\iy %Dk Ph`Y@,z3TaP/o06Uݿ%A=20ULTZQ҇&%gs}k'm% a9V)78IqxΦ4x38Z2^.@GGkxJ=% `w;bSplN dTs\4{]Y5O/gL D痊Gᘿ u_X >ګ))bxL vؑ9A+6apМ{3UkJ@BAƴp١$3Z>蒫?2pe7D QE\rGaA}y*= VWAX a*LyBuֶw-I&;D:{bۛsDAL`#c¶j'vj'{McWsh >̝GƔCc]&¥/yqgy&Y4,O)7ٿDҔ$A"M(bL9Kc!I㤀ՇuK~MD '2?b,!I #șn"TEsUY|1ePCB,Ɲ?"[9՛~;i:2l"N[&=ޭC2ɪe tŞ~ZۡwXs'~unZRT(7/,$IA^5~0VO>Y|?g%uzo4T.v+pD=_JoO ^KW"ĩrkrBo <1%ީ.n J0l"BF,{ Z%1 5tSaw4'XF,w5$]x" 4lĄHzrbD&q $*i˾<%7|44b*@`aL ˵ߊfI.Ekd{l5yTbAbLFODIʢD֋ͽPo>2Ƴj''!ƆoU ?d2Pֵ?*eDJqГ!uR&⡉2*95o==vyYJ˗eS\_Ƽ@K-*G@474ymqvH (~?diJnSom+]S}R֡>Id  }9tzp]C!3R|LcȻơ.M^^V'j&bn*=AQV+|e_kA̐/j}}Jƿ[wjLhJul))+$~Rf( U;vkgd)Ѹ`!Ƞr~Qy+bC[Tq |&kryUs|>/q<_b%Q(%4݌k"{])341j 0LMbԑ L׽rmq&䜤pXŝvJpqOOW}&yB)R`o,)q+epwld"۴%= SMyR8/٧zI -S6Ϲsdϔ YfTL ` W '*ZKĢ1V)lmG5X 8S/`m 1|;DUC~;tlteI,NrxcR&vQ[A͐ܨ+]e3fDs&^w =}(H v\.Vr54ׄ].:}ن=9b^%Zؽ׿\nwSK_042=Dy~3|Bo4xAk ɤ ~ QpxhI5r58Lڢ܎hs>.G[dhmZ6-ylwe c@.X⯻!ig>EOYQ9Fsu~%)e-FPH>7|'O~!Z:D5v\!:-BЪv D Cgb<\1]H[hNSƟ,T0y`hnp=:*L; t~-p;Lg|= ;e"Kn'dLxeIQSǂ ]'k6=_ ʩ%V@ԩJၼI(& bk 0NsΈ[ :y^4b[ѩ5¦/Qt`̸Cwdë*>Zvkh[By:[%qBy ֚c!B>rW#wBil6OeRP+]TG7k{yNHd*I7k\Sq",kZ8|W[Db[FD fqgўI.{ͼ~D`$杉2?&].'[&-*T~tZRTOq%+p Va9.ugO7C d3MopkV*3%~~io2)D%RMhrE9$Ŀ,/\S#1Mֿ"93vFJTeOPHbl*r'%#r/'O]l|zD xG'a3;wx}@6A46@u@\@DhS)-%YAa~3&M+y&gVǬx V/h(Gџno@_S{~O}HPT\ZN3Gt=+emSF w$ ʥpL xmIVmTx`m;A;R J rz*A eeQ/eրߏ84 ճ^aX&K$\/GC?ugghl0S/mO#V]2"tj_ӮT%߆Tnm5/Ҙmbq^nX2[+9x3 H$W1:\{b gǻ{{$8 ?vm\(Z* 8{,(o^SBmf0G&{ IpM1Jѕϛy}DJ!ޠMsOahp|`V.o$% k1?V^~kthײYB VYϘ] @75G̃ f'j\䥆?jWtwl6,*.wǙe"U@Ֆu֬#2<}֞ 3em;65#JHzQ+jkή>O5 嗁<Ā6+S>r3Hpn@LS)4>\SYAHJL|X#@|?'waʞzk4YhY%uGN|%LQEy1\$|寃&s2ӪJw||ʁ'/%C0mGlԃ;)ᤕ66Jc<"j@L1/a@؂?,UQB&~pm;ćebdrjqߜp&p3\\>y3|:ʌ|_d #g2mw$DyXm#^0@=hC3=e]pUeXhsTmc!@ƻKPO!6 *)xO}0BZ<#꒠{ùHG)R#PrIVi*٣krZx-'VStZK6.0PQƫMPOf<@c PEj+1ƌPbyI,0cdW|*2;; *$=NxH%S040I\gm@"}=%Jb{ f\p5qbD~u?@F#yh]JpY.)/-\fi>pY.. > vǚˈ+uۣ[A0#2nFv???kLq7 )٭)H'eq='RpJc_ӕbP`2 [=C+Fn bARt:a#C 9xzGCo2'vn-x; ~\u+ 8?f5"V W(kzQca]գch)\Ttմ6{?Xm6;V-DʅK{1(5Z0;.&HG ""NqPR7kM÷⋼, xd,@?Qy'[d3=ȬjA#t>X\+*e20TpC)Qx&Wٍۏ{SbP7INl\RD{*<"?\ CyYiц,bTXFz2 |#3H`Q,60Pj|܁VPeur_=NcqV^ gw`Q˸nN_8)"wUͨ?:1ÊTIݥJ뼼_L4|Q I9ܖ*o| XD@>!7;8- 10u[5(X264V8 ]B83%Ba4~ g!O7:^USCxp5::iKp5+r䚋ol߅QT#_Nի[6vJP=c YZ