python-pep8-1.7.0-3.4>t  DH`pY3T/=„;1`…oKK?N[?N/FhOcyЏCWyBSy L!aq *CIq 9ַh4XE 81ue|Z OCZHYE8'=|dR  ES4فܠo0\R as낖f-[C8ҰRN/a/K΄6RR(.G'"276229d5e0c6b896145d3e4fc1131ecc42d08b96Y3T/=„s!cBI:2Jߓ`+nM 'ꢞG鳄/2u3R)&-JPзMe@-jP/|qT|^3IVUSlr&cA@qZ S!{,& W\Y?? `ϔ!郑=ƾp?ESH@RIXf^?3icwciߎ>ӠyH97mSL-h;_g̞ yֺ_td_]2sj>qX5+(>>>?>d  3 r 0 P    H(H   (89$:>9?9F9G9H9I:0X:@Y:D\:P]:^;^b<c<d=e=f= l=u= v=`w>4x>ty>z>Cpython-pep81.7.03.4Python style guide checkerPep8 is a tool to check your Python code against some of the style conventions in PEP 8.Y3Nlamb06 openSUSE Leap 42.3openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/pycqa/pep8linuxnoarch/usr/sbin/update-alternatives \ --install /usr/bin/pep8 pep8 /usr/bin/pep8-2.7 30if [ $1 -eq 0 ] ; then /usr/sbin/update-alternatives --remove pep8 /usr/bin/pep8-2.7 fioJ%B0I ZA큤A큤Y3NY3LY3LY3LY3KY3KY3KY3KY3KY3KY3KVHY3LY3NVHU070ea48863a7c00a7bead4d0e9524e4211a71f15b8a0db652881e55cab96c56b26b8a201f76f3fd4909d49a095918c82468b329da9893e34099c7d8ad5cb9c940a8ab23b8b145c08fea6d39f41138424368b329da9893e34099c7d8ad5cb9c94068b329da9893e34099c7d8ad5cb9c9402ba4adf62bb317de89640769d9286200654d8ecbb28081b76efef5fbd624e82220175c1c81b9f2e51e74fe10f4756ef03d4b64322b88f14be77fffb254d18937d8ebbbe831259ce010179d2f310b0f3e/etc/alternatives/pep8@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pep8-1.7.0-3.4.src.rpmpython-pep8 @@    /bin/sh/bin/sh/usr/bin/pythonpython(abi)python-setuptoolsrpmlib(CompressedFileNames)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)update-alternativesupdate-alternativesrpmlib(PayloadIsLzma)2.73.0.4-14.0.4-14.0-14.4.6-14.11.2WV<@V<@T-@TC@S\Sl@SKRi Ra"R].@Q@Qm@Q*Q']Qh@O@OF@O@O@N{#@NiN@Mtoddrme2178@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- 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/shlamb06 1495216974 1.7.0-3.4pep8pep8pep8-2.7pep8-1.7.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnamespace_packages.txtnot-zip-safetop_level.txtpep8.pypep8.pycpython-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/python-pep8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/233b59260c743ca1c9dfb31c6569390f-python-pep8cpiolzma5noarch-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/python-pep8-1.7.0-3.4.x86_64/etc/alternatives/pep8' (No such file or directory)Python script, ASCII text executabledirectoryASCII textpython 2.7 byte-compiledRRR_[a9HL,? ] cNDf@7^c1Jy;(Q0l'|%Nw- 7[|@40m5o#+?8< 3"^f4*Q@i T<$ |&cYK֮?ۂ ԪN ds3%1;TIw5Ud5ZyÌZقsì-̥.4an%Ӫj5;ЩNn=񢀡qjixfM &.`OMP!Y?y/+{23wP/wE~15?'9='Kq͐(̪IkzS+)Fy=n9F)mqګNTdU^u~jnWo>=اXإ#[U%_<\][t@EQ.~)^N9["`>!3:-.7[w_ eO3h-٩үr1sC(Q`CZ `,hܝـd0P񼙊-eDHSX$Ea늼%anp{TvvB@L)"4Ho.u?3m0%+l`yeB!ɓS$QPF3@GfjI+Q>?45FIE!<\ROQ: H$B91c,ջ٭fOA[!:ه)@{N|>=7] lb%V:ʅcBqD]j^Ξ,A,FI\lQvsYɿzu mtY=G?1nSݑhvQ^$xYmg䶊!hbpsbz+S14uӀ#c`Č:SW+jh _uboBC+VjErE ~̅ܬ3r,qd΂ ڶIfW簛0k#i c.F*['I? |y2 #Oy)?5lAZ{EVαmp^4Z}]l gt,A]k[ȇCA_:-;tr.e2/U:- WZ S8.@\"7CNA? PM}&y\'A> G=J|iVe7h|FR' SvMuP|ܟǥqy,a- @-n/ʙË Q-uz[Jk k$iSzqQnԷ ڷeݮDZ#Njs {8 y.9J6'}ŮS~=d^>֯:P"V)vYKږh~pd*vSrfhN3;.HRLJ&b UQjFuVNhm(3W9P;6f k:ӋIJs3 ܅؃SE0t;'sY3(HY4 _#SdgjƁ8RiPgg"VԌ)ypFK§~}*K=RQ{GQpПKwŀ IV.`"7[`mjXO hĊ"%ҬF0J) =>6VaszOơ ~LsPԛʒ I+ 59 7{g0cx}g?4:0%Ii**6-1%[{B2>'4&5WFY 73&A"š,3H?\ӁD8>ܝe16ٚ<2j4kd- GbYPdj}NT3>b%VW me0[o8q_LbKH.9f%D6#彜0jQWn|[ڦQ8& %2oÅ@.sm9r1#\ĦP*rwsFcQcF/~UїOi[Kl+%{EYC a)|\(H$!Kj3>~^0īt]tehU4lř]QΠp@GLG VpErQ8ġz`IJ W8 ܠJ ]flfm bܦ!dGڣ |i87U3 p,Yc/fyǕ1ῢ|;DT][BYqF95vɵk/=ڼ$,);q]p$[ 6=tvK5i^``6pY@á/CcG8p5u\,<&SŊUJOv^Ne״z@]薊^180St£/{ 3.va@ypp]ZS#}䑥3mL[Ƣ#gz9L@gua`wWR. :%8UcGV+`̴SC!r"6NHla_)Qڈ$!MJŚbr,23r?FQLK>hvyt@ ԆenZEK~C*^^. W=0X+!l :a7F3kt>1}{Rw{T .g- Tj* wxE5_BdL1߱z:}! iiPCG#IO #q?j\8[IhCޫC:=\*=k5i7k?j}Ut83d0f~ }X4伌R ^#m9LAЁI+}Ki>$gMJ;7~EQ8z-F";2Ă85(}꾍b<,QT#h 9OԼcdxMnʸ(XEʛiezL[ 3nxɻ6Kb.1BDL|*2"nx_@~Ֆ6 '.4SpjwG 5 EA ^ ƜyfjDLztm$*k ?T[w^#wνfTcOPr{v#pA%(ff _SHrɲ1ye+ мEsl.((ѴLсT(;>ǜrJ)bK/< Y\rY~oM8^9AE@P!OlBN؅@|UNы u!}fiL̇֡H WW#cZ)u_J0zFCtb)!dww!x̶,/h+ a8NkBhxy syxaps3%d/Cՠ?P?^:R G%b*.6IKpgۄhB8zR k1DHl7Qc1)LG~ČQiC-vZc0 # .' m%y~DSv CnI#3au[caD؆\Fld}]Fir*'N^#QZmcb fՖ ӂCܛuJ5s f+ZǂR`]ι{ "}{AKw MIbGZv<\<cdt'( {IǕ)~E#)kK^{cc$ ſ:@lu' EvBոe6eTEMdyt|ADYȻdۉ?>=NPG6 XI#1 Q=mMȜ~ ]MR|"bpm΍JrFЉNcc-~7;*+Pݞ$⏢͎b-nY,]K@(lL60ږ9Wt?^?ÃKͣUO7Fj)_ )XQf6K䷄%;)6`chŦd1 )g^QJ )LF|ʒ$L_VEIU%~L%zA.gq2w;hkLW :ŋZɳ,QCn'ՀM].u`ΊBD%\kё](w1:pɜ&3'=0QHAK>?ǵ:YToLOz6=pXΰZD/ХX"Y36<4)iy\ڿ_H E !R1BjV6-i1DžE2'#N1.UgW> cEtPL;$"? `gC?|zqi1҂;F 2~g/* k=]a1{*'Ѓ ǜH%Z$;\)e ꘇ<\ ,vFR4J?4 -Հ*@XoEZ*{*pZ2n,T|*'QSdn&1 \}_-kx^mg"QbI9DRS0棿e'|'ezΓh~K%9TrB_;X'`#&O&씊 ƚd9-?0Xq{ia8a&V{ Qd($f7' {p#oRף7uv3D̓!^J(v.oϺb<3KsNdlo.}jV== !]YI(ieG]Xܬv0; MGӑK!a <.)^ i*Gi Ct$p}2HF$7)|͗М_Oc5m<5]r3rD^A.w?.MOt43 ߮4П6SҦQ~€Igҽ!`(<0YqOf*Cqz]y׭< W[2o aˀݭ5[?#;luB \ء[K{k[D5iādb.j s>ͯJY6l?8&ɮirr=ֻ!=tϜkބ⎔_5sgaag)Dڥw(J*bŧB?̻P4@a Q!ý3]G d!LX ўRO0)D\;mxkX6ׂo(4N4ۛ9 ntKx`{ْ !FOL ִzx-Gj!}dsJkal VGT60{& )`xX\ʏOٛ ݧHxҏxt FjJu3~v%f1T8sn/K` d655˳^cQ 2rvXhih~f Osw1 @ޭG3%R:Z6v0'e riBk"H4J/_P7h*qslA - ;2>P]zx^&zl_ c"I"}l7۶ ‰B[rcSwh;[OBlxà*m r2 B(L2.%^/xZYe~~H%=s6(nZ8fg&Md|uoX(JT9T(-nmi-Y" b# ?P^;jұ0Qe캽șZ1"3j3yc|\^LB>5:e X,Ii<LB{ &ɞ=}B!G23}9_QH ZyH{XĨI7Gzf~Tɠ gD?J=a7ZT~+yY#D97;ʜY;O #I8UDn|0FlLeus6iʻN,vn1L4.+qjmX8txVih^GsQh7g}39lRӌ"; 2"&RWQdnA X@-\Rv(#hޟ,呖hƱPjHguB;͝wPG8㺏"{Ue+GZO PަWH/5\\@Hy'3nϔٚd`s%8 qè:G eIF'Vi LlyrU!06#$u!wKu?nsUcaS*+Amڕ\<klD)q齞8[B- 5qf`#4J~3A@Di"v̏M<˟=7_ZcIVMt5S]B ,rߪaI[U#vq K t ^k :le;NͮK%DS c 2Ieqp9\a]7Aɺ~>fh%$+v m!j9+ 8"RyB6^W߼`%YЪ6B/*e2 L^쎗6H@aESa^]UD"B&ϫW3IvWQ%K 8RXr!ݺTne22G+Ԕ<*s+ FRS̵>SڥFpy P<yR*ߏ8WMD㥜6N{Faq̘{\OI.\僓:}`aٝȖAqï\,}Z=epjgWԼ#[zQ]󫏬N0k3H-q B 8!+3hMD;[+f r]`M"K<Prwjiljzt!GpEn=8>P'CLϤhg`.dҪD" %(h/͑6UogE6xgF67_ mn,ӣӶ\Bﰊ;p߰f6g";W;Xr`: i^V`!*}X4fswxGL1I";ɍtU &&ٷԱXSK&yDXؾ b@ $j&W$| <"Dpk'mTg++BjAnӅ0r+oD#imh6'Wp^/.qz6zm 8)8hɰhz$z~uG>|YYZ&]R@V֓F{_?^\ţpC]9 V6ٱLk /)(q(î&8^o -g#4DM?v";xWTx/cފ~:C,pNS0VIaB^]xyc7@> zc$YZ0зWu}gJP 0Kݒo";N M"Ěvv_0 peqt.i$?+N&A%5ZmNF;skdAoFP (|951p 1MnIl= 6k$rɮQHX(|v0Z$I-ZۚG+]O6 42IFY>4 MjEvcI VljC-4[>Mx6J07cFl~B)S oQ>+DJ6+}  %jt焋CIkpqLNjPP,#M iʀm]ـ!f\eԃM%eҎo}& 1)'|ĥIʉ`& +;ĪU+hld 96E@y} D]UeUNjv˦Y(tu~1{:kOcXѣuFĿ}lEbnQNXTҚ`iP*;sUԈ2 8 ;{b6~ƴ+;p]=*+پ趁tb[Vq|x~?5OQ9'!> c,8'AOq;Ujf\+vξpBbX`:DdBV8$ȎU#u2԰GQ5>Wy엘Bi7hr+(;ppmNvpĶ¿J-@- g Gq U0W7B*NhII#ש;cX5/@DV30RQTԠ\ D&?EUuThV*On$O3u2Ϻ{x)oDZ`9CIw qg_w1E懷 ˆ"#]D4h9,S/\, a{Pq]x5i)ϲ7;%%Cf.4 o y^;Ӂ^%٤pJ)%I4as/jMۂQm_SF![O +ݠb<,9Ipۉ`c+m H'ă*y,9t%yJ]DS(=5T 1z`۫f8՟ƻeݑH%,Oai6 @"WBڈ; 2l)%Wk $kWR" f :Mv4,"2 |8/&ciUHz݁c^&z* "I-h\5U7.$vaXϠxMz?ʇ <|"\#;*Hi"w:YɄy]$7ْ +aٙT\b r* S -zOU.֡%߳8Q*Zxfi>xF#7c%llA驮.$ߊ̧Κ}tΪwl]<^qshqҗk:E VOl*wV¯T΋ğ!%KCNHAGp 5FtNU?N`e uЦƼڣo!4ݪK}D柵1Htlǹ|@D3Nq^PD} X# HA o@   @bo\ / : 6Bo"U$HQFփeo5I+w $壁^pPl>ó>=?"Gى"(QuW ĕ2l ژfEs mtKeWvP| F{X h-Jhpw +-<`d}?ӧ#'J%d\M@Z:FL1~ 3shM3%Y- Z|@2,TvIp&*2"\.# =+qݾl8>;VaiOfHWj,?$|x_ȯ\h̓. r;6ߞyÐlb A)HXȐ$ D?`V|>2GZ$w[50%!C Ǯܒ6h R^#!{7Yr_Y08 2Mf ُ9}Lc"Ӭ ;)7RN4`Eon_=P,J.O$Vz&0šGYiDɱ8VrvN86t?T` 25BL4lAAӤM!hQG'H.Sb>:B/1%'G 7|l[=2s a:o h'W(t'-zlWۣ'WYuWմspsryUAR{]W!1@l}Cwks0jT|IMʳ@~5L#;/(Fbk4 9 j%\]`qQML H}4|Hwi ׃:u49k}Bs!A! ,בsѡSTR͡- dm Te%a|nV]u/e0Tո +dW]1gWOkkյq,)ҐgPh١ؓteicUJfF.q_'kLI|RyH#Z4(tZ!wGEqOE,k 9bWK Nځ^[$UF3MIWg:=+Mb wJ5)mXT?oʂbab!.Zn E9-77~סj90~hwU#4yt"LʦwչWTRk Xj/8lq"H5aI5E[1"ҍ@,kJ9x!Asڻp:$z~Y&N0W0H熏~̺!'`Kq ,) S` 6K|76퍭V]ULNq5GI:w'rd5]d]Ω3}&<V+h9*bA&gXIڼ \Wl.IWx|H]2:q0xI6xZ gM4Zy>g;m.K7 t(aAM lfnǩ{pn8Kdą5v۶D]2/y0~dZR63ӘzM Z,JDo )z/fԔYN_;9~y1]#nx?LTV uW|g[rC$lp>PYJ f:?ƥBŴ%h_6J0cvr56N`?&B*€ӣVh"+7L⛖?ܼ\! /~ԞC- { I? C)+uHElea:Oؑ@䵄|wpK$1$,6T7кiztw*-gqH5PZՑ E05mֈ(Hҋ&\๘]u'Ko ,ݜgfthآb,UOd#Lܠik&xh_!K=z-+d)aQA)Lx>[ )U k~Y+7<ĮQ(Һ;l C8o>&q.t^C##5HReSX#ܺK<ۛn1#$`=  3N nw}261p)\PW {K+fƖ ~ì9Iv N~x ACkC !:2EJC{ZG+E%լVGa wZCyX po"dNBm qr@C~Kq6ë]Z YY >wwFv'|9A5:\y6ѯGM)rgF9A˗3u}.Y пTElwT0kqj j' tCpX~1Y׹~-]-{Ӹ/}42[7Pr{ЅikOLibU;ZGX/M䈘eRA4<䫗f3=LG9-Q#$~4bJsXnPBn|& H<!bP.rSo ue5}T[xV3AriHNzҬ}_ -`M/EF^q:a{?A0A.ڟS¥ [t,YJrVD)da>} Dp@dO7fZ$ZEVn$X37~7#C5Y8K$;sZJ lTɖ#.Ex]"[Um$k:m} _tΡV;tT4mNdEϼ+ZD\=ݳ6&$"YK<]Y#EUD>$|^kihzn1? ߎcr&XQěI<;#X,0q 5F;dȃzXW>ge>Gq{ wWB49zKS։]>2zFuZIyRNؑѿwUAk/bmEd*z.pT%gy3~c7Ĉ95BM6z/b#T Y:a& 5pp/cؑv\\;9`&-p!n7xh;wS\&)Bkx_"uC$=D)R>_e`] bkZRr2c2jmzi1E> f2:YT{)!+JqJVdOǫDew)w@*;cC1Ph&),B[KsCKBNe{):Lc #5A8 k }բð=%OU38-^xj4J8?*r/9$1:1mny *p0O<Vzt.k,uk?i^c7T"GG96/&i갊3 FӔe|t]ƫ6php͞32VOJBv# $k 1AJѮIO/2>==р]j}g^-(u/2+76G wdӿCË+Da1 eFfDRzCRe`~r̩󗹖+ a13O$k'%le; F6Ȗ"7!C̈́e>*CQ1d/"#UX jJC@ avܯ̳gҸBk_`-?X}<-1} n^! "wH }^;9w)MۓE?2GO\7dfN`f`ёQkTvv!9Ϻx3+_~J^Z9B,$WDvaDd0w0 ]bJ:;Gp A1@۳t3Z-9/ Lۮ8úpFTᰄvoO'5#W&9kPwBAS9v 4Yً6'-1ZX<# 5L @(uF kӬg) zN+5EԼN3M20Ip8 $k͆bݨ#bR ti* 6sT/.ٟ93fT+ )k3L8$ջ_jGC[O#gqraҡ:SPm XL!A|O]/ B|Ԝ-H\w! B$=ekqGu J!S%|fYY`zG!6F{] Sɤ@X8s]]&V2zj!Q}SdvhOr5Bsa[}RC%UP aN !t!dl#@m )u{Wِoe4dV' ntэ˷0KTk;MQtd4}&c2̃rG"ln5 juk:.dPfW"Y#2@VվWwT2 #fd |Vō *NɅ]Ri:gRa:h$IEC|w8 ; g#߄JzX<4{ QV祺NmÁQչJ;lcP2ɴiߒ]guWӧ4{#X5[4p3E(uFy8lqhcH^'Tt7}-lv}K|V[ĆpK͑pa Cʢo < Lg͟ ױeMr+YrӬzDvB[R%)F8: #^43lkӣh@;n`ju*I҄or┍ѿb!KW pD$P&ʔ)<7ic^-1g 23E)# T.9JrԤ 1 qFwM>;6nSR^6{6Čij߬XptP5V`朼1i4T1zݔ S_yH0xu?M-ֳƊsAs:+\bYy~>>=P$+T@SLp4:Ka ,R g! ]z7J5\9,pPvK)t2]A0l1T[L}N`ADqf_Y l,nkw$2C@n2RMH#nrq Š ?wXs$ g<˺!z)~7ڑ`e?0#l?K"Z\H jm9^~[ot4 )cy`蘃/&SÄLnPi0F1i|o3N3x/Wij 'w6]!Cpv_lpuGz0i2/'7b$ZHYI!JL vz6; y0py"EzMsb`zr_H\XnAOQ/ W[ pW+LspqRS`bpmqQW.^?g *`~kuKbfpHk(Њ%u׹>SWiE\j}Di1/C"p[whʋ_'\<*5\hQA-n\`;ScWLHlC-R9 LcLj6܌Jd}*|pGoK48w UK$>vx,D#&w3z u. kl%a)e0:~is𕏰n-֧. p rSwmBa59#ui,v"9cu[ue k6\{H 8#-1@q4}3z)jS83$ J K n+2IG灆b^bMi-m:鑛e/qNfȷj $ +-|f 6AX/m\ YrO5st="wy=cn YePlT U sd<&&7َV=Ѥx,w*i$BnGQ:,k$l7nxۭr|^_xъj$nt°}2qVcOug֐m& ,[ .dH*, =E)soLwLXtZ/j"bl)_+$쇗_gEY1r+o|[kˉMqgGycȍ!u'm7=0\Go^LjiKq笰Ʀ>6T -k~w$ԣ=#307l}(jt<U2)]kٴ.Q5#cuG{wH4j@e_t-U.%zV 5|?U(iaqG{7&<0OFzÌ-<~+G[ذ ť_īW&LK>{0~V/S j-BO%x1C,}%Bb|Tg =USע关ʹ& 㜧dV׌9ʩi؄s%41:S"hpuLfqC3"Usٍ!#ֶ6=(ei ʅ`vj¬J/ tX@oB=8tE\Q/"Z':G> k2%x,#]Zo.E׃۝0!kX(`{i"߶ utz{D[Bm Yqljk8._,ՊɥM++6y @`@hL\Fpb_="+M1P$Aogncςčf%Q6;gDw1D96Ied0*No;?D.2ϓՑ i}} g")`0p&J~ׂPNq:3o{bm:Rgu5xVAf# nit7$ɗ?^ 1p= 5O\L熥a 0\#y( ՖEz qD-'xoZIT4o},'cOYdQVQg_α< Bj4wS.䮧te&4.u GCXϢw2t=9ei-Fa t_wf2u atYaIPA,6<3(yzR:H"  *?to 8 n@XHG `Lom `Y.$Mta5.=_~33.ZL o$ qDж|]WH꧕K|Md48r4FnS8Adz] $#ԮLxds;b`կ[|Tc8ZuPBo'2g!U8<|r;H5s&߀C1̽m]oCpb@sFBqO`y{KHL_"ַT}Peʪў>*QŶ_%\Ag§ vƎ̀k5Ԅ ϊ,7v/"bM 3ID(0ɹo 5(h&` 욎:17EX   Ki~ec\oVI=S#n|s3GÆ +Gvxl^a|b(pGZ뽩!mt T%!N>bAx)ր!ڒSn};_"X̩@ts*!_#(ցP{B7S`<=o`kY.v3fnq&27LjF66`sNP1Bb ¶T g⥐NYV ;F:B+9KP5HΤE Qj/k ?ƙC+ =!ҷ[Y[%✄Qyؙ`&hN3UOl,gF  ut.(j=cP?@P.i4]J>=\m6@3^#95Bmrtwnѭ ZyVjL;򯚛x?> D (ѿ%PE~V$B_Dr  qT[h $Jȣw"!Ư;JY"=kUSgIъʔY (qƀ֋v";.Ѵ#N: f%5f>m=wN_gOHt$t O`N+3IS %o Z:@iJ/L8RΛ͚me Y<[J49{O|&^XoP6z/ B{;`c, iӚGpvd [H7šjMGsK 8V%5uoYS^>΀}qHJǿF,`j2L h+* j I^uw:ȝ]=6ğw?\ޔq_xw> _"US?LTbw^^qNy o3,1A}f!b|nno⾶1F1Kc2`'|[[_LsOVH~b*tZhS5taYb5ꚇMkC Z}qfuc:s Kq|~ "c}O"3w;r+/0c IZ-mE.ݿ$13tE&r>~Quj˨bI1s^4 H4Xz3IlPQp)K핂7S0+8޺PӤ\N>P'33f?u!';S f[FZٚd`v#I?>=ل^:Qo7 b"<_lG9lgcCU-r-G$`:G%W+OVHTlÁ OU'9ky/vO`H&KdԸv揉>{B JzV5H{C}Z8Z@b\ :Hs_^6pz%Bf))Z>]cůvJ߶vJ$n4l 'nMqz bHe Àqk!5ȣBF [rUC,۹N:vUW2s3gwGىԋy _^ǐ맦lVv]Z[ް&s񜷀4{yl}V< hj 5 k՞^Awn'O9O b㤅#Ɍ*U81J;zn]6JL";+:Glqqg>QQ'1FU!SJ!'.l@ԯ3 $ȿuN7&}f)^^+%pSpFB76N!l%MZt剬ZakXIyYr#K]kQ0OT8[繱]Mo\]McqkWwJ"<qeUdNت(otd ~)ց/52f|QM.w {r.}Ouȿ%fڂK;;ʒ4)ZSpo<ȴ7IF.&3N SV4*3!Y ]Dmx:).';nS@Wt=u{*֊HhhcM'%ɋkI@SӃ!Ϡ"ܡ^vZy&;׌|s^CV9c7tF%G1?'ƀbPHx4:~# MU0O#u-b rBZ$wGĴb|Е eR3PP&JngR~T9mp2[Q*JM@ f@e. <\^i<tHܕ$U 88s>ރpIY_Z~.J0h4q2`rd"ԔH(xjsV.!L' \g6^g5uM} \D x3eP)pH>bGz Ƨ7$s '؊`ߋW> =}$t wn,[Fv1k$ =1-,lh`\ ;Grq]iUeTvqFE߭ 0/\Zf+DЈ@gk,,D㳟#.>z{Y\p@.~,_E%g3H}ɑ }p`|5~U;U(<'FZO>mwWs[Zޓ]O*Lgb}Y Aw@BIiu&J DlSblnM[_EF>h߅TԈGh|U~ ~c=a{w(g2Y8& Gpac%HQ"ȝ۲^%ٛT~OtY.3f> X<0!zW yAwKlZ`, d4SvbB]n9xh(ct0d"Q2$}HjSM[tRJiMR"D-n6n|6eCnWK^mēd Gb[e,+ +*U(_}eqR2-tROr{ut.q>]WҮL))%qy5+y`@,> Q% ش o59dD8RUTxV#rQ#3|'V:ZC 02Dmh>WĐSZCa65m[˄K"'#Eƌp~T& z#skp!9en;'>%;DJ|I~)E2Mīz҈!i1JZf~b8>H˦Ev`>є|0m0ht ] W?i[ko;pc ߏ OaKE*`8c+h~2Jm Dݸ /Icn=Ћ}$4/ghXpQ?y+BWgƴ-0MjϩI1Wǐ2 BnXFa%.d.]<_DV[#[)_>PNi4TV8P.OBbQm+Ma?de-R_n+Jv9W ]7}z$ 'u`F)VfͱR=)'#Y%!gŮt?XX,~+e[|LUW=&kFSVH3wbPϲ#jAO Λ)1{E=[Uzdckŵb(yL 0d-w 9s}#ռa_j$GJll`8% /u2ڛ}mhMÏT%Ш_t['=8t~R Int^hMZm5J޶<=J֨j]9؍M#ad-j|v;o$۬il" ")!kʩ"ԕrmLW|e,2(})%5DX7@)֘DُIeG{_EwWθuBu@@.b37:gĿ߀iLƤPPm2v<d%%}of.9GZB0 yDƏpr`p6T.B"{姃zv4!(_ ߉dV;˩>>Jtm4iXNp-9||[<ҩȅO%F8GKY]'o`" EI62C/fEI͝!.m̕D7Di.k0\>T}덖I]իK=?G7 7`)K6ROHԛ(gR+ Nz8ZddLEjp \:y~!  ¤Ug.fqT:8;B*p|1{ Z5O HŠ%Y黇3x\lSQlS"=%yAbzxQesnpX1oNjwcm#O%4{T =J([ (V= G-ӨBZ5Ŵ:Bp "z1Gq435zjEjC,3'JILX`ٌE uuh6S@.ɖ'wh1UwzMޚ|Bc|\0G$zwWj<6S(,P fk<@9W_\yx_yAsBQFQ%5y .=M/LY]?g&[Ub칿 d a7?&{u_c:m\UJfdY(ֹgھj/0 Ŷ&aoOP;֑x$, g"_/5b_ JƝ`-wxƺM쎐fS1)u `!CwnfThdl=)}łGUiTB{E!i&GxSktpS Z~YfeFb foxܩ+o]qq@UzQ s|N;+j-]2h)F}*?HM vStXq)G$nyDH*gT0P `7R FŃ:'b%5ddVp 5=A |t.WmDzYHrzC}G?ϏDB|$-ɕ8=CH-J5/|beZK(C&rꘝo}hӤn/:!A$L+m#A5gZT)9gh*V \4N_\qc:Q[HjĮhBiV"Cuwuƀǂ7($e4`w},lyMD `/E2h*O CEZZeKYZk[<%1y~<N-F5v{2Zz8Dx 09 W®ZՏ|a'' |xq6>8rIZK̛^Bt- GS^W_抒8=#dod4,dE.I \ `5YY U2T]nh6Xs%9ᖝ%Ǒdт'9>Enq *e#L=[vt5BKSiLtsѯv"a@; @^Y?xE YE\`^Q'/L(eM-`߶, ZtmȯJ({TOxb墍qOЀUiC9 ,){zo@|hax!D~s؎uv|`wLxɿP"BI㣙 nƎk|;d?Űm-/f w-?g ?A'K. ̢}5B`sś "[)'bHu7i)䍈X.*­bR߆oYܤv>$ Ћ@Xn^:w[Q̲kfh?,aqR1PIxg1л6`.Ն)%T5 8ˉx&I`r t6wt,/B~IS>b==HoKqݠ20́=0[nW+ "f'. _Oa\N\BeLFzXhO\-/HqYHɔTui,# |)1y 'KC,VOIgZ_B/aL';`Fá0$PӾ W>ضm!nݲ2 ̺Wnw,wV}+9MO Fb4F6}X5&wAdfpsHsg?x0fKzkX+_BEaƼ>b@-i0Mn5J7֝JECyJ1YЫ*|X/}b~xo©| ͗fpZ/@_b> ݶ]-Qt(jgH "XX>pt3&N0F -pZ壕۽lhg*mB*$ dl$c.΄ sOi]oL& : 1 AMN-}d"zg%*gPOJ/hOXz*\VY*{NMN|r)Ys+4몭vཋJqOphes6OD>U}$0h|lP$rZ`j<~ .c00HraOt~ eĭ&p:@jJ̎&H)hFAD&1d6j[JH@ kf⠚7o8(aRb-f6ZQوDYx8fhȌ|ޏ[@+z@+@l\`rD߆-rV€< ~%5YdMq;Kl?TRJ?P׋'C_'/7)|-7`EhK(9#VNha»?ujE\=U2h/7@>IPq=4|s`ԣ=X%L*SKwhy=i\8BR*eͭ-́]~dk>]v6o`.Y[WmiDy{bݢn!y âl= 8@`ʍ G "B}l;/aX;iwagŝ(+UĹq)%q^D:]@}(!EqdvFokH")YIu Gjd}#6Ʊ$b%KWCl[z?,[nEp/4L2(s2 < AͿEBuHjYN&2Pq=¤.Ƈ\[^>c%>Uϭ)47N8fC\g W:,{p̨I 2l$Ώ޸[L#W8^F6e[r dNAW0;h,L@b>"9~djF@ HtcaSNtE8 ̞~C)5T|mCǚY=dojėz|U͹HsT~j8X5򚯚,H@fiLvd\eCfdoKF#GVK'X|4{ AŶrVS` )^R7$uBa=O)%#.nPȰk˾M`D-HRV>N?m86XGfFSJN]ISz{$s8>(G: ^fրK|dnvg$nP6य़l؟̇.kgx*s{ ]qHڝԃԜsHePǚ7fL1<ڱR':ZH9hL`jA6Q=n戗^B]gw1{7Y3xKCEu&5T|1J*Zci=~ڔ a`RXd5T{ ;p`L{n$Kjli/7K׽lKTlɆnw0ҍrW(Ӂ IU'Nep$!z[k<":&zjn+o(0;h64!eE[Ab}?[O͝=yN-p ť;^`C%X[ɶ1Wb.&ƝwU)Nߧ~ik&eVݺw=ti>ˋ$6"y1iUY{/JEx "؆΍i] Zn ڱ-KgTF#G.5*)E!7),NsCܹ\d+>!  M㊐%-"'9 */& "K-8M12Cz}| yK3C9E`=ѳr;G9F)!4yrQl8838QciM݋ F, 0NvTs# P-P5PďS/Tz\{kn2Ѽ{ک¶Jt%xbk }^@oNplqFGa+7[AgQ;L+jIb7;Y28_ҽPΦ0!K l s^,:}L}[g` .f7D0 ş6h+RYB2S+oEOI&77P 1^:B.L]gUm R9ꈀ$rl&KM|D$gH9r(||]2XCE"x uC$@}CV]k'V ir/#TQ׉ \XcZLPhAaznn,;}.%W +}CQJ̀ %VOɡᮒ~sBMtYgѱMvUTZ% b0_AB 'JwIqQ~zGUHš1s#[]d&azasP)o^É%Y{a s?~j- xp` =K ss ?Jm j%J$ќ̆ b9<%?/$ߒg98\>zTlZڡR`ArhȚihzje%+Vߪf^e( /,!D6qmW3g#{ Oȩ'yr@ _h;rqtAVh=#hg\k vYkO*{JsRB3wۇ1DekX]xqfbH"RqqDgagF3diq[@À*h3FmXy}wZD69" 9 *ì!\7&쑶L88okDVg4rdW 3/H*jB[m6d97@zx} 3W~"yy%bMHQę ;ڿ S/"A)Ki;iA^]޻Ʀ;H뮽$vu gג~!)1&0EEϔinVTG Y+OC)R5Aj^t"S{۬q) (8}q:7FQYZx<^I6uo6B7Ƅ~(Ot+KZwj):3˂i 2WljMn5) ^7޼>b7vQ=YgyL.<>fG+'JR>y~i/{F±,]>ɇ#ٍGڋG#p(fXCբI!,p{\"vN"YءX/[<5E_  xtZa˜3~ےLBpA{tt0]#|Cn||ힵTevk稟|q c[+m598]?tc.$3_Ox4G{qPLݧҍWy[3xbGkL$ d E#O>k÷!݅Tq0 y;i{B%?HoE~=LFU׻'H)7G!<V0==i\F.صl^[83/sO?c< y͵(8? >Y>.~wd-bp~*d:Jql&um[/zNx:" ^ߠֲgw!:UI pjQc)>)+ϊӎr/{詈S8T_eR9T i䖥Ip \  iV6D?v(!P9q # f ,eYԧ=DYf/[J0P0ײRLEE^S - q)$gx5ϽEg6R518Ž4n;4*|<Ӕru*3䀹,AZr8p1^ o1e|lg<tTi@8y5gULƾ^I).JlvE7 0s( X N90':/r\CǠE!DƼI.?T6^Y&pvx᳞A"Y'Cop@r<;QɄlN뻃oƺFrkƧ~G)wY7:Z(3)-+=i=0-M M[.&c/)f9%{zw&ɭ7o .8nEz<~MKnt1z |Lћ?x}r㜉*FwP[:,[U`{9^XoXd#VhX*9m)zAl2[5i! Grh,Ec ڷ5!LG9YTkX5`?grDEZgUF[v8P F"[eZkV(_#)[Wn3 u2G6 8:ae+'C FpVk7+B(=,ГLjhô3UX6ċpftޒ8Wv)eIKH_ / R=']; -HDL N), 3owI'$|Q =YAڥk,Bj W)x67C[͸W;I{YdGB0T?d<8g !ԖE{:_Q^LI=B?b92!՛JV@(Q`4]|N KB l9kkCi ?9bq?f7c.{P]#% HYzG#Ԣ\v6C?9I$47jzUg|2h!M4A+,Fui_`iXRF(LvCk񑉴Up=poX5. ލXx\>:W:Zf6ʰ.`A 4xF;;HyR5*"- S6wb*l)У$:0k'/V0&Խe ԷK8LMv2dްp/»?G(f20H/# = iY j\>*b ƀҎBI.xz>Ў4F/uJX}~B|1Nvr\.65rc9yا"vv?ԸaSfdYg ~d|ѯ✳"CF\V%G UpJ^[uQ8y8+Al}PClnH.92 2о?y1D?C4~[Lz۩XAtB!5Z*|TOMB2:&P' fCޘۭ<d" I~O˷Ŭ|1"q2 w5‚ d+ի0H^%Kl|8J2{fB+ n"0D mD@Xkњ{vX-dD2l5ϊg_bKU@B'k WCKѡv›{lVA3El`iȴE DWPO蔚EyTyPbjMK,^9} RL$SoW)5ct?R7Tc!JIr%bV1ߴ,Gmdc`)K G(p_l*p RȈxt~rVmXHip_&d &vtK 0X^LҮNxޝg.+iS;>b2L Wf="n7JoC,CUQr[VklIp YG Hu 茊P$8 `:un Fem 侞L=wɇ^Z|4H*}s'$B3;($&I \ 9m?"74k8ԗKj#hR NGIwzt]!,ątb~6 aQUf)"A-i*Ιgib~Y/Pfr._:y6iW beל?qIj}j%Ѓp42:ܭkΑJ%I=oF|rU) aq͆94a8*Qed!~=*r,~Q0d4_TJafVg$jv-+t))`:+˨srf?Oa8޻){x\Ҫ]}=ȒD/KԽ!hX1(Oc4V?P ŀimN⿴(2VeBr])#SyeU#C+~<1nK~P=Qɘ5 )j% mDbCD@sH"nIhTPd0{QJőϛBA̙5-!.0nAQSۿxX}c6jAFltoW}gW=;~zc'񒲞UT%0''l~ϫEW:PPZ+F~\;ءkҏu&!g¹uwMx5 RL'aC~dZ1=9=/|5"=aS^8 /JR't?:k22Y}jr%}930.n 7:Y[5JmǾ E3-/ʒ"f,Pk5K"G\;.76g_e9{WWxbVP=Xf\|F[l;Me_[6[*IM5z$Sd>Nv4's01TL b r6IJG#Of [q,Sx, '`#Rw1&OT1 W9#|*7i具8yKK9XbߠT|!MiF?˗Wyİ)vLPG*ШsW4;wr?p 6Bq0azAE6D\pj H4ýԌVkz]1ʮjXP6:䌕Ե5&^7I>Cl~}/ ݰͩQ;Z%\=O\OU3}%7^\#cYPi@@\:+N'y