Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialUserDataDialog.py

changeset 3008
7848489bcb92
parent 2810
fe551b27f62e
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
3007:bad2e89047e7 3008:7848489bcb92
27 27
28 def getData(self): 28 def getData(self):
29 """ 29 """
30 Public method to retrieve the data. 30 Public method to retrieve the data.
31 31
32 @return tuple containing the user name and the user email address (string, string) 32 @return tuple containing the user name and the user email address
33 (string, string)
33 """ 34 """
34 return self.usernameEdit.text(), self.emailEdit.text() 35 return self.usernameEdit.text(), self.emailEdit.text()

eric ide

mercurial