python2-pyparsing-2.4.7-1.24 >  A `Bp9|+ɒ?Ix=6K8[ڶ՟n*`')`nj[ {V5\̗\6Ne ם.0|"Q4r"318c708a7b4f5359b099032870f2d599a0b17449c7435fb909fc6fa291979ca12b583016b75a538bb2c6dfacd0d0d098b2dab15d`Bp9|Q>䶸1ӅXi^xD Q0i=K/ B|<yG+f  ӋzĿS N`UM#>e檰70;&]@]dޞ¿Bš98`{:_0!g`t\~dJ0(H2{גiS}ĔޱJe=7_/y. c,FUNfRn0p>MELI(HvH>B WYYɭvchP w>pA?d  Adhpt &,4 h        ]  l   "H |S({89: BcFG H I XYZ8[@\T ] ^Gb*cd5e:f=l?uT vw x, y`zl|Cpython2-pyparsing2.4.71.24Grammar Parser Library for PythonThe pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.`Bfsheep63 nSUSE Linux Enterprise 15SUSE LLC MIT AND GPL-2.0-or-later AND GPL-3.0-or-laterhttps://www.suse.com/Unspecifiedhttps://github.com/pyparsing/pyparsing/linuxnoarch  +%1%1. A큤A큤A큤`Bd`Bd`Bd`Bd`Bd^`Bc`Bc`Be^]EN`Be]J5dbf8aa6c60e492e083ac97666196509b31f825809c5d0841098734ca1d452b00560bb45221acbc718c315c5450322213ad992ba0040dcba088dd0fda965f7e801ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b7943a31b3255865437592dab140cb698ddcb5ffec5293339192274e237e72e65a315ff64ecfcb7e7aba2cf94598ee726071d5200fead0e770a4d2aa7bfefdc88573e1ceafe50ed2068381355d19d36ff6a064642de0a3db729fb3698896aa2a1573e1ceafe50ed2068381355d19d36ff6a064642de0a3db729fb3698896aa2a167cf0a4867f5cdee5f40a4845b2cfa10036d6ce1d22e868e2e21857d0ed21f2157b9c5089deb086844094aaf7c4e15bf14700bcdc65ecc31a2c9dc1de9b1f2a610d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pyparsing-2.4.7-1.24.src.rpmpython-parsingpython-pyparsingpython2-pyparsing@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1^א^U@^B@]]@]Ik\f\,@\@n@\4\3?@\&@[@[H[[_[_[x @X@XXAb@XVHUPTa@pgajdos@suse.comdmueller@suse.commimi.vx@gmail.comarun@gmx.detchvatal@suse.comtbechtold@suse.commimi.vx@gmail.comtbechtold@suse.comdimstar@opensuse.orgopensuse-packaging@opensuse.orgmcepl@suse.commpluskal@suse.comjengelh@inai.demcepl@suse.commcepl@suse.comtchvatal@suse.comtchvatal@suse.commcepl@suse.comdmueller@suse.comjmatejek@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.combenoit.monin@gmx.frGreg.Freemyer@gmail.com- unittest2 -> pytest- update to 2.4.7: . Each bug with Regex expressions . And expressions not properly constructing with generator . Traceback abbreviation . Bug in delta_time example . Fix regexen in pyparsing_common.real and .sci_real . Avoid FutureWarning on Python 3.7 or later . Cleanup output in runTests if comments are embedded in test string- update to 2.4.6 * Fixed typos in White mapping of whitespace characters, to use correct "\u" prefix instead of "u". * fix bug in left-associative ternary operators defined using infixNotation. First reported on StackOverflow by user Jeronimo. * Backport of pyparsing_test namespace from 3.0.0, including TestParseResultsAsserts mixin class defining unittest-helper methods: . def assertParseResultsEquals( self, result, expected_list=None, expected_dict=None, msg=None) . def assertParseAndCheckList( self, expr, test_string, expected_list, msg=None, verbose=True) . def assertParseAndCheckDict( self, expr, test_string, expected_dict, msg=None, verbose=True) . def assertRunTestResults( self, run_tests_report, expected_parse_results=None, msg=None) . def assertRaisesParseException(self, exc_type=ParseException, msg=None)- update to version 2.4.5: * Fixed encoding when setup.py reads README.rst to include the project long description when uploading to PyPI. A stray unicode space in README.rst prevented the source install on systems whose default encoding is not 'utf-8'. - changes from version 2.4.4: * Unresolved symbol reference in 2.4.3 release was masked by stdout buffering in unit tests, thanks for the prompt heads-up, Ned Batchelder! - changes from version 2.4.3: * Fixed a bug in ParserElement.__eq__ that would for some parsers create a recursion error at parser definition time. Thanks to Michael Clerx for the assist. (Addresses issue #123) * Fixed bug in indentedBlock where a block that ended at the end of the input string could cause pyaprsing to loop forever. Raised as part of discussion on StackOverflow with geckos. * Backports from pyparsing 3.0.0: + __diag__.enable_all_warnings() + Fixed bug in PrecededBy which caused infinite recursion, issue [#127] + support for using regex-compiled RE to construct Regex expressions- Do not pull in setuptools dependency at all to avoid cycles- update to 2.4.2: - Updated the shorthand notation that has been added for repetition expressions: expr[min, max], with '...' valid as a min or max value - The defaults on all the `__diag__` switches have been set to False, to avoid getting alarming warnings. To use these diagnostics, set them to True after importing pyparsing. - Fixed bug introduced by the use of __getitem__ for repetition, overlooking Python's legacy implementation of iteration by sequentially calling __getitem__ with increasing numbers until getting an IndexError. Found during investigation of problem reported by murlock, merci! - Changed [...] to emit ZeroOrMore instead of OneOrMore. - Removed code that treats ParserElements like iterables. - Change all __diag__ switches to False. - update to 2.4.1.1: - API change adding support for `expr[...]` - the original code in 2.4.1 incorrectly implemented this as OneOrMore. Code using this feature under this relase should explicitly use `expr[0, ...]` for ZeroOrMore and `expr[1, ...]` for OneOrMore. In 2.4.2 you will be able to write `expr[...]` equivalent to `ZeroOrMore(expr)`. - Bug if composing And, Or, MatchFirst, or Each expressions using an expression. This only affects code which uses explicit expression construction using the And, Or, etc. classes instead of using overloaded operators '+', '^', and so on. If constructing an And using a single expression, you may get an error that "cannot multiply ParserElement by 0 or (0, 0)" or a Python `IndexError`. - Some newly-added `__diag__` switches are enabled by default, which may give rise to noisy user warnings for existing parsers. - update to 2.4.1: - A new shorthand notation has been added for repetition expressions: expr[min, max], with '...' valid as a min - '...' can also be used as short hand for SkipTo when used in adding parse expressions to compose an And expression. - '...' can also be used as a "skip forward in case of error" expression - Improved exception messages to show what was actually found, not just what was expected. - Added diagnostic switches to help detect and warn about common parser construction mistakes, or enable additional parse debugging. Switches are attached to the pyparsing.__diag__ namespace object - Added ParseResults.from_dict classmethod, to simplify creation of a ParseResults with results names using a dict, which may be nested. This makes it easy to add a sub-level of named items to the parsed tokens in a parse action. - Added asKeyword argument (default=False) to oneOf, to force keyword-style matching on the generated expressions. - ParserElement.runTests now accepts an optional 'file' argument to redirect test output to a file-like object (such as a StringIO, or opened file). Default is to write to sys.stdout. - conditionAsParseAction is a helper method for constructing a parse action method from a predicate function that simply returns a boolean result. Useful for those places where a predicate cannot be added using addCondition, but must be converted to a parse action (such as in infixNotation). May be used as a decorator if default message and exception types can be used. See ParserElement.addCondition for more details about the expected signature and behavior for predicate condition methods. - While investigating issue #93, I found that Or and addCondition could interact to select an alternative that is not the longest match. This is because Or first checks all alternatives for matches without running attached parse actions or conditions, orders by longest match, and then rechecks for matches with conditions and parse actions. Some expressions, when checking with conditions, may end up matching on a shorter token list than originally matched, but would be selected because of its original priority. This matching code has been expanded to do more extensive searching for matches when a second-pass check matches a smaller list than in the first pass. - Fixed issue #87, a regression in indented block. Reported by Renz Bagaporo, who submitted a very nice repro example, which makes the bug-fixing process a lot easier, thanks! - Fixed MemoryError issue #85 and #91 with str generation for Forwards. Thanks decalage2 and Harmon758 for your patience. - Modified setParseAction to accept None as an argument, indicating that all previously-defined parse actions for the expression should be cleared. - Modified pyparsing_common.real and sci_real to parse reals without leading integer digits before the decimal point, consistent with Python real number formats. Original PR #98 submitted by ansobolev. - Modified runTests to call postParse function before dumping out the parsed results - allows for postParse to add further results, such as indications of additional validation success/failure. - Updated statemachine example: refactored state transitions to use overridden classmethods; added Mixin class to simplify definition of application classes that "own" the state object and delegate to it to model state-specific properties and behavior. - Added example nested_markup.py, showing a simple wiki markup with nested markup directives, and illustrating the use of '...' for skipping over input to match the next expression. (This example uses syntax that is not valid under Python 2.) - Rewrote delta_time.py example (renamed from deltaTime.py) to fix some omitted formats and upgrade to latest pyparsing idioms, beginning with writing an actual BNF. - With the help and encouragement from several contributors, including Matěj Cepl and Cengiz Kaygusuz, I've started cleaning up the internal coding styles in core pyparsing, bringing it up to modern coding practices from pyparsing's early development days dating back to 2003. Whitespace has been largely standardized along PEP8 guidelines, removing extra spaces around parentheses, and adding them around arithmetic operators and after colons and commas. I was going to hold off on doing this work until after 2.4.1, but after cleaning up a few trial classes, the difference was so significant that I continued on to the rest of the core code base. This should facilitate future work and submitted PRs, allowing them to focus on substantive code changes, and not get sidetracked by whitespace issues.- update to 2.4.0 - drop nose_to_unittest.patch - drop _service * Adds a pyparsing.__compat__ object for specifying compatibility with future breaking changes. * Conditionalizes the API-breaking behavior, based on the value pyparsing.__compat__.collect_all_And_tokens. By default, this value will be set to True, reflecting the new bugfixed behavior. * User code that is dependent on the pre-bugfix behavior can restore it by setting this value to False. * Updated unitTests.py and simple_unit_tests.py to be compatible with "python setup.py test". * Fixed bug in runTests handling '\n' literals in quoted strings. * Added tag_body attribute to the start tag expressions generated by makeHTMLTags, so that you can avoid using SkipTo to roll your own tag body expression: * indentedBlock failure handling was improved * Address Py2 incompatibility in simpleUnitTests, plus explain() and Forward str() cleanup * Fixed docstring with embedded '\w', which creates SyntaxWarnings in Py3.8. * Added example parser for rosettacode.org tutorial compiler. * Added example to show how an HTML table can be parsed into a collection of Python lists or dicts, one per row. * Updated SimpleSQL.py example to handle nested selects, reworked 'where' expression to use infixNotation. * Added include_preprocessor.py, similar to macroExpander.py. * Examples using makeHTMLTags use new tag_body expression when retrieving a tag's body text. * Updated examples that are runnable as unit tests- Do not BuildRequire python-unittest2 when no tests are executed. This breaks a build cycle for pyparsing->unittest2->traceback2->pbr-> Pygments->pytest->setuptools_scm->packaging which needs pyparsing- BuildIgnore python[23]-pyparsing: python-packaging requires it for some actions it could perform, but we don't make use of these here. Ignoring this dependency allows us to break open a BuildCycle.- Update to version 2.3.0+git.1546912853.bf348d6: * Update CHANGES to include note on fixing issue #65; generalized the note about the decaf language example; added sample code from the statemachine examples. * Unit test to test fix for issue #65 * Fix inconsistency between Keyword(caseless=True) and CaselessKeyword (issue #65) * Fix typo: 'chemcialFormulas.py' -> 'chemicalFormulas.py' * Convert exception logging to use ParseException.explain() * Add experimental ParseException.explain() method, to return a multiline string showing the parse expressions leading to a parsing failure * Clean up CHANGES notes for new examples * Add document signoff and library book state examples; * Update statemachine demo code to Py3 * Update Lucene grammar example, but remove from Travis-CI acceptance scripts- Add nose_to_unittest.patch to avoid nose BR and rewrite tests to work (gh#pyparsing/pyparsing#64)- Drop doc subpackage as it leads to circular dependencies on some releases- Use more specific RPM group.- Upgrade to the current upstrem master with additional patches to make the test suite pass.- Add all tests.- Update to 2.3.0: * Updates to migrate source repo to GitHub * Fix deprecation warning in Python 3.7 re: importing collections.abc * Fix Literal/Keyword bug raising IndexError instead of ParseException * Added simple_unit_tests.py, as a collection of easy-to-follow unit * tests for various classes and features of the pyparsing library. * Primary intent is more to be instructional than actually rigorous * testing. Complex tests can still be added in the unitTests.py file. * New features added to the Regex class- Fix URL to point to existing github- Clean up SPEC file.- update to 2.2.0: - Bumped minor version number to reflect compatibility issues with OneOrMore and ZeroOrMore bugfixes in 2.1.10. (2.1.10 fixed a bug that was introduced in 2.1.4, but the fix could break code written against 2.1.4 - 2.1.9.) - Updated setup.py to address recursive import problems now that pyparsing is part of 'packaging' (used by setuptools). Patch submitted by Joshua Root, much thanks! - Fixed KeyError issue reported by Yann Bizeul when using packrat parsing in the Graphite time series database, thanks Yann! - Fixed incorrect usages of '\' in literals, as described in https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior Patch submitted by Ville Skyttä - thanks! - Minor internal change when using '-' operator, to be compatible with ParserElement.streamline() method. - Expanded infixNotation to accept a list or tuple of parse actions to attach to an operation. - New unit test added for dill support for storing pyparsing parsers. Ordinary Python pickle can be used to pickle pyparsing parsers as long as they do not use any parse actions. The 'dill' module is an extension to pickle which *does* support pickling of attached - drop desetuptoolize.patch: this is not needed- update for single-spec - desetuptoolize.patch : switch from setuptools to distutils.core for installation, as this is now a setuptools dependency - ensure egg-info is a directory (distutils would install it as file)- Fix SLE 11 build.- update to version 2.1.10: * Fixed bug in reporting named parse results for ZeroOrMore expressions, thanks Ethan Nash for reporting this! * Fixed behavior of LineStart to be much more predictable. LineStart can now be used to detect if the next parse position is col 1, factoring in potential leading whitespace (which would cause LineStart to fail). Also fixed a bug in col, which is used in LineStart, where '\n's were erroneously considered to be column 1. * Added support for multiline test strings in runTests. * Fixed bug in ParseResults.dump when keys were not strings. Also changed display of string values to show them in quotes, to help distinguish parsed numeric strings from parsed integers that have been converted to Python ints. - update to version 2.1.9: * Added class CloseMatch, a variation on Literal which matches "close" matches, that is, strings with at most 'n' mismatching characters. * Fixed bug in Keyword.setDefaultKeywordChars(), reported by Kobayashi Shinji - nice catch, thanks! * Minor API change in pyparsing_common. Renamed some of the common expressions to PEP8 format (to be consistent with the other pyparsing_common expressions): + signedInteger -> signed_integer + sciReal -> sci_real Also, in trying to stem the API bloat of pyparsing, I've copied some of the global expressions and helper parse actions into pyparsing_common, with the originals to be deprecated and removed in a future release: + commaSeparatedList -> pyparsing_common.comma_separated_list + upcaseTokens -> pyparsing_common.upcaseTokens + downcaseTokens -> pyparsing_common.downcaseTokens * Fixed Python3 compatibility bug when using dict keys() and values() in ParseResults.getName(). * After some prodding, I've reworked the unitTests.py file for pyparsing over the past few releases. It uses some variations on unittest to handle my testing style. The test now: + auto-discovers its test classes (while maintining their order of definition) + suppresses voluminous 'print' output for tests that pass - update to version 2.1.8: * Fixed issue in the optimization to _trim_arity, when the full stacktrace is retrieved to determine if a TypeError is raised in pyparsing or in the caller's parse action. Code was traversing the full stacktrace, and potentially encountering UnicodeDecodeError. * Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite loop with Suppress. * Fixed bug in Each, when merging named results from multiple expressions in a ZeroOrMore or OneOrMore. Also fixed bug when ZeroOrMore expressions were erroneously treated as required expressions in an Each expression. * Added a few more inline doc examples. * Improved use of runTests in several example scripts. - changes from version 2.1.7: * Fixed regression reported by Andrea Censi (surfaced in PyContracts tests) when using ParseSyntaxExceptions (raised when using operator '-') with packrat parsing. * Minor fix to oneOf, to accept all iterables, not just space-delimited strings and lists. (If you have a list or set of strings, it is not necessary to concat them using ' '.join to pass them to oneOf, oneOf will accept the list or set or generator directly.) - changes from version 2.1.6 : * *Major packrat upgrade*, inspired by patch provided by Tal Einat - many, many, thanks to Tal for working on this! Tal's tests show faster parsing performance (2X in some tests), *and* memory reduction from 3GB down to ~100MB! Requires no changes to existing code using packratting. (Uses OrderedDict, available in Python 2.7 and later. For Python 2.6 users, will attempt to import from ordereddict backport. If not present, will implement pure-Python Fifo dict.) * Minor API change - to better distinguish between the flexible numeric types defined in pyparsing_common, I've changed "numeric" (which parsed numbers of different types and returned int for ints, float for floats, etc.) and "number" (which parsed numbers of int or float type, and returned all floats) to "number" and "fnumber" respectively. I hope the "f" prefix of "fnumber" will be a better indicator of its internal conversion of parsed values to floats, while the generic "number" is similar to the flexible number syntax in other languages. Also fixed a bug in pyparsing_common.numeric (now renamed to pyparsing_common.number), integers were parsed and returned as floats instead of being retained as ints. * Fixed bug in upcaseTokens and downcaseTokens introduced in 2.1.5, when the parse action was used in conjunction with results names. Reported by Steven Arcangeli from the dql project, thanks for your patience, Steven! * Major change to docs! After seeing some comments on reddit about general issue with docs of Python modules, and thinking that I'm a little overdue in doing some doc tuneup on pyparsing, I decided to following the suggestions of the redditor and add more inline examples to the pyparsing reference documentation. I hope this addition will clarify some of the more common questions people have, especially when first starting with pyparsing/Python. * Deprecated ParseResults.asXML. I've never been too happy with this method, and it usually forces some unnatural code in the parsers in order to get decent tag names. The amount of guesswork that asXML has to do to try to match names with values should have been a red flag from day one. If you are using asXML, you will need to implement your own ParseResults->XML serialization. Or consider migrating to a more current format such as JSON (which is very easy to do: results_as_json = json.dumps(parse_result.asDict()) Hopefully, when I remove this code in a future version, I'll also be able to simplify some of the craziness in ParseResults, which IIRC was only there to try to make asXML work. * Updated traceParseAction parse action decorator to show the repr of the input and output tokens, instead of the str format, since str has been simplified to just show the token list content. - update to version 2.1.5: * Added ParserElement.split() generator method, similar to re.split(). Includes optional arguments maxsplit (to limit the number of splits), and includeSeparators (to include the separating matched text in the returned output, default=False). * Added a new parse action construction helper tokenMap, which will apply a function and optional arguments to each element in a ParseResults. * Added more expressions to pyparsing_common: + IPv4 and IPv6 addresses (including long, short, and mixed forms of IPv6) + MAC address + ISO8601 date and date time strings (with named fields for year, month, etc.) + UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) + hex integer (returned as int) + fraction (integer '/' integer, returned as float) + mixed integer (integer '-' fraction, or just fraction, returned as float) + stripHTMLTags (parse action to remove tags from HTML source) + parse action helpers convertToDate and convertToDatetime to do custom parse time conversions of parsed ISO8601 strings * runTests now returns a two-tuple: success if all tests succeed, and an output list of each test and its output lines. * Added failureTests argument (default=False) to runTests, so that tests can be run that are expected failures, and runTests' success value will return True only if all tests *fail* as expected. Also, parseAll now defaults to True. * New example numerics.py, shows samples of parsing integer and real numbers using locale-dependent formats - changes from version 2.1.4: * Split out the '==' behavior in ParserElement, now implemented as the ParserElement.matches() method. Using '==' for string test purposes will be removed in a future release. * Expanded capabilities of runTests(). Will now accept embedded comments (default is Python style, leading '#' character, but customizable). Comments will be emitted along with the tests and test output. Useful during test development, to create a test string consisting only of test case description comments separated by blank lines, and then fill in the test cases. Will also highlight ParseFatalExceptions with "(FATAL)". * Added a 'pyparsing_common' class containing common/helpful little expressions such as integer, float, identifier, etc. I used this class as a sort of embedded namespace, to contain these helpers without further adding to pyparsing's namespace bloat. * Minor enhancement to traceParseAction decorator, to retain the parse action's name for the trace output. * Added optional 'fatal' keyword arg to addCondition, to indicate that a condition failure should halt parsing immediately. - changes from version 2.1.3: * _trim_arity fix in 2.1.2 was very version-dependent on Py 3.5.0. Now works for Python 2.x, 3.3, 3.4, 3.5.0, and 3.5.1 (and hopefully beyond). - changes from version 2.1.2: * Fixed bug in _trim_arity when pyparsing code is included in a PyInstaller, reported by maluwa. * Fixed catastrophic regex backtracking in implementation of the quoted string expressions (dblQuotedString, sglQuotedString, and quotedString). Reported on the pyparsing wiki by webpentest, good catch! (Also tuned up some other expressions susceptible to the same backtracking problem, such as cStyleComment, cppStyleComment, etc.) - update to version 2.1.1: * Added support for assigning to ParseResults using slices. * Fixed bug in ParseResults.toDict(), in which dict values were always converted to dicts, even if they were just unkeyed lists of tokens. Reported on SO by Gerald Thibault, thanks Gerald! * Fixed bug in SkipTo when using failOn, reported by robyschek, thanks! * Fixed bug in Each introduced in 2.1.0, reported by AND patch and unit test submitted by robyschek, well done! * Removed use of functools.partial in replaceWith, as this creates an ambiguous signature for the generated parse action, which fails in PyPy. Reported by Evan Hubinger, thanks Evan! * Added default behavior to QuotedString to convert embedded '\t', '\n', etc. characters to their whitespace counterparts. Found during Q&A exchange on SO with Maxim. - update to version 2.1.0: * Modified the internal _trim_arity method to distinguish between TypeError's raised while trying to determine parse action arity and those raised within the parse action itself. This will clear up those confusing "() takes exactly 1 argument (0 given)" error messages when there is an actual TypeError in the body of the parse action. Thanks to all who have raised this issue in the past, and most recently to Michael Cohen, who sent in a proposed patch, and got me to finally tackle this problem. * Added compatibility for pickle protocols 2-4 when pickling ParseResults. In Python 2.x, protocol 0 was the default, and protocol 2 did not work. In Python 3.x, protocol 3 is the default, so explicitly naming protocol 0 or 1 was required to pickle ParseResults. With this release, all protocols 0-4 are supported. Thanks for reporting this on StackOverflow, Arne Wolframm, and for providing a nice simple test case! * Added optional 'stopOn' argument to ZeroOrMore and OneOrMore, to simplify breaking on stop tokens that would match the repetition expression. It is a common problem to fail to look ahead when matching repetitive tokens if the sentinel at the end also matches the repetition expression, as when parsing "BEGIN aaa bbb ccc END" with: "BEGIN" + OneOrMore(Word(alphas)) + "END" Since "END" matches the repetition expression "Word(alphas)", it will never get parsed as the terminating sentinel. Up until now, this has to be resolved by the user inserting their own negative lookahead: "BEGIN" + OneOrMore(~Literal("END") + Word(alphas)) + "END" Using stopOn, they can more easily write: "BEGIN" + OneOrMore(Word(alphas), stopOn="END") + "END" The stopOn argument can be a literal string or a pyparsing expression. Inspired by a question by Lamakaha on StackOverflow (and many previous questions with the same negative-lookahead resolution). * Added expression names for many internal and builtin expressions, to reduce name and error message overhead during parsing. * Converted helper lambdas to functions to refactor and add docstring support. * Fixed ParseResults.asDict() to correctly convert nested ParseResults values to dicts. * Cleaned up some examples, fixed typo in fourFn.py identified by aristotle2600 on reddit. * Removed keepOriginalText helper method, which was deprecated ages ago. Superceded by originalTextFor. * Same for the Upcase class, which was long ago deprecated and replaced with the upcaseTokens method.- update to version 2.0.7: * Simplified string representation of Forward class, to avoid memory and performance errors while building ParseException messages. Thanks, Will McGugan, Andrea Censi, and Martijn Vermaat for the bug reports and test code. * Cleaned up additional issues from enhancing the error messages for Or and MatchFirst, handling Unicode values in expressions. Fixes Unicode encoding issues in Python 2, thanks to Evan Hubinger for the bug report. * Fixed implementation of dir() for ParseResults - was leaving out all the defined methods and just adding the custom results names. * Fixed bug in ignore() that was introduced in pyparsing 1.5.3, that would not accept a string literal as the ignore expression. * Added new example parseTabularData.py to illustrate parsing of data formatted in columns, with detection of empty cells. * Updated a number of examples to more current Python and pyparsing forms. - update to version 2.0.6: * Fixed a bug in Each when multiple Optional elements are present. Thanks for reporting this, whereswalden on SO. * Fixed another bug in Each, when Optional elements have results names or parse actions, reported by Max Rothman - thank you, Max! * Added optional parseAll argument to runTests, whether tests should require the entire input string to be parsed or not (similar to parseAll argument to parseString). Plus a little neaten-up of the output on Python 2 (no stray ()'s). * Modified exception messages from MatchFirst and Or expressions. These were formerly misleading as they would only give the first or longest exception mismatch error message. Now the error message includes all the alternatives that were possible matches. Originally proposed by a pyparsing user, but I've lost the email thread - finally figured out a fairly clean way to do this. * Fixed a bug in Or, when a parse action on an alternative raises an exception, other potentially matching alternatives were not always tried. Reported by TheVeryOmni on the pyparsing wiki, thanks! * Fixed a bug to dump() introduced in 2.0.4, where list values were shown in duplicate. - update to version 2.0.5: * (&$(@#&$(@!!!! Some "print" statements snuck into pyparsing v2.0.4, breaking Python 3 compatibility! Fixed. Reported by jenshn, thanks! - changes from Version 2.0.4: * Added ParserElement.addCondition, to simplify adding parse actions that act primarily as filters. If the given condition evaluates False, pyparsing will raise a ParseException. The condition should be a method with the same method signature as a parse action, but should return a boolean. Suggested by Victor Porton, nice idea Victor, thanks! * Slight mod to srange to accept unicode literals for the input string, such as "[а-яА-Я]" instead of "[\u0430-\u044f\u0410-\u042f]". Thanks to Alexandr Suchkov for the patch! * Enhanced implementation of replaceWith. * Fixed enhanced ParseResults.dump() method when the results consists only of an unnamed array of sub-structure results. Reported by Robin Siebler, thanks for your patience and persistence, Robin! * Fixed bug in fourFn.py example code, where pi and e were defined using CaselessLiteral instead of CaselessKeyword. This was not a problem until adding a new function 'exp', and the leading 'e' of 'exp' was accidentally parsed as the mathematical constant 'e'. Nice catch, Tom Grydeland - thanks! * Adopt new-fangled Python features, like decorators and ternary expressions, per suggestions from Williamzjc - thanks William! (Oh yeah, I'm not supporting Python 2.3 with this code any more...) Plus, some additional code fixes/cleanup - thanks again! * Added ParserElement.runTests, a little test bench for quickly running an expression against a list of sample input strings. Basically, I got tired of writing the same test code over and over, and finally added it as a test point method on ParserElement. * Added withClass helper method, a simplified version of withAttribute for the common but annoying case when defining a filter on a div's class - made difficult because 'class' is a Python reserved word.- update to version 2.0.3: * Fixed escaping behavior in QuotedString. Formerly, only quotation marks (or characters designated as quotation marks in the QuotedString constructor) would be escaped. Now all escaped characters will be escaped, and the escaping backslashes will be removed. * Fixed regression in ParseResults.pop() - pop() was pretty much broken after I added *improvements* in 2.0.2. Reported by Iain Shelvington, thanks Iain! * Fixed bug in And class when initializing using a generator. * Enhanced ParseResults.dump() method to list out nested ParseResults that are unnamed arrays of sub-structures. * Fixed UnboundLocalError under Python 3.4 in oneOf method, reported on Sourceforge by aldanor, thanks! * Fixed bug in ParseResults __init__ method, when returning non-ParseResults types from parse actions that implement __eq__. Raised during discussion on the pyparsing wiki with cyrfer. - fix end of line encoding of every file in examples- update to v2.0.2 - Extended "expr(name)" shortcut (same as "expr.setResultsName(name)") to accept "expr()" as a shortcut for "expr.copy()". - Added "locatedExpr(expr)" helper, to decorate any returned tokens with their location within the input string. Adds the results names locn_start and locn_end to the output parse results. - Added "pprint()" method to ParseResults, to simplify troubleshooting and prettified output. Now instead of importing the pprint module and then writing "pprint.pprint(result)", you can just write "result.pprint()". This method also accepts addtional positional and keyword arguments (such as indent, width, etc.), which get passed through directly to the pprint method (see http://docs.python.org/2/library/pprint.html#pprint.pprint). - Removed deprecation warnings when using '<<' for Forward expression assignment. '<<=' is still preferred, but '<<' will be retained for cases whre '<<=' operator is not suitable (such as in defining lambda expressions). - Expanded argument compatibility for classes and functions that take list arguments, to now accept generators as well. - Extended list-like behavior of ParseResults, adding support for append and extend. NOTE: if you have existing applications using these names as results names, you will have to access them using dict-style syntax: res["append"] and res["extend"] - ParseResults emulates the change in list vs. iterator semantics for methods like keys(), values(), and items(). Under Python 2.x, these methods will return lists, under Python 3.x, these methods will return iterators. - ParseResults now has a method haskeys() which returns True or False depending on whether any results names have been defined. This simplifies testing for the existence of results names under Python 3.x, which returns keys() as an iterator, not a list. - ParseResults now supports both list and dict semantics for pop(). If passed no argument or an integer argument, it will use list semantics and pop tokens from the list of parsed tokens. If passed a non-integer argument (most likely a string), it will use dict semantics and pop the corresponding value from any defined results names. A second default return value argument is supported, just as in dict.pop(). - Fixed bug in markInputline, thanks for reporting this, Matt Grant! - Cleaned up my unit test environment, now runs with Python 2.6 and 3.3.python-parsingpython-pyparsingsheep63 1614986854 2.4.72.4.7-1.242.4.7-1.242.4.72.4.7-1.24pyparsing-2.4.7-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtpyparsing.pypyparsing.pycpyparsing.pyopython2-pyparsingCHANGESREADME.rstpython2-pyparsingLICENSE/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/pyparsing-2.4.7-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-pyparsing//usr/share/licenses//usr/share/licenses/python2-pyparsing/-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.suse.de/SUSE:SLE-15-SP3:GA/standard/ffff70694957d35ffda6cf67265075ea-python-pyparsingcpioxz5noarch-suse-linuxdirectoryASCII textPython script, UTF-8 Unicode text executablepython 2.7 byte-compiledUTF-8 Unicode textRRR0cQ$a7m 7{(s7WY;dY>((B[c16W =lڒ(Yk<绅,*k-P㼑]̾td_\})zW'L"\t n뼣=_#pkD[~Z7m38eP.od]kWQBR2wt_p\>gSHe4ϗ5w`ֻA=`"kSVҔ4V2gg(h50 lJSo5ϗvF~Tij `$8Q˵$d c)x [hq?VS,,I{dE .8s@Zs Lק؞DҦ5}b 9̫DN/(WR&_Tƹ$R]9DmGl󂁭 4GeTԭ7j7j`!J ϻE tST"1Zv6J`{ti? w6vy~i?šk0k"ػL_F&,%7P&NmvE?)a|\w ΓOC1\ e_ u{8IB۔TFFU5jO$%MKŚ:Ng (fv̉Z{\$"SKB"Qi"rq߼s A]͘`HFu`iC)s o[̍RM7$W08eXFQ/Sh߄=//gDf OUq4%I RbW6]"dlY>D+5 nԎOLS64=+ `&uӬӏkS!BLEtoZB# l=5|N%pi_dq}b'N}q%0$oΐ,T?Wp!٧B*xf_tEL尺?e<7Q"i}ʚʼn#^ˆM;BPZ9rЂc3㹄i&њt'7E>-[r AQR쯩E!QKjv Wa2rJ5 _LgCϠ'@vh>tYPbRXT/wNtW%9N703 L 0#`aB걗#$c#QPg FLa! =˺kO{@fOZWhu1\tƌsڽܠM.wL;axK%~kFfzU$J QA]K8"@ d<]MN1d6lRk¤\}w]V9g!L 4.MoOt6iI+xz7fee0A+LWw ]"ycÝB{vJbn Rh>2AH~00NlV(n$LL rFZk=Ct"2[p"̣, Uۿ#d.i(E렮TeJQ^%XOG\dpcHs3y@Gyܖ^$:!=R&O'x)ĻgG>+bԤَH^r[l&0Ph#!/|3=qځ0nuY(R0mdr٘4N}igXay5Ǹ%+I=̌%=ֹS3!LbtlB'Ȅ ?eY#_GiYFC0[N#82;8]mޘSr}[GH^C a:M._h l$s[ ? ?U_7ǥ(Uɀ= Ƈj/g1M-:e;*{̢G(nR#ʬ$_̎<؜9i_b$Yf?-E}.Yg1fJy%@dy1dOKE!b {믆xc3zGORz?B2n漣{ ˑVW-n_x{(81pj+Y~Zcnw6@kaLJB !o"DȆ)P]!)qh؆gzLpu]k3x:;4V{!8-cir|0%A\[ͩ>t VJZ0UɛZhb|옅Ϸ8 j'h*wӫۊ(lȈ^[D_W a@]t9(B"ηxxҫl+&oB @ߦTi#F)Dp 1k .SIz[>ѷ *,CeQ\*r=P ic,K30aG P7y聘Oi<'gȩgmmie??mk-eVR9h CpJQH6H<]<^0t{xy.'' ~J@#m`t>ƊImOA^Rjsa%`~o'3sN,ߕ y+b{qJxOީ(t#q̰@WK;Q<<٠D} {d@L1&:G[e! EJyhCYw"p84Vnl۠|˅+ IS_uU%7 Dʦ:;W7}ʳ77flkr(iϬAZGGxD8jHn3e]I1V'i mϮެk7oz !g  º=f3Qt_ }d0.lUx.8Ѩ/g^vPp34؁c͍0VQ ? ePxxyKc.ʒ^ wU!oM0'H Y\@+ꄧfnqk\8ەQ5Aerp#Rq-ݘy`I<%u~ܨ:\R)w/PhzQ&ƺ;Vy6bO؆`K&nA!')k3&WA>߈t8nB G}mV&%)Nd^W#UrA/&Ah6UX9T. Q:+̙(CXgKSYYMwxD˵HLx:3gVE!.aJ?qmn˜vzb ujѬ\u;@-d-ѱz/c2/_߇gRi{W9Z&[5^2Rx͵6#R"&#FaaH_?rז!gd8,/wIصd<5Lɖ3G3N`Y5c 轲 ݢE5V97gW6i ó?61<<վ!+@sz=DjT jl cXt8Ar+:MT<UuoR4qv cԬ>EEYͫYM+qW>"#o+AV hn-b^@V'D֠O^8r,Ky:L\Q|CI$u`Vl#ԍF"~mFF&-& w&zh+oP+e-eMi4~}h:hh/9~q2גy{O Owr@uȝuZӑw97y X-Y!b,#ۡ{}^Y;:>8MKjmŒ?2NQoAVC^g2|_n!6$Chrljc"|džNu![1:8&/`l6ߥmJ1E>ޢ ##DI"f5ROoQK#RcB)XɊ|^g_+Sx17ƭ-& 8M c0"sbU(M^Ejk~÷ oV*̀:a66ǝ}&O Xv!Fڦ52S$*%+XEmUXӯ+_8F8,de[8+SO{?#POLqbC<(2u*+(2,6K)UG Ջ2#ǂļhcgNعX.I6KI-1k g,'zɷ"఺?a~E^ Ճ &8s|bB,0>>ZQU6|حbI@H so=<OucDy%( W ΁YUf,3K21-+1'uk3TMWglsf롬#%(Lx;v7 6Z&j(OlFP==* lu.F+~F, _}ꨧ@,wΧ_r^.7xC,q<)sKah2⒓>N;!>rWpZ17MA0O^l sC7$e܈ږ0"N:rULAi| <lWDS.)$,Ԭu";zR *jhj!]}mƈ@YI?@7e֋ImHf[cHH5&aטhI9pM0sUNOdM&t:> Թ @Jпr{Pg h (ᴒUeǢ8糛\%QFwlJ@5Wm[ \rԊl8C ːZǔ5OA2_yn4F`YBB1j2a!pipLB_+oѹ#8ƮAFtl@c[>!(>ЏC@m;a5A5r/fW4"Or `fcQ6Deu[5p3Ijm15hDqddĆ 82I\)_ )Z{ǫā)m@oE^g>B(ݛH]:&;*f^ a8ͲD+QZ5 ۪:e71.th:&]ϬNr=lƨn+w/ Tt'`C 4J:͏T+2-B UP]k^iRLU}sBM4]q*!;%PW}-P5NULo ?O,Wm9e5ו~ p>8XĄqG o2봄6Aјr]j%)R1?n۸\dRkx_;' McMVV-6K5C)#h&%IxT.~NVi0VzOTx[扊3]>1 Z^ FOi%Jqc߅e0tV̡mlܮc·5#=wKGX>؄p̒O4m.T-Xo|v1KHN@4)7H#x8,F9k-}!9SbkRrwtw͙x'bҼVJ3%K hYnMJ7q U68 % 3 | ΉziRnŶ`@:(8 'Eʏ,LCវbθ}TS5l#ul\]BKY"7/GFKQF?y7<wRG9Dc~w: ju<߱Z&l mB\uer2BV<9;%RtGԆyLs'jhh&V)ߏL.RSȮ[{ԟoow(+uEtVpDok=$*]2@X,̓(B]SW7a=sVue ucf Xa*5Dsﱣt٤!zqPa&ԀnL챏3t J"a{WlKk6KilEB䊳9~?5#$it 9j9 !pG{ ΘВ*6ƥߙz-#;*}l.hWAj=B"dܘ"qH+UܝPRNDf<7ӏJlʂgۙ>x ջd L/j7A5l9^h94K3by-~X':?i )Ld؏nN/% "+pq%ݹ2K|ҮNy)2(o6ɡ$J +|(Y~e>řWQT#ڱeo8܏n&7h/!1<{Iκ띾SOF5:yͰ |L/WY;i.A%Cjpp_SPD?"Ēq-*y{K>aX لΊkE<-kN6ut!ou. h\?le_XD!҇`44~) /o^)l9`guCfa^(.'fZ8u5*G C> GY<;cm'h/!as-)o p!C8}: [0V9@a/kog7ҷ 4ՊA^ݙC9ך1e&JgWnl/Â߭(&|Rf~PGmZ smj3pɼ)if}/ZK,Ǩ0H_M.BD M`z`sOx!87.bxՑB2Ghu V{(ZNWcsuI[89Z^Lqp179_RIv'ʫ25o*ecNs *҇UeWd5em y] {|`"Y%_$`Ji=C֧Np7S5D^=^2u1튑MYj`lGz)| r%{3y9 ZeXATMQ㞈',G/([8] k9P tdi O+aew!kvpL DuG=ݙFpWd} Q,!k|# mlG(TIݵ[>21:ο2ZJܸ a øpD MPvH+ >9 fLNj58#A?/NVic(ٹ tr3?ãz0V"xߞEov1C"q+7/YG*ѢItjj^bPL:klqnԅ@S9u FjC."f/Mgѝ{<֦IGvWi/ QFDgJO8(؄Tj xKW`k,U 9pY؎"4WoPPFJz_+ ؅K P(,?ߊ eBUUYiC.3VHh8T\N15Y^,eV?5Pkh|RG O1OWE O̠u/}bo걂1BI\C>7|5|X =x:T FƒK/ a Y[׍.o)q bh/$bQEڬ1k˝MA*ê e^ Uֺ)7y >[Mjyϖr1 tE ϴ: `.2!͐]R _6~\<%hܔUd +Lhxdt^E?Rwd q֨ N[7vޫڂr^uErrwt9jeD\>,dw.Wl@:.w Pp{uOz,HOx;KKVΦo߸yOdȄͫ3D(qN(}_SM.AzQ%P*iȮ$.McX̪rjM(; T"ϊI3ÝK 0r3y?*+RY?ѡ7yoІ'2dQ_S kO#†ğ{Ğ{ :hغk?ycedJočw׿1exH 4@抰œo{Dd\{a,[O#@c5Az%< @a ·$M+>!ُ0z2-Y "+&Zgf7\t1}׃-SY5\#m|2ik,Je"_( L _H& , E(|luN8 CX"npf]".fe,$jxF#'-p?3P%09Pib;DUNjRo_?gOA( sЮ:đ{/aX%qVXUDDE|CYfEUau\)2AE1 VAF|=8~+Y?08ӱ8 %dbd8ΏSIV(AD6Iu=Jk+cMV$e4nAW-$l'#",K>U@}HlpBkj|&%=w/H+zB~uC24YW2xcⴻƵ#xpwnGҝ.s`i* SdpQt'rb#3-\dw*D'XD3Qd_΢uDk( ё&cMNTBh(qzcی~#ۍsG'06˫pizIKR߽_;LN0fQ+`٥c-4r,^.B3 d'gh|vgK6rF5Ѐm{e<ToiO dWl ][{3A\dk߭"ÇWoԡ`11 RJkl~x(v]ݱMu+KwXdWپu`3u?HWتՆږlto9[7.n2VZ:,;ܵV`7EwV{X6?7f+2c@XS/v*RO\l( ؗ go _"?W[ֵnBv=te1 2Va5$-!!)zV^,Ѱ)WM3sdB'ț,3zbNPz9gъn.;*PVq;\ dRꇠHNYLIc~yK/ Q6B"Ƽi3c"8'wv8#6nž[`B!.T #సZP Wg ZpMxE¼ɂM̩]]I0@Je+,<9h.D|5p^hmD9d{a5#wSG؏odc$ltlvdfx5Ҳ%i1$}&dw3ԈH3sO8I` }"Xdܤ,&Nb0}e"M+ie)0Ҙ`U(;5^P2]<+k]WxAkko/!<]s/E فqCeܿ6 :Wsh6Hn,Sj2hٞQq b'7, )ݲyF&4|0AALu' 5ƚ{j/zL?r8FRV:Zp)0O.Htp*uM '[*}C~h~(]H:C}|vS)A߇<. %r@vm@=*>5w6nd Z4VeLs䉜LJZnͭ<>|z߿p Eѣ 0v^*\yX`ܷO7A]Q;1E ͯ+([!Nc> 9 p涸9:qJQ˜ Qo-1QauLϼ߭K@N#(^ƂE@Ϣ.Cpr&@j- pL[.$أ ;dt~jc= jUl~x7-jx=O9 L_΀SzP@#{4@6/v_Iu<t_%4de3^!0%=,0'qs8@ק6MSdC{GFJpgNoADГwY@GPPNP< z"KǓ+:$w@4lbcy 0qNW00:sߨsQqPC; )r 1h1È(Hך$XCU0$(Օ,߭oBύ r؛|~R_ Z;)ai' Rez?0;ק. 2\6N >oG98k#7$?DEz͚N84 *טa)VK!fz%+߆L6g&mnO1K&\K|]@쑀kh?).K20li`VKyT9@4so%9Y3~#}Bjc4>/hL8|83i&bjhs>գ"OR4nP^s/AfYE0c/noU9H2Ѭ8ݏ9^-ҹ3 hGZMr$h\b jB#<7W P[2_+L~[Kʓ 'ܝV8[w~z6Z\წB 1Ƶjfum9b.A #~5HX@MⲝWb$\B62$ha-kFJ%rķ>A3fqʬ7g9i|Z'Зeщ+"# QlcY9"mաd"ՅZ#5KDa7nXΐ5]{f?qN~9"nҟXwO蛽*N[kȣUQn簕A?jx/ǸƐ~zE„u@pzӢ f>3:9+Guh1nCQ! Q~b-!HyR[4>vꕑ}_%:}$%{Y)r.Z:ANmMh5"Рw8&J5 ]^OL x_;A¼6)+ 6N?AEQB/L ] ذ fl܍KݝE):6:Mxgd+Wkw6w\`(ACyn^L^uC_ߌ rV]9* >p}1N3Q~ϟ̿~{Ŵ{;!Iۙ3T`=.KM-<<69꛾GYqE K_JKFMjQW]-L9U| "Dwp@ABNj%o"#76QKqn g]^E"Wm*h}p@R<|U,S0۬XId1_ =5UNJqF2NgAr9rYF^QMՖVwY]ϗd]oNMC8mFFboUE7~V ӢWx]y<;?;ηRVꠠ ><ݝ>f_.IoSi0~|U\YK89BW_Xq$ o(QjPcz*g%[c!x땳5 .QE#)IHŤLwy/Y;bsZ I \-920hRT:2(/X]x3ұn!9ܱ>\ҳ_eɺXhёʄΙt" Za ә0#B]uDƯB i]k3wAqn:J~1T=M\8uş \ yIwЂlO9 fLb9ПE博  N9,5m@&Ci絘cѤ`}dvt> ׊rOadKKYi3߲ 3b?^ٟ"BjsNzVg%xy*H:n0Cۓ:ECN$|2Қ˒]Ĥr grlF`ukj=Pq%D :|4*ICjLJK݃ abFiAĠ/,&RP2Gĥ-5r(epVq`OFz{Nx T$WN7 >;9hnw4'c.`icn.@?d,mEHTգKZ{isvT]d{~ n ˉף3sܽuRh`#_ V:imS56T ITNURX[qNe +08@.юW:yV/h2Tuw,%7x>/{*+KSYUgc"DUj0 _y95&p j^qۼ_\adLb'\(c9V q-OE (P9AQϊxJz WcOOi0"s؉q/yhE34eӑbMU꿰cvOK)wM2\a)-Qugs$:.dڨ/K2DQ%N0n:S p t8ǓDD}@V2>ČY"4vLycI=q85BLuOTk:HSTPίPF4x$FD$%wmeQ&aB{>Z3jЅt26^xWgN~Kh=mqk/-5a$7`̎>d5%(}bc\iBK#>Jf [y5|bϐo\N]NF#`4і -#! h]vww 84-C:%O'WӾSգ\wL?5y ǁIDn˓V p+dw(=Doi5Fo_Cr=$Js'k>rFGDeK.Q{ a <ݙ;`}N'j[![Mi J3Lz<89z2䫦#ն6S4 xHA4{,ח~lRS(f sOp;w.@x/Z B]3bV~D2"&e.`U \ 훯(Ifp٪1d%Mܔ4~OLFN,:*GYdXA}-UP7-ir ]=ޔuZתif mCYڽea$j^tJGX s%^?]jrHڸ |~/ceϏ jnI=yW UR`KZʘYL DpkO1;a#/^3}و24vzcsX@ځhϋ8Zi+s R+Ö-`A<8̚mT'Nfx܀j JDtI&w{=>&h`=} "KHt|9zʮ P S{>X0]"N^/N )BoKࣜDb[tYNzxEOW6Co:#>mV٠IwyQQT" %Bo!Y2k c2+ xB[j$lbf32 q)P9v^gL{Vj +cШ1=﹥)mRw^unCDQkL 2=ͽ|`-Q4QσOdW#I$+~ ꉨܫOH:KcخeM@)DLrS@jl`cڅ?zĢ51˴$WuN 1k@GNm 3ǂxlz ־ ?7 P&\k<T끹= %p2za(1|_1_z~\6 Oǚsϕ]\;'jyW~!xkg +Q }z%x Pf<]&ia8\Jd\_=;Gʝc秉~0Ue逸RJcގf%u[TkBڕt{ N6Ӱm{ v81}8pNLEEneo֪Ỳۖ!J0st\IT}| By@/GqQe WqPtӑi}ܕ~O_i@c[aDEQ0-o@B[عLF,abe^NQ1XJN}Wi1>~,\:AWmFgBҌig맑F~Cfઈ;,Tb:+Z׊vT`mɬgK"&_<̜'B !g|qj˖X"sw\~;_?Ǜgie/W:Ԟtu|Vr p!L]~z'_ǩ7+!f?A4Kq?^d@;BU Zkڸ׌ŗL:YW tUh>\:m0<\ N:[h0MZzs!H32İ]dH/PȚhԤc!Jtcv >17/߼jpߛ VP^.cZl}gfvsMbŻ8k-d~!b΢|rrR?|&[lkBHHAuhԠLپ7ѷ5_d?AſOf~DGԤ oXp#4gQԇE6NE[z}NOGZDj214Y{k䐯B[Xu|;Q PO eeفʹMDN >9=]t\1qxWI, !̐oC/>о?a^޽ g|X*K Fg@I39:re" |iCH}T["͒5>PLa&FCFdۘ vAEOWg\8UQ'2Y tMEW\׊0s3Lc_8J3575f]D8Ym:>CpI5t'>T3/eݙS:bֺ&M&LKV'Xdbh(SY7-ʽU=nl{"@4ݍp~o*T!ѸS)Wlژ̱o9,2r2B.gx (0w$(5hj6zOXG&3+;;ʼnSco~ֆvv#! tJUpuV7x(5 $9ڈ;v%?є3uCUCo+Uu9Q412@]js{jtŮ6l tbx,V- JKȯVOGّW2bK@y> kzql'"ּ/(VO؞RSA-5Zk4c%XY ~UalOƏzn=Ub~Ө ,ӺO_ ~`dh$^fq-LJxiM9&2e!n Z–Ns@TR ! ѧ`wۍ4ZshGM<}LYv!TLtoNPn§#lH胦,L2hD^?nYYIP$@/v-_-m/i(MaS8LIa/E%#*Y25k ^۝ƕ5mչjo I0TH>: 4독BzPGo(h$w;+yvu8%ww 0"} dom䅐^1Ѻ\VŋW[ 2u]ζu3wgIE bZ`NɈ=&7NJS1ه'uSQ]}rKU.ǕxtX%m-@ʊz|YX_\G2U7}B26*n$tt9Qex61g4.f G3ULIuޙĮH.ݐםW4.emȀyD8(CЮ-rP;N6,z|6#>ٯd`;hYBm*ѝ"Yd ncu=,LHugQ3O4_^.L Yό`vÚP .Jgr,;TOUJ}HSD~1[*G)i c/f;n(L"IЁc;z)qySaH4gpft@ E~z!?mcȚ5;YWmS""*isd_R1 ?)d{MNA5+〕jU^v=`3Ϲh?j0HPgRj'|NcCL>u=3ωMN񐿭3<ću} 5,|cVBWxVym`v{-8yMa9w2i\p,ZOk: 27*}Wō`uد3eZ\͐QrgtJl{LrK k0߽#X[,t'=ƜW.c1R%K#*akp-<֟(trD&EQXZٚ+vJW:L_/0hͺhr;{E6G(ّ eB#p@'6D(|5\R~K RLyuV;~= L GsɖE8 y(cJj6ۍH8eH ϾguT\z69'MAIe}6;Df]貽4JQ|z}B--:f㟕F_~$OwNş?:$ b(w#8Tzc5Hhu]g hzV692ad|(F#: j󯄮1㕁ѽsft ̚$G'2R"^T4\2YD|8ro~d^?҅m:q/> IVvoqˑ/.60rVO&?w_hJD7,.(%b2| IH6 7<'"tF}p-a$%WY*FTPoKj_2^ae ? 0wGQԃ+0T0'f}vs2Z\y:j,~t]X{3*n+ yJyBR繐G-y@MCrDmFj3P!+2Uߝ#-}!6^:Xx`1&̯E;pg5U\ca0n" H4P0ٞ^ ݓTӻVV.RXƘN t^^;g@Fǿɗ}q]=t*q}U][DSb+av "k>0B^ ^;NGJ7,E7](6.qu?ILaRڥ]y}܊?*,:4l@ZR{4 ȟF>ft_{:Ē>!ZjxcˑTKTT_Na}}?Kץ#s)'gkYi{q 4M7ͱho(D^1ڴ` lJ[cq ~QQ2YR3'^4]$өKB"hpz&KZP"2bA BK)b~h2^[4ZkPzQSgHX]^c  tpPN X-LWYrymvKERat|ę%Ǚwʡ+ sml9=Aw+ߦV s / ȽΞn^|6;l#Fs4(]9jJFѕ&IL0xmU5p^ؿu@VrN?Ƒ&ϩl=HG;f$|샗>d8 X#)@dq"t-p&߭):ՆZdE-bMAb fb9!}ESD! Q hh0d* O Z(0G{>O[az[Y T-Ftpk2 |(2jY QaAU+Oyʧf>/F .?|ʫo| 'rx$~5+Bޑ ;H#ƚ8ub0h (Nmoz΀ԗU u}gf1Pk$䢵=Nאbg݁kNLƲ0psU0}u4 kzGUۢl;Go 1;;7%ɆȹU*W K#"Lj;b>&oPuXj{u\l DNh2KRL5=$MX}(PznPJߵKIbFMxV% loi<[jL9,>%Xp vyqpЯF&smtc ןgd}e=%Q\ֈ %Hq%^YTJ9懮>ZspC AγiA $"A#CP^} BR%`jJbf$?Ȃr|wBsO.|$Y{~*6HmsV :_RM"F(LqG$꘬6JlPE˕g_&zIU,WgגVDI`F6 oew<Ĕ^яNeUOۅrZ\EڬCm19T̓.gNo^k2Alü}blLbΏnJoBi24@n)frI _BsGqP|_)iUcGF'jp47;I#a{`*5Uo)1pW1-!aw8Uk5bHɳ2*íD`w 5 06Igk˰̹Jye"P.PN~n6;^x4?UpQèn"LH1J1'*&~ fj6$ Jԕ3?0dZx =eK ٍ=\ypzG?\jϪ? A3uL0_ůԏ V*SE zV?:Xzj?6Cm*%bv"4ZY*]@=lyHPGtӺ,Aa+e 2{VbK> 3 6U,F1D`=NVѳĉ@gE*P#92Sl:3BrDZkx'WO"b<41HWP{{zGkO{#,$K&W\2*Q9ZԴPo^g=]S'OZRZ@{w3{f)ąMfZ=SoUZل2DZWz ]"8q+0Fщ T$=7dHXK:DQWج': L C*s>{I '"~B-Mk>~;)3U-7iϼy 2P'?Zky~vPagzv0vQZX]B#WHNTT2bo$XePS]>0qU5h oy+ eMgQ_T4I"@EWQB}$AJAԵ*4tq"[N+ ONl]q{kFޅ 4tiﴷ҃@;-T9:)V> DPM4<\a0!Cj 4)эq>u-Xq=0dMUåcȦ3.['1y%kbģm"Wʙ3{%L,ա.ݏ=*qU.f6[&ƍ>aHI[.[=#RǬv1SL(^n8e7Z%`k da_@h&s="G Ak1JO:<{xYO sԿe"rb?2{a 'b.[)^X xK~ɭ?{JN^ihj U1{X?e5d w2Kv7O w7/qVvhF+>ϴ_eR/iRLy^^nY=-яCAbR`KO t;I w,G ݪ5bl YXt/N6BV̋J"pC !;[)gzACie=f0m-nnhX0^NUm'5cUG@S2rMrsVͺG֞|13<͆*}pk_SF=pڱDvEW:+n4+J|8 EpܕǙM9۪Q0i&8nu"Y;H@ʋicJ~\a%UtJfV_;4d+l) K]䠢N|q~&KGÔy!ſ4K€2޴C5 Qj#0qo܄=Âc3~/fhTe,/E@{eVUF+V#Jȝ9z,"u:% 4_ur; C?VfqGϢ'JN`տx<42?y`f֕1fHN=o C`bqɭMt .+|Vbk'\"y0dWK'kc yMf1 +ZNIѤvJW5N.  Ėr0e=:(5]\5ʸ( R[ø]CJd얺0 5זny.gu~@h'f8^Y}(eˑ^l/4WX4_ 6Zoy gP;x^*h}ri&mk~)TE3+Bq'#~a8#J%Ch{|Q~S3X^Ż?#$IXAW:,cϦݝZy~̻ae<ӬqpB]O/R^>}y>O lmYVO(o1rR O'kî=%VвlʼH&F*xĽbA#dj.ik}>($t@=kT,J4Ivx^⤘J>eJ^@\BZd $t,#HRYz<_:mg`>\iGJXm0[2cGqe@fddPqזUMl`ID-{}!ASYJ͚Ie^z- \k} -zA̵pY*QJ&2Z,kd9d%xl].o{[h"ΝxiZY- 8 A9; t2w6X烗n`%W 0GH>9R tF ̠nx 4|\ i6'= x՞Y,%eE WNtGg;Dkj,jKҦ벼R ׍c}T1LhY{XR3J{ /ɫQrP+HJs{&sgRUXx;*Y|@`TB!^l%L\g <7l x ھ YkmO8e $ H2Z\ffF]H1q:k; ѡbN>`?#({ݓ\©X__ >>ؕG:d 0 i4Ύ1ß 9^Sb9yhOxq_̋Հ;`ީbVPxZ"wh2ciaA5%Ȧc ^AM1!`Xg)o|_ ln O C2XH[e3oKFUwb=:LN*T$kH}bޜpQ("PuVj;IzW.Զ*v-Q_]"5}K8jU0sd]; v ͉R'v+=f.$"`iB17|پ66/ǟ4Ӓ6!B sd- N?5tYS CЎ컘}KmOBz?@ OaS4z s!ƌaτ7auUkǻsՋΠ- JԺoC^{Fk%-͞j+j|4"k{D?f e:U5dAfD2WY9-&=ꇘmN[4Uz1vjaRPH0&oTa*F>dJPVHh?{4}? {¨BNwrz6ah8V].۠7mB"]M*Y6Ӧ oǕ:we][]O.B݋.cϠK"{g 8rGe1Z4+頳`IƬ#={Jg s 9yƹ ·*͐3g_h5-\;=`a5I7]FbuE)/$ MU𲈜.'Nr=@`+%x%Z(E ::'4DEl*v 4@^ujיxi,V:jrOd^_gyf/^*"Bp&]է[&`UfU1"mfw̑%-ry;qo)ly(`Sj]s`ԀObp,ۂQcbWYdjNcBVg.<~F:dQ FWV0&T04ȧ>JX0٫"A) t_oS9cz+n~ nX&!Viv] 'M,p?^,3/#=ql}>Y}&rj5 )2DŠ2 #CK@42<^/?Z[q#)Fp碲ǚcȜϐsFٮ"h(YZ-Esم6Df|WXI@Gz!z>xUlWPw(fi@E@pl˘j\kÖT FR\0xQ3O sj|B!xA &pP| {6eq 2 +F!fE*k33 C 3nusܺ^pic6NvU8 x>!tVacrO*gG>i#i܊uubT*)t~2,>UML~LއCs2n,[O2d,FRw+w2-l>ś >6O%%2k!c.OM弡̬"$4&6BajMsfKDex)H;u@w&s nxe0YSL9jTͤF7@Ƞ~uFoI,R'"+cV-O֝k V QFh<[@q1T(3idl(!k(n'OG\ "y2@=e}Qo- ?uOtuWs"cb1ZdDR_P>3 /'櫓 2ocYqXwLN:)$!w\ #/eO ACKʊAIiY~~GZ3 /K?9i4Aw1Dcv}U_G_KPx캓сI3 f" K /'ٮZ\ϹDH_+7 .EgI̚#jUٕ +GeNvWk g$G;f]5ͪ-݈i %ÎqO_<=0F fgc'p|X^l)tz8 igr񭓱—4Ig[BJb8N$dx;)ŗZiBl~P1)${-Yj=P4=O@eCd-i,g!/IGR4! ]xptxF)6.:fy=~P*3,l|7;Ƞ=;zE%NxTnRI}0 ޔ](BRp^bvgdwhsU9MJmBY6Z%9( ihU,;Im:|UN$&>MT"| 7qL(#]Lϕ ?ϮfcH_M ^|E.M<*v@Q9NQh g/'0o݇dSťo08ۭ\@ ->5:'#r4@n \_)mApoI~m!Y 'ci}f/O84S#n8Ԩ~P2wM } -ߒ˹S\ҨmWL~kREuMߎd/I@_{vQkɮIi;]iE~[¹2mف!_/S;oWu2\< 6ꇳc9dq!aP1tۻH++7xao#@yҾž}oj0IUbzڑB':NUN7e˪B9)ы$t 9>h:Ԓ54 eepU6\ x쒆xט^ULlq\c9a;K2$-aFAMMoRժI>n8b,Y۹@JچC;앺V%&J=߶ 9ޜn \3c( SF6Pe3OSn74ήKa)&L?R墸mD c2a|r8>6d+9vE9]SG_uk[,Sc%GMpΖ!랋 ;ۭs3%ֶwY#BZ@RunΣqXߧಙ0Cϻ.'UeRHP% e0*l[nѠpWfZ+O_ƘfB}ؼFqx[wl2-0ĬR?Tpp5=ƃ86G8B m:fcRC S93VeQGX0|#kvM8Fƪiڇm*B?ES"?~pRDdDF8>GN wbFwVU-Mh\y4jSUt#ǀl)EK쾥1X~W%soj; Ъ5nAOI #礡 ލbI67G oiI?Y|+vx~b^r-@FۼH(B^edW :YatxkRԔr\ Hേ-9z]kKgK4&}%'GHj"PW[žm]e>] ݸFВ [4,vT'Z8]ݾ?*;8q<=mMQZd5I nQU)iEgf,+&mrJwbUxdGHкag08S_ LNLs{Zi7pҙ<>$nW;Y8eJo_?{C}OӲ!;4e0'q)dںL`HQgV(,/{S*QflH&VXYFo' i basy<V2to y":xy3b1f&36QLw=:B 9)^RãfAНtadڭ;~ڤ8#2YÃAOm-!V7`ln]GK'J.!vW7yqc`&R\նV .&J-%:$rR#f5p8@tH|Ն0ƘbgV#  3e8l;!X3XZnqt+Gz R̄pB3#0ZX؛y‘^b NHTz:Mre=Ͳ9,_KSBu& #gVB$e(Bh>&Q'"taajD j8 <^]eB1ܥ=h~&YݴO3bEJ\@EGωU k֌8fIk2Md>TRѪcR Q|"h^CYǣ  Sqӱ \Vӊc>k\媼?z-*T8bNuIb/s~1^#I4vS֪ @x0jϢxn%[]SH񐧃>RvQmNEnt.& b.]H %?|O-qH[ 4JFZU@0Q{@voiQ/Hө_>2T@WCҼE#N䡲?F Ω)^u BYrl}L4yh$\>y@pd wezImcZvF!2(L/f7ZZ2/ "MAťWac}5X9f1uXC6F8$=nEf3̱Cr{ȈF|–yRlVPLQ5R-=O&:g/vF*Zrt5Ւ2BSu\m7V_g3|ZIusl5>OFs6a%ʶ,+=#fb]>Ί6RqDP Q?7 ,S❆9 7Gb} c)?!6Wv Fp.1j6E&zN(;%Ҷw hV.8(?]҄_~=28 D2}Е$nzؒ&[O^{]*Se E='6C^TKzǾQ= 3]0)EX A]ڊ?n%Ą}zm!A̔ߪCI |uhKwB7 MJym9 8n\>pqx 4VX(zט-D{\)F[ClshG' L7þyLQ8kHf仜)xDf6`d)w;x fv9 fQHΗD˘C>u MV+0gwy=h.Xa8_8_!i wbG(IO&( XЗ=O@xg,{v TpA ?~f%)5L_>PbM:?͏Ewb) tPB .ƊQY6mxhe0i? zJlW{0QvVogp{sdH/.DU-(?i F Ғc{K5 o]:$O> "iX$.;mb|wX1dڕn!㜒ԟj5r0 B15ڪưu|Zd㞮>:PW | Nx}f pR (G:h> w(]T6뒽[(G.?P?99w +BwR3mT.f*g ~qTRހv($s)@\/e֎bBx& J7l+K曽 ۀ,x1_~}oc*?+Id*S^1ݻfi!g/pI}ƝfA3mY26Cqpԧg)kƑq+ζUG'V#b7GyTV^5z#:i`i`!yBFѳMQ!"SO=rΰ$ŭv_??;ii(u޲𷲆5T0 "9gN%%W h7򻂤C7z^J8;O-l tǀ:y;>bUNdtP|3T1Y=^9z3%7ARnE4*vXͪ_neXyc2`Ӎ{ц7"Nׇ%2Se|{ l{S>枕 ]b 9]~85o_\,qb +q:UD@ۖEeZ͓OXyi"!ƔWH)NnmRaW-/{/7a-Fw* -킩mi&ֲYv5K:|!@V=B ?[0?`AS c'Ǫfcs4oҖA=s#Ս7kW7gУa)M]f dʖ < Gxu`6GN%5 (Ie52I7F6lɎ#ɘ|vA8xՑzHd] tog $G< ivO x#W&/p0ڏfOfbMPk=At87*B.a(|>#C2좋ͪP/y~˜UQ ߭N@>N&׳YЏm]u}dCªFۃ(x9pkU%MۉL Dھ1P7BeLYxΠ'07ЛK~I6]F((ItXnw%M1ײ!(i7o2Xᑣ95 bsYiBX  iMi3w) qDllC7G@^-}rsu|UA| y*0_,p]VlC֟ P/#䨬ȦxNGc,bQBpp.O1S oʳ;|MӮA24GxAxNmX z{.MjsmۑVr;xI^FfBPy?Y<% ;IRt9m%!~Hb|FIP3JfZuُgƩ\LJc.{? H)rnފ`?Cn+Š”[ Wv­u4LJ-q.<_G.(n_+$H9ڴGM W^Q*H33Fxͥ-Bm͑2_ 3@3Ԑ1t7ԯHċh$VK߳'Y&=Zߝf)+Raϗ")Ķ)4F^S<z]&sLM` KE,8܊%@PѝBBߥֲ80 >K_мEMf C/70&v}l|]/Pٺ0q3rO In'W/keӊh&c-V xC]q23,I|y't1#ĵSdҍ#ؔ(ҢjӨJUinHRQɺyBGP](w&͢:$2 xLR&Jd-WkvZpish*=(vH =\B S&K.O;e03^|!|o*_b`r\жg@Z| 3/3RIXb)!n堉~F~s$͓c]+^{(J/-6羲8C'R-V5k>hY[)5#fePez;T o ƿ2x' {R]ߵcMťы8h$ZҔΏt7Q#xKEcU42b83y|I:#ԩb>3I9IN <):Sd 7z3wPކZ٭vyj0htW-.H%5ځט( w$]4!Hw|Ik bxፒًHo~n' E3Bd[˶hŖ nE(A\l9FH*7B ry. f1OS]H¤- Fvc?t -Dw{/F"ɯ@!|,ȉ"aC"8y-M5(˞#;䣨9ɣ'Nwz U" A>8}WNnj"}6`V]2MKd\ t{z}-shߚ|l`+ _:e=hEλ Ӓ+5\h۔>+EH{<4 ED9SN=2q|ϻ9*>ɜª#RM4jiY6v8[hbU &dvb,QUH C4)iCp?X1ػFIB^-@D Y ԍp}ˁKKXS 84FYahsNPL[_2*(WnO零mHC٪!򔋏C W&T\M-!Sw@*pUeGz؞h/BuZ2-$xahrO%!i$8[:eΌ=jTfI!r?|bad[optLtLU^吴A|õrIB:b Y.BQ7wmQ l d-9N:˩޽|vT2<o'oTGY-dYZ iw>,ԬѠm%пlJ-`CVX_Ey}jixgUdL_=bpsa缻){(DK^Zi`śױ+"XM4jmyˆ eTov9e~gd2W*1 K1a]'y3kJ|T$i*U]w2%*2#EP,zi}-nRuLl'&& u(oHՇG,*I^`*ʍI7MJY$`V =us5bt!< u^UHs|BR:\ S> ُEw9%y}O=v~.Kѥv ס͚m$5HkPAp+֟r2Acw%E),8+>3I3=![[b% /:kk.Xڤ? K Xwó~by~HԘL+W.m;U~>C‹$8 @vv&CZ>3UӐTR,^0LJyo麝ᄋِ&́4k'ӭO˅ vqH5 Þ"? У 5,fcEj /O\*1:w}l;ㅗ~t_Zf𹮹AqXIeωHy:kLگOwtfَXV fƻ+R}؀@p1/gGƳ- ҔɷrAl&6ZR*s d/cG. ۞xf2}N%8ʹc/C~Dw DP$*7AV}RXD[M͔gȦM&^k@RQ\T$K7|5GS =ˮsD}[u?{8L3.«cEۅn1a6}2 ;JǞOa}C`h,A7'IXsD.|lxBuW=D7$'naQE(}:>IYRvZP1=W\ǝHr"CbubWo6a[1FVFתAg t6 Ơ7NPQw7J.u aHygybwWx *gs["S zcS5)\K8jraJ FT;t(k xjȐpݖD 9㤅 `  MLLf BSۘ["`AQxUIӷ ,q=J]ů|>|#WiG!!g*  ={h{X SsAk&J ;`;t}F--{FHN#}2]뜇'cSDoEAֺ~a Nbeo\L:Xθy>a)Q, J<+ꔍy@$^ !{_7V)?J_0~tdw!4+#rayB%ΚrkxYWdc;cnH`],+DpPcc=qkIXT0_]Wa89KȌ+.^gn^a?%128tBlXz30heGy!Q)gM5a( |!I,Pj^$"^kK%4̶SDFZgy[bxQouE)Aӱse $kvގY^"n)]rЪ6LsTX[k ֶ/(zmm-.tj᪮TLM件i6޾a}7J .V}F/ ै˃eO\82E F)='D)kk>3pP؟=~Юg4'a:.gaש& ױ6 ݬfg2@v;Uξm:~6Tu[VD;熇ܴt{o@hƖvD795iܤ+^'=˖k&wȥxZŒN͋ԇ>5V K!ph@Et.òw=tņ)Θt"t~exW6Z 9|j2'PtaH-jWut*Iys}C0B(:PJj=0ڋT 3! LZ1%vT/`cǿvS#'\PΧzjۀ]'p&.ʨ'zdVCkAa&[bh◟ucdžR}֟͜BӅcAx߼Y㐮QӨy `K?̂|"BpHpA5B}RG 0kMGC-Z#B?E,IzY~]SNrpwK蹨IL˧f-_$S.i36JC̘O6ϴrc˒֋qs:_/Ts jVzDZP/.r놁MnʣEi=}ecDh[r# nI">>o/5w0kc>vG"IoE趛0nd-#pJ0>8C9g`(Hf@Lt').fznࢿ4~^F[<V!5XW2YNwCz-)ܢRFRM eҴ`_]y\ (G0 X˥u8'R΀5`m.AV9b-:M7:8iN5#uECh&kfa۴Qf9|Рщ9T<> Ws {{OKM>#pjf_˨LYU%fIf`aY9!EbB>Jhnflalgzdƽ[=u8A+o 9 =lT;UPDO>%wu :uuQfUdkp(ƀ|bH<Rc@THTm$ Bdt9o'3 Rkd:{`8yJ$A_ߵQՅ ;4!=kIhЪ6Z$ψ];to`֦v4Ƌ*(Њ[gF+0fGRPUpZ^P\7"f ٤Y ?`\kc߃!=Fmbzk(D9eׂ]F .F'+8?hbOe!k.g߬]4]Q1MX T1bFNZ5C_UkU q"n-7_+)d՟,F+hjW햟IoLFZ`]ckByͶD>٠雹C%KzoS$S buJMcFɉ^f3 &#l()9LFIwComSu5X_}@eɆV9hN-0~q-6/l08U!Kf&> 6Pׄ'(:+b:u!Jc<̣$9n̥3ʓbdbtVG⸬g, 3(k?PEءTC&aV-8}K!tD,դ\KtԡxJe[ R⾽Q}d#ĽZwPiEmB=*xe"h%xU7;HAR&-ZlլKcǛ30:3+qJ6 Ф`m~}!ú|t0wT0mH+#ʾ.]7\X߄g`A'WC{8L`?yf{NB*{)b%4Ÿ$CgE9MȀN9"E^̀W 2P*FrŞ; ͵+A&WaPT'O85o|P;]F?a+h|9޸y%9(`BDgw̆کQTafSPNs>[ڜ.}pEH a/չ(V(]\ҏOgϗf@%ku[Ą7eQw!VHPlt>ny&GD21)d/jk?(o_ 6^@Jf kHm0}1izי3vAV]\\['ФR荃Dz.J5~@>RkGh3&FG`lಯcY26 ^L_eXuOӓQ?T5!Zfx^˺ՌܥwW62Zq^)HO&@A^akBvt=' yB >92 8+^DGG:=FV1Bɿ$XkFZc4 CcBk{ؽT94#%NBv,b*"oRf((^J^#fw-#J#d NNz/_eIuG M44e ;`W=A_d)2NvGFսHDdJO” [S']{f=gX y:3d/S{n֚BmsK/@m+*@:!~7~ٸ]5H F[-Hw.mi  `Z?ݐZyt|Pw׿VKU8kFA-~.dw<lCh oJK.LmQr9"pѐ !з2CQFo-q;> :AyZ`[ԯY<^O==S:5A|ilX7ru٤\ w Ž,s%״ 2pƱIRa˵,Po+75FN^xIɳs6/5\#S%;'za+/Ay@_3m3_;XA*c$iٺU~λDrِgaZ]3V.E.ף1,6-xL!\-]Ʌ5 dDicC-Rx@*bo[2jйͬʛ(άMWzDDF[ 0}JKb-. p}XO|k<4xLP9{BsH?Ӳ{Vϵ4E1]v(|c (~ f#3:UبCڕ?KI*viB4_5ӑᘝL>gLvߵ[a#U/'nT,5;akdޫПix\$߈c/ kum&MKLQX TWЉW> ҷBէD߳?PNQ]{{G(odCɼa o⋅T2S.䥍W` Ftf'A[*ix?94z'/;=Y/:9sHfDQW D+W/ⱥ"q d&s)!ޡe)AntbNFj͘ /Vxkox[MkLIen)a\J=3Y.gt hnxۼB>O1; _AXݸJo\$賞B+TB/h,iDfG0|4"Γ)+k(-䦃喝SN~?Q"l06coԲ34gDwN4i[p-Cꛍ.ȳ2;$Lh ȹ¥ۄ8u ;>Pn' a{~ qDY-[ γ( 6lJ.dxWuIQLѝʃU"w~-rYbO(8^ 7"]A.<ki!X\t 8 6NOn^ nFTBK/sNH% ]O2YʁX1-d/)wKolM'5Cq C?l:Vb̂B)^МIZ*$d @&Bt ] RR )(ԎV ;7œAK/!K2?@A\6uj4c l,M^F? ɒ/CRg Za:/^CKp: 0KƂV2ۍԥ(m/"\z[zAϬ-|x&^N'&][/ ~ͳ\Ԋp50_$?gBޓUY]ڈ A3Y ,A eAE_N4s{zQ6m&im J8; ķԞ) g BɟnR7v|Rj0J̥BB0"oXE֍R? K~q{1 MSszf `&y%hێPH&v.c‶)4<ց< T *7| l%xSxz+sD.zt>GZz8Ulzs4©"jѷ0+> 6w`QFٖ8 i;oQîAH^ۺ˱PR A9זo/3627UHpM]}v Ѽ0Zo@YK)[ 1>ER݌6û['"[`M- +H]jIkZ$l~eDQwBf])W,f:S$|~$/X:b4)\Oq!ʔH~iR=׳`VKnZHIV1*.j?Moƴm@ф6\~d Ȯ? Ԑ?{Ґr3?g^oQyydos:#62ƁV8,QG+Yu+E73m(Z~q-#ᨉ-H] \E*|NbV! ^ra}c VS}T5ķp )w$|aZNZFp,gwpG}J0 "J/:"9eGn_Y%&Q ĽSw1 cmcPFmSvn2ԓs%TCXTcAD*{;QAIsavBy<\O+!WEh!* Yp([$c>>F;әmz elL/nG!2A]x33-,G-\oWдpp1DTSۚN4$KrqK/o{ !h妝E^CD6FIBtq*J~Rv0HnP;"فEB&B#[NX X 2Pz+.s>Oj.-&N~ #u.{ q&i r A @+,15`"KoޚVON->ӛ!$0 A}+G%Z9\n{=8NtoUn*Sd{Hsvm@NpN3Jbe9M'X" 'TWd䲎 `_%%0Z\=H@nԃaE9 z!w>$wCW¯\^;'GP/ q 2J/=eAkn7b,i&yC2܈ᨂ4 5ڔk">(j%R{`@Y:'472٧Sd`x@z=S@cn(q490aǖ]R8sB`rs?]̺ZQ;SJX`;jv{Cm><yQX0L]$7cpt_'ZH;ќyjm2υZeaEZGFc;@]q4yr{%Mk:P{$} v3MQGz>EȁTɛٳAAUSআM ʬY' vBJx*=xo}Z5Ԥ)l;t,Dz 0.֬r#n(,ÞWy 1%=2jP%h9tn Uƣt}jr[\ÿI&Fjz{,T,,$ NHۧⶪUeCcV*2Ϻ@u1#3F{JOS[z!ǫN7ͩO5ҙ񤪺_d_l-ED ϞNGnz:~(y ʝ} b7z5 Z8 _j]&|7Ub 2ЮY)XNPɩ|Sթdz)q{yNCYm1.[KgMkБv27n>Yh "ͶFVJZHY[EFϯ~{p@>H;[oL_c&G :c{Hz=xnr. :mGx6} icb0병 e\gQU7㸫 _[U>0]`Օħb{~fj.$3KzlI\0ݢg$^)P˯ ];~'__ʡ/V1>G0=vg)wW !u?Xz]z|tc~VM/a? w+t ʪ-&x)*|l;;J'$\pX%qd BJbb;NZ⼟[ɴ9y,BFAA/!ܽ?z9Gew 4\>0ؓu•(4C8XrήaC*MԹՓAցDy%Lpo:%߭~fJ܈wN qw13/bױ6L%qO7FS:-o4?OXo$b?֛ܺ GD +jc1ISHLV?= ʐc%ʏM:8,\'؜+KNDp[I5܊׆2"dI2.;v]*ҝ~֎z_b7|M.I+hpv&8;2j7KڣÑ=s#  v2?d>"gL*CFW2Ι 60FUm$붺!!yY==j6\V/'+~CmkH7Mx@-68! n+IUSꅇG9<G)B\TӨ4<^SJXb<ʁH"fV"JvW ?._{  mGvo5RM_$j!"P[Pdտ\H 8eźECgIZm+ ~d3utKGPs8`@S}~S_L ^L;-&(NȘLI+(ol.V}},q2r",z%1igHkb>Lla` 5-m*(Ht$o59hBSPd]T|z.2hűVU~:yŴS~1L`sEe#Ӈ<(2KQaT` V `Q23 M[726;ܿD3 n\kdV:@Y`bn% }[2u30hߔvRWs'\˹3WxA<`Y׷pҖǠ1:&HIֲPLZfD;% 2߇(ԸGؖ!1%E & m`?Љi X)X"m Xz^kķLr{/)NއbvI);HHX Goߐ.N-xM4^d/nȦ ՘01gM[$ qZs֏I>']>i:($Jq{;tHc\QKW,B Or7vFcTH];L3"15f" @St jcJ/G57"G )cق o;#wb\l5 uZ2~^:M ؛v©g<9f&N뿨Go_- tձ R\Mfe\^+ O$B.v c`arztHUlAݎbNF[a*Je)d/;h},lAՒe~EFǨUnOlTΑ'1QGbB{So`^JBfegm_rp@coZB)&ا7·XKXW zK5]Rva'pb#5nSr8Rg U."6GFQu% B{B瓗"sWh4{gN۹gJ-.yϮ<1Q(zkȞIkt?V q;GPGI RfyÉVf)g1GtJK+Mj d&@%6$K~dc+><kGšRUHij';~10#lEHZ./5m{=ڋĘf$Ẍ́tV~jޓY5q?DW2_L.ȘP|T3PM,E'ՑϿ!L乛r(h)Ǩ ~w((_]Xli,~f `O2p(fgυPI2:p{Xr :o-#H1#</{HAl>[oAWE rx2h$ YTmY8ߵu̯]bd/ ҴE093؅7[1!$9MA qyΨ%nx"aD>HӆS z: pݬ-MVOXή$D>⛆OW4C&h~+_zN^72~ !WB[RfI~6qL4"|"[1 5t6DRi("/yFlB8`k7Ug?}a6cCMV}ڸܙ(݈v 8t=8׆Rf&1wi4-ƣnL d*aIPV#mt(Mxf7Y( -`(-yeP&7">BطxnGehRdAy@ܮ9g*xdyb`: -or 2"2pݡ{<}MPhWٿSG8ki [Ȳa$J$t$: pfLx'*zʱ5FEF[L{ *_tS6jXc\|'Lf&qi:`2nJ΂ޭ0+>o3%QP` H,F)? D恳;S\m)s$2+P%Wo9}/cc8y4/+lHi[/ئ3%C1WIx8<@{f A~I :^Cأ21]g##Wi Z_hrV̵, o34zFI=Es`>>͍tosbY!ŜcR# l1sXS "ݶJTY&zY7l ">weA{!Q?o$X;k'{Bp.TdLo)dX.q'`oO!a6UE^~O ~_Y xnWS7B/(\Ҝ?Ӗ&4Xp*jinUJSv3x|3V5 uMS [?Ua^Mwv$H|Ȋ^ 9zl4etxSF&o3<rG,8@d9tUbSCoRaN3ۅ+cfsO-| ld`QLr m-s9,\ؗGJtϚf^wJnuRv__^B떎2(3ٞ2ΡIbT~6U=I--'QS9<OP.~;Ći*9eRˌ^R@Һ$Y?B.Ϗ8L[M\[4 Y6nOZ zOD¨. KpIXAśF#DN3iz-4Qu[ \ŀp껱&ku&qOa:v܊I/fޖٞ^Mf;*u=ȉ_\EAJ!PtR]nkeM6,[h ^-d NejK@搈MXC݅ NwxEA$|"'aL: 5'^/H3kڰ E7 eOjjWbc-kŶk/~Fc4&ɸz3l:|=&u!rV, /u-yE A|Yu@ɧ3J\zڐ8rl$wB<1+R~Lg6Ie`&R-7O\ .8!  ; .FUrF]k' e- Ik`,g(V?2%f .?!]V.=)=Z꣎,RlJ[X8=ut/5Էoxr HV0 yڵ@SAGT5Y]Wa0i$JQGD#T3R2&mFvf]7fߖQ`aeT4R p dJ>x0q:LMnR%Y KBCpXlB2񵖣k}ߖGi͟%Hhy|V:f>1 u|30ikS.b/TG磠 Wq azHCϤW1A$F%Ez00C>;EuCyW8 -%t 1,V ĒP/N_XqtŗZk)b!өz/*D~@&Q ty4XfJ/{4bey`#sI@11wg Jѓ6wI#qꂋL4fHh ^&^2GG tD+\Vpvjl.&;)/ w;=ܽ6lk]+)A>=N.7 !DO<.f_Ck$'D^CvS" ގmx!Ek[ɫ(T.>NNA=L6]d)+>_'*5bi֗\0* l,4p"BKa!o}94<Dž_h4fftk:p**1v^ӯmcʝlXiFLڽ" l^ڙڟ''L5PO#񯞀z+a]F$m;okvU4peIe[P/Rvs0LYcy( ^TyZ݅iycp@Zt\(uPc`RZ_`{x n| P߅<rYZ(̘J&uLggP?%Q0 5vϻ+zIZ&>ε)Ӟ{Z(Yb8zY Q~V\`8s/貿mw8{a״-ERn)-˻*7x9/nŌ[Ie Qc^2XbMMc Pf7d$7{Dɴ' ēʘRƊYFěbJ5_ND!ɘJ=*𑅽H![Uh=d_!IiQΒRԫy-zy6음dgsEӊi h]❠>[27CE!plSr[sRi2fiyv[$5F@tvWZJ]=o@W[jԷGVƓ(\w;.P߭$fcT j{R^ٺLu&Ųj9}AzXyOALL]sAo$'K20!x^ۼ/=ж[aL[GYCrFRg&RzZcQ2HȰVsP/|[CR|&r?{Q]=ǵ̃;,f j7E_Jב\4`]XmM4bӇRl1@({Hl姲eLwҤ%ɇGr.M]/  WAmP<8CˣIX $#ߢC!ԃD[SÚ>jk>1?_GX]JG&[K; p-+4-g&x77tvu8[^ݟҬY換3sf'NRYyǸ!_{%~Uychvc7"Mw;B(ޗ97z=[HiH;]mN0B Zvl߹lu;ʷN'Ov|v,^gc-(eItmcB""1QuoDG%&\7N᠔Kvh2JA#aл^9h靅+wF_sNjt1arI>gil;t rd+4O"Idko)1/!r@bm_h05)T$i"3^j/da8X V&"@Qt\̿: N#^Qš|G}7G*\ˈ#;8cR 4w6[fE;W"aP j`ۑ+;>,3?z62gEW}8^7$>O|*bdps '[׬ZE kע ?ڿ;BMmF:PO:$r?li~JMJ7mu/6 "4 .n./\E|8\;2d@2I$֪e=[mo3E wVhϞ0u𢐩DN}4inİ/@B!usi "-9ٖ~lz⛫h>*er"V[HjFL MW3[pZ-iHQΦn[?)>ͺ8QKQSy61#[2@uNdYPoߥsj5'RQ_"dH~qh藿!o(1P_Ht30^~UL퍄Pr_By(qh+y wo=+0 _S#ZP7WbJ ̆#o *tCb6ҏv@А=i#^pLD19 A/_E{?B)gJ~|VUSÂ-u-A_^ ;F 'ЗқE%jr`U؜Ӝ+rclfkI=姾8Hrp[4[E^YH^j>ñؽgmtxrꓹЧ쒟oͿ GQݚUϻƱFiU!9[Z>۫r!UMO8rJ؀[Zu=[n2xWK0NI Ð^H2JXN[pTmHhCNϿ%ꯛRAM"tEAX:(682s]0cgʫ?Y#Հ&lZjV- M).a0WЇԲ$>q?wBI;dong?$05Ư/7R{]: _~2*Wqj%Z3=qGƙ^wDǢreCJo3%(Gc.柟 -"5< :h½-zPmQ Gĉ^KZѝxGjH:{h#"< P!_LX5k&](M,sh[e W0]=~QMvge!ک,*>Q;X0[7o*λaQ&D+wے#w:w;+]T Kl߼Q:F@/+7 J0./SG+0(G u2񡑁,Wu+I6K #̣*X62\T|amieNUHjӵ֜ %~\*N[&. ^(YY,O5gĈ~RVs3MdBdKp,?qz'ۼ]ʯ5 p=|XTT(c͍w RZAg+V[R%/RأX7m1EØ#=-t-ې(7ڎ#aY4z$k4B]" 8${#$Jyc8X57Tm- &{y57z)|GRLs&0((tJ~њN6lԯ|uߌ/GLm%x1 }?~ŤnxɭtcXОH׾#{@i >o&%D& r܆PڇFtnG`N\}l9p#R "th+iD84RAE܍M%InQ*۽tll_|ōgW+q5iD{5K+qo8.|w||FK? ,ogFe0<=AFBmj)f4xS-:) \߅OU5Cj%cy kEq:9g2fG6t}3)+d:O5(|e! V0*"~UjqOwkTz7fxh&WA#,đJ UʄZ9NrΜ#goZ#^^u2l/ʤ&WȾNn幡96ӈc"{?-+cC/co3e71I<pu+#Y{|3tM hp.u TN'(@bmW&6!L΍>I}BlȀӊ*s/H9[1e[vT""@{bT~+!or:VDnnLؑ"|m*d.晕*0(m 1?͙` Be7x) JwYxBuHU,܆ḛ-x~j-dnڴ#Wd-ʔ`PrW|{{+Bws?N(i'1k.3 mtBa ~pU^w7@Co\ilQa2W"gwa{Z41muB"n4KLyWR8q)XPHmpϑ^6IG39`3,%L= U`@8cvS/Z`mQ \zI^PH$A &sM̶N[n UBђYR־ CIEɝNImf$ghGy*@p%B? v`C6Y [8Eڞ ?SX=s.$2fĎ񷹥"ʒ8UĠm&3Si]pdA+3مJ;g"NbڍZ}fR>GTιS[G`";fe Mgx嵨ʽN6 6'6j7 ;—%Mغ̟,ƕ j.*1~7M?."jdJc?89v'ڗJ3q#YE"Axywd VA#Qc I%B1O,Ny i#fgJ7!&9 N;/(jExdrKGϿ(M)x$^* !``Ph42>v9r"J]1sWVC 0idZV%+͆ p,\TdGdL&!0h[56Pg8qbeX(jgd/J֮8Mi),A]~͂"9#.Z( LY[pF%ius7҃tMefOX'̮f:E!K.LS*`T=s*gSSI(/%}ϥ-5?%;;jT ~ЖG H˜o[^gk/3uwR ?N/ xH{6φQj4n5f*3mj[<ў "ЪyH>HD9:|cKueK# :bMYsORk"L~SpG(+RvBOpz iuAzI3y8Wㇴd/XӴFxw|P_\ʔI4iA#Ebl3 ]3a{:V t:UQkTE !3R$$\33 / ¹ҥZF[o@+%KAcEhΑ2zCoML2Qoh¬Ʌ+BWdNqY未%X^$ {T2F(QE=iZϣxdͩ|?Mk[AImAas4%䭧ܘڨ"\$d12IN`ZC9XtI/-yʟ3 06%v׎U Tbz݂3!!y߱]gLplf54~vDA:|N!}R'+*/I (gF̅-OsLVݥ`*7*p8D,٨Ihgm1"%t1ͭ6[d[^9dn|[|Ey;_gѾ@ʳ[#{\xяb !f`ʌ! jNJZxB%4gL(S:/i^@e/;_ภs$M` U-G`nƴWQD&I b *Zϸ˃8Z˴޸{]9#E4gdt\⾢~ߵ:'b9i+.gEV؟vx[D;M65@ mt|4k/.nUfPy|ؤ!9K`*ƛ/=,w(!"Hgy2e;8JYA@dudjcztmYjt%Wqæ,7.]i<"J7 ;* at"eU_'(#L<2bt\d1ò0}mJVpg% XAT@V-A}=˃|tv5"4ngRy/xVVءwMt3jbCU&XBU%$#ڟ/3>gz !t^.$t_WP䇤`eŁԴ?hDK!Rmޓiu+ !1XspS:;IN  fIl3=S߱2ivIKӉXvs_=8FVoq]@nHl $_ T> sKY:KQ`·H'WrDž+$+<\pV7|Q-Qh<:̲1 +ԗڀ9LBc5XJ0k024ty_=C[ZY‘6B{%wo.#yN{ZE _D 97EZMa2NdLA>buz1w%ĠZ24p!p!W:V7ʊ]1#1nxgNt+TXW">ө7048:Y~)̂|PK^ʲR^.b(}\ؓʼnta ԗ|K)n:KE(zS.G!ڼzF.;l_q IR1Z95PoQnR1Yd (lɛKOԑF?/Ј3ೠJWUmZ:G_lf#|׽hS<2GG͏w2Zzzh/}v+,j !Er?DF5C U %%g JJ7+uPXM-@{L9kI(}_fd*n<خAae9ƪӼSz"Gv#cΝ kOTbIeP9hG*awX_6DZ JCi}7$ (!bDZKj޸z-d1t `%i52FɰD b+bLQ(kZ )0ls>⊿mmneB]fS~#^@XyDK+iuSi-[Yv"I];O) 6cFIEGPA9]rݜEP{yFHQۻDcs\wl3TY >XTLQ3B,f4 C*t sS=GAW<*["dR9Dlq^M@Al3_dMlpBΘ[Rd7p:,J dRܸ7m1yQz/ע*7=&,ʙ)ԧf"/9C8D:ؿ@jcR% 9 Ee}̂EJ}-pp%b [|Y]+É*QFQ30,j\)C SJSSE\(pvuB7^t$#:w y99סgzȕs%BQƱBܡLgd06,/̮r ۦZ| -gn@ûJJӛOf%Q|X<͑TJhЫ,bǪgN]ko&O@ )TxD3Gۛ;p`Dm^u9MtPoYu0!4$n w%CP+anF;2WNO{U21"FWfmt?1`DI*1kL*M&V  0=;:+ 6G9,%LyP}jPRki갋7F'Ţs*]HМ0 k[g-.iWup_{ 65g8= a1'bi?_>U%8/r.yMTXiEV1J(([ T$'Wzdjlj3vEZzUM[{{ysȿz"F[(v8sl69mz葾v]cQ B٭Jgof̘odcg`g'ݺ MOu}wwf6C SYilZ Wl2/5-0U zփR r:z=RȞBX ɘ^LR׆C ??qQpQ \k?i5:"ПTIjC(zk Ŀg/{Gbh*u9ò; X1$(r=lE-koqz ^Dp!rs^-ڼ%=U8w=NClXO+~%6ӤauT&p䆴 KY3^7#3^ޙ|G]ua#%ǧ :ԭ0ʂ|WѦHC+iy*K?8)+g!|p6݉x*O [\{u\\D]#ivڧu8 6<$ˣ^~'7*KznXHVIt=?H24ˁrssݺm6{LT ;igOjf_UQc.S#ӻȎjxvڶXW eReI'fKɖp4=}1xJ9;{nҗpA tHq) 4Uys]M^lrj!i\GAe|$z9}$Ti&Nxo. % 17Mk9sCcv:N"mq!rjIGIZ 1?eʠ%Mt_+Zkޭ5MQiC:#b) Qv̯]#6u!6ODg<]a `RǔԦsp˛|ss,K/u P h+9li ޴j/2{K]O2k0=cRLt󒼘{rDV67m25%,XVU`[uſl 8e%gW;d+v cUeBf2ou!KE8 = 7x|` 50>#@Yd w=:]АgȆY.JlXqtgU.h,QkB;Rhۿ~L8$hJz&W;b.ad/ѭL`nmi{ kFGKN:(] z㟡-\=Ȋ us9 mHq5R=YGᴉY$xb z oD2 k+)w/Ò(LU&SԼZfK_ⵒ^ q-ڜj*/.NV7w xA%hSDdZ&tcE%8:($c|.9_6fѳcaڇzg&=Ps+n8세Pj}n/ jvnHY=3>3c1qlLFrGZdl;(-:dŏ -cBZ ZJ+þ*鸴m?+u"OKo­ٵml@> Ak/UAmt>Czkd7"X6QB?$gv1NL+/V@N,IAz5x2DJr=({1 lGZIcb067*@%Pbl׷@vq&#f}PL^S:2mNR)|i֨VW]+vah<C RJ׶D{2"61k,R>H1cݕF&X:#Ipv͏ M$86m]}r$x E]N @ᙩAUkkrGH|HĹmA )rD&zR{< @o~5%4v ~<$ 4Q3H[}m%(z=D_/3Gn?N/ַI4j \h=>{2c.\R{mn"i'[:B}al%hEG-- [a.v{Wop7*?ANFIgb x׉b NZd1]ya# gلJbz@Z\A~w<`;ZiP\fDUHl5 (U"4nGG*M߰ B[x@JZ,P?A}0/cV~ ~[Y/Kˊ_?e1L]Le|\C j8-|5KG :N1V!n! @CBn ߨ?I2.Qh%oU5ƽ+1yyftf8} aHF=31a?kظ,Hv- 7<];gW#yB|!cCП1iA.L_80rdf̠Ey&M<j/3T 0I㤉%@UPEpx8z<}R]%%Mno;#.kuWkPT nS2 :ĪrIg0 uμV2r=D@Xc,\!G$\t [| ROm:l KS4cEַ3#Rj䞃Ѿ_X0"xn5,N߫*DшOΏC@[/1bbعĒE}+)NDutUl[6ͣ;v㙉ּ,(˦(ΨmWqE ,ޗ^ ``40 'Kg!?yr1UC##s6l'ܯ:l =v)G1K8VkAzЏowTv#WB1c;2'( J;doQS7I_PreΨ+<$8CJأ^M7Z.䡴Dx'cEq JV\tlEiB㊀yr(%e#%{$&Ÿ!0ZR@*.С6o?+'r0@\aŽ_qa1 1} vBku^Ƌ_x^q%\0V7"~ќvzDkipf[xI/4*8|*Eۮ# XRqOwZC?$Si-SJKԓ%B-lK3wR-< Ϳ# kѶp#:QS%`3K5"*оOwO 1HJR=KvGv!8lV\) KDæ2_Jpc¬XD >Fnv`M# #WPS\) nb_FQ^ԧo X!A >!3'3W͜6"w?p/aŏw l_{~3Y^Ԧ|c.M/X]5ºTqN[_6cOP2Pi {wXx ۀK(0[U+v }{<( 7cA()U~Mg?{/ *ővҴ>_O+R15륖E) AKpLerkQ}N)Ř=z#s@C_iXkrG$FskQ4F hQ=~JFljB%hjÏSh *`ٍ:y Ƒ y=΃:sIН.. juZP$jj^_ur8iH/}@֎# }鬔G!.(=<#Eu?pf= ;>xL \7ĠckG"nq?uk7#FWUmV~4u^^+&HϿ=Z6g%|/_WU< yEY-VP`2WPˡŸw9ZY!$@{yʾ k\z@y2'U@j_X=ƽ7G&RU)B`fjHU:'3>kj^m\( ^^DbGybf,kj<-~ 8缱GLH_NkT a8bT>m0chrq P&;5ۄzT2/d[ rE(&IJoB*l=D+M :t?tm:lĹ4;DNkV'nI@@[^UWZ._7:(K/qfnXa%t /i4g!x7DgfH]L']1vcqY lZdpN-pP Vy:4HuU8ѶES-9po$67MH%zQ)ˏW~}+Vx_)AßO.|k3TneĪ~%X2_ ģ/K Nmg|%8WKJD[񐣸Jm.\L>acOQ..z|_fw3ҵAԲz˼._$r+wwkh()n{p!B2"@YE^%Lw[i ҟ\=e O>p wmk=L?fS3RF\.L$ބA#ZW7͆Yg+.ݼFAt?3/pQ%~l|4!sQPʙ^j摹蹹2.ծD>==>--gBt+t#8i-ݻ/IDr <t Xby :mQʸ~$(U!A?TFHBb򌚻'+-Cص&ZD̆z?t)0έ]p 2i$~#xQGW$oa{ctCm)uq8S6/ *Eqw,_OnQY$|fvLE%&30 ڱ)ihd?zef6ۏ\7Dm93fҫ8>TZo`I$$X0Mp,8 /w_.D*N@zѸ//G7M5zyf='8{v= ={kBTHCQ>c]&L2KH8N$8A+@ :{Iĸrq( | q$<-(xr^Bʙ&7eTOCÚLꚎ`r꺜oqSɛ~Wi/p<9 Ե 2'ܯbE«M xzOFE u\YgNyT+ ,!6B {WOg UɻOKWFqw]\UV*€PC 7Q]۬ߎE\1D0<*pTcx&#{̏sshrSR/3c{r&񈷆`_rX:':G:P/+Zaz?,#?t"4]Ud2ߴ֞8qɟt m e,R+PJ9W{ c͑"SϊaC2 !LMm%#!yiݸHV;yTڦ2,"U)m5~dXzWjou/Vl'>\m7Gi :[-77g 薋0R{gOo1H.Bh}p\)@%<`z%7u N$&Z>$(Khǭ $֡"D;Vur~iljKu7L}_ֵ0\\iyNvjՆFB/ɂJuq^&WQ-pyA\ K)uV[ .K禩K :Q`"$O㴬R b`uA?zfd^\b*xS*~iGJwrZ ui %:l ZPRT i؁{QQ_*e 4=!K.LV؏y Z?jho|f+ r!@ƚ Qbyx;֍ Ladt}aG¾Gw@~>#9o 7=@3#L0ŴH; C4PIbie㷚/#*"c,!u g96SN{.9|ε$T* J5s걫4~_be:#Z cEyo~FCa,I35(sɝaQ?3I,?;+ɹUZ Ew߉̮ L[0 GH[ >|W8C޾!PF:D$DP*Y /j 34Ď!#{>c< )T)g ȝU"Q? p55}c9޿UhÆEUxC$X"JYtm2t>gfgsg)<QiW~;\ Y_VQW[/)t~OQʆ#Z#QD1¼?4KM_߹TU?Cu&rm@^ҸٰhL6־B'#|vGt-P*W'%˒gkL&00ZQQ%O#wPr92N{E F3YntT7}LR>'պ g^.qfyC`|]=ui uvx|ˎB9ohӀgt ȧGf'4W=*Hrqa;_syn>;rg_(HG.[ S žs%L`O}w{X{ *`?b}``Sj:T;y/r}Eło+ҨAّ^knr3Og>zy{J5H%~6t[|ڭlnU}%t+UWw$bvcxT~FwJ#-EQ$) rP3!9G7IyyӬShYO[۱xlyØC'i Tuy葆{n1IU &o ޘ~-gS 0CG:~ϋ{<6/g*Zc3 =ː%tJ=tkHNZp,b NƽWn|\k^4&{Ljx}*VbᠽU\cbCG{yPt\ltDJ^-Ĺ騮O*`Pc KL~ 6]t>C}}]B5Nh M/ dG1>K%) v. `BePI;4A zfX# ؉tÞ#@`M]J|.j«KQ+檿 8:|BOdOp6-[}l޶qK~f-ccx<=v<'>litGa{d)!8 BJḱ:;[Nl}xFg+wx%ߔ4qNH : !ibEfG#K&\K,a!%ߖJjenSxE"zw++PVjhw'5@Zds/#5+t-bohSkV5(G^|a*exO`y葠 BvB?P)lK}M]`,UWdTcQL;XV21p[\|9 %3ޝz?;{"=(,[I(M+VYs=rҮ}_*XqEh92OWٳ*~a9sn] ~#n S%f~Ҝa9kq_g_WdYaIEJ!,@~ϑˮ.SIЏK*DvxKS+п\ CX;=kJΤS+ः6}. 5!^OUD4=Td yb.W`W:!&ΕOhd] SaCXCP6), kG+!x^Q[}W_m.?` q(؎D^ cG{&i9#ܯB-%#[BQo՝:X{8$l϶\؞Nϐ3.uBX4ݛ5ʰ^hQ,?&)bmT0ڋy>+ϐY3kS::SA,LFxq>ݏ# @p*Py>>!t)+&g/==0,}%^P 6'^M3|* R#!4m|ZFE!iq5"Q۲/c`S3Qz2BX _vura -UJNZi >&xKkA;7wfG-$jd]c݁븫{Yu&W P$u47s'zR2> 󺅶%X3t[RԹ;-4,&pF*ΕC)=nKۛ=hQ>N=]Mq]dvM?SCJe{IJ&࣡e5ƻXav֪ H0c|e˜nY-Q#k(D,E:W@M\ើ|-ˎNK<)z{8q-ϝL2 s`c)C_S'x-z;[GjHl0H\?/Pe-T.f ^5}-Xd+(P_hޠz:Vs&az5^>l٣&Al5y띐Prg YT"h9 kG)5xO1IJBH/t[ܻ 6ML"xs0굗Ѐ NDM <,^OVQ@7Ї*-J-_{ \TFJY >]>j)g׆D >]f4F/niӢ_D,ǀַ%y=A$7X?-n?r >U +XOO :[jzmtqûE'EΔ׹VM#=y{s9KBŸ4@Pi!;^ۦKʒ=Rkyƨy#+L\-al>f8%}@(,F/%ՕEumߛ-umc(t3|L/P?#4HYY@ib}]uWXuqG|L:OV~.ǰ%ģ%KsB$f: >yCx濿逿s qq~\ mUYG(L5a QNV$>/m1&2{"gcR,Y D|5\ .rVZRL$׷"C10ۥ@8mq?G P4-c#AQ0llQaU ~%ёի~l? p}MJ6[/ hQ6BI|x!9ȉ6ыy.ִ 0 |FM4ƀEO2A*.7eCPU@߃k-FETl?FH;b%H!= 7n9gMd>UУ~, Z*Y?. p܂ M)jna` E>}loI)F_jF#Uagb' Va[mC$lO:)!(z Y:_p&)Òo)zچkdmߜ)[ SoX͖Pc09Vm@$[%ϓo(9E@vZۧZEv<ᅕLh_cql{H PTؼfqv9I.WoTUApPɬz(SOfaj Te֡srUDIUi hz$䦡t 4ŠeHl~yrePG0)y|j^XgA乄Œ?> pk1ٗ4|wWhfWI}I%UB`et#'T3=#Vl- ܻHbnʼnanE޾LgUJ $A+/sߣ+-+r@jHR[+QzHw "#Q/fMr,\LvO$AG";U8KnGNleX:K0Jp@=r<7XlN\;q"aL=xo 5)uI-_YZ- LŘ$Ӹ Iu~9rBvF;P:%V'l'"8C͚Khghr7Tp# nw5-F303ӏE%PH7'(pqi"sH64|x`&C5n`N 1o T[?$ O~DvU%it"d-OS.%Gdf8;&~{cqrAGOmӜ_M!}Efr$ò.=sUuSd'nLmvJ3 i]&Oz&8NW}2FkEr|y[NisGY$H7I 0A@WxKE!Rl:=w!_t\E@CgIo/ }6?dhAvϘ#mI5qZ{bPZ]lGy)3i-yk(gQu"\'xx0[}`콞ɰ9fBNzOuV'CɒԳU,OSX 1+{>U9^qnų asgSc8![ XIo5PktPV~uu}ܑwv|?`tK -e)7eF^4M^,/'/FIԶ ހt$} 2KOô&JYc7'^ 7sΥD`S$t[? JJk|(^1Hj_jGS0@K$,"„O qQ*&:%w*@o{of7bUFׅ>fsUڱ-ND~Ke`/!E ii  IP(ޞ#;ܦ/5"-\i3@hDvygEJ \{9HYI[?y]^i&4%^?41M[hVܦ. L$)OV nu©{甼&1w9<'Cl z<1?EV+hS݃Wh;|0CoBm!Im5hR44W,1:-, AvG;iqAîTH^ < ,]IZ702{ppp;r,SC؛DRGT8?~)Iro'ą@t5cb$F5bsyH"3`ixP`>sSp}Ld :LIp=_zMw z`cÿMaܻ^nQܸ%Be uPomEؔx Ang/s\o%cohXD+j1~-bwdsM򽾱pC8=[TV:.c%BA a !p)<5؍,G^ aE:!O>8 l(r@pȓXIň;ܾ6AO6zo#v ?36Oϯ>*SHb*}^Y~:hwMLP/R,C"Or<#75)b"2v!cz=K@bjJw4u׶ nxC9$9yH]zJ5ӭ.[ E)biN;|,5;f(&ސJ@8"oH{J, ̍3JZ=/Qoܴ1qNbX6|' 2䢑ˉ$پچpKx!B-BA* vCm#Uj5LW͜/-[u%>|BƖT|v-_Xm)|U;\.M4^U/^l7bkwS)ZØaRƔc 3){3h貛9MW0,{h|p:Ü޵t͟F`BἦqW` }+@K2iܚӐsxc[AҝX鋓쇌/TRa3OO=5a:Wuzd[ˀ-ZDITR͊kL:ʁ]Ѣ Fl3/,"zj~ĖPĻ0tX?GBs j/#㲁@䣧5c]X?!B$'%jžEQ'3n񮍒M(3*'Pӌljh2#ιp=MT_#f*K,"d>)ςmpy(&+BTK>`r70Ж]fL77<3Vri'ߪ)At%7iH3M#"%]&?5?2P*HnWFΝ?"e?򯗯Ūq[pʞDm\$׳=X*<ș4wpezd9'A0+ VD8tz ` ͉\ mYĀS'jpxk/H,-+ܗ(DD:ڬ,.2Fa7ެ H{Ys8 Zܸ_T3~iyVoȖ :ݱ[|#{%Cw)E B){Pޜ)Cw2Xg7YXS#~䑎{b63mԗ3AlmW ψoDC쌥S`A2oz=8vD4dq8._JK78= 3߳8=SI2grqn/'5hUt8r2^6ڸ\G}8MWc7]̗T裘2wku+`]v\r~rP̓j56Ӿnjr^Vo7m'/Go,QF6݇fI[oxm=\HfTeTw&@Ғy_ ĩJ,Fcn:(s( 0nZ}V[]^u2bE,N7h#Ze[\(ŶAQC|6O$rܙq [UEmT횣vl$JP=rSXF)v E]$FƋv<5 ~J (`<A@U 팝߯ >t/N0h'ZXOS|Rb!:zao%Q^PK{/a8ՔR.K򂴼j DZ}\Eh=g%GYPfPht$0]]0sm9fv큌&׿\+=[Έ7dy@[ƏۨeT Oopm`:dڿ<&\䍰$ٳfٱQuijw\b9`ҵdJ–1b8_k_F;P?}FD%MtWиo[WN)Z>(ʃڿ 1i! ,qC<%o?.^>;ڏyl .V)(ر.yu6t3YfI=`"G~ߎbmpXgh amls T$a`}WrgT h0lRUnF~*}`i|,yȪC3Fަ'gM ҊBZBbʯ-H@>c*3&)ntVUC`"!f ;!"] fJ|)q֖KpEVW=7f"(= {FF6AB%m R0^E  ?^RrGzGLcd$5|ag{q%HEX5y n1j)WͰ<ԡ=#z$X,9ݟ[ P'@㿕wء$ϻsWHU(eWX|^SoK 8L=u˦Vb 5$S~P%%X"D xՌ ]6sKdJPq,&[JZz!˒7T=3۶ԉ 9@Afh~h_%mZZ>O0s.pWh9y`ܤB~llN00e{D{)R(SEVyY$-ɕ + odԡVKtq|J;/W4nQdl7'c"Lr{B&p&k'*sߙ> I2{}843[Oݲҟ-EIYƄDBe\h! AbqB-d|2^*h2$-8B*n?7mx(.8uZ33j"a %l1VqyE7A{5l~VLh+eR n*({[{K`V58?z}0K]&-=G,V}}s/VDFr<%mhskL`= ȭw57oi`^3P y<'ĐFAUWVM5|4Y OᙈqU1ۻ;|ar\ʃ:\RΰLѧGHM0BYd0eH Pan=ۡ4.nr8Nq㢃`n0{{УNʹܤ8qA r>]_c2[vғy%k#9m^YX IBű혳m1sF|b7 p!]4Pʒ< 0|oN,lyEA~ FNPXpK^,:[OJ{n`!!<;MBFVi{+3-׮]7[Xe] 7wE"EM83-doT&~";&$4ՔG`lFZ"-fܴ 30Q񆍫,z63s<9~EaD۔d|c[yY;IZڨ;,IČ1+9XKRtZm(̪&nt|FL]?"\, o3gKS)], d‘UZ):q:*a6e.Y|EJ/=-<4lZ?1P酻 ƛ>mB)g/)5nUSO(Hnʑ&C(R`^j?2X%U\yQ]MR7,ô<4$ķy2FD ]/LR8/hs Z* pO&LE]:hXz0f?TߗŸJ棓o$Vmz9ՙN/ ;dZ"|Vft ߌ=ӧ\}5i^Û< L'vÊFM?0q9T:ˮSTKl. Yum)ۓ0K:@ȪQn@Vōs±^PKbٵ_ /[٥Q$Bhìv,%UԊb׷Y}Dځm,iBTrvOmO~>Q@B @qhd8Wd趺1hP5k~O3اi׵L}Z\dD*{.6yDq98K{Ġ('Bm5޴(rķnpsuPF[I Wx%G>f &S{)˓ f}u z:j=韢A\<"oއfl=)%?#hbe~nl{䭦.u^wNe m쒎Hdt_;>#+όzgf N,:e 4ހjy#˷COi!m~ (KN%E֫lm'fwv4ɞTWWdHRkYd8>dnC# 5U#~Is.uzF>W&@  xMPT(y4M&y- +'GcVW/ LvAw Br@z bD|-97d{d.˧ >[sw\y'ƅ4!4IB +ι3]8#U:05TfNxnڂF@CiƲ?'grH |xiv|".˫<}sKAy!|iѯql'ml2giF;$H.ͽ &MS+RQ3l\v+#{q`U '?n_#P~K{o}.WGfnwȚx᷽Acq{c3dА (2Q{kFDEsk_C$%{}u4BؼY?S`L_f+cHj]I%bWd^= Ť4xK'kꚥgQ ۊ^(\ T/\YkIU\/|9-vmL]Co~ -B8G ?t-$39wqZ]X& pVV/RnM @~B'LĪdX;ۚ=P^i@:e6W nTҫɷn:~ݢG}Lw#m]=>щ?pV ȝo 3KA\yr8Г6`ޝM?fb~CWjd;&Cw >&d<I_;}0Oqwe 5 ԯOJ\ƚ*: 6q&n"[>`ښ_V`R D=f7Dj c8Ɨ1q~X !ÑMN H_J*/ aHZUuca  q v,!ojR@to9yGxٸPK)nB4J)zNbBE%*| 0 =--ȁҧz}K)=vE NlwQtO"4!PP_H_X{}HQd%aΔt N? ,RYy u _k/b^ <:Yv>9+oIPSv=l3$ePF`P_ v ! P?KpWIMsj2Yu]`dDGc@W~!\Ԅ^6x*A\ο@2d3B|)+dl"\pBl.2Xt)okOƐ\n3iJFoۍ5r]JU~EvЧkcAG$FM'G9zgE/F`HרM$߱P2z[vg[PEi_bj|Je(S;7sIE2N"Uetf '7Q6"`R[t|睝Ү^tGGcl.a}{w[/ }G u[$BdZu|x=4WT<5oovV/GT-8$Y|$iB1ˬ떶{uM!8J>-] 22g8x?{+e99 Wj XYcMB!~mޭ~m=i"wlȺ3sm.J_td~]&q?~ԝUD iAZCpL!k閹#&,u#+l(ī/Lp_ Ź-BqP,~BGlztEV v쬍Ɍ%HKbx`kqKŁd5=9 kɚ O*G),y2G](h}?<&UlxcȷE0kS|5db&1ZW|tsK8{voޢV= ' 2,ϥ4-1l] o=@}ΈzayKղ̾ La[E;@$ + ]Q䭖rCleY(J.H)xĵK ,(鞘7"g:ѾMwdZ]^L~ R',8/<>~EG {3Ĩ]6)]!" `ƩauKH"[;~IXcg} zD W찃 pg y35dMx>FGj]LJD3G vFLu= hJ <@p/]I9yU 3L&Lk=*oxgMk s{1F1 H6d[<[8"1Iy6ǹbh6 únHĀAd;sN ^6HQD#K PЙ )E^HhN"k.&{S.ԈNe3_O` pKgz>02KM*H Ю F=t5:E<qƚڱ]t\d\FKB-x 8c1^=F FMl>}}?7mf}͒Q"r1:mi[M;姗^⋕ Px&b VbÂ$tu3L%^CmG5(;!,MT*M^Q:%;zXKg_M,Bu/`uG kG8OlDR1oW"5*~< 2۬B믋ҰJuR2 W B9Wk&&VOF \jR%s~$qg:Fj_:fQV&>rK9$ /c("SUt~.a8$ьb.2,Wj:Xl;Laءiϛ7d/%I|V69~*@*KbvOo*tk!p'-# ^(k+czB3!x5jP}7_]6,2sp9h1 䘲h+nXH2rI a~C#Հ`%ΓS?(5NwVZhFUhE 8Ҙ ,ނ|ry"vtڂq&S%U~Tgbկ*{Y6KRq·8L ɬgk*TOC,}tuk#Gf[ dAYBӑ~"^<|nzĺ$J;"vւ(y%MǑ\}/w+f`_4(:ВޤԎ59XOK ë8nk(11|uǔIH<, 8-3?,\6 [x*"5g ׭niH2[9+p%MsG y|kkH&n$8Փ~a+"*v 10n7գ 0Q EeY_:xqsI@*_ah_V9HvFb4fΚtwS7_q.bBH,qbj9^DP!(0ED3W  w+H+>kMQp$>M[RM!| V%xXoзZU:؉r/`8viad l2-$ Z=2ya $ij%yʩ(Hw#RD ? év! m!@O6 DY$@=euo.3ڥ)Hդ&=b=Xen޻?p[ !ofOWR|mbrkrWsk[o 00RO[ f8U/J&K? L%`mPl^"(I%Jj,.uC,6iBRt y?b#0lKtV'':OΥoO.SMq`Eԯ!_TA#W p hx 5# 3RJ$~Sg˷gW)dUٰE%߅W; ~ :UyCH^\ T <&tB,*_l%d wδc,w) BpgEHln&H>|bS{fƸ\t`̹JKEFZR(n ,>kID&c ,kBB{*seX aV[}}ֹ&c^Q'4)Pi{?}KBuVd8/{e^LMO32-`~/nU*oR.`$TF &nQ`V#!\mWD}̑ cO/|%:ś4=Jjb%gq1}l>ˊLxmtAkw1D`t"f  ؔ`3g=7 j?,ivF86Jɟ[܈ 9]j8#b %esMV8 }/FeNsƵye F{qhvC`iW`ֆVރN3!j5 l2$896o6¬ v4/X&fRguMʈϖ! AW!v4X!Sq%<ݦ质|XN`⯧)Z+={eu=v}h0ޠ& Ŗ%Yӣ?lzk,TQYx*yl5G0ˌ0'4Rw8 Z yAG;'RRM36ڄ>Al{^J9ъrt$^G ,mS87|`5$ҋXS!o:ď'jy;^ G':#m "p-k]vVUZzL4tg]_42W{3@p[^:5HU:$4 Ӫ >2w}s@Xf4mX; :L3~ *ZnWx\7Dc`'y6A%T7@1`|R@;ꞗV&r%TSAsn4t'_㲬F=}Ŏ"L!S.}Edt3 KO=!g("贼{SZwBCc8" Xκ$:Ǔ(I%зxx-c)F9&B*-x4<օ-9ηh3r5Y3a;q!z>\KPpy|SPyC9#OW'x}jsLfvWK빳ÿm/+Ԕ/)=>_KW{Xj Tq JJZ :;;yoN /e؍k˻ Pa)T;[ItH#}!yֲ Y4Z8(Y 6,n@L3Y6D}wPžhX&uR%U7HݹXh,T)#sTBeiPէU-$n)5PK÷bV Vܗr:Lcޛ R ?\p!*TX(9I\A-{1G PUK o4`>;*iuh-'5'䳴Wa3Q< m ۹VkXY8CMXIك)-l[ը|xp1J`rPvGFbX[ y`|d%OJ`EMq۝@Ca\ijs$Q`jiIp@מPNiTPdu]mOJIPCBumID2 H(&ʔňߙ<#9+)>I8hyʓQU +,gPqŲɷravuL@ p"?9wdUBw=J6\S6gE6Ҹ$5`@(v7-ejCH i0D<r5gz0T & m-ERT {M$OR;^5̻&dI3p8 jZWN [ͤ2~bg܄}bk5ʿ-{VCCl t(" ΝMu!e"x&I@rE1VW[}1b*w8/pG0 rB{ ]:#Oܩ: gD'V|1sжFg߸סb1`@wUy<]RԫY&k &чY`Q.7n>)~;3c0G+1#WޱSpqs|.5bwmօhIo۱NT~ Z ri૴SGYZx= x1v̎!s/z-4- UkS`AKwI! O'\~\n㠣]L:1BjLpr/hA6`HoXQ剙mGׄay0K)ތ8U>"MQ|C$<(]ٴ|H$H: VBpV O qq ,٠{X㤛puD3d ~@9$ `B=E B O[[ymAROm*uaQJKo&%aoD)ZTAD16Z-yטk5^/U{cQS_3 5.ʰ>w>"`#2KICfjk%*WaҢ]G/} vPF6.SsRzDYu%tc`M a'2%eFq KTU4B3gœxJq̺vk 2*FEیE/x}iVH|SĈXhp  _oL\ G~Q c[;7i'g^rkɻo%xoXcۣ%џP`&e3Zm3t#/D7=Yx1!4nޑ>(:F#PS̒5- 0 C.`qO$GS0*A;iIdKJ-õ 0Hb9{pi%~Y M*jB7)ݍjͦC)a >U7H=n=r RRZyV p {Gm) ֟˖Pl\kl,2 Y=5OQgpg7%jsQrߝʌ-ޝt{/ME`zģ#50G=x $Aqp& &6Y׳]-I?dĊsxo$bih +U\, *cx#%#։q!?oL#4V`3^M9̑]4}ƹ؂=]SS ḩQʪ׫k6 g'Y4Q7F&=|"5QĭA 5\e UGCЂ$a4kD3<,2\V-+tZ+6KV!hd̳yj,TW)?䆃1 /HIiɲnWe} Re\aBXM<DaIjBomfz0UR!OMzh=wMKX6-(|ܒpOeX꼪W'0G~3h>&BڂMK)HV^IsZp( @IP%zrmLG qY`LozL) 'v+o)$^7/4QSDyՁ9I FtC`v9q˺((GE&dA"<^v 2'=ywW- I\k9^_D|pg$LY|ژN}Lo=ӱ?&qKԏ xe@u VF|r|Jۘ72tN[{gIB<_-0g 4k"+ZzGtk**J;/ N>P&$zuz(,3X@:.c߶t<%2`PRGϳgsZ7JUOL9>nqq)LxZW"Z 0蘀t܏Fu8eWr3tҦͨYM|}NmlsdU[-T(Xqϙ%Cק voHZNrSq{T,(uDm(b7) %l240ѹd$H`NU6#췗gyzbÁMod 081,K':ÊqQ3X́GOTD~#A}!۫'P|禒 k&qlj~dKΌ;" $&{v0uA'T@hƐ {@S}/""d>Ea|ilK9["c} 48S'')9tnr BI[| ,gH>!)}Rj@lԚ L Vi?`p2_́,uY 0ӘiSJ;7S;~40F3NBZZA{"91e$R3&:.@?SZ0&\.; ެ's BTK0埣~e=yvћ h ({kHW4~L@}n}դFh9?(>|% Z/ot$--N;?>B--bRUbLޤԤX6\8f]E  Z};Nܵ&s7!sy/UO" ^p,tt0lnJnQޣXI(SlQ?TW:Vj Hj+T]E`s}ĵȫ38^rT:p%zG$@zYCu*esC< [=crkN~Jsy7LGvNJL6唫98HB<2j=`-VBcwu*oLz ?,:Y}|mP1 ;j7GR@MbtR#kL>qŋ"Fa/bgzQ:DFJ?Cx1\xXq")V.5l\/yq7Ap+2G}AuVuc&bbn &cOD5qU>DD ,_BղsMd4zjJ ">a@e'}B }d(wdعHa_) b(,||pc-W|C1R ~#%P|wC yyvfT\/_p~?ܔmaO.(J3J !=є.qE\vm*04$r;x!_CW%tm~T&/R7Pe-s4KSʨldM I-V/T2S3tjVOj;5>Q;Is+jOgUS“ G,bZHm >xZKRU%S W_lwA|Q'6mA<.Ntœ5#򷾜^F3%J)Q&,n~(ZÌ[߻E&^C븷 #!ʯ?[*OvB-x 8F2I5$?2|CB+pQQpPqEhl8`o sJIb_8_z4cF2#xه83"*Aw.q*[]r9|f`7 XPsG [UuP&}B.>N 4!{ 9ޫn)vd>0wo>x,n ;w=:_^ QEq_|jnwK5-zW]mIMĶj |?M2#R*9}nyOYѲLՆxC2=͸v *,}O~ߗniy r2u}a #>>.}scJLoՔ wT>ŗ{.t,c2يaPjھ\4:@8Qģ1DkTJ-?@!֭:D 1\ihI7rW Y$#Py"ܾZYtj~gO:#ղ;LK^y@_%5uLnM(8ygjO@/>vJ ,hÍ~^5~܆Aq O?ktШoM2I YéW]s%#{0xr(p hc˗1< Ӊ~HkVD1S[K!N>hR!cTM&,@PT0GBVZKtJ=BD.vJ\+&X8?C\ /@i)3P\93O8' ~x(8 4e:]vw&7&Ã(%?~B0r1_:fѣ|m8"|}&|bg+I?Lߞ n,N,`v_u;9P((`=gdzu c];M1]؃-Tz:ߺ88Jw.˛jdF-ރ|B(JTZo׌jiA6Mni&;{Ř98B{r'Tn*c͘uwF_Z(d5*BH^h&F<Չ'MmX]ƴ[+ [(zhn[\ )W<Jwx2ݱ| -V{-3G*fl|4ߺFtsF7]k~8r6玡#*oN=Ɗ,A0r߫qȱN94YkTD"\BB&QjOzW9)b_a& <1AڅI?wyF+-;yl j`ƛ^o|iƒ]9 08^)"DCkʔd _%6p 7w@cϲsT!cTәI hj5Sχ%UA5T![ÅG<58!zX>uÙ渦-2@lIY_52D)v憥"iDZ?lfDG9˖1TָkQ-e 4laLkti֮9Zk.GH• Z6#o>~Ca|T9Yjou @O7ph͵2vPwEpnD7WP8"էAIZTMqǭT\c3Lv?/cTnQن&$_b1 K:qZA(okѼUzn=3† p|/؇xgQ"DgZ"3!&󬲓(ܿSko|ӊ(Ibp5GOv$%cI0d9nw(w_Ii3fQ.F$P X; @r0G;->K!0#'"d4lnv?76] 1:5%)k5B"9uVk&>G 7ȉ@yP۫W/{*p+濠Ifm3foA&̢]Z{~t*N.O,A>f9ŃW:ՕwUF|(fFk}'DASa,@.X펠/+uœ\.C_Y>;qgB骗вYv՜<-=ՉoHV1 ;rLIt]V/LC[-b*$jF.. %÷>怌 $~~°q:ת2DQg);;#:r;PUT!)n%^i/G& 4~8eͿemt'l q!#&hbn!".DwңR8$r"[:W9!7yIn=0[i>s.X;{qCE/ɄA'1:ЪByltg ޅs>Ҙ|~N~kS`3]=e: 1o~L^l@G^5f@ESqe ܆c ( f%0wGAB琚(<!)9>! U&kes7Owy Bh-ݞC`T+~C]K wxEZh982[}9W 7ZÈ-f;H%~J".ELn=}6BwaXt?*^/G7|`P{f4:G L7t64*?2"u51]:j t S8J=ߏ'_%=Nn#YQ:-0䞃A$_NI [j\+&H~ЏČ/™ \{zaAO'X Liay}UUB=w>laOcyz[v&nzl8<^>s82|j:ؤ«+1:F>S h%`Tj")wA.:1:^&vR&6Dۃ"h Bu a/y\HBFm.N1)>4]a#Aoe67ح-x>IqRa`7^ eSZh .LݽL9S^Yx4 hڒr7- [@"%!Z)(nb; @|ځiP+ *le{|Z ]p+{* ew߾~(Sʑ#dbkVL"_'8Z wL?6גI`H\nLãUU9Y2@l@r`FSo<|E˂Rϒx ,rX?Лg9U#J*lSE4UHC-ĿL?Otȇv'0 ©w{3ԁҼJzPo?I#.0U5s_7M˄ojZA*L;ۛ2#`NVΆ;W(/hӌߒյTz#pa!(?B#v51XkO?M,d7:|GCwh36EFNȥi\,x\¶. }[Utcf &j079RI0P;gLw5 vJ+@= J PZ S^_:QS^_\!DfĸoB3OW"̛W5dWIe)ӺM8ʩ1dm+۾ qfdžuU>䔜߆H NVenf˔i2&[,#8 6zBBV&LsO"@-hp_6gy \lPjMl%duwxUw r7rco' NQo^`RW ^wq{pa!ǾZչO1#fq[)̍ T%:ɺ.Jhz*iq N8%,b?7-\WossϤn!D^4>EE/`&"fm0PY-Fif#A@%^}1{EǩbS}‚]GV0vCPD}XS%%TRnLk. 8{a0ұ+L,^G^:oԃ]haG7tdi $lKڃm7,W&zU; b?0BͫLk=Q`.tDmw~Ӵo^l=fcpUxR#yQ"lnjTtCQꞹh-`z.aFv-m^0GNfb^^Mo_ PUI#eA nz,ۙ>vG*MSr+;Go݇I-O|gڢyFH ʠSNTbU5,ÎREqV )rjlft\ YQZ H-yED7.J!˂0;ZGo^c t:)_(x3L[nHDfg䋾=+} u{OYu/+b^pJw}>mWs`mIXStMfwL4/P!4+lf5RlHkDb@ aK=Pʷmx~MQ*d%4m)1q!jr@8S \&:tE,nўm$IrP;; xAՉ ShF#B]{.fCY9QM\R{#~zD2k  D\1V| W/nbEL_Ӊ6Ԝ{S4 Zor5TtF ,i@/߈6sC Z>.gtգ\E gI\ϣA{f xb$('z,x!AG$>O|uXBlÝ0cI:h'#o8(c|g8koB+H9ԶIalV#W|{j`݀]$Z㶋t7n7pBZ Lɢqp YLpi|tfr1Ƚ$ᵜM.c8 AuӱzJů#N~$+UK>ژ?+xDj^ ԑhm *7&zVsr'Kr*o'4yFW%G^|5NCE1MNI'Ͼm7ؗ;D}RY?3d0[ z?eQa6> w" բHsd[lr!:՝@X=iCPns{XIv;)gf26.k+f:IQ?*ֳp~%p7aBEàwpI+.G/IkDncCff+ 5&ߘ`Ur f"_p 6!,,wc Uf5tI D" KLB|Fx%OK+Qqn6MJmS.;Rc@߃2tJ !jL#K*TĔG_kG~o](%3 l8ZOuN\Ww?y{׋F bsNB2j_RyR>e<M1/΃%{^ Fl23i>MӔ]datn0CKn-Pt@:MNH,lW[ųsaɫr@si04wbA꽱F )8+*?r+jz!ȿ]Q,xyt!{x Zp40V a+v=1[,iomѓbHG Fcˇϻ<6|%)4y^׀,d,1_0``(öTSrҖPn|΄r9W%7$}(EixpGbqaPk=8yot:.bKM+i>'xSE 0?!-O{S;YGL hF -Y3{[NUo7.xBʷ.IQD8CNpO0GR7K)/-1W6F Zزi$G-q'@ =W)~j`|,#{2i:폃 2T,H0ܮ51IrhI>ZNwvEdxz 3g8dGb,\WR]U`&)sJ nZDsuJYɢ>I  #/#*uN3g9= ˮ$z)ln/a*Um5}JFդىQն3& YZP+%-EuG;Ñ~e𼛧ؗsѣ H _M\QXQhlAgAZ=Y\5jrk?qN'P[eDw e/qdY""6%e(w;w:on H#w}*ks=>3Y#!.+h)b' :IFA"'0a󵢿Fo9Sٔd}=[1)>%7/=< C 75/e3glV]EJPkCFfCS̙9Rw^ KKUKި_;1~d 3$Y5&_x b>U=Gm`q7oq( ;א`;m(2e=鑻#|$k|θ^%4rUXV;uLV?Ev|Sp77 G^n"p$Zki eõRHt;aLJ@wFu C}tU,P?4ۏ3x ՗Ȣ;8#@?@JryA֎౽YDbݭͼ`67MxƓ&ӄUOg7C qs\h²2[&X&kkDf2P -k$7;dbO*XPR6YۺjX&rk _ 3Kt t!YvK"p `rkwW.ę1J3S(;S/o WoN0Z?9e,2'΁`r.)#=G$ˡ"hlP|*ow]H@`0R0\B26->M G,'2'3q#CMfԻsDCuTrB ` "g̘t-Dq9|'Ճءτ7E^JHV2tyW09 o)y !*"H 93`Fv5Ozᬇ.jųޥ@\Piy$'W#dܕCXCa $ˀfqd <qi@a?|JRf'cbsriIJj?jb!cl5bZ9R̨A/D x0W򅡩婗ɏ?<$F¡ѽ@7Oq͛}(ڮx1 'ݺo\VpHg'GŘ E Y0MzP?Q[L&T *b .lr,9]qc=G#ʤ^fםҐ;z.EP)3][Ӓ{P>E[jxc]欃ݟWi>IσM mYR4wfPYd]?FA~J OϡK垹nA8E.?3!£ș*iu`-gaR'@2˲,xQĒhݴiOVd윻J[xkp43|QSl3e}rK_!VW{̺N#>tqbzb](gv<`^*qW:oc .Z՚P 4˦^ ސ*6ǿ<ڍw>bYFgǮ R%Sh/+sw Gw*9:"3ö³joZ;$4y^ww b nc,5'm};On nf!@.#r{ V .*_oybKs}:٘L/,_Nj>ꠇ͝_'{XgiZx:oc-^L- vBEWh[j@m%zH X U'/'4ÿ!Bgl19,J =Njs4RT5N)8X9+&Mv@ΛNW%sdkAn(v'4NjKs;}aw6|҈(hgEZkn -aDF3M"'K+9+঳XM`dtZv8ɀ2zž$_K83Mz mMǬo,H\wo0_YE.ZX/0Y"G>V$|ȖF x,xpӯ}>Vneڰ Wx$/˅E2沓}r\w˄ڒ(̿6!Xvkr'ܪMؘ׋ $qֻN<Ǐh LHЦ&ߪ"]1zRs6]$ml7W~6ZQST.-Bx/^m#o+h +3=**`J7KmFpqQƯ*3(Vj%<+Z[|"3HW뚼< H\VL}1:?>`Hc=rF"-ɿr|ІEv;RP7fw9}dBrx3I#X VA!n0PKB OV4z5kf#35W(79E.i2`O@O~%_2sV9~%DzT2V=sRP8`\TZ+)'ʋSߎE*7Hjjp^-.o.%9P1TCՎz7֝ȨU}%؜\Sl(~Z2o)GN63d8֑筥=,^6ޜvν\ 'T!QlDt-|:ܸ4qoچ5, n.c/ a*v@k? Гқ##>)WMb7_+KIV~"w@q@ƨU q'i?*K.:d[z,YOadQakb%oZ#19 e7Le=8FzWfp$42vR3?,;qP:W!f[3wG8m;>⊨yذaV>HRD$BUv~f 7 bxʾ1tV,ӀK _IOO\Z}^e[۸<0nǤR\2?*@]EiVmkIl0DWHŶ.{nΨiH x h(63Տe  ˜%GZEX˘>j")khJ2#[IϮ6<:QD)0 đV{D-`;!  WݡFK@ a?䊅K۩.*,džB jLӒ(@2eAM'֑6 7T:Scmx\eeS>jX4#}_{mCۺm(0(qq2fwlMm3yb<@%e*#­)GUM,M+&J`JY&/(;cHWIߧDJu5ȥ`{PT )DBtҜ3 V)XP/АR=R"۹a 5O~ieۄLPaTxwҜQƤ_4Rb<~t 236>*[X7P.@"XɰDqpb.jxKB@fe޲ _" X4ԋ+irPO.g)/.lя8[$qF2'}qM4ߓh紵d.ĬQ̼.j|X}=Ŭ"р )]o{O[r!W[ x7L4EC! nyjwfbwl94y{ 8, *+hnY!؇90K 8p"^ą&"fWiյ{Uʦ vˇ7}@sK%v-9.'8 =n?ٰr╀0yYJp= N}3qSC|3*"׆UJӑpWx3n R(6PyޘeB &eR. yåP,lL (N$X ADVhPSHO>{\j,K c]>H]N!mnq  _꽁0T-0|q%OI zE3k_Gi,ۑ^kĿl0TỂC5SLv`yDɬl y4 Iҳ5A> U<%쏩WQH>nlxj9qQZPl6D[$Z׊PY =E+x,:#ǯb=l.[MĤ+0#0Ee/)x0*,`bM]’Peb܌.#`}dލ{Sơ>w"3L~8GSϰT,nۓGu")|? ɞȥ9=~ -v65 9 q⦨yeiҷ;%hYH2ꖹܛrx*nz9}xp ćQۅw}cb)nOIB&u=n9 i÷Dy7Ó@B7 Նl<:8Avc-=h/U Cqu(X\?dlx*kz7U\sQQq6?4 C' c徂%sńUj.4.OPL(YX'"/PCc,o;*%\DI@6Y򁓺bZUvDQo3 a`xRJ-fNzBpm7٧PV1J^r ҊD Եus[k6ߗ-4|mk/SC^@sL]{m\td%yrv0!y;gd _W]x,1 ,($tSBÏ'i2|2ݛ,/\*Џ7 l+mQnYikyMo.0$7p5ei^"B.<#!y%;9XG4d Zziæ],@bt~X?|/qTD,nび1\aUγk`e$Lrgi(Aj`Y.ʿYn>6sNOzy[}I xn2j`pkS.ǟH*2GƂ+{wָ{~ ܒ_WG7\5qO)zЂ{t)k6V}Cd*gvԊi"J\X9G0ڱ&>l~t%rN(j {9-Br'IWnOu`ԿO;Q=+a2U3V0X]v.Aec66E CˡI5GƋT\$B%;w-3ZWzW1dnQ*&fq-1i3+9 ma?R= aȥN]N$qgپB7MtJ,|[)p$GX%RRtŪ:/K1?Ge=@\\sg?KEٛfx.=B,"U zQʘ #,"LôOb$K(8},`Ie}:miE!8ךFCugeJbý1,aT#+F# 1`1Ryx̓J$v#@FGT3i54Yga P'dGl0A4 wvZdƾNdQ{֏5"6̭Sgze?cqm*`ԶeP\CX~5nEj'YpzHqGp P0Dhv3h OY~0Ҥx"!_ݟwjҥsL l8W`Qvqe}vp*;}B3yyHpl礋 ]W=rb$xdI8̵%j2 @8\6Mmj[]_-Dv[MiSE*jAغiy^CʙijrhB' Cn;D;e*@AXIo92~d cs^.P&$Hj|ZÙ0qw_7qrXTT̢-hp0J;|z8A?9, arO?i%QlbLVlciZeim%%3C)S]u]Uz6XL03W7y! %>DtY$&u<еnD}%aӺ~=D Dv鱵?↧-\H:ly\j@ OMގJ:wZ<,HxHlOhQ{g>Or"MUVU,`H$yXe ߩdEq u_7\Yޠ}||\DVBlć-fsQtxsMh^H4RˇʱW F3FR>[Y60AK (y9u8X,)C(g~4Og+0vt x}⣓?Ӑ\[+ fwHC]uG؜@Vp mk!Ýn?G^||Q[B-sv x=MI݉o D\\ş7'B3+a*L)ʧ&WWr+kqMB_S7ur98y Dw$va $X~d_S^Uȋru 2nV.^bf, -HGň57;yz-ah|L-wIs#q c2?M!88ȹYPVݨC6`[ { ! :t,B@(+IOAi:y,8(w@*+\ ˾߻~ͳs@zo,ag&)6ƹ? -=C&nx6wu ɡՊ)IpNءupEA[ ?D6Gc3"ߢ~;,;H{)' !D׍x5+5cq*5=x\G3$Vq6n;3m7"ua[:FKxOdBi߈(ܣk-TD Rz k˛pڜ7.AQ/Щ|n}oU;fAǺy|^:F18 "]"]NNWܮC}rM8]Ϝn1wɳ3=v+M\bҡQn8p,%d;8ɮS3eX03^KDJTO$sx°ex8: Ӣ̐[!(fg]SV48RL5pA?u 4Ld@¸LSHnc!ZFo.N>LJ z3Ov%HQUWu>!s],{7i 'Pj.?!q O$bMࣕp$AX@Ș?č13𠉘 و?$5W{5٢\mP1(B-4b# ƈR=vRL]3Wp~;f̺hd*wu7Vt$bN rm UN*}ԑ1:6:I + IU C; 䓉. -ɷR4ʹ@gp٘+6sɉ@o@x^!M H*_XQؐhzg_[=y6+*)l $E?KVAl/QK|8ı6gPYt#p1'׬gwI:*fۙ>:L`j$d:gbS 8 Xmi> /~#8&wbygהhw?v+5e[4)ܱUfug QubCF)Hb!l)Fq跷4(g&I7K8#M| RZZ+3⺘W-3}9M}꧌"EKcO~{X*: djɏwv `< 6A5Xu R,W@;]tg-$biʅ=)#d5ȁ &ڰ3+:T?`,2H"u~,cYb+.LζӖp<(c˅u*ia[L~$_yK(s?yww@_-ԇܼȻr2I!K ^ex:0']@<5&v"D2xf0gnNiP@y4rf ЀBRi9{~&'<1SeIfn>9[s&e%mIaɾ@w &=9yI:җ&IMUM|{w*֏}Pbdsc6Jd}´8mܹ-}v2j) ȋm A>aهgL'C4)!P/WNB?t`=!0wk @k7J(v 1QEBzZ-H=$ҰHvƞ75d6FeT"!I]A%APn(+D:ƳooF{^pI*ȈeMWmZxϛ(621<y0?*qI$GU[G6$䌥46@Y3Nzm5%8 F-RZ&4VusU|'srJA^0 ԿXo#mcG:7S)%0o΃PďGhԃ\h(!-rMXO0KП^U ƍ9EoӀ{J((XJ>_A@`MGPM*ۻCNyN_nCgE FKT*Ӡ"݆Vs{n(2X9ԢҀ?vP B;9%vфIi4ҫL* ?:QNz̳$g(e R#l*UQm0g`b@0R D\|s B kا]Rte#%El2\)5'ј<5ˁHh tʜxeM:rN@8~ wNgNGó FPs[[Y~? k͊%[ 1hˌ=[L#4Cxg[8(# kҤ!uT=5TaY5 `~a=s/Ypi8Xn}~I%?Jokԓ0K=(G>Хڑ_5cy.**9qd}4ඦ &'~DJ8QVE;ϩltNZd4ȶ:[NxRHqYSfC}Ԧ\RŔ\4Я`\}X*G]uRAUa[D \!-L=3?zx Gbt|w,,6S)΂e4is ѧqY6 u:AǔD]/ w !@BgePVEa:z 3E0vJ6ϑ=H)"+]8҂ڨGh]@տoO s.̰ AcMea&2ANkAZ:kW6rS`nPdn]Zu (s/y1Ggf~QIޥ ]ED6ȉxS>~wΑ}ifJU*,׈Ia#U0}')>zIj]R8䟾!"dt ]M+Q'q]_$k\0xeq9_OBYH1p TZ3MZاx`@擃| ڼ3;^`5VaφV%IR杌Y^ TmPf1.ՑutI/<WBV޼x"c}M)uVL/kB驁C) 9F.ez%*'xjy~z$.3V[)kc ٺm>\h:Y gjYM)Y]Jqs7R>t*h}q@?5m7f)0u'DچhC3rC}4DAi-8| GhC4.4 i GIËk-$Ѧb_Ρ9 @ik- e\+y-0a%L^;mIǶ˨UYK7'JxG]sIAK_ԝxJ[bcI33RbnKb+嬜sXV0x|z"hP-&US?:ۀ/Pa)҄aX|Dcyvu)uO.z:DuqEAD gEũ4(^@t( ˾ O L׎zɏ63AfLf; Gjlgk,xGORhE HoYq1t]Oꮆ=.U MJgR3Wup;o