Changeset b1b9c0d in git for modules/openmathserver/cd.py


Ignore:
Timestamp:
Jun 15, 2005, 1:56:48 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
9122086d5002d157fdfe81f44ea84f1836d551db
Parents:
aeb6d365075d1f830530abf950058c3afdc8f977
Message:
*bricken: refactoring


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

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/cd.py

    raeb6d3 rb1b9c0d  
    11from objects import OMSymbol
    22from omexceptions import *
    3 class OMcd(object):
     3class OMCD(object):
    44    def __init__(self,name, base="http://www.openmath.org/cd"):
    55        self.name=name
     
    1313        return hash((self.name,self.base))
    1414
    15 class OMcdImplementation(object):
     15class OMCDImplementation(object):
    1616    def __init__(self,cd):
    1717        self.cd=cd
Note: See TracChangeset for help on using the changeset viewer.