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 |