Ignore:
Timestamp:
Jun 15, 2005, 1:50:16 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
Children:
01cd17fd67cfda8867350bb5007624dde10be224
Parents:
04f6a4e219c5180c44ff638afd7e63cc8ffa3699
Message:
*bricken: refactoring


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

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/binding.py

    r04f6a4 r1667822  
    1 from objects import OMObjectBase, OMsymbol
     1from objects import OMObjectBase, OMSymbol
    22from cd import *
    33from omexceptions import *
     
    55from copy import copy
    66cdFns1=OMcd("fns1")
    7 lambdasym=OMsymbol("lambda",cdFns1)
     7lambdasym=OMSymbol("lambda",cdFns1)
    88
    99def islambda(sym):
Note: See TracChangeset for help on using the changeset viewer.