~divmod-dev/divmod.org/service-515

« back to all changes in this revision

Viewing changes to Mantissa/xmantissa/tdb.py

  • Committer: mithrandi
  • Date: 2006-04-14 20:18:55 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:6128
Clean up whitespace.

Fixes #891
Author: mithrandi
Reviewer: glyph

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        self.resort(defaultSortColumn,
60
60
                    defaultSortAscending)
61
61
 
62
 
    currentSortColumn = None # this is set in __init__ by resort() 
 
62
    currentSortColumn = None # this is set in __init__ by resort()
63
63
                             # so client code will never see this value
64
64
 
65
65
    def resort(self, attributeID, isAscending=None):