eric6/Plugins/VcsPlugins/vcsSubversion/ProjectHelper.py

changeset 7262
c4b5f3393d63
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7261:3ead033becb8 7262:c4b5f3393d63
653 653
654 def __svnConfigure(self): 654 def __svnConfigure(self):
655 """ 655 """
656 Private slot to open the configuration dialog. 656 Private slot to open the configuration dialog.
657 """ 657 """
658 e5App().getObject("UserInterface")\ 658 e5App().getObject("UserInterface").showPreferences(
659 .showPreferences("zzz_subversionPage") 659 "zzz_subversionPage")
660 660
661 def __svnChangeLists(self): 661 def __svnChangeLists(self):
662 """ 662 """
663 Private slot used to show a list of change lists. 663 Private slot used to show a list of change lists.
664 """ 664 """

eric ide

mercurial