Lichen

Change of lib/__builtins__/long.py

355:56863815fe7b
lib/__builtins__/long.py
     1.1 --- a/lib/__builtins__/long.py	Fri Dec 09 16:22:37 2016 +0100
     1.2 +++ b/lib/__builtins__/long.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 long(object):
     1.8 +class long:
     1.9      def __init__(self, number_or_string=None): pass
    1.10      def __iadd__(self, other): pass
    1.11      def __isub__(self, other): pass