[TransWarp] typo in model/element.py

Ulrich Eck ueck at net-labs.de
Tue Apr 1 14:27:41 EST 2003


again while reading the sources i found a typo
in model/element.py:


    def mdl_sortedFeatures(self,d,a):

        """All feature objects of this type, in sorted order"""

        fl = list(self.mdl_features)
        fl.sort
        return tuple(fl)

    mdl_sortedFeatures = binding.Once(mdl_sortedFeatures)

the fl.sort should probably read:

fl.sort()

that's it for now

cu 


-- 
---------------------------------------

Ulrich Eck
net-labs Systemhaus GmbH
Ebersberger Str. 46
85570 Markt Schwaben - Germany

eMail: ueck <at> net-labs.de
phone: +49 8121 4747 10
fax:   +49 8121 4747 77




More information about the PEAK mailing list