src/eric7/Plugins/PluginVcsPySvn.py

branch
eric7
changeset 10496
f9925e08dbce
parent 10439
21c28b0f9e41
child 10683
779cda568acb
equal deleted inserted replaced
10495:73ec0786d60e 10496:f9925e08dbce
6 """ 6 """
7 Module implementing the PySvn version control plugin. 7 Module implementing the PySvn version control plugin.
8 """ 8 """
9 9
10 import contextlib 10 import contextlib
11 import importlib 11 import importlib.util
12 import os 12 import os
13 13
14 from PyQt6.QtCore import QCoreApplication, QObject 14 from PyQt6.QtCore import QCoreApplication, QObject
15 15
16 from eric7 import Preferences 16 from eric7 import Preferences

eric ide

mercurial