Changeset 3760

Show
Ignore:
Timestamp:
11/24/07 09:19:56 (1 year ago)
Author:
ed
Message:

Removed references to the 'padl()' function.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ide/ClassDesignerComponents.py

    r3750 r3760  
    55from dabo.dLocalize import _ 
    66import dabo.dEvents as dEvents 
    7 from dabo.lib.utils import padl 
    87import dabo.ui.dialogs as dlgs 
    98from ClassDesignerExceptions import PropertyUpdateException 
     
    306305        a dictionary, which is otherwise unordered. 
    307306        """ 
    308         return "d%s%s" % (padl(numItems, 3, "0"), nm) 
     307        return "d%s%s" % (strl(numItems).zfill(3), nm) 
    309308 
    310309 
  • trunk/ide/ClassDesignerFormMixin.py

    r3668 r3760  
    77import dabo 
    88from dabo.dLocalize import _ 
    9 from dabo.lib.utils import padl 
    109import dabo.dEvents as dEvents 
    1110import ClassDesignerPropSheet