Plugins/VcsPlugins/vcsMercurial/ConfigurationPage/MercurialUserDataDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2847
1843ef6e2656
parent 3008
7848489bcb92
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
29 29
30 def getData(self): 30 def getData(self):
31 """ 31 """
32 Public method to retrieve the data. 32 Public method to retrieve the data.
33 33
34 @return tuple containing the user name and the user email address (string, string) 34 @return tuple containing the user name and the user email address
35 (string, string)
35 """ 36 """
36 return self.usernameEdit.text(), self.emailEdit.text() 37 return self.usernameEdit.text(), self.emailEdit.text()

eric ide

mercurial