/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/classification.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/Model/classification.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 873 by jonathan, Fri May 9 16:30:54 2003 UTC revision 960 by jonathan, Wed May 21 17:23:11 2003 UTC
# Line 763  class ClassGroupRange(ClassGroup): Line 763  class ClassGroupRange(ClassGroup):
763              if max is None:              if max is None:
764                  raise ValueError()                  raise ValueError()
765    
766              self.__range = Range("[" + repr(float(min)) + ";" +              self.__range = Range(("[", min, max, "["))
                                        repr(float(max)) + "[")  
767    
768      def GetRange(self):      def GetRange(self):
769          """Return the range as a string"""          """Return the range as a string"""

Legend:
Removed from v.873  
changed lines
  Added in v.960

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26