python2-pep8-1.7.0-lp151.2.2 >  A \fdn_19hD]_֧ R/DbDblN[K 7˥2X蟰'ԭ*#ecS޾X]Di" rM|5ںz }DHi?dIŭ ^jya\1X7~[1"nj Y\&yJM~X=[Z7Q?7bb0beea6103f43ad660d0bda584c51bb1a860f9b8369f4cc8fcca52525be9c12a250965af586ba3ca07b97e8a921dd71412c52e0\J;VYϨHCԅ&;HxT_sN-Gh|= 6M(do# : Iشx,GmNt8E}*yt)t&y5‡+6pv'sb EpCD5,en;tNg<0\aR.kH!/tnH )on:f xmeMz[p# V cT@>pGB0?B d  : &n$ F h   $h8|   (89 X: 9>< @<B<F<&G<8H<|I<X<Y<Z<[=\=]=T^>,b>c?d?e?f?l?u@v@Tw@x@yA8zAHAXAAAABCpython2-pep81.7.0lp151.2.2Python style guide checkerPep8 is a tool to check your Python code against some of the style conventions in PEP 8.\1lamb055openSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/pycqa/pep8linuxnoarch update-alternatives --install /usr/bin/pep8 pep8 /usr/bin/pep8-2.7 27 if [ ! -e "/usr/bin/pep8-2.7" ]; then update-alternatives --quiet --remove "pep8" "/usr/bin/pep8-2.7" fiooJ%BI ZA큤A큤\+\+\+\+\*\*\*\*\*\*\*X @\*\*\1VHU099d7133fe5a1d2ccbf29715a3cc7fba0b767b8c06b2ce45b7e3f39de2f03f87dc5b01a4fc97e35adecf474f67aa842622f4db32894730df83182a5e296d572e1e2367b6e008d8bb17b4c9916996f7ed0b214c499f04788d7be864b5334801f5001ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b7ba92e49252fdf8bb033a14615dc4bc9a0202f74bfdc5426e90ba3e7e7194ebc01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b8a5c157058cb822c96c864030f065cdb36fe33f673cddab3e8b6d418b09fbcb02f54583a84905bd3247a58f62f505b0945a957d15fd988e0544a50ffbce6e84b03f3e94f9ca448e7665415ea22f6cd26f7da04719c4d52ca3d88bf5e90bbc9609696247073ff83ed6e7c498147152987dd3dcef57a74e11d6e4744c1541009a94c1e630f713c3ba7a35058a7a0af56ffe1d1664d598f372f13e9f3b02194a88ff0215c487cb840e7c47a03ed5a20b66090ef1c00b254a633eb0f89beaec2b126/etc/alternatives/pep8@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pep8-1.7.0-lp151.2.2.src.rpmpython-pep8python2-pep8 @@     /bin/sh/bin/sh/bin/sh/usr/bin/python2python(abi)python2-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives2.73.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1X @WV<@V<@T-@TC@S\Sl@SKRi Ra"R].@Q@Qm@Q*Q']Qh@O@OF@O@O@N{#@NiN@Mjmatejek@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 for singlespec - delete shebang from pep8.py- 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)/bin/sh/bin/shpython-pep8lamb05 1544476721 1.7.0-lp151.2.21.7.0-lp151.2.21.7.0-lp151.2.2pep8pep8pep8-2.7pep8-1.7.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnamespace_packages.txtnot-zip-safetop_level.txtpep8.pypep8.pycpep8.pyopython2-pep8CHANGES.txtREADME.rst/etc/alternatives//usr/bin//usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/pep8-1.7.0-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-pep8/-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/86860e8ee172ec32854cc3eac04b945d-python-pep8cpioxz5noarch-suse-linuxemptyPython script, ASCII text executabledirectoryASCII textpython 2.7 byte-compiledRRRR9S8<8xif [ -e "/usr/bin/pep8-2.7" ]; then update-alternatives --install /usr/bin/pep8 pep8 /usr/bin/pep8-2.7 27 fi/bin/shutf-850630a3a4c48e2e058c7373c9f49c11c0a631490988500d51be6b1af275debe0?7zXZ !t/@&] cNDfY2{vB!\."2^%cEIݘޓW>].~'rE 0^'qȘSH+"p{Ud @'h)XnɈڑ%f&SP€nABz lBz~ or{4#+IΡe=d^pK(駗Mx[#6*Ȇ26ChSO H5) #\ lBdpMN)ķ$Z%<FtpuzYםCF#ǷF< ϾO] \* L"|[R$$tSo$ြ0<[$BnrB n`S5с]u͡ya:Sq;3CFl`I\t\/{OqMOGe֎̠ZÐr & ߷c# G)o! bu">PÂHUco*7 -MV<[}Вd1qYpTh.,xCUEJש{=p#˙|]voKthD僊a>m1fY+fsm+gA!@O<ȷ.d8ׁy !&d% |}.7$$4`CZ=d'1:X$[y ױlҌ]9{ZE㌖|ںJn`e^}ݣ}=p@Va i9:T =r PVC/FfU)&4|Pf}_p?_O8]p$3h4_Y[& C(/v6;̽R"3t'*&|Js(53}k* KYA(x^Na MPޤHC b43͕QaEmJ3rcAn( Y `HwI8Yo-Qm =ʗw 9|6=+&={|E뇺,I(j,Z\bt3AkZW(\ "#ۛ؉k ƲB\ef_89-j;dr$CdiS@K-AQ }k Gƪ?KB3hxzm Fhh̒"]-(Pssg߼yFɩ\,2l G9-m: H5`KΡڏeȊDe)uiOw*;<<1!`.՝m;$R?:A=l#l)(o 1X?~=U-1mދ^R$1!. ?}[8U:Gr՞7{EG #0Tw\3 >> s[X5Wwzx%ָ5z&(wBFB,]aqD/*v,|%YqM_)Cݶ]`sF \/vYMNeVfNRݓq92Վ4]rhvn 0<>8cƝ!G|g+N̎yFKbR4f-UtKMK&7rcmj2<ur:#kF0͛oϔ Lj <.-QS{τ540kxl~it"Fa7EM Er/gρ9M}3…Ynywidɛ6jGhF sO"h =H:Jװ[@(/!.>3ɯsO&qOy;yO8jNĘC5S4OU+#j0Ea|%`R4ޢnRI`{wd0x >dT.-FH@6 vL&K]j;'"K* wR3\ "fv 0 }W~֗YxyޥK }V 蟑#2{(8_jٷn+{_+6A엥ͯHNM0['9 oHv<bo7 ¡DmʶY`C&vk9mf{fu3&< Nc'1,{^57\MK_$4y_)tL !uz 7Sͷ9r_t~!U8\L>h.Zui.e`oyVu6K}y1q;jE'ʔ+{ZT{ʺ%Gr8VߤU 9\zT_NK5éR-y-R3AeNSUI2 )*_!_$-E8'$g^7g;6k1 ȫ;+E2ʗ`jt7&|YCj1f6dhB:HugS'6XhL}PS,DhcJnTP2ʼ&b_01e>l2Ui0J sTq(sZ[c*j BC@ZPKoYp<),;9(3jZ'Au8ԼAhȑma>|H ki J[L OV/934[3R]esV:u5 )6&3rpK 3aT26\٫ ېw&ܥ4S"`ã\Tym_J~LDUC☉t3NuT a_\xrq(4*>0hϾ O Brk8J|=M0VlX %TP?#Iv'p5Uk@(N2q3"4}X'FzJ;$ u.$Hm s9+`qb.:@v,x!?YTVu9B9NIy 1]WYv[D}.ܞ;]`;ns?`҉}"6@W$CŒrA+FQ|S/>sΏ$c/ LF^Uuf`U&eSO6afQUs EֺvN,d໤TXd4VGp%C`: O`0z;c6oz/8:YR)/JA\fzo_JT^dXlRw AlUm ggm]=F'h!L_؜eI3sYsid@[8:OJ& NL81W7\>64tT]^^Wj=ͳ_/:J&%1[qF8%1nt}: NHDx--@~Mc8\ Z+A:H/􄻭K^B_zRnt0p?BȶDgv]ЌfȘ\N] ZM-Ka& -Ršu X |_"l4\4@o ]Fry52q=,9Pcy"ym9/eef-A^Y$%WFg5-="TR&=ޱab_^KtɯJAuU/7e? eSR-[-04_w cc[Rp}}D% EaԡB7Lx: (茲׭ g"`lnI\tdWx 2orv,0 `_*SZh.u)AgƃK}. 8)mK8}wkI[ y#?/NH96C8q# Zԕc="}v+M߰G{e+V/߯" ,\{ɂ. (E$lG!qJk.w}ۍIHG뛕!G]g횸(HC']1 ^NQV CY:l)Ѳ>2'tY;4`[ub3OkcQiM4)Mv 7:F1v3EmT:Hb zBg%b [54ji޿ahzkCH衮=M1Q#6{2"yS(9Isi_G;jnɸ-+XJᤇDwP!Z>lo@HZ+lnER2${.`Ē?$QHS,̙:6ޮ;ox*'>`WYh1CCCA6)-oDNRBA:n1˲q_fT0?eݾĻ1gFl~p2;vNʦ  ,G^Qwy'}Kx@ ,Y-:fF@|'wj+ѭaYRf9~0`eJTN,NrpȘO +Ϧ'kj;kA 'j`"TGjhG$ёoB !Wۦ? (nQ2;ቕ;эpa1 cqs4;9 kWR2 g*w_̨@軖_g]D5gb/ʭ( 1sJ$Z06e2S\(9FIn¨ɈR;GcdS8_O Ai4+$ѽ-&1b7(-$9!#kͰܖ zh3ΑWOټWutzHdD54p?:`[0a#,c0>]˫rFJ,B$Ȩa'41b$zu X 1 \m)lq WytCP\*@,r rCJy1yKmI0Ůئ֥a 䈴w 9 .孥8TqJU>_1 -B @k9AlG !.GPr;k+sqtiM~/|fyc ‡u<6#bt||g폊PLz:S]L+Hĝ][_7E)y.|_чEk|U+qS)QG:,!]ES6 yn{Xb jW!Hp'|V|Yo_]@UVe-?AY]*5kfR%ш2}"(KYJ^^T RTG%jQS$!'Um-hh-(ă zg_G}Wهq_ДCŬ|_S#.jRvlV޻"_\&L$.F lĎ]6x(?hTm{=S8'p%|~l59yI7A zO8s~VR,<<, i9kG΅i3rXQC@4:88;sh6-vb^lkF{.QVM/21 _L_zRMߧu]N|YtN2> ֝2@:}x~kXC5p i)w!q-c}SW3GlP UmNpKLFz84z=G&oIg-4]cxLǸ3o .%l؂_[fb/GW]<԰P8"ɣ:4#!*<A/zxT>݀z*rL98-BdWW>aa*B [Ns6zѩ3&|vb)}-(9 w'z $DOkgԱZs'7G%%Ae*Bo77Fux^|FI(u*`B^[OЫ9Y{v&ٗ\;q[9F_(sҶtsn^r ثu `uX2`Z%PQ]6k׋Ǚ q2FVުsޜc˪@Ox_}!mϛaq, tJ5oa=(y+e䚢,T貪OP >Er7 49vE>%#1/XbJ_jgΐ,|<xI$# Gyv0VT5&ejHJ*&DOə)8%'dߺ\MZ|NNx7i⿚É.$/jݪ ~Dfcծ~ވ8 :!#'bD4/r+ń8XTAG |] .v9tmF z+8(Hn u&U|F[iTGw2 W( $Bj DE(6ظڳ%vJ=>l4I0ld"?!p6+^x|G?"-$N5zzq_ x4{NEly b 6ͣZ60lj6z_yaao:[X!T2O"n?PE)8;(ЅVb XPeSRXr29(0&` CQѰ0_ɂ_Rj!z"uXLym>wmҝ8Rɹpp~M9:Xg '@ͣMگ[ʾA=ޮg(ɄF>[ ᛎ"8 g@&#ud;CgMO{ siR3hz!jI;k ra{=&ۅo`ݨl9#O$oY}|) ZA5JIpYtQU,~딢 c0|~~v֠7n{vj;)-F5(>J17Q:3p=w*?-Kh0Fvu1=5:rhsph$DQ"ID)XO!G cWQe3ЌqUcdk"ź#Y‘ٖ4q?8mD$P# B-)c'ffiUȅ7wM {3rSH1-FBL7BߐXZmRA% Ԭ'@/S(,BB)"mG H.>f4@-I-JkLhQSlJIY]g \* pzA].,7TY2[(d\+)mvf}p~D]a!y3FUސ:݋Yl%/k)ib*KDitT(l ܳ;7X e81ya"&3t.mQ9iyَ]P>R`i1n9wkЧskeOO٩(@-߰p;VIuc4}27KpM|NҤo0 u f֙$ǥ}&3rڤFLdf/G/T/O}x'PdLZA[:179%:=S+֯?MȘ + L+n*[m5[3_zT.lAZ8φ.mHs_iypB`WΡ6M\- q)HOּ{76Ώ5mU.CMoV=-QK 6VZt1΅PFO% BďhfPU`SNp|`:j]D/|+oO֙ڗҦIژ=bfU}BB뚡d‚]hg 0g:t_8koo@b#eeBTw̘ OvȺM_9uν=2E8Ob=vCJWx3w N+"gmՀ\bbz)&S{]wk[_g]#_o ~ S묫Z㎼Z%I̱sc`x %+`s?A=d3wCRl@M .5ŝ¾S<(Vq/#gF,Nv[Lr[ "HٕT-av*_% _귄!te!Y-,P M}~q9gb:]TSJ(ov舙Hm 6(ΰyhٶ̑u-zQ-owԿѪGɰfbj@ rxTo<LU|alP.hAjJG^vzs\/:kl ")ެg9KSoX6v_{!6/Jح˚gy[ Arg`I>=HBIٔzAۉ}/pMԺmZH$8(V){q8~ ڏv()@KHx4za+c'Ofk{z]N|p(ETzfξVH*.Z&Y^Ņm5Kdl̥L֑J's ,lq`X$PC4TѬ,S@4?_gXLoޅ: yP ^ 06&דA+,vUujQT/ԃK jUuKV!ԐkpUmF0lь%z7n2Z{IF{`BZЂ so]sd.oSŋ V+QE$c8QȦW4$0/\:ljp}n+"Ś.MmU*c䳊v?'H@y"{- r̒/Pʬbz7Gf3ZwNM Y7l &+~bU8+;z$L}_PNy45vWzb/HU\{{3:||UOXt5zx>.5}XQdSn`ovn)ɓ1C;KOح2oiŹ1svgL28APٷqԌYCfT%@Q+Z8[H^3W^nE2vAU/,7֘m3>DuTIAX+Nz m#Nh*lu3YOv,wi*tf19?# *q)Ak "j W2MUঁj-L0 FYjI/W86ӵ;lW0@rkM>\KhcmP&P@kk!xig&D\tw̡HV`:P ޯ$07%sѝ[{JH:RNSH %*.'y[d*|%rXK~i^J4f˚O,zsζ)Mk1J8oLV(uap\Ŋ:6^$Ͷ[=c"v@bvզC$1Q9*fFTXfuLYR;{判yjNAh@ېl{WYPU[s]Pb%&E sMs?y/(7u1*8QYvVM&v?w pf(\F@o&*w}U{1O/.4 /?6V6jy\ӟԻO|3?àVScAjp@ `1͓ l.& CEC (gƘ'B!.hm'-zCE(rۅx[ /baj7˿snqd1/ߌrQP1-瀡FA9b6䏷q$>pN,wNͭCrfgC#-zc,Y=4"~R{Zc/᥉>Mv"W<(F d;&*gqA9Z@ܚkZuI"%so%X-5tEקݎ JT-)_I"뻽s쁡o:A|p ⛈16i'y}h7c`fPÕBboFq) DvC"k*S yⶩڴe]/:3#-|nOCފ"UeNWJEÜ7dldO5fqr,Ʋ6c/s9tb$rEeY/=K876l(68ʎObDY#ܞɍ)ip_$(r$ lv૆ JI[%.<⋛t0Dy9[a#0R#ք@)+*@]mŬ5dZyM щ( %Tmu_7, :$y.(n:g12}ErqUt*|_**W5W\5 Gg?pbA>`˦羅WvŎ wM~?p21U4u |zZ>!c?"&υj)œ%QyUa+#qstHmz$w}8`BXK6`15d/ȫnA)$TQ⯭T4и:,!<}%Q\$٬f>N:i·T' q#xz&H 2|R3+[)$tLVWE6⏀8"u&9`n8wYMJGB5c 7Y=Wq@Z_礖N1 grk@'!; ߦ?`Ğ ¤7Q ·͘gLl1bJu"z&:^ h[-v }D2WdvGQ!tktKCPZ5ܟẘ:4 ^& Q8g~ :L{BRӠ)4viJyv^4YYj'ҒW36p.ZE?0~1PgM ]@ftW`L-Z,Ӗb7L^tT1 G1k[&H}/ F{K.T3 /Ԋa%Lt^Dp;؆PA0 '-Ek)QC[.Eqs8-u?<z={N<[<.6ER Dows]x)AȊGqZ8`^A+ Fd&^)v-5}3U~Isͱu14]$.T/kĄe c׻WqRyPjy GJ'KqB͹2#r:ƿM ^W@]W^x~,Bo[)iwm8)"#k}!,*t4oL>s[gQVK>j覸Ʀ v05IUF&72U5Ɓ5qu,yx;3C Թ .u rzo\ЫLƖ_@s6˚6ܚoW7amb1`^l*>`5}yA~ЭAfΘ$/O1L]1נ@%JM :@U4]0@0-Or(2,k*}/*kf!2{Z&L?nbVȜ&-XRqlm' c6RZ>jBڨ0!͏# ,1RV)'f+M5A~!CW -Áݫ8"Td4y- - /BkJ2@a ]P"h/1_Xl͌wc;ʰn qsh+At},Fr W!j}hpvnT KkDFddfɏz9$S7COb1}E[4RD+95vc?ɝ٫y5Hi%t֨%͑ǀv OU4EazxGڙZ}){7哎՚jF[U%zm|[Za~ZgSHH;Izmq|$ t_%d&]Dz鸹E"֜#c"xH.y_qJ6EO#}4 ,ѨgxhTUWO'`j4k@:{v{ Se5/]Q6G%M2'Sh&"qnTϔ0w_] n$%% dreb.3%9ٿLS]«Ł 6 )O/iZ,zdMoXI!t5DCkAk 88k׈\sYwKׂk7ݥ,`wR{x UK}d%*k4_X4 ݔ-q~FrPnШRte޺|cˁI-M4T{v20w**W B?uM:M$@BSHkj鑊/LA[KkDLAU/iy% Enc+M4O@JT ْ6g[yF=j:բԋ#Ǝ#xΤ]J*E^]3"K|)3ͨEB}O+g 9På"{sEz a; {YR)Ak^ZRÝF\dN/Ee2ZR߳Jd΁~@w>2iqG "CMV^{qãb:Dtt +yKX:Fj5V\0|,=#oXGS8nz}fPq<(ǵzRNFFXTuE7ͅSL{+SXVWYln;= F@)D5oQ.s&]*eeex$ix_ ^xx跰P\@A}s'Uoe7ԗ=tzoih8slML!s6~G7_ V٢( 5HqJN 2Ƹ|pT!R_CeXTHkD#5):F [ܩ=X_!tx8^#;BLV"s9*yl(nL}6'"/s}[EZ-,^fxuye Ϋ#l}Bx2V"#th?r>Ʃj4)f*RED H?~.^_I:hC6xQ+ٌNidP3Y#\-=g?W{-BE^†hJ{ d7qY-Ug1&^ѩ,L_ݑۃrD :gk}ЂC`eUx6 \#&5v_Ǻ>|i߇{B:Y * >ff&PyO#H !ZiDp.M|3zn"|5Vk~eb0)-6#Z߿N}?ݬZ׋X#Z;e}^M{qΚ'+NInn4ڳo}XYWՏH5>lTv')EטH]1%d~ϞqA%#ns}t+A:VeIP\٬?61i}\ jbU戦QzKᔕ֊\䕐S &?&04ޢK? ˁhH5*Yu-k"j7%oZ$$0/Ͻՙm @ALDr;||xrq(W͝D+gT (]?<(apŸooTOI=`^\Ћ]-J)M:9|;GRD)tCUܡ'S[lrg(ٛόlH<=#&:Iz_m-xm3UWXt-bA>g* kJ2YP`LPjh;ÿ[9f:s;N m:(1*P ;n@)\T]-akv&EsM /L->G3cυ1_z/}YpeX('`loX֑b ]#M ifGxvfVJdI p]`+==qrJ؟!=GZh9sdXG>SWZ-Vi-菘Y@ήeg= *𱈃fR{4{crVr\.Q2솁V',VhxiBv<8(l\P*cSEv_ "?shX*xFJc ?Y2.uHKS9 a YWQB@ .J߬ J,(w5P%'iAe|\Ktq7HJCQmqC'Ij#,!,԰5>b_[?Y{:GlӍ1=MCCܩ .7O)Pq?yOM/Ǯ0;w \{bͺqwwS"d{ܬx07hw+i u ~8w}L|ӒŒ<]KoM|m*N~v9ù}^p0G Y8'RPPkfv8N)yS2LzFaq CZ/+IwN!A)$ZЀx!οxź&}wїzzasؾ` }88n<6B[e1WJ`{o_6s'Wdv\=tzF{X< *r8388tS˓zO!ۘ ://[@4Qt)DӬr}^k4 ޹OaՒJׁ{dۿ/L5r5ejA`ECF>^asZFC#IeM[ sc@.Cޑq$fsJ zC{\ <:.4g#b@o1ͼ 0r@Fcփ&/f,|Y ZNMq)KN~'9vÁpx2ƽ3u@Cљ),2bUUGfW.nPgxmncC.K]MC뫯 /eSx4*"uid;w(c!;P;~ퟍ@S:D όrzU< &{ܳ<׏#Dه";[yΠSm+%QZf'KclaIqUkQ(q=EqN]?Z@9mr\C~=]? ,ǵ47ZzBҦ_rm+ha ՗Cȼ{wL`Va<$y^xq%J),땞]`1Xٵ^_% PO|+C.g Q&dh |7+=m2QE{+- j+ \/M2q)Ss/=\ns.>hT2b0&69q3z7@҇7 eC!IG}q7,'MFGC&=;,y\  hvB|N+CZ'N@Z/rWj|#ڋ]l@)5I\s9T4c:zHRlǘR?NrZaRUDU9QUt6*`_ vJZ 5^\G){c<ǧS0>Tf3V1}|c+JV鏈+: PJ"?AP5KӮv3sj4UvYLn=;2K}lQ L%0Jiy쇠(֊WDRLm^W O% z [$Hi]Cl} Cb@,I@Ba)^9&d(6G~qGb )s\g` ? V~'oQ@&-!YO@\9=O9x|H(ˊYa}VYrk-Gx- WjJh2PvQƮŭ+{GZuB~hlOuVT'BE7&@*j"_YzEzBP(>EH'w.Jv $_yďmisHb_ e2$IHT0gB9ЉAE \^.HH (BDJw˜)Ӓ;A=.T4Hax=ܧ~}NuoJc/VZиU{d"pXx|Hql\#D?>GCXrpUX_D$\2iTö=Fg_C0$<[.G,2ݤ`͗7ܕމb" nS4)myxaX"ƴq uv k+eXY]7-#Dž<3V) wPwK&{/{W=5ZlfsAGp5$/b`n2gqL6v)V@XPUkOg>?Padvh[ 2Jyvfm"ӏomᬜ5/M'rQR 58_ bs!g+əC@ :7o"5jrJeA`o8-]ck U&:nJ($&9bUmٔ.iK.Ix d<#\FcgEҶS=vJaHM=w$Z j{c6Qyx:MN; >(q>v:v܆>o ,Os*h2uaR"khմ{y9NLK/2̿|.!M.~rwNW`gL߂wʗNUI|3qxS$"7m8k=چ< wi'EL֣Q15?g^`0oQw`I4@&O64!=,P9M[MD*ٽ>,p͐3 "4vZro򰧛3(Z(ub$%`aY1XYF6'.%g"'ҙES\@Huο)H]p:66{HumcV˩\ wQeXCixNU4bg8sS.TE6܏X.ʽs^/yqh]Ф$ $Emȩ&'oh/p8,!_F(e0/2<ۂq81ѭddk,/cZ!!VgmP)f&ދɟZ^G4C[.%Bkzh,O^.w̲ -'*?VBk;G~a_\@h&? p kkӕ*WF聜++[EuI7$[~] [ ɵHS]\X`ʂgжy ~(#^]E vwbȩìklݿP? Ufa(OMˡ__ྲCڵ(ئ[SS𨡩\*490,#TI$S/<]|-j i+m~CT[s Î}8`JiC?VD4M302_z_Ed8Brk}~6)@pJŻ[&`XO]H')5[T, ^O_̚h)ޚꇙ*/T [G1x\_0cJ[Ũ@tn&.S]y?(pzIvąYQX?m Ǣ{.ghD}%ϯJ Yκvk /F 8,"\yL@ 'tK5^`̯T-0X׷,cIɻ^ kI;0 7v4u-mK^?X݊B]DoW],'H*eZ P05b `\NsOu~絮۴N? 5v%^~A<^ݳ)Sf5>6,|ƧXt!mjC \:^[᳃@Z18j H7{2ÅtU,%w,+DZUV-ߋ,`_&凟XC$֣<,H%K>1$0HF\sز"ʥOdR= 06\QG:Ϩ`&oRj@Qz e+n?Cڗ߂n|!θ36d%"{Њ;b.!EyOpMX/S,P-a 4z ~ ì–%ODHFg"ӍڇG / S24:,/'')Q3ĺp=w-ybb's Js|}mv2Vmn:|NwvuijDI. HrG%66b%qޚ˭JKc@cDW͟K1d\”FvALw~di AޛnU,#._w7ivePbL0`s"E^ɡύ*S.INr\d^ }w 2/);XFdʹpMԨ]AeIеI\,T<$@^0!&rE/~2*H9|YDhݐ7<)lfwXb^{D^-7AE|߻81:+p(SM9O k?V b60bWR;Cnz{ƕaPط?|8m13^NMȷ\Rn5 @` s c&MOn;:5zrJH5ڳ* 2Е}~ʅa .?mCev9s`i ZMcQ]a>9?BH rǥ!6DBC$lVIf GK}j)ZsE|>/TBښiɺHÏ3%׫\L  ) *hrbճ̈́z]&0FIi+RIDOgDK͟q:1o0]jGAs_bwj-ңc>.FM/ޝ+vm. 7vD_HD޹2$]PaB:oȽ@,?ZK'+!C$ y5,j?]6Ibb5 `⌒ĩTx(]1ְx7R$0rvAlΪMxC& PG3198:ʴ*ZSU{Ս=ߞ*SA9Un`pjwm_ A {qDtZD;IЛs=CsSфcq1'sYCjUӠ7V\aIECmHnB؎tfс͖l)9ӈ [2P&_9 ݦTW9kj)ԙFh`3 jn Dm ˔^IPs^Pj[I"Gu~^Vg,"f4 H9ϽV,歵Rd}U¥tL86P'>Q/¢Gkg-]S^ESJ 2sONBVԺg@sk ԃ }5 ~1Cp-ta#;ZqPPhe 3vjȻ/PK9Dm'e"A! [И_[= "07`/.#`: /syEtzPW҆%!(+UnZA|0j d)o2=ba@NF7*]Lf8 j4+9 @@0 jӣA8U ZHgsCS[ W R&}Qx͢BcȋPmE"q6L 4T)XݢqPr%#exs8\/EbUTbPqD"#A<]nqOR^qR&W( #t++4ώ;//k;%AF"*ۯ!,Ĩ0D V\1aVܬ^e?ŝ`Dxh9!00ȳ3##?/ST*͐E{Ee_#6~/NX>%48})^e6/XMfo4_9^t[p\َ6L &dӇZjU2*!;K >FwypyA~\7F_e='Hn6hY=%-W3rq֬}X _ݭiM`jvp:%6E!o$DOj7;ΓqhXU"~Lhنp:seQKV0׶撚&Snf`rN,HTk#_qd6tr:e}4?PUPAhke;[TB[nw}OޯW8⫨r:O-}E "}~Wm?(*ǀ7ݷB3ۤU%Edtd]&i>$xs˜V{9(vaKy'Xt-rfo ތ,cr[ct Pߑ#.o*s=gLGmBS O…(sIaInZ>DhOlm]|v'#T%H>W1qtDM- <`ǻ%fr'FKGj-,HKғYU rƢiVHpX|ZMCSߴ=UһB mLh:ڿwSG0F}X<`/Y;=_Z0VE +k*Jo^7 jw K`7b(o쎋oPH8,Y S&$sWoL*=^OR/)Q [g.h_̑=DI GhZ(9žsȗK{: _2+!;]Dȣr_z+AtY&6XvA}a(v#? J:j[F䨉v!NZڠ(u٤kIefxE1U3aTo7oe3Bwvs)ٽ=l&JcY= FfsFW7!٩nƅ 9֕UOnk`>OʭDuR},X2~Cd/uR5|1Q+9_VDE>&GH ]iȨT& Ճɷ]n$DNn iZ!~-0[jߑ ,G[IxV)G]^3s#qVHȸ#\1 f۴ c+Rd/ 4{al;bd*-0g{Yכy#c[Zv.VoKSo1\ڕB_ϖ^ `eE/_quB^ARIٸ뭠)bjIzM a4FvrؿbHHnċ8]=k8YL.=QUĞ}-oTRAR4uMs!(=>23یx>iN(@ih6* 82DoãXĉ8؞q|1#J$ $v.czkq8Ʋ_*aN~ni\ˢJ{©Z $۴JGOZp}ڪ`{y{?+yS2&6dO4Mjh{u9/0G_@-"<QICqg!F#tDoOU6G,Yl+%4|zr5Qg\vuW]cq Z9lHq56.kʋN4f{9|oo=Dz%c'iV&[1@SzVflzr-g8VZ8MCo6[Wtˮ,Tԭ!LzoR[z0 tD\7Znv%u'cc;晶۹=ׅp ^, &UbT4U'X'WƉ/GPh q\ga8f.6+ϵE3vj-պAЃ ,/@%=1Tݹl~M0ћVpC .#!(8^R yȭHm yFf(tD1\{Xf:w/@Lk0Tǧ )(Ђ9}27":b IUr ȓ?_C,|%Gu灴#k5L?uu<ޭ-eLO?2X}""MNE M_NY}HKbii5֨g1#nꈝF)B [m}/v\~Av.x}ZE'b-Vx9jX.Üdl,HB[ǖ A Ohfυ\ԁVWNjb4}\r7>V{%%}C[3bgdY1yeFXT/0-=?Z` ҳl @migRxzH -1>wA[#Dffr󶤛?+B7Q[``fFu\/Od-D(}!ߜEfW'A9͐,3/Q% ]M͜EdDNR1]~TP߈{ac D.@ *^5TD%'#$m:h-kQ`Hy+Z71-Mk_ȯn 6tްDAR"ӳةR$sWv$eZZxmκ,{mqz0~fwnI$hL,6j#=v3!}/(!ROյ鲠汮JVчnDhT.BV ЃL Cf\QJB=J\ŻWӣ1[=X)Bʥ]~?Ş }7M46w<gQV3ӮJd#yȠI B/g,;ۂnSj-f(i-]\غڃKed餯).5[X΀<6N0 f#QN\(ߐSDaMԨ *[JA"-`3EM|9U/QKG'6W_RhUuQX'v젿^vy"hmīJMB(}u%ZqqbAn BOQ K}@%%t=2y@6y٫$G]8F;$aP׏nK3j7H)3dѡ`,%[*ԙ|Q-U"ЯSMq@}Ͱ`*E%1TX텔]4n=Cy:se{7 5Y5eԙ$Qpݓ~!`'hZYPHxAy%&yPpFrIXϔ^=T^q&>AK%Y"T7__3L i ^f86F%g6 :*>s->`aGhI\\#N%q|_ˑf NIGUNylA0AGY貖`VOmY,^uĶH^i.,ri:~!rPuRv4H/r]q$0J$ uJwj)%I޾ QHVXbD#FNG#-WzX%51ƵLUC'& MH~K6[-)'Gk㝣CoS.#nFNH`i>ZPSF[a琐[GC٪Z<}|CAiCa#x;7>UMx pǶ]\rN%anz0!k'Cm/y;o@Mh?jV.i't#;tlQdj41Z!Ε| o7Ze=û+:ʜj!AtZ摙t+T7gd^ik•n3aގHv'Ђ96z8H o۔<iu)Bj/` WJ'*Ro;eD[t;Z|/ l EsEG<Mw3c ӻ{Op8Ž]m*߳˩iU >1oe2J se8[#<@h`LI0b$5}y_:MIur6KD,MI! SsWwեQ PQ8H/АTX8KS3e@$nxTľ Foư%7D(S(02vICDXBvǴY$Q=5zmR^It dLkҕsSHz_8DBXA7Npr xH2"S=T@? zVM8gD95ȁ,f\T@@Ѽ^X^ mX-Ju[n6xPp^ՙ9N#H"Q!tTAתCNf_Lnp៦ȏ*=,YfNvϷK)h\a)2tj{U2O%v@s!`A {BKׅ}.Oqi˱GNC^  ;{Rlä*ԮH'm_Shtw iګPT 2\zx%/'UEEKx@roYj5@B;5]LحCq& cW"2Vl bTQg"^Å<`DN Bb?=W1OA ĵ6\fV4LCf3HAh~-RU/D|ANӀ,ֹdNOwpPWuY?yqx̥d, LBl_uIdo'c4vl8z!kM˹ShvGF \ /)' 8E3A4nyvk%$4|NMTc}'z<7⎖2{xr Hi;B 5 =)fuiw5c{17lռq^ gl |":&Gp:.S66 aWI^ϒ~ &GDGS >g(4kG& 52:BtQpCstk/8)qoMir_irR+]ۼm>)>ef:<'d4MK 6\ !L~DL00so鿮zدݾ`э%#(Qۖ.?^<&gL#Zô([!_浨srRMO9@ ?۞1naǎr(vwC~MPK:)%8;Ne Whƍp3oꮠ{j Em1To[ C!Fj&s\\ j*"Bv{6sȋ)tD& Ek姈*?߮QuN7V@( pin$IKJ?0p^ۏdf˲R'P*tn22`?MB}7hH$748#wY%&T2.3ݐT"novglqhf =Bjo@|V*7%cO!|`8('wnZֆu쟭:6;8M2v)0v1#jjO}e.9j)6h^O*څ-6PȭTka_z0 CA1KG+Z5;";u?eDGl'(LLkRt)Us_l+,I#&6!4q#U[MI'XHDV,zasrSպ=ne/1>#zi|: %_P0ZYQܫ!;y.f q΢U#,Q/ m27:OPr^ɲL6F!YoUrYf[.#;5Vny??ho寭rHӶ'OqkD钘yl)yt\ߴGEru`*F'u>٩~jE`Qdڧ<%tHj`dz|AUYZ'9I258w4׀B%UB0RD+ul&; o6: z[0g^t%lCWBcfFk}vgDfJPU7tD71^AjJT4ރ`pP"0# 4B%9)uj:(gvr`۵#<;6>5q8vdQ  emS=~ےV}~ME e}[$\{BEqg_9KL:ÂeRHM0|3&Yiq98f-w2~ɇn= !UH= 3ddU0n6J~"gDsrG7HDf\P\a4#0}e0fKɕ.40ԯҷ_+se [(î fYC\$lGiVvjذϾ\8CI*M+71zbHk*=)ɎUOE*hډ*˟YY1DtLJ3PDô{f;hêK6uH7X~$en纞bQDY=BU j ᲏cAuz~b{lW Ǭ$[Щ/XΔrr6U(_qQ@F@gmuK qѼjg'x/X|1¡~0#R'fj_>p_dJMaI+9Z]wDxzœ<(łZ !qA qKsf\⏉P?:MgfkU5†~HKXV$" 9i 8n\^f08Xˡ$qn$a+݆&nX?Rf;U\M, U~v˒l_ɁH>gbk\ٜ9בWצ>l-?svj͛ODd^TQ]Zowni+)b/3+W%$ [G{[c-|6+Vb]cZj K|'~MK5 TPO߶YwYߓx7"ƾPk9 TV#Z%Oqr "IfR&sL;$7w}o~4c֧TH5=ǛU%'!G%Fަڐ8>0PүM0Ⱥ1@ Hf fu3n|Όz|S%)Ʉw"ca`4n]G:H= P1";iZVߙ',1W?EL@)cPy>ǃ}|e.Pcx#9M/oЬ/ BMS4Ճo %gCqhu&̦&ow%KxWhdhi `,ܓ”dלY.S}|WQUߊqͶ\8d|xƻD':)*CZ++FUv[5+GN&J-^a9*ؒmq"%)ܮ_ Z 3`7}k0: c1 9L]]Gj:k{ddըKv׋m8B$ ՗Dz'95UBhNoڳ'&/mӊxT;N;2~eCpcL=,[l(Núi1)ֽ+гJٳ2)k^ӵԎZʜs mBrֱydl}.br$U)HpͩڛeL+5u.B9=tpXԥ;m͜niQGڻEj&o⋗T=A;9u߿O x5ۅj'Fg A^0Oc.}QZ2T1!Vyjw-LE`\W(I_$bQ o2=v`Ԯ\-MBAU_. ;o%y. \]Lѵ^p|V=?xAa~o#ӽ7j߱o| {"㻫xoVg|e4..h|R 4I_WQHڜ}鎁{M³E q6WZ:662AAek &Z =r&ZKN1|!- CrGA|ϫVŚBßƲOBkrN[ų÷St`I##"pb?ްt,zSÏQP\)Gx` ЪҊ,6 Оz7֨]/eqU , nZ~?U0T K(8% wypۘXHLT2|#h`& epr[MiϲH~k4k+ҞFrLud[wϾT7S 9a™!X$Ӎ=t/w_⬴qfa(J^eh$M& raB7S;`>PgܜBѪc.#I{sqamvCŇ|QWOs(l1KKj _e32*B =NN9hٰ:kv0N3q|jE$l#l>N1Hi [, 9+*r1n~_PdI_`ˀZ?䩓f9>~3<;i ]īBG%z7]T,eݞI5DUq HK`bd23 +?1*]筅ڿ"v N;?DG rq|-Kk63*!ܨb<зvd!?A`!^3L"*?dD L%ď`kOU z_ ttgBOu(%.MvV{iEZ' !pd".^ŖD11 &f`O{H'V] MWU2AٔcBY|զ~lF4{wӗmDr'"ppoQ:|R2$~R# (ο2`#׸[_Ɉ6R(íFEޢwZG}8z)ZM^ n~;, R}ΛMx`:xHxx gyˀ@rQ0Lib9Luc[ q7-]jR{ eN/썧y(:6;2&g2k$E;Nd}d v%Hv)7}`9ʜc1EDId#F;cN(amFkV,0Ӳ^BCBȚ̀!WK]gJ9D$%$ƋZvaf*\*e@ 0 }( N>\Ka\J͍7lc-YA.|ogG h )UHY& PÞw۽J%\Yp|)NfdO8;+U>9;Ѐ%-{֊3V h9PBU( 8A5Vm |: ~By^H,OxiaՙtrUFLʛ`o)|N d8El@U>>DP[G ƶs)V>'̓2ݥS=jYA_v҄VwfftA\[jk9"%P_qӄpGʎ#Es Z g5ҷO2GȆkF,VkA@ikGgq*Luug6g$Celd%*KNdnf|$\^h?Ct@ѧ\+Ǒ*-R2SKPblkإ3} ~uɼ^5-GLjM)PL.PSLtWƜ65c?z[,&IP0l ]|2V-߅wx($heIIl[MR Ss h)? B*ɳ':1+ 0, <$/]3c'q/;c5G١o 5Dc1LALrܾ.ԺA0~BT(|rG#iY`ÿ,#R8oEAYH !-T-hcVeL_jK 0݌Lk r~^ObiKMDMI4( -+O>"K{S;ƽEhl?F[kp s!Y%OTXQ0->lw(yq3mKM s-tDb2@1R,{(oq%V [:'ZL/ǥ{Qw-Rr$֜뻴nf8%炌|SSC2V6{pBXo aAqedn;W:?UFs,}abQ&iDB} ƅfP9q kmٵߗC>*6jnVipS^ 7xtqMݼi{-YiB] ~N$ k^kDhkײ81=jIZD<6@胎E5Tb\uCK8mJ\؆^!OKp2B"aZm+}z6V%b1P#gtUڕ;VB`xqOS_H{`~lr`eQn+!gr$^!nhtJ#H1a@O#}I@)uoGbnSED0"B'ߒkrʄZ%A]bUz'KpKs#QҔ,sD+-]#zkf{Bv1ش,Pb`!"/6=0f3,7mhS"߉X26"4MedS5;'u2gͺIrW);-9aFS2[=Ž^l5a8|WZp˛ɿ}4]v"ow!m;ܓ0ݑ?R O`!E1ڑN8қjr&RUcawYAe7/˞h4ɔ:h&.j|Gh~V7&VpAiZNZ 0-k3NdoK |B5Al; j#2.ϱ$} 4?T)`љԶk Ck(&heh-0,׉bioMwH[ꐣMl}f ' 1eDxWcFCT/- 71[u@%]Em"w 匟s"Oe5篒&M.l-x qֵL).P!gNpjQ'5Q~aGWl"PDdB#9 1q#nR_9:uy9{'&FCap>; pQd}dUI2 NI ڬރ KUElpo"l[ēxn9 "`.r/3ڗK7蘶7l:quUOȯs lBO",A[S;b&D#m`oѤ3D`!:4s|Β'c&?fF4(3)쑵ka^g*ꅕ坖kEvMex !uYDjr\K@"*TZ䆗}c䀒cb'!$|*^ᬥES6/"2%~N`˰V94S}5.7솸 4mȞi,=REVb8E'~3v,U$U}I'*io# r \{:p(T]rI C,/=S(f1;9y!u*KZ^;ӗ,֧+&אǂsYIŀ DfaZ6cKP N, k8c:<>qtB7 '` <4|%ubV"흿ܠLR}ܳū12chv[(5ȄC ?tP~xKvIPk%1ЇM6 SgsEgJ8bB齍x|Rz ePWCK\> >~iOͻ+f' iMrz&9G !=O(wa=γ 2]G_)J :AZ5[]Z1hIb~Ӽ|$ 1pN|F~fl&?uYѠ< pLf,4^;zgȆ,^7qdz?fptʫ1I%s@Â*F|hh?tAjBEBvl`dLJe_`[Q &zi%aUF %HZ>Shv]Zlj]l(@ogn*yGv#~T&N Jpd>Af[^#y2y[.BSLJs R~Ӱ߯K[]5 (vB,N97XfI'E6p€M+j)݊y63f +05JM\4+jcGSn&b;Ȥ)'--Jԋv]iGmo_^wWCh{0oZS+F F^&hL =Bv٭TF]U#(O%i>a8ކST:a礹;7:'|GoaWG"+.Z9յpvMk4 ]>HTYW`~ 8P9RN[4m"Yl)=Ь (WqEdհh<9nC?d\B`Dӹ<9YPYqK)!`/+dZFM^>&u*}I%QW=˲]=Ԁg|\lDMzu"h}6{ZU,Pt(.bo6m@::\a2`B(GK)0R!M4s~=`kԍr")jdң-?I5Arv+xQ/3"q++r+4rLaԼX>Y@ Z2-\ldd6 xR*~![ZMxus/JO@~sRCm&hkUz4$op`HǵOZٖXhv'4kdd)+FDn\S)9ɍafKXθ_}!S}+܂pP'ԮUVw'рܗd68.wɵW1|ᩯBqA[zY'(,ٴa}@cetP!iٙM,;`er`;#&i!J8Ej~zǮnSŘר!l85C %E|`Ԃ\5Zn:U3Zx=#Q^#xB(!(+ax=ujw*Sot_H*k,4;%c ;:O\4,ׯM;s-չ}oc<9UwF(e4 XYv Die/B5Z?GM wQl~B'k:őZi(Rwء IB#`?u}Aƣ4벉'u9L CC(awik\ 4,)]B'̈́;T 6~RtIif@}+N|2xwVW߾l| \Bƴ ݒ94{o+ja;Ji_0֯NOFo;w!Al3 Hf`;$㖦1%PFѰǽ'*))x!=dh+P79b3LJ0#ܨ!XSPJ:87k~-OtU5*z,8+kRF"bݛ\j5Exr߅ לF:C[Nɬ0.j7pUǶK֊{Ֆ YZ