Ignore:
Timestamp:
Jun 23, 2005, 5:17:26 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
057e4d3ca8bf916daba09789459baef304afd8e2
Parents:
62b33dbe01f95458b81ecda6e278190e3b66d9be
Message:
*bricken: beautified


git-svn-id: file:///usr/local/Singular/svn/trunk@8389 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/objects.py

    r62b33db r17c7ba  
    303303    #application=OMApply(arith1.plussym,[x])
    304304    #application=OMApply(arith1.plussym,[x,x])
    305     application = OMApply(OMSymbol("plus",arith1.content),[x, x])
     305    application = OMApply(OMSymbol("plus", arith1.content), [x, x])
    306306   
    307307    print context.evaluate(application)
    308     application=OMApply(OMSymbol("plus",arith1.content),[x, x, x])
     308    application = OMApply(OMSymbol("plus", arith1.content), [x, x, x])
    309309   
    310310    print context.evaluate(application)
Note: See TracChangeset for help on using the changeset viewer.