Show
Ignore:
Timestamp:
06/08/06 15:14:50 (18 years ago)
Author:
jerome
Message:

Removed incorrect comment.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykoticon/trunk/bin/pykoticon

    r149 r152  
    359359    def askDatas(self, labels, varnames, varvalues) : 
    360360        """Opens a dialog box asking for data entry.""" 
    361         # use it this way : self.askDatas(["Username", "Password", "Billing code"], ["username", "password", "billingcode"]) 
    362361        self.dialogAnswer = None 
    363362        dialog = GenericInputDialog(self, wx.ID_ANY, labels, varnames, varvalues)