Changeset c3b172 in git


Ignore:
Timestamp:
Jun 24, 2005, 3:00:03 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
936ad6e7b43877925b9627e6c3c2fed178961312
Parents:
8761f2832a06650bd36ab1c7aeff785ae639c7bd
Message:
*bricken: beautified


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

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/objects.py

    r8761f2 rc3b172  
    270270        value = copy(self.value)
    271271        value.attributes = copy(value.attributes)
    272         for a in self.attr:
    273             ae=context.evaluate(a)
    274             value.attributes[ae.key] = ae.value
     272        for attribute in self.attr:
     273            attribute_evaluated=context.evaluate(attribute)
     274            value.attributes[attribute_evaluated.key] = attribute_evaluated.value
    275275        return value
    276276    XMLtag = "OMATTR"
Note: See TracChangeset for help on using the changeset viewer.