Lichen

Change of lib/__builtins__/__init__.py

868:d2c64260113c
lib/__builtins__/__init__.py
     1.1 --- a/lib/__builtins__/__init__.py	Thu Jan 24 18:28:15 2019 +0100
     1.2 +++ b/lib/__builtins__/__init__.py	Thu Jan 24 19:12:29 2019 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  """
     1.5  Simple built-in classes and functions.
     1.6  
     1.7 -Copyright (C) 2015, 2016, 2017 Paul Boddie <paul@boddie.org.uk>
     1.8 +Copyright (C) 2015, 2016, 2017, 2019 Paul Boddie <paul@boddie.org.uk>
     1.9  
    1.10  This program is free software; you can redistribute it and/or modify it under
    1.11  the terms of the GNU General Public License as published by the Free Software
    1.12 @@ -35,6 +35,7 @@
    1.13      IndentationError,
    1.14      IndexError,
    1.15      IOError,
    1.16 +    LoopExit,
    1.17      KeyError,
    1.18      KeyboardInterrupt,
    1.19      NotImplementedError,