comparison: eric6/Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py
eric6/Plugins/VcsPlugins/vcsMercurial/GpgExtension/gpg.py
- changeset 8218
- 7c09585bd960
- parent 8143
- 2c730d5fd177
equal
deleted
inserted
replaced
22 """ |
22 """ |
23 Constructor |
23 Constructor |
24 |
24 |
25 @param vcs reference to the Mercurial vcs object |
25 @param vcs reference to the Mercurial vcs object |
26 """ |
26 """ |
27 super(Gpg, self).__init__(vcs) |
27 super().__init__(vcs) |
28 |
28 |
29 self.gpgSignaturesDialog = None |
29 self.gpgSignaturesDialog = None |
30 |
30 |
31 def shutdown(self): |
31 def shutdown(self): |
32 """ |
32 """ |