Plugins/VcsPlugins/vcsPySvn/SvnNewProjectOptionsDialog.py

changeset 3034
7ce719013078
parent 3009
bf5ae5d7477d
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
52 self.localPath = hd 52 self.localPath = hd
53 self.networkPath = "localhost/" 53 self.networkPath = "localhost/"
54 self.localProtocol = True 54 self.localProtocol = True
55 55
56 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators( 56 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators(
57 Preferences.getMultiProject("Workspace") or 57 Preferences.getMultiProject("Workspace") or
58 Utilities.getHomeDir())) 58 Utilities.getHomeDir()))
59 59
60 @pyqtSlot() 60 @pyqtSlot()
61 def on_vcsUrlButton_clicked(self): 61 def on_vcsUrlButton_clicked(self):
62 """ 62 """

eric ide

mercurial