Plugins/VcsPlugins/vcsMercurial/HgExtensionProjectHelper.py

changeset 3315
bd1a25ead18d
parent 3289
164cef18fd11
child 3484
645c12de6b0c
equal deleted inserted replaced
3314:be841c05a7f3 3315:bd1a25ead18d
79 @ireturn title of the menu (string) 79 @ireturn title of the menu (string)
80 @exception NotImplementedError raised if the class has not been 80 @exception NotImplementedError raised if the class has not been
81 reimplemented 81 reimplemented
82 """ 82 """
83 raise NotImplementedError 83 raise NotImplementedError
84
85 def shutdown(self):
86 """
87 Public method to perform shutdown actions.
88
89 Note: Derived class may implement this method if needed.
90 """
91 pass

eric ide

mercurial