Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 467
0911d8be9b07
parent 454
d28d558f7484
child 660
7a1d92437921
equal deleted inserted replaced
466:e6a4bc9e1043 467:0911d8be9b07
7 Module implementing the VCS project helper for Mercurial. 7 Module implementing the VCS project helper for Mercurial.
8 """ 8 """
9 9
10 import os 10 import os
11 11
12 from PyQt4.QtCore import SIGNAL
13 from PyQt4.QtGui import QMenu 12 from PyQt4.QtGui import QMenu
14 13
15 from E5Gui.E5Application import e5App 14 from E5Gui.E5Application import e5App
16 15
17 from VCS.ProjectHelper import VcsProjectHelper 16 from VCS.ProjectHelper import VcsProjectHelper

eric ide

mercurial