eric6/VCS/__init__.py

changeset 7781
607a6098cb44
parent 7360
9190402e4505
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
10 The general part of the VCS interface defines classes to implement common 10 The general part of the VCS interface defines classes to implement common
11 dialogs. These are a dialog to enter command options, a dialog to display 11 dialogs. These are a dialog to enter command options, a dialog to display
12 some repository information and an abstract base class. The individual 12 some repository information and an abstract base class. The individual
13 interfaces have to be subclasses of this base class. 13 interfaces have to be subclasses of this base class.
14 """ 14 """
15
16 15
17 from E5Gui.E5Application import e5App 16 from E5Gui.E5Application import e5App
18 17
19 ###################################################################### 18 ######################################################################
20 ## Below is the factory function to instantiate the appropriate 19 ## Below is the factory function to instantiate the appropriate

eric ide

mercurial