Lichen

Change of lib/__builtins__/boolean.py

355:56863815fe7b
lib/__builtins__/boolean.py
     1.1 --- a/lib/__builtins__/boolean.py	Fri Dec 09 16:22:37 2016 +0100
     1.2 +++ b/lib/__builtins__/boolean.py	Fri Dec 09 16:26:50 2016 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4  this program.  If not, see <http://www.gnu.org/licenses/>.
     1.5  """
     1.6  
     1.7 -class boolean(object):
     1.8 +class boolean:
     1.9  
    1.10      "The type of the True and False objects."
    1.11